Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go ยป
No member browsing this thread
Thread Status: Active
Total posts in this thread: 2
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 984 times and has 1 reply Next Thread
lummet
Cruncher
Joined: Jan 5, 2009
Post Count: 1
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Linux home directory

Hi,
I have Fedora 30 and boinc client & manager the issue is that when
joining to project my /home/lummet/ directory gets populated with xml files and data etc.

I want to boinc to run in /home/lummet/.BOINC directory so that my home directory is clean
off the all xml data etc.

question is so how or where do I add a soft or hard link that points boinc to /home/lummet/.BOINC directory when running so that home directory stays clean.

Timo
[Jun 1, 2019 4:20:38 PM]   Link   Report threatening or abusive post: please login first  Go to top 
adriverhoef
Master Cruncher
The Netherlands
Joined: Apr 3, 2009
Post Count: 2170
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Linux home directory

Obviously, Timo, you don't want to run BOINC as a service.
I'm assuming you started boinc or boincmgr from a menu.
If you want BOINC to run from a different directory as a user, start a terminal, then change directory to - in your case - .BOINC, then start boinc, e.g.:
  • (cd ~/.BOINC && boinc) &
    After that, start boincmgr if necessary.

    EDIT: After reading a part of the boinc manual page, another method would be to start boinc with the --dir option from the command line, like this:
  • boinc --dir ~/.BOINC &

  • ----------------------------------------
    [Edit 2 times, last edit by adriverhoef at Jun 2, 2019 4:56:45 PM]
    [Jun 2, 2019 4:48:26 PM]   Link   Report threatening or abusive post: please login first  Go to top 
    [ Jump to Last Post ]
    Post new Thread