Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Running a program on a headless computer ?
Date: Sun, 28 Sep 2014 14:14:03
Message-Id: 20140928141351.GD3821@solfire
1 Hi,
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 The program does not use X11 in any way...
15
16 Is there any neat trick to accomplish what I am trying to do here?
17
18 Thank you very much in advance for any help!
19 Best regards,
20 mcc

Replies

Subject Author
Re: [gentoo-user] Running a program on a headless computer ? "Randolph Maaßen" <r.maassen60@×××××.com>
Re: [gentoo-user] Running a program on a headless computer ? Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Running a program on a headless computer ? Todd Goodman <tsg@×××××××××.net>
Re: [gentoo-user] Running a program on a headless computer ? Kerin Millar <kerframil@×××××××××××.uk>
[gentoo-user] Re: Running a program on a headless computer ? James <wireless@×××××××××××.com>