Summary: | boinc-6.10.18 cannot find localhost when called with "/etc/init.d/boinc attach" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Peter Humphrey <peter> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED DUPLICATE | ||
Severity: | minor | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Peter Humphrey
2010-01-08 15:30:20 UTC
Hi, I had similar problems running boinc on my newly installed system (amd64). I got exactly the same massage and did the same you did, to setup boinc. Actually, on my machine, the init script did not start properly, it hung up after these messages (same, when trying to start boinc again, but without the initial messages). After some hours, i managed to fix that problem myself. "/etc/ini.d/boinc start" worked properly. After that I had no problem in attaching a project with "/etc/ini.d/boinc attach". "hung up" is not correctly spoken, I found that everything worked fine, only the start-stop-daemon (or the eaval thingy) was not backgrounded. After adding an "&" (without quotes) at the end of the "eval" cal, everything worked fine: eval is called almost at the end of the start()-funktion in the boinc init script: eval ${CHRT} start-stop-daemon \ --start --quiet --chdir "${RUNTIMEDIR}" \ --make-pidfile \ --pidfile "${PIDFILE}" \ --chuid "${USER}:${GROUP}" \ --nicelevel "${NICELEVEL}" \ --exec "${BOINCBIN}" ${PARAMS} & I only added the "&" in the "--exec" line. I hope this helps... *** This bug has been marked as a duplicate of bug 331625 *** |