Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The foldingathome init script works fine when run from a console, but when used in a runlevel for starting at boot it fails. I believe it has something to do with backgrounding the foldingathome task which causes the foldingathome process to be killed after init finishes. Reproducible: Always Steps to Reproduce: 1. rc-update add foldingathome default 2. restart computer 3. Actual Results: Foldingathome does not start properly Expected Results: Foldingathome starts properly
Created an attachment (id=57098) [edit] Quick fixed version of init script which works for me. This is a quick fix version of the initscript, which uses start-stop-daemon instead of backgrounding the process. This works for me so far.
Noticing the same thing on my amd64. Have to restart it when done booting.
That init script works fine, runs like should after bootup. Thanks.
(In reply to comment #0) The init script works for me when run from a command prompt, but not as part of the startup sequence.
Thanks for the tip. This is fixed in "r4".
sweet, thanks! Any reason to keep it ~-keyworded?
Sebastian: I will ask the arch teams to do that.