1844858 Members
2172 Online
110233 Solutions
New Discussion

FTP

 
FTP issue
Advisor

Re: FTP

I still have not got this resolved but wanted to thank all those for the help.
Yang Qin_1
Honored Contributor

Re: FTP

is user "david" configured with /usr/bin/ksh in /etc/passwd file?
FTP issue
Advisor

Re: FTP

Yes it is.
Yang Qin_1
Honored Contributor

Re: FTP

Can you check if the file /tcb/files/ttys exists? if it exists, make sure there is a line like this:
"tty:t_devname=tty:chkent:"
FTP issue
Advisor

Re: FTP

NO this file does not exist
George Liu_4
Trusted Contributor

Re: FTP

instead of user david, try user "root" with corresponding password thias time. Post the results from the client end
Yang Qin_1
Honored Contributor

Re: FTP

Let's try to have some more information on pam authentication. On 19x.16x.12x.4x

1. Add the "debug" option to each line in /etc/pam.conf that contains
ftp, for example:

ftp auth required /usr/lib/security/libpam_unix.1 debug
ftp account required /usr/lib/security/libpam_unix.1 debug

2. Edit the file /etc/syslog.conf and add a new line at the bottom like the
following:

*.debug /var/adm/syslog/debug.log

3. Restart the syslog daemon with the following command. (See syslogd(1M)
for details.)

kill -HUP `cat /var/run/syslog.pid`

4. run ftp on the same server (19x.16x.12x.4x)
ftp -d 19x.16x.12x.4x

and post /var/adm/syslog/syslog.log and /var/adm/syslog/debug.log hope this time we can find something interesting.

Yang