Oh man, I thought this day would never come, but I lost all hope and went with windblows. I finally got persistence working, but ssh errors(i had to force key generation, and although could ssh into the box, it would come up with some "No protocol specified" errors when trying to use aticonfig) and AMDOverdrive letting me adjust frequencies just for one of my cards pushed me over the edge
I hope you'll fix it in the next release
There's nothing to fix lol it's more like a lack of knowledge than a OS error
except SSH what had now been repaired. And if someone would of pointed out that SSH was broken than I would of fixed it alot sooner. This is why linuxcoin is alpha so people can test and I can fix the errors
No protocol specified is due to the fact you don't have your display set. You have to ssh into your machine using the -X flag and set your display for each card. For example
ssh -X 192.168.1.2
DISPLAY=:0 aticonfig --odgc
AMDOverdrive has a menu item but its impossible to select your card from there unless they update the program. You can set your card starting from a shell and using the -i flag to specify a device.
Not to mention if you are SSHing into a machine and want to change your clocks etc its pretty pointless using AMDOverdrivectl and you wont be able to control any cards with it over SSH. You would have to use aticonfig to setup your cards specifying your display via SSH.
Here's what I would do to SSH into a machine and get mining.
ssh -X 192.168.1.2
password: live
DISPLAY=:0 aticonfig --od-enable
DISPLAY=:0.1 aticonfig --od-enable
DISPLAY=:0.2 aticonfig --od-enable
DISPLAY=:0 aticonfig --odsc 900,900
DISPLAY=:0.1 aticonfig --odsc 900,900
DISPLAY=:0.2 aticonfig --odsc 900,900
DISPLAY=:0 aticonfig --odcc
DISPLAY=:0.1 aticonfig --odcc
DISPLAY=:0.2 aticonfig --odcc
DISPLAY=:0 aticonfig --pplib-cmd="set fanspeed 0 70"
DISPLAY=:0.1 aticonfig --pplib-cmd="set fanspeed 0 70"
DISPLAY=:0.2 aticonfig --pplib-cmd="set fanspeed 0 70"
cd /opt/miners/phoenix
DISPLAY=:0 python ./phoenix.py ....&
DISPLAY=:0.1 python ./phoenix.py ... &.
DISPLAY=:0.2 python ./phoenix.py .... &
Windblows ? Whats that then ? I saw a post on here where someone was taking the mick asking a guy who said he would write 10 lines of python for 0.1btc lol and A guy said program a new OS called windblows it would cost around 30BTC
I didn't think this actually existed ?
EDIT: Ahhh winblows
Yes sounds like your more of a windows type of guy.
People if you are clustering boxes and using SSH do some research on how to use your hardware via SSH.