Bitcoin Forum

Other => Beginners & Help => Topic started by: bilbob on September 07, 2011, 09:14:29 AM



Title: constantly getting phatk.cl not found error on debian 11.04 - solved
Post by: bilbob on September 07, 2011, 09:14:29 AM
Hi there! I set up my mining rig with debian and the Natty 11.04 How-to. but somehow I keep getting the "IOError: [Errno 2] Noch such file … : phatk.cl"
the file however exists, is in the right directory and has the permission 777.
What is confusing is that it works like 33% of the time.
is there anybody else with this error out there?

A few more specs of my system:
- Ati 6950 with the current fglrx from AMDs website since the one in the repository doesn't recognize my graphics card
- AMD SDK 2.4
- Debian 11.04

Also the whole "export Display=:0" doesn't really work since i have to manually start a x-session in screen otherwise aticonfig won't work at all but i can live with that.



Title: Re: constantly getting phatk.cl not found error on debian 11.04
Post by: bilbob on September 08, 2011, 10:10:39 AM
push
-still having the same problem


Title: Re: constantly getting phatk.cl not found error on debian 11.04
Post by: bilbob on September 08, 2011, 10:28:30 AM
ok fixed the problem.

Line 164 in the bitminer*.py says it wants to include the file but only specifies the file and not the entire path. I fixed it so it will now look for "/home/mining/poclbm/phatk.cl" instead of just "phatk.cl"
now everything runs smoothly.


Title: Re: constantly getting phatk.cl not found error on debian 11.04 - solved
Post by: bcitarel on September 20, 2012, 12:41:24 PM
Hi:

i'm really interested in this post because i have the same problem: i keep getting the "IOError: [Errno 2] Noch such file … : phatk.cl". How do i modify the bitminer*.py? Please explain me step by step as I am quite new at bitcoin mininng.

Thank you!