--
You received this message because you are subscribed to the
Orbited discussion group.
To post, send email to
<orbite...@googlegroups.com>
To unsubscribe, send email to
<orbited-user...@googlegroups.com>
For more options, visit
<http://groups.google.com/group/orbited-users>
nohup orbited --config=/etc/orbited.cfg &> /home/user/logs/orbited.log &
if [ `ps ax|grep orbited|grep '/etc/orbited.cfg'|grep python|wc -l` = 0 ]
then
nohup orbited --config=/etc/orbited.cfg &> /home/user/logs/orbited.log &
fi
Thank you for the information. I got a tip to use screen yesterday and I have it working fine now.Kind regards,Philip Bennefall
----- Original Message -----From: François DelpierreSent: Monday, May 21, 2012 9:43 PMSubject: Re: [Orbited] Running Orbited in the backgroundAh, for the missing error in your file, you have to redirect file descriptor 2 also to your file, by adding 2>&1 after your command :orbited2 > testlog.txt 2>&1(The &1 stands for "send copy to output 1, already redirected to the file).This has nothing to do with orbited, this is unix generality.--
On Mon, May 21, 2012 at 9:40 PM, François Delpierre <francois....@gmail.com> wrote:
Hi,In order :
- First let's check that orbited2 has no "deamon" mode or option.
- Check with the nohup linux command.
- You can also use screen if you want to keep control over it. (BTW, I highly recommend screen, spending an hour to understand it and read the doc is really worth.)
Regards,
You received this message because you are subscribed to the
Orbited discussion group.
To post, send email to
To unsubscribe, send email to