I am getting error -226 too many exits (0) for S5R5 computations which end with computation error. I reloaded Boinc to correct the permissions error. Is there something else?
I am getting error -226 too many exits (0) for S5R5 computations which end with computation error. I reloaded Boinc to correct the permissions error. Is there something else?
Bill
The error message in your logs is:
Quote:
Process creation (../../projects/einstein.phys.uwm.edu/einstein_S5R5_5.01_i686-apple-darwin) failed: errno=13
Please check the file permission flags and ownership of this file , it's in /Library/Application Support/BOINC Data/projects/einstein.phys.uwm.edu/ .
E.g. in a terminal session, do
cd "/Library/Application Support/BOINC Data/projects/einstein.phys.uwm.edu/"
ls -la einstein_S5R5_5.01_i686-apple-darwin
I am getting error -226 too
)
I am getting error -226 too many exits (0) for S5R5 computations which end with computation error. I reloaded Boinc to correct the permissions error. Is there something else?
Bill
RE: I am getting error -226
)
The error message in your logs is:
Please check the file permission flags and ownership of this file , it's in /Library/Application Support/BOINC Data/projects/einstein.phys.uwm.edu/ .
E.g. in a terminal session, do
cd "/Library/Application Support/BOINC Data/projects/einstein.phys.uwm.edu/"
ls -la einstein_S5R5_5.01_i686-apple-darwin
if in doubt, post the result here.
CU
Bikeman
This is what I
)
This is what I got:
-rw-rw-r-- 1 boinc_ma boinc_pr 2209012 Jan 12 2009 einstein_S5R5_5.01_i686-apple-darwin
Cheers.
RE: This is what I
)
Ah yes.... no execution rights!!
in this directory:
sudo chmod u+x einstein_S5R5_5.01_i686-apple-darwin
That should do the trick. You may have run out of quota (too many trashed WU) so it might take a day or so before that host gets new jobs, tho.
CU
Bikeman
Now I got: -rwxrw-r-- 1
)
Now I got:
-rwxrw-r-- 1 boinc_ma boinc_pr 2209012 Jan 12 2009 einstein_S5R5_5.01_i686-apple-darwin
I am still getting the error. Do I have to restart or reinstall Boinc?
Cheers,
RE: Now I got: -rwxrw-r--
)
Try chmod 755 filename.
I would at least restart
)
I would at least restart BOINC, better reboot.
Gruß,
Gundolf
Computer sind nicht alles im Leben. (Kleiner Scherz)
RE: I would at least
)
I restarted Boinc. Now I have to wait a couple of days to get work units. Suspense!
RE: RE: I would at least
)
No joy. I got the same error.
Restarted the computer this time.
RE: RE: RE: I would at
)
Arggg... sorry, it seem that in the sandbox the process is started by the a different user that the file owner. Best to do a
chmod a+x einstein_S5R5_5.01_i686-apple-darwin
instead.
CU
Bikeman