Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105659 - klive not starting
Summary: klive not starting
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High blocker
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-11 22:55 UTC by Marco Fontani
Modified: 2005-09-12 05:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Fontani 2005-09-11 22:55:56 UTC
Wrong ebuild parameters for /dev/null redirection

Reproducible: Always
Steps to Reproduce:
1. emerge klive
2. /etc/init.d/klive start
3. doesn't start

Actual Results:  
Klive wouldn't start, complaining about not changing directory to /dev/null

Expected Results:  
should've started

in /etc/init.d/klive, the line:

/bin/su - klive -c "twistd --syslog --pidfile=/tmp/klive.pid -oy
/usr/share/klive/klive.tac" > /dev/null

should be replaced with:

/bin/su - klive -c "twistd --syslog --pidfile=/tmp/klive.pid -oy
/usr/share/klive/klive.tac" &>/dev/null &

it solves.
Comment 1 Brian Harring (RETIRED) gentoo-dev 2005-09-11 22:57:38 UTC
dev-portage == sys-apps/portage only... if unsure, just let the wranglers bounce
the bug to responsible party :)
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-12 03:13:17 UTC
Argh, stupid bugzilla. Re-assign again.
Comment 3 Carlos Silva (RETIRED) gentoo-dev 2005-09-12 03:46:01 UTC
Commited to CVS. Give it two hours and sync again.
thx for reporting.