Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95519 - Gentoo partimaged init.d script is broken
Summary: Gentoo partimaged init.d script is broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Christian Zoffoli (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-08 17:59 UTC by Brett I. Holcomb
Modified: 2005-06-19 17: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 Brett I. Holcomb 2005-06-08 17:59:35 UTC
If I add -L and any other options to my /etc/conf.d/partimaged file they are ignored if I start partimaged with /etc/init.d/partimaged start. 

Assume partimaged merged with -nologin and ssl use flags.

If I run /etc/init.d/partimaged start then partimaged -i shows users must login - my options are ignored.

However, if I run /usr/sbin/partimaged -L --daemon everything works fine and partimaged starts up and users don't need to login (a partimage -i confirms this)

When I add set -x to the /etc/init.d/partimaged script I can see that that any arguments are ignored.
Comment 1 Christian Zoffoli (RETIRED) gentoo-dev 2005-06-19 17:41:06 UTC
If you add PARTIMAGED_OPTS="-L" in /etc/conf.d/partimaged the daemon is started
with the right parameter. 
You can simply test it with 
ps aux | grep "partimaged" 

-->
partimag   486  0.0  0.1   5048  2028 ?        Ss   02:37   0:00
/usr/sbin/partimaged -L --daemon