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
Ok, i'll fix this within the next days.
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.
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
Closing the bug.