[SOLVED] Ftp & file management problems. - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [SOLVED] Ftp & file management problems. (/thread-2510.html) |
RE: Ftp & file management problems. - Krisxxx - 02-21-2008 07:56 PM joximu Wrote:localhost is always the machine where you're on (webftp -> webserver, on your pc at home -> your pc at home etc). Where do i find the logfiles? Im runng Debian etch RE: Ftp & file management problems. - gOOvER - 02-21-2008 08:02 PM Sorry for this, but first you should learn something about Linux and the used Services! It can be very dangerous to run a root. This forum is also not a Supportforum for "how to admin a server", it's only for ispCP! If you don't know what are you doing, you better let it be. So, you can find your logs in /var/logs RE: Ftp & file management problems. - rbtux - 02-21-2008 08:15 PM /var/log ;-) RE: Ftp & file management problems. - gOOvER - 02-21-2008 08:21 PM ups, soooorrry RE: Ftp & file management problems. - joximu - 02-21-2008 08:23 PM but the first 3 lines of Post 22 are correct... RE: Ftp & file management problems. - Krisxxx - 02-21-2008 08:24 PM Thanks for the advise GOOVER, but that still doesnt help me with my ispCP problem. Joximu-> Which logfile did you want to see, is it the proftpd logfile? It is here.... Feb 20 11:59:09 web1 proftpd[8026] localhost: error setting IPV6_V6ONLY: Protocol not available Feb 20 11:59:09 web1 proftpd[8026] localhost: ProFTPD 1.3.0 (stable) (built mar gen 2 10:57:47 CET 2007) standalone mode STARTUP Feb 20 12:07:07 web1 proftpd[8026] localhost: ProFTPD killed (signal 15) Feb 20 12:07:07 web1 proftpd[8026] localhost: ProFTPD 1.3.0 standalone mode SHUTDOWN The other logs are empty. RE: Ftp & file management problems. - rbtux - 02-21-2008 08:25 PM yeah of course... ispCP is not a toy! RE: Ftp & file management problems. - BeNe - 02-21-2008 08:29 PM Here are the Logs for ProFTPd Code: TransferLog /var/log/proftpd/xferlog You should start ProFTpd in Debug mode, connect to your Machine and Post the output here. But first stop your current proftpd and then: Code: proftpd -n -d5 Greez BeNe RE: Ftp & file management problems. - gOOvER - 02-21-2008 08:31 PM Krisxxx Wrote:Feb 20 11:59:09 web1 proftpd[8026] localhost: error setting IPV6_V6ONLY: Protocol not available Here is your Error. I you try the search you will find 100 Post's about it. AND: you didn't follow point for point the Installguide in the Wiki. RE: Ftp & file management problems. - rbtux - 02-21-2008 08:32 PM /etc/init.d/proftpd stop then: proftpd -n -d 5 when there are no errors enable sql logging... (use the search function or google if you wanna know how to do that= |