Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Running a program on a headless computer ?
Date: Sun, 28 Sep 2014 18:43:37
Message-Id: 20140928194327.620d251c@digimed.co.uk
In Reply to: [gentoo-user] Running a program on a headless computer ? by meino.cramer@gmx.de
1 On Sun, 28 Sep 2014 16:13:51 +0200, meino.cramer@×××.de wrote:
2
3 > I want to run programs, which insist on haveing a terminal
4 > to write their status to and which are writing files which
5 > their results on a headless computer (beaglebone).
6 >
7 > I tried things like
8 >
9 > my_program -o file.txt -parameter value > /dev/null &2>&1 &
10 >
11 > but this results in a idle copy of this process and a defunct
12 > child.
13
14 nohup may do what you want.
15
16 Or you can do it with at, if atd is running
17
18 echo "my_program -o file.txt -parameter value" | at now
19
20
21 --
22 Neil Bothwick
23
24 A wok is what you throw at a wabbit.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Running a program on a headless computer ? meino.cramer@×××.de