climateprediction.net home page
There was work but you don\'t have enough disk space allocated

There was work but you don\'t have enough disk space allocated

Questions and Answers : Unix/Linux : There was work but you don\'t have enough disk space allocated
Message board moderation

To post messages, you must log in.

AuthorMessage
old_user36270

Send message
Joined: 17 Jan 05
Posts: 4
Credit: 920,060
RAC: 0
Message 7333 - Posted: 17 Jan 2005, 10:57:51 UTC

Hi all!

The executable file did not work, so I compiled the boinc client myself. However, it does not work:

proellt@peeper:~/boinc-4.11/client> ./boinc_4.11_i686-pc-linux-gnu
2005-01-17 12:43:00 [---] Starting BOINC client version 4.11 for i686-pc-linux-gnu
Enter the URL of the project: http://climateprediction.net
You should have already registered with the project
and received an account key by email.
Paste the account key here: xxxxxxxxxxxxxxxxxxxxxxxxx
2005-01-17 12:43:10 [http://climateprediction.net/] Project prefs: no separate
prefs for home; using your defaults
2005-01-17 12:43:10 [http://climateprediction.net/] Host ID not assigned yet
2005-01-17 12:43:10 [---] No general preferences found - using BOINC defaults
2005-01-17 12:43:10 [---] Insufficient work; requesting more
2005-01-17 12:43:10 [---] Insufficient work; requesting more
2005-01-17 12:43:10 [http://climateprediction.net/] Requesting 17268 seconds of
work
2005-01-17 12:43:10 [http://climateprediction.net/] Sending request to scheduler: http://climateapps2.oucs.ox.ac.uk/cpdnboinc_cgi/cgi
2005-01-17 12:43:10 [http://climateprediction.net/] Scheduler RPC to http://climateapps2.oucs.ox.ac.uk/cpdnboinc_cgi/cgi succeeded
2005-01-17 12:43:10 [climateprediction.net] Message from server: No work available (there was work but you don't have enough disk space allocated)
2005-01-17 12:43:10 [climateprediction.net] Message from server: No work available (there was work but you don't have enough disk space allocated)
2005-01-17 12:43:10 [climateprediction.net] Deferring communication with project for 1 hours, 0 minutes, and 0 seconds
2005-01-17 12:43:10 [climateprediction.net] Deferring communication with project for 1 hours, 0 minutes, and 0 seconds

Seems I don't have enough space. Let's see:
proellt@peeper:~> df
Dateisystem 1k-Blöcke Benutzt Verfügbar Ben% montiert auf
/dev/hda9 8907732 5360856 3546876 61% /
/dev/hda5 15493 6453 8240 44% /boot
/dev/hda8 57679580 18915380 38764200 33% /home
/dev/hda7 10490084 1421336 9068748 14% /usr
proellt@peeper:~> quota
Disk quotas for user proellt (uid 666): none

38 Gig free and still not enough?


proellt

ID: 7333 · Report as offensive     Reply Quote
Profile Honza
Volunteer moderator

Send message
Joined: 5 Aug 04
Posts: 390
Credit: 2,475,242
RAC: 0
Message 7334 - Posted: 17 Jan 2005, 11:43:42 UTC
Last modified: 17 Jan 2005, 11:44:13 UTC

Hi proellt and welcome aboard.

How many Gigs you have on HDs is not the most important for BOINC.
You need to setup BOINC in "Your preferences" page.
http://climateapps2.oucs.ox.ac.uk/cpdnboinc/prefs.php?subset=global

Hope it helps...

I have it like:
Limits on disk space and memory used by BOINC:
Use no more than 100 GB
Leave at least 1 GB
Use no more than 90% of total space
Use no more than 75% of total virtual memory
ID: 7334 · Report as offensive     Reply Quote
old_user41126

Send message
Joined: 27 Jan 05
Posts: 1
Credit: 6,278
RAC: 0
Message 7733 - Posted: 27 Jan 2005, 12:31:02 UTC - in response to Message 7334.  


> I have it like:
> Limits on disk space and memory used by BOINC:
> Use no more than 100 GB
> Leave at least 1 GB
> Use no more than 90% of total space
> Use no more than 75% of total virtual memory

You mean that even if you don't have 100GB you tell it to use that's the max?

ID: 7733 · Report as offensive     Reply Quote
Profile Thyme Lawn
Volunteer moderator

Send message
Joined: 5 Aug 04
Posts: 1283
Credit: 15,824,334
RAC: 0
Message 7737 - Posted: 27 Jan 2005, 12:53:30 UTC - in response to Message 7733.  

> > I have it like:
> > Limits on disk space and memory used by BOINC:
> > Use no more than 100 GB
> > Leave at least 1 GB
> > Use no more than 90% of total space
> > Use no more than 75% of total virtual memory
>
> You mean that even if you don't have 100GB you tell it to use that's the max?

It's all explained in the FAQ <a href="http://climateapps2.oucs.ox.ac.uk/cpdnboinc/quick_faq.php#f">here</a>. BOINC applications could only use 100GB on a 200GB disk, 90GB on a 100GB disk or 4GB on a 5GB disk with Honza's settings.
"The ultimate test of a moral society is the kind of world that it leaves to its children." - Dietrich Bonhoeffer
ID: 7737 · Report as offensive     Reply Quote
old_user147

Send message
Joined: 5 Aug 04
Posts: 30
Credit: 422,225
RAC: 0
Message 7746 - Posted: 27 Jan 2005, 13:51:52 UTC

I had the same problem some days ago, while over a GB was free. I was running version 4.09.
Upgrading to 4.13 solved the issue.
ID: 7746 · Report as offensive     Reply Quote
old_user40785

Send message
Joined: 27 Jan 05
Posts: 7
Credit: 17,864
RAC: 0
Message 7763 - Posted: 27 Jan 2005, 14:54:22 UTC

I used a symbolic link to get around space limit on /

There is only 337M in / so I made a dir called boinc on mounted drive /mnt/hdd8 which has 27G free and copied the binary there
eg mkdir /mnt/hdd8/boinc
then made a symbolic link from home directory to /mnt/hdd8/boinc
eg ln -s /mnt/hdd8/boinc .boinc
then cd to .boinc
then ran binary and its up and running!
ID: 7763 · Report as offensive     Reply Quote

Questions and Answers : Unix/Linux : There was work but you don\'t have enough disk space allocated

©2024 climateprediction.net