Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20481 - openmosixcollector doesn't start at startup
Summary: openmosixcollector doesn't start at startup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-05 09:34 UTC by Christian Jiresjö
Modified: 2003-05-10 07:44 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 Christian Jiresjö 2003-05-05 09:34:35 UTC
openmosixcollector doesn't start at startup because /usr/local/bin where the
software is located isn't in the path used during init.

moving the package to /usr instead of /usr/local or adding
PATH=$PATH:/usr/local/bin to the initscript should fix this.

Reproducible: Always
Steps to Reproduce:
1. Install openmosix-based system
2. add openmosixcollector to startup with rc-update add openmosixcollector default
3. restart

Actual Results:  
openmosixcollector doesn't start

Expected Results:  
openmosixcollector should start
Comment 1 Michael Imhof (RETIRED) gentoo-dev 2003-05-07 16:35:19 UTC
Ok, i'll fix this within the next days.
Comment 2 Michael Imhof (RETIRED) gentoo-dev 2003-05-07 17:28:20 UTC
I checked in openmosix-user-0.3-r3.ebuild.
It should solve this problem, as it installs a own copy of the openmosixcollector init-script.

As this ebuild is masked:
Please test and report if the bug is solved. I'll unmask it then.
Comment 3 Michael Imhof (RETIRED) gentoo-dev 2003-05-08 18:49:11 UTC
sorry, this was my fault...
changes have to be made in openmosixview, so i racalled all the changes i made and committed openmosixview-1.4-r1.ebuild which should correct the issue you had.

Please test and report
Comment 4 Michael Imhof (RETIRED) gentoo-dev 2003-05-10 07:44:34 UTC
Closing the bug.