Re: [gentoo-user] proftpd can't start !

2006-10-20 Thread Neil Bothwick
On Fri, 20 Oct 2006 16:56:40 +0800, Chuanwen Wu wrote: > > What does the proftpd log file (/var/log/xferlog?) show? > > > $ cat /var/log/xferlog > Fri Oct 20 01:25:49 2006 0 222.20.45.71 249 /home/ftp/mybash b _ o a > [EMAIL PROTECTED] ftp 1 * c > > How to analyse this sentence? man xferlog ex

Re: [gentoo-user] proftpd can't start !

2006-10-20 Thread Chuanwen Wu
2006/10/20, Neil Bothwick <[EMAIL PROTECTED]>: On Fri, 20 Oct 2006 15:53:41 +0800, Chuanwen Wu wrote: What does the proftpd log file (/var/log/xferlog?) show? $ cat /var/log/xferlog Fri Oct 20 01:25:49 2006 0 222.20.45.71 249 /home/ftp/mybash b _ o a [EMAIL PROTECTED] ftp 1 * c How to anal

Re: [gentoo-user] proftpd can't start !

2006-10-20 Thread Neil Bothwick
On Fri, 20 Oct 2006 15:53:41 +0800, Chuanwen Wu wrote: > I remerged proftpd with the USE='-ipv6',then the warning > disappears,but i can't connection my ftp . > And then i remerged proftpd back again with the USE='ipv6', but still > can't connect my ftp. What does the proftpd log file (/var/log

Re: [gentoo-user] proftpd can't start !

2006-10-20 Thread Chuanwen Wu
Errors occur,now! I remerged proftpd with the USE='-ipv6',then the warning disappears,but i can't connection my ftp . And then i remerged proftpd back again with the USE='ipv6', but still can't connect my ftp. When i use gftp to connect my ftp ,the message is just below: Looking up 222.20.45.71

Re: [gentoo-user] proftpd can't start !

2006-10-19 Thread Chuanwen Wu
2006/10/19, Erik <[EMAIL PROTECTED]>: Your'e problem is that when you type in: # proftpd you've started it before you run the init script. So when the init script tries to start it, it fails because there is already a proftpd started. Yes.I just thought the first time i type in: #proftpd my pro

Re: [gentoo-user] proftpd can't start !

2006-10-19 Thread Chuanwen Wu
Now i find that my proftpd actually has start up even the warning(- IPv6 getaddrinfo 'localhost' error: Name or service not known) is still here. Maybe it will be OK after i remerge proftpd with the USE='-ipv6' I will try it! -- wcw -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] proftpd can't start !

2006-10-19 Thread Chuanwen Wu
2006/10/19, Dmitry Gorohov <[EMAIL PROTECTED]>: Can you post your proftpd.conf here. my proftpd.conf is just copied from proftpd.conf.sample -- GPG: 2395 DF2C FC5C D041 4811 AA9C B975 6324 B813 740F Dmitry Gorohov <[EMAIL PROTECTED]> -- -- gentoo-user@gentoo.org mailing list -- wcw -- g

Re: [gentoo-user] proftpd can't start !

2006-10-19 Thread Mick
On Thursday 19 October 2006 14:56, Dirk Heinrichs wrote: > Am Donnerstag, 19. Oktober 2006 15:42 schrieb ext Chuanwen Wu: > > # proftpd > > - IPv6 getaddrinfo 'localhost' error: Name or service not known > > > > And my /etc/hosts is : > > 127.0.0.1localhost wcw-gentoo > > 1) This is not a

Re: [gentoo-user] proftpd can't start !

2006-10-19 Thread Dirk Heinrichs
Am Donnerstag, 19. Oktober 2006 15:42 schrieb ext Chuanwen Wu: > # proftpd > - IPv6 getaddrinfo 'localhost' error: Name or service not known > > And my /etc/hosts is : > 127.0.0.1localhost wcw-gentoo 1) This is not an IPV6 address. 2) Maybe not related, but anyway: Don't mess with local

Re: [gentoo-user] proftpd can't start !

2006-10-19 Thread Erik
Your'e problem is that when you type in: # proftpd you've started it before you run the init script. So when the init script tries to start it, it fails because there is already a proftpd started. The IPV6 error is only a problem if you need IPV6. Otherwise: # ps ax | grep proftpd ?Ss

Re: [gentoo-user] proftpd can't start !

2006-10-19 Thread Dmitry Gorohov
Chuanwen Wu wrote: > Hi list! > I can't start my proftpd! > > # proftpd > - IPv6 getaddrinfo 'localhost' error: Name or service not known > > then: > # /etc/init.d/proftpd start > * Starting proftpd ... > [ !! ] > > And my /etc/hosts is : > 127.0

[gentoo-user] proftpd can't start !

2006-10-19 Thread Chuanwen Wu
Hi list! I can't start my proftpd! # proftpd - IPv6 getaddrinfo 'localhost' error: Name or service not known then: # /etc/init.d/proftpd start * Starting proftpd ... [ !! ] And my /etc/hosts is : 127.0.0.1localhost wcw-gentoo How can i