ispCP - Board - Support
[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)

Pages: 1 2 3 4 5


RE: Ftp & file management problems. - rbtux - 02-21-2008 08:33 PM

@goover:

it's not 100% sure that this error is responsible for the problem... But of course it should be fixed... and then we can go on... Sorry i've overlooked it...


@bene:
sorry missed your post too... It seems to be not my day :S


RE: Ftp & file management problems. - Krisxxx - 02-21-2008 08:37 PM

BeNe Wrote:Here are the Logs for ProFTPd
Code:
TransferLog /var/log/proftpd/xferlog
ExtendedLog /var/log/proftpd/ftp_traff.log

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

Here is the output:
- mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock'
- parsing '/etc/proftpd/proftpd.conf' configuration
- parsing '/etc/proftpd/modules.conf' configuration
- mod_tls/2.1.1: using OpenSSL 0.9.8c 05 Sep 2006
- DenyFilter: compiling deny regex '\*.*/'
- <Directory /*>: deferring resolution of path
- PathDenyFilter: compiling deny regex '.quota$'
- <IfModule>: using 'mod_delay.c' section at line 83
- IPv4 getaddrinfo 'web1' error: No address associated with hostname
- warning: unable to determine IP address of 'web1'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'

I dont have an xferlog and the ftp_traff.log is empty.


RE: Ftp & file management problems. - joximu - 02-21-2008 08:38 PM

... and read something about full qualified host names

ServerName "whitestar.dk"

you *can* use this as hostname but then you should not use this domain name for a virtual website or virtual maildomain...


RE: Ftp & file management problems. - rbtux - 02-21-2008 08:38 PM

set your hostname...

/etc/hosts
/etc/hostname

it must be resolvable...


RE: Ftp & file management problems. - gOOvER - 02-21-2008 08:40 PM

it sounds as an Hostname error Smile what Hostname did you set?


RE: Ftp & file management problems. - joximu - 02-21-2008 08:41 PM

aha - now it's "web1" as ServerName?

please use a full qualified host name when running ispcp-setup.

@rbtux & goover: do you think a "hostname -f" as default hostname should be better than the "hostname" which is now the default...???
Some debians have a fqhn in /etc/hostname and soem only a single hostname (when I install debian, it asks me about a single hostname therefore the default in ispcp-setup is always wrong... we should improve this.


RE: Ftp & file management problems. - joximu - 02-21-2008 08:43 PM

Krisxxx Wrote:
gOOvER Wrote:it sounds as an Hostname error Smile what Hostname did you set?

localhost

lol Smile Smile


RE: Ftp & file management problems. - Krisxxx - 02-21-2008 08:45 PM

joximu Wrote:
Krisxxx Wrote:
gOOvER Wrote:it sounds as an Hostname error Smile what Hostname did you set?

localhost

lol Smile Smile

sorry, it was web1 Wink


RE: Ftp & file management problems. - rbtux - 02-21-2008 08:48 PM

@joxi:
well you know my opinion to that topic:

We don't have to make ispcp(-setup) dummy friendly... Someone that want to use ispcp should know how to handle such simple problems...


RE: Ftp & file management problems. - gOOvER - 02-21-2008 08:48 PM

@joximu: hostname -f in proftpd.conf? But as rbtux said: to setup a hostname should every admin know!