- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- user with C shell cannot ftp to server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 03:12 AM
08-28-2006 03:12 AM
I'm having trouble with one of my servers. It doesn't let users who use the C shell ftp. Now I've been reading alot of other peoples issues with this but it doesn't seem to apply to me.
1. ftp is in the inetd.conf
2. it doesn't have an /etc/shells file but neither do any of my other servers and they are working perfectly.
3. users who use the ksh and sh shells can ftp to it without any problems.
4. I don't have an inetd.sec file either but neither do any of my other servers.
If anyone can please help me out I would GREATLY appreciate it.
Oh and I believe this problem just arose because I've never gotten any complains before.
Thanks!!
P.S. syslog.log says: FTP LOGIN REFUSED and when a person with the C shell tries to ftp it says: 530 User sladm access denied...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 03:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 03:23 AM
08-28-2006 03:23 AM
Re: user with C shell cannot ftp to server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 03:46 AM
08-28-2006 03:46 AM
Re: user with C shell cannot ftp to server
1. I didn't have the shells file but I didn't think that was the problem since I also didn't have it on another server and that one worked fine.
2. I did whereis csh and it's in /usr/bin/csh BUT in /etc/passwd the users had it in /bin/csh.
So I realized that the other server worked (the one that didn't have the shells file) because it had the correct path /usr/bin/csh but this one didn't which is why it required the shells file.
Anyways, Thanks alot! Problem Solved!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2007 10:06 PM
03-18-2007 10:06 PM
Re: user with C shell cannot ftp to server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2007 11:04 PM
03-18-2007 11:04 PM
Re: user with C shell cannot ftp to server
However, because that change caused a lot of scripts and tools to fail, HP created transition links (man tlinstall) so that /bin and /lib references would continue to work. The links were designed to be temporary and for several releases, HP would caution users that these transition links would no longer be the default for new installations.
Yeah, it's been more than 10 years but EVERY sysadmin should be aware of the differences between SysV and BSD filesystem layout, at least for the two most critical filesystems, /bin and /lib.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2007 10:56 AM
03-19-2007 10:56 AM
Re: user with C shell cannot ftp to server
On 11.31, these links are now permanent, normal symlinks.