[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [coldsync-hackers] Netsync stopping startup sequence
- To: <coldsync-hackers at lusars dot net>
- Subject: RE: [coldsync-hackers] Netsync stopping startup sequence
- From: "Rob Bloodgood" <robb at empire2 dot com>
- Date: Tue, 5 Mar 2002 12:24:45 -0800
- Importance: Normal
- In-Reply-To: <001801c1c477$497bffa0$3800a8c0@jecinc.on.ca>
- Reply-To: coldsync-hackers at lusars dot net
- Sender: owner-coldsync-hackers at lusars dot net
> 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.