[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [coldsync-hackers] Netsync stopping startup sequence



> I noticed something today that I haven't before since I don't
> normally have
> a screen attached to the Linux server
>
> I had
> /usr/local/bin/coldsync -p . -s -t net -dsync:5 -dmisc:1 -l
> /var/log/coldsync.net -md -
> running from rc.local on startup and it seems that it stops the boot up
> sequence so the machine won't give me a login prompt
>
> It stops with
> Redirecting stderr to "/var/log/coldsync.net"

Add the character

&

to the end of that line.

so:

/usr/local/bin/coldsync -p . -s -t net -dsync:5 -dmisc:1 -l
/var/log/coldsync.net -md - &

This will tell coldsync to run in the background and detach control of the
terminal.

L8r,
Rob


-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.