Re: [arch-general] The vsftpd only starts at the second attempt

2009-08-04 Thread Shridhar Daithankar
On Wednesday 05 August 2009 11:45:55 Lucas Salies Brum wrote: > >can you start vsftpd manually? > > Yes! > (r...@abraham lucas):$ vsftpd > (r...@abraham lucas):$ ps -A | grep vsftpd > 7934 ?00:00:00 vsftpd > > >Can you try strace the process? > > How? in the example above, strace -p 7934

Re: [arch-general] The vsftpd only starts at the second attempt

2009-08-04 Thread Lucas Salies Brum
>can you start vsftpd manually? Yes! (r...@abraham lucas):$ vsftpd (r...@abraham lucas):$ ps -A | grep vsftpd 7934 ?00:00:00 vsftpd >Can you try strace the process? How? 2009/8/3, RedShift : > Lucas Salies Brum wrote: >> (r...@abraham ~):# ps -A | grep vsftpd >> (r...@abraham ~):# /etc/

Re: [arch-general] The vsftpd only starts at the second attempt

2009-08-03 Thread RedShift
Lucas Salies Brum wrote: (r...@abraham ~):# ps -A | grep vsftpd (r...@abraham ~):# /etc/rc.d/vsftpd start :: Starting vsftpd FTP Daemon [FAIL] (r...@abraham ~):# /etc/rc.d/vsftpd stop :: Stopping vsftpd FTP Daemon [DONE] (r...@abraham ~):# /etc/rc

Re: [arch-general] The vsftpd only starts at the second attempt

2009-07-31 Thread Lucas Salies Brum
Thank you all, solved for me... 2009/7/31, Xavier : > On Fri, Jul 31, 2009 at 5:08 PM, Patrick Brisbin wrote: >>> Not been successful. >> >> I'm seeing the same behavior on my system.  the script correctly starts >> vsftpd but doesnt get the PID immediately and puts up the FAIL message. >> >> chan

Re: [arch-general] The vsftpd only starts at the second attempt

2009-07-31 Thread Xavier
On Fri, Jul 31, 2009 at 5:08 PM, Patrick Brisbin wrote: >> Not been successful. > > I'm seeing the same behavior on my system.  the script correctly starts > vsftpd but doesnt get the PID immediately and puts up the FAIL message. > > changing /etc/rc.d/vsftpd like this fixes it for me: > >  start)

Re: [arch-general] The vsftpd only starts at the second attempt

2009-07-31 Thread Patrick Brisbin
> Not been successful. I'm seeing the same behavior on my system. the script correctly starts vsftpd but doesnt get the PID immediately and puts up the FAIL message. changing /etc/rc.d/vsftpd like this fixes it for me: start) stat_busy "Starting vsftpd FTP Daemon" if [ -z "$PID" ]; th

Re: [arch-general] The vsftpd only starts at the second attempt

2009-07-31 Thread Lucas Salies Brum
Not been successful. 2009/7/31, Patrick Brisbin : > try adding background=YES to vsftpd.conf > > On 07/31/09 at 02:53am, Lucas Salies Brum wrote: >> (r...@abraham ~):# ps -A | grep vsftpd >> (r...@abraham ~):# /etc/rc.d/vsftpd start >> :: Starting vsftpd FTP Daemon >> [FAI

Re: [arch-general] The vsftpd only starts at the second attempt

2009-07-31 Thread Patrick Brisbin
try adding background=YES to vsftpd.conf On 07/31/09 at 02:53am, Lucas Salies Brum wrote: > (r...@abraham ~):# ps -A | grep vsftpd > (r...@abraham ~):# /etc/rc.d/vsftpd start > :: Starting vsftpd FTP Daemon > [FAIL] > (r...@abraham ~):# /etc/rc.d/vsftpd stop > :: Stopping

Re: [arch-general] The vsftpd only starts at the second attempt

2009-07-31 Thread Ray Kohler
Yes, this happened to me several times. I didn't solve it. On Fri, Jul 31, 2009 at 2:53 AM, Lucas Salies Brum wrote: > (r...@abraham ~):# ps -A | grep vsftpd > (r...@abraham ~):# /etc/rc.d/vsftpd start > :: Starting vsftpd FTP Daemon >                         [FAIL] > (r...@abraham ~):# /etc/rc.d

[arch-general] The vsftpd only starts at the second attempt

2009-07-30 Thread Lucas Salies Brum
(r...@abraham ~):# ps -A | grep vsftpd (r...@abraham ~):# /etc/rc.d/vsftpd start :: Starting vsftpd FTP Daemon [FAIL] (r...@abraham ~):# /etc/rc.d/vsftpd stop :: Stopping vsftpd FTP Daemon [DONE] (r...@abraham ~):# /etc/rc.d/vsftpd start :: Starting