Bug 447775
| Summary: | BOINC Stack Overflow | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lyos Gemini Norezel <lyos.gemininorezel> |
| Component: | boinc-client | Assignee: | Milos Jakubicek <xjakub> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-22 18:07:26 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Lyos Gemini Norezel
2008-05-21 18:18:58 UTC
How did you start it? Please follow http://fedoraproject.org/wiki/MilosJakubicek/HowToUseBoinc (In reply to comment #1) > How did you start it? > Please follow http://fedoraproject.org/wiki/MilosJakubicek/HowToUseBoinc I looked... and of course... I was attempting to start it in the wrong fashion. Perhaps some startup detection code is called for? Lyos Gemini Norezel P.S.- Seeing as this 'bug' is only reproducible via the incorrect startup method... I suspect this one can be closed. Though I would strongly advise the above suggested startup detection code to determine how it is being started. You're not the first to report this -- I know about, therefore I've written the Wiki. IMO the reason is that boinc_client takes your current working directory as its working directory -- not only it tries to create new files there (which can fail on "permission denied"), it also parses the directory recursively in order to find its files (project files etc.) and tries using them...no wonder it fails. (In reply to comment #3) > You're not the first to report this -- I know about, therefore I've written the > Wiki. Interesting... there's no other, even remotely, similar bug reports in bugzilla. > IMO the reason is that boinc_client takes your current working directory > as its working directory -- not only it tries to create new files there (which > can fail on "permission denied"), it also parses the directory recursively in > order to find its files (project files etc.) and tries using them...no wonder > it fails. Hmmm.... perhaps the solution would be to move boinc to it's own folder, and symlink where needed. I'm not much of a coder... but perhaps I can help. Lyos Gemini Norezel AIM: LyosNorezel (In reply to comment #4) > (In reply to comment #3) > > You're not the first to report this -- I know about, therefore I've written the > > Wiki. > > Interesting... there's no other, even remotely, similar bug reports in bugzilla. There are some...#444021 for example. > > IMO the reason is that boinc_client takes your current working directory > > as its working directory -- not only it tries to create new files there (which > > can fail on "permission denied"), it also parses the directory recursively in > > order to find its files (project files etc.) and tries using them...no wonder > > it fails. > > Hmmm.... perhaps the solution would be to move boinc to it's own folder, and > symlink where needed. ??? I don't understand...once more: it takes YOUR cwd, not the directory where boinc is located. Therefore (not only) there is the init script which sets proper working directory (--dir parameter). |