Jeremy
03-01-2004, 09:34 PM
[root@64-60-167-250 root]# ftp localhost
ftp: connect: Connection refused
ftp> quit
[root@64-60-167-250 root]#
ima useing wedmin, just insatlled it, so i can edit the configs better.
last night i thought i got the ftp server all running fine.
but when i got home i needed to upload a few new maps to the server i cant now.
it was working fine so i dont know what i did.
if u have any ideas, dis them out pls
Jeremy
03-01-2004, 09:58 PM
[root@64-60-167-250 root]# tail /var/log/messages
Mar 1 17:18:02 Team-4aG su(pam_unix)[10113]: session opened for user postgres b
y (uid=0)
Mar 1 17:18:02 Team-4aG su(pam_unix)[10113]: session closed for user postgres
Mar 1 17:19:10 Team-4aG su(pam_unix)[10147]: session opened for user postgres b
y (uid=0)
Mar 1 17:19:10 Team-4aG su(pam_unix)[10147]: session closed for user postgres
Mar 1 17:19:22 Team-4aG su(pam_unix)[10175]: session opened for user postgres b
y (uid=0)
Mar 1 17:19:22 Team-4aG su(pam_unix)[10175]: session closed for user postgres
Mar 1 17:29:08 Team-4aG sshd(pam_unix)[10263]: authentication failure; logname=
uid=0 euid=0 tty=NODEVssh ruser= rhost=host-66-81-197-201.rev.o1.com user=root
Mar 1 17:29:14 Team-4aG sshd(pam_unix)[10263]: session opened for user root by
(uid=0)
Mar 1 18:01:21 Team-4aG proftpd[10397]: 64-60-167-250.cust.telepacific.net - er
ror: unable to open scoreboard: No such file or directory
Mar 1 18:01:21 Team-4aG proftpd: proftpd startup succeeded
if that helps
Mar 1 18:01:21 Team-4aG proftpd[10397]: 64-60-167-250.cust.telepacific.net - er
ror: unable to open scoreboard: No such file or directory
check out your config file for
http://tsc.asiainfo.com/tsc/down_nettools/reference.html#ScoreboardPath
Jeremy
03-02-2004, 07:39 PM
cool i got it to work kinda
i just have to out this in each time i restart the server
/etc/init.d/proftpd start
dan_erat
03-02-2004, 08:34 PM
What distribution are you using? For RH, run "ntsysv" and make sure that proftpd is checked; for Debian, look at "man update-rc.d".
Jeremy
03-03-2004, 04:47 AM
in webmin i told it to auto start now so i have that fixed thank you for the idea.
Jeremy
but now i have to learn to add a new account for teh ftp
how do u make a user accout for proftp via ssh or webmin, with access to /usr/web/ or /home/httpd the one that has the index page in it that you see this in it http://64.60.167.250
is this right for the ssh part??
useradd -d /home/httpd -s /bin/false -G apache,nobody,www someuser