- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP Issue not going corrresponding home direct...
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-18-2008 11:03 AM
08-18-2008 11:03 AM
FTP Issue not going corrresponding home directory
We are able to access FTP but not able to change the home directory in which the user belongs, Instead its going to "/" directory. The problem is below.
KERBEROS_V4 rejected as an authentication type
Name (COPTSQA.ipcbpr.com:pnair): pnetftp
331 Password required for pnetftp.
Password:
230-No directory! Logging in with home=/
230 User pnetftp logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
coptsqa: / # grep pnetftp /etc/passwd
pnetftp:x:567:203:PTS FTP account,,,:/abb/wy/net/ftp:/usr/bin/false
coptsqa: / # ll -d /abb/wy/net/ftp
drwxrwxrwx 2 pnetftp pts 96 Aug 15 05:19 /abb/wy/net/ftp
coptsqa: / #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 11:22 AM
08-18-2008 11:22 AM
Re: FTP Issue not going corrresponding home directory
/abb/
/abb/wy/
/abb/wy/net/
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 11:44 AM
08-18-2008 11:44 AM
Re: FTP Issue not going corrresponding home directory
This is a general error message that you get even from telnet when the user's home directory does not exist or does not have the right access. Check the user's home directory and also check the /etc/passwd entry for any typos in the home directory field.
Your username is pnetftp but the home directory in the password entry is /abb/wy/net/ftp there may be a missmatch here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 11:54 AM
08-18-2008 11:54 AM
Re: FTP Issue not going corrresponding home directory
Huh??? the account listed WAS pnetftp. there is nothing requiring the account name to be anywhere in the home directory name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 12:06 PM
08-18-2008 12:06 PM
Re: FTP Issue not going corrresponding home directory
Thanks to all for supporting me.Solved the issue by putting permission in one directory inside of the /abb.
Regards
Pradeep