- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp not possible
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
02-03-2003 03:53 AM
02-03-2003 03:53 AM
when I try to do a ftp session to my UX 11.00 machine then the following is logged in syslog.log.
I am not asked for a password.
Shell does not seem to be an issue because some have /bin/sh others bash and there is no difference.
Any idea?
Thanks
Frank
Feb 3 12:17:54 kain inetd[1238]: ftp/tcp: Connection from c200 (192.168.0.3) at Mon Feb 3 12:17:54 2003
Feb 3 12:17:58 kain ftpd[1238]: ACCESS DENIED (not in any class) TO c200 [192.168.0.3]
Feb 3 12:17:18 kain inetd[916]: protocol = udp
Feb 3 12:17:58 kain above message repeats 7 times
Feb 3 12:17:58 kain ftpd[1238]: FTP LOGIN REFUSED (access denied) FROM c200 [192.168.0.3], sauer
Feb 3 12:17:18 kain inetd[916]: protocol = tcp
Feb 3 12:17:58 kain above message repeats 18 times
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 03:56 AM
02-03-2003 03:56 AM
Re: ftp not possible
try to add this file :
create a file call /etc/shells
and add in the file
/sbin/sh
/usr/bin/sh
/usr/bin/rsh
/usr/bin/ksh
/usr/bin/csh
or the shell that you are working also and try again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 03:57 AM
02-03-2003 03:57 AM
Solution/etc/inetd.conf - is 'ftpd' using the '-a' option?
If it is configured with -a, check out /etc/ftpd/ftpaccess, to see if any 'deny' values are present.
Check to see if the User has rights to their home directory, or if there is a '/./' in their Home Directory in /etc/passwd.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 05:05 AM
02-03-2003 05:05 AM
Re: ftp not possible
my /etc/shells looks like it should be, /etc/ftpd/ftpaccess exists and is empty.
But I tried now to start ftpd without the -a option and it works....
But I do not know why.
Thanks
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 05:17 AM
02-03-2003 05:17 AM
Re: ftp not possible
The man page for 'ftpaccess' provides good info for configuring this, but you may still need some testing in a trash-and-burn environment to get it working.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 08:33 AM
02-03-2003 08:33 AM
Re: ftp not possible
Pls check your "allow|deny" sets in the /var/adm/inetd.sec file.
For detailed info "man inetd.sec"
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 09:08 AM
02-03-2003 09:08 AM
Re: ftp not possible
thats quiet interesting.
The /usr/newconfig/etc/ftpd/ftpaccess is filled with many lines ...My actual ftpacces is empty.
In inetd.sec are three lines all with allow.
Thanks again.
Frank