Pages:
Author

Topic: LinuxCoin A lightweight Debian based OS with everything ready to go. - page 22. (Read 285112 times)

hero member
Activity: 770
Merit: 502
Is the final up for grabs yet? I seen drgr33n stated he removed the prefinal but I still see prefinal in the downloads section.
full member
Activity: 135
Merit: 100

check the usernames, passwords, the pool's TCP port, also the syntax, even a space at the wrong place will affect it

full member
Activity: 124
Merit: 100
@ CyberPhunk:

I ran my own guide to the letter and surprise-surprise I've got exactly the same issue.

So, quick run trough the lines of the scripts revealed the culprit - there is an extra "&" that you may want to remove, in the startminers.sh, the one that is listed at the end of the last phoenix.py execution.

It should run fine then.

Sorry for the mistake, I've no idea how that got there

'K, took out the extra & and it still isn't working. Starts up and now it at least tries to mine, but never connects. At least it's not shutting everything down. Wink

I think I'm going to start over from the beginning and see if I screwed something up somewhere. Wouldn't surprise me.  Wink
sr. member
Activity: 518
Merit: 250
hey drgr33n, those of us using pre-final... can we do a dist upgrade when you release the final version?
full member
Activity: 124
Merit: 100
@ CyberPhunk:

I ran my own guide to the letter and surprise-surprise I've got exactly the same issue.

So, quick run trough the lines of the scripts revealed the culprit - there is an extra "&" that you may want to remove, in the startminers.sh, the one that is listed at the end of the last phoenix.py execution.

It should run fine then.

Sorry for the mistake, I've no idea how that got there

Thanks for that, I'm a linux neophyte and had NO clue what was wrong!  Grin

You can update using the instructions in post 1 safely now I think Cheesy I'm goinng to be releasing the final version some time this evening though.

Sounds cool.

Maybe include an option to upgrade to 11.7 or stay with 11.6?
sr. member
Activity: 308
Merit: 251
@drgr33n

Quote
Sorry bud this was my fault. i should of named the kernel something else so apt-get doesn't get confused and install the debian kernel over the top of linuxcoins. If you have anything you want to keep on there contact me via PM and I'll send you my skype address and talk you though recovery.

I know sorry, and you are not him ;-)

I am particularly grateful for all your work on Linuxcoin and as it is clearly identified as beta software I expect bugs and want to assist in identifying them. The fact that you offer to skype me through this was beyond supportive and I really am amazed by the offer. However, it being beta, nothing I can't easily reproduce was on the 0.2-prefinal persistent flash drive and I've re-downloaded the pre-final .iso and have it working persistently.

Now, should I upgrade via the code on page 1 of this post now or wait?

You can update using the instructions in post 1 safely now I think Cheesy I'm goinng to be releasing the final version some time this evening though.
full member
Activity: 196
Merit: 100
Oikos.cash | Decentralized Finance on Tron
@drgr33n

Quote
Sorry bud this was my fault. i should of named the kernel something else so apt-get doesn't get confused and install the debian kernel over the top of linuxcoins. If you have anything you want to keep on there contact me via PM and I'll send you my skype address and talk you though recovery.

I know sorry, and you are not him ;-)

I am particularly grateful for all your work on Linuxcoin and as it is clearly identified as beta software I expect bugs and want to assist in identifying them. The fact that you offer to skype me through this was beyond supportive and I really am amazed by the offer. However, it being beta, nothing I can't easily reproduce was on the 0.2-prefinal persistent flash drive and I've re-downloaded the pre-final .iso and have it working persistently.

Now, should I upgrade via the code on page 1 of this post now or wait?
sr. member
Activity: 518
Merit: 250
thanks for that, doing it now... feel a bit of a div but not used multiple cards under linux b4.... I thought something was up when aticonfig --lsa saw the card :-)
sr. member
Activity: 308
Merit: 251
Hey guys,

I've just added a sapphire 5830 to my rig which also has a HIS HD 5770.... dmesg shows the new 5800 series card but none of the ati utils seem to show it.... AMDOverdriveCtrl -i0 only shows the 5770..... any thoughts? I could swear i read something about this in this thread but cant think where.....

cheers


reset your configuration.

Code:
rm /etc/X11/xorg.conf
aticonfig --initial -f --adapter=all

and reboot Wink

When is the new version of cgminer going to be updated in your repository? It looks like a big improvement with being able to bring dead workers back.

I'll do that in about 30 mins Wink

I don't know about the initial test results with 11.7, but from what I've heard, sticking with 11.6 sounds like a better idea.
Higher Mhash rates with 11.6 than 11.7 so far is what i've heard.

Totally the opposite I'm getting slightly higher MH/s ? AMD APP SDK v2.5 should be out in a few days too so will be interesting Cheesy
sr. member
Activity: 518
Merit: 250
Hey guys,

I've just added a sapphire 5830 to my rig which also has a HIS HD 5770.... dmesg shows the new 5800 series card but none of the ati utils seem to show it.... AMDOverdriveCtrl -i0 only shows the 5770..... any thoughts? I could swear i read something about this in this thread but cant think where.....

cheers
sr. member
Activity: 404
Merit: 250
When is the new version of cgminer going to be updated in your repository? It looks like a big improvement with being able to bring dead workers back.
hero member
Activity: 481
Merit: 502
I don't know about the initial test results with 11.7, but from what I've heard, sticking with 11.6 sounds like a better idea.
Higher Mhash rates with 11.6 than 11.7 so far is what i've heard.
sr. member
Activity: 308
Merit: 251
@ CyberPhunk:

I ran my own guide to the letter and surprise-surprise I've got exactly the same issue.

So, quick run trough the lines of the scripts revealed the culprit - there is an extra "&" that you may want to remove, in the startminers.sh, the one that is listed at the end of the last phoenix.py execution.

It should run fine then.

Sorry for the mistake, I've no idea how that got there

@stryker

the way it is now enables automatic fan control, which in my opinion much better than 70%, at the levels we load these cards anyway.

But if one wants to experiment with the thermal/noise management, by all means, that is pretty good way of starting.

keep them miners working guys! :-)

And don't forget that all credit should go to drgr33n, the creator of LinuxCoin, without which none of this would have been possible.

Thanks again, chap!



awww thanks man !! i haven't got a clue how many users their are but I would say theres alot Cheesy PS guys 11.7 is fooking awesome in the initial tests !! Cheesy

PPS: Linuxcoin prefinal has been removed to make way for the working final version Wink I would suggest everybody upgrades to the final version because it's uber sexy and works lol Cheesy
full member
Activity: 135
Merit: 100
@ CyberPhunk:

I ran my own guide to the letter and surprise-surprise I've got exactly the same issue.

So, quick run trough the lines of the scripts revealed the culprit - there is an extra "&" that you may want to remove, in the startminers.sh, the one that is listed at the end of the last phoenix.py execution.

It should run fine then.

Sorry for the mistake, I've no idea how that got there

@stryker

the way it is now enables automatic fan control, which in my opinion much better than 70%, at the levels we load these cards anyway.

But if one wants to experiment with the thermal/noise management, by all means, that is pretty good way of starting.

keep them miners working guys! :-)

And don't forget that all credit should go to drgr33n, the creator of LinuxCoin, without which none of this would have been possible.

Thanks again, chap!

sr. member
Activity: 308
Merit: 251
Ok a lot to reply to lol !!

Today I installed the pre-final. During installation I followed this instructions: http://forum.bitcoin.org/index.php?topic=7374.msg286940#msg286940

First it seemed that everything was fine, but there where some little things I am wondering about.
Sometimes when linuxcoin is starting, it is asking me for a password, which I can bypass, by pressing enter. Because I normally do not have a keyboard attached to this machine, it would be better, if this would not happen. Does anyone know how I can stop this screen from appearing?

If I try to shutdown the computer by using the red button in the right bottom corner, I always ending up in a black screen with a blinking white cursor on the upper left. Because I would sometimes shutdon the computer remote, I need to know why this is happening and how I can stop this.

The third is more a question:
can anyone tell me, how can I make the "Remote Desktop" autostarting with correct settings?

The Idea behind all of the above is, to control the machine completely remotly, but the actual behavior makes it impossible for me, to shutdown or restart the machine without having a hand on it.

Thank you for your help. ;-)

All these bugs have been fixed in the final version. I'll update the repository today bud. Stand by for more info.

Mounting live-rw from within non-persistent boot of 0.2-prefinal didn't work, seems to be write protected. I did the update, upgrade from within 0.2-prefinal persistent. I think I'll just re-image the 0.2-prefinal and start over. Maybe boot into non-persistent before updating, upgrading?

Sorry bud this was my fault. i should of named the kernel something else so apt-get doesn't get confused and install the debian kernel over the top of linuxcoins. If you have anything you want to keep on there contact me via PM and I'll send you my skype address and talk you though recovery.

What needs to be done to run LinuxCoin on a non ATI graphics card ( don't need to mine ) but would be nice to make it easier to configure things and run a bitcoin client from going to use it to pxe my mining rigs from and run SmartCoin once it is fully multi rig compatible


--Enzo

LinuxCoin will work on nearly every GC you can think of. Its not just for mining hence the security beef up and things. It has most drivers and for everything else there's vesa.

What needs to be done to run LinuxCoin on a non ATI graphics card ( don't need to mine ) but would be nice to make it easier to configure things and run a bitcoin client from going to use it to pxe my mining rigs from and run SmartCoin once it is fully multi rig compatible

I have been frustrated at my attempts to make it work with nvidia or cpu with both guiminer and bitminter.com. I know they suck but wanted to be able to at least demo something to those without good gear.

cpumining works fine on phoenix / poclbm / cgminer try one of them. Alo the latest kernel has been patched for lightning speed CPU mining Wink

Hmm, trying to use Linuxcoin, but having a problem

Followed the guide here to the letter.

When I reboot, it looks like it's going to start up, but then shuts down AMDOverdriveCtrl windows and nothing happens.

I tried to run the startminers.sh solo, and I get this, whether I type sudo or not:

Code:
root@linuxcoin:/usr/local/bin# sudo startminers.sh
ATI Overdrive(TM) enabled
/usr/local/bin/startminers.sh: line 6: ./phoenix.py: Permission denied
INF: Nr. of Adapters: 6
INF: Nr. of Adapters: 6
INF: Adapter index: 0, active, ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 0, active, ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index 3 choosen.
INF: Adapter index 0 choosen.
INF: Nr. of Performance Levels: 3
INF: Card's default Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.968V
INF: Card's default Perf Level 1: GPU 550MHz Memory 900MHz Voltage 1.068V
INF: Card's default Perf Level 2: GPU 725MHz Memory 1000MHz Voltage 1.118V
INF: Nr. of Performance Levels: 3
INF: Card's default Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.968V
INF: Card's default Perf Level 1: GPU 550MHz Memory 900MHz Voltage 1.068V
INF: Card's default Perf Level 2: GPU 725MHz Memory 1000MHz Voltage 1.118V
ACT: Set fan speed to default
ACT: Set fan speed to default
INF: Nr. of Displays to check 4
INF: Color temp disp(2) :
INF: current 6500K default 6500K
INF: min 4000K max 10000K step 100K
WRN: color temperature setting not supported.
INF: Nr. of Displays to check 4
WRN: color temperature setting not supported.
ACT: Set fan speed to default
INF: FanCtrl mode off
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.968V
ACT: SetOverdriveValues: Level 1: 550MHz, 425MHz, MHz, 1.068V
ACT: SetOverdriveValues: Level 2: 875MHz, 425MHz, MHz, 1.118V
INF: Default profile found and loaded.
ACT: Set fan speed to default
INF: FanCtrl mode off
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.968V
ACT: SetOverdriveValues: Level 1: 550MHz, 425MHz, MHz, 1.068V
ACT: SetOverdriveValues: Level 2: 875MHz, 425MHz, MHz, 1.118V
INF: Default profile found and loaded.
root@linuxcoin:/usr/local/bin# /usr/local/bin/startminers.sh: line 8: ./phoenix.py: Permission denied

startminers.sh:

Code:
#!/bin/bash
sudo aticonfig --od-enable
sudo AMDOverdriveCtrl -i0 &
sudo AMDOverdriveCtrl -i3 &
cd /opt/miners/phoenix/
./phoenix.py -u http://Cyberphunk.priory:[email protected]:8080 -k p$
sleep 2
./phoenix.py -u http://Cyberphunk.secunda:[email protected]:8080 -k $

Help?

Here's a script that will work.

Code:
#!/bin/bash
#Lets setup some global vars
WORKSIZE="256"
CCLOCK="1000"
MCLOCK="300"
FANSPEED="80"
USERNAME="Cyberphunk"
PASSWORD="pw"
URL="api2.bitcoins.cz"
PORT="8080"

#time to start mining
#setup cards
sudo aticonfig --od-enable
sudo aticonfig --odsc="$CCLOCK,$MCLOCK" --adapter=all
sudo aticonfig --odcc --adapter=all
#lets go
cd /opt/miners/phoenix/
for i in 0 1; do # More cards ? just add more numbers. for eg 4 cards would be 0 1 2 3
  DISPLAY=0.$i sudo aticonfig --pplib-cmd="set fanspeed 0 $FANSPEED"
  python ./phoenix.py -u http://$USERNAME:$PASSWORD@$URL:$PASSWORD -k phatk \
  WORKSIZE=$WORKSIZE AGGRESSION=9 VECTORS BFI_INT FASTLOOPS=false DEVICE=$i &
  sleep 2
done

PS guys linuxcoin final will come shipped with catalyst 11.7 Wink sounds like a good idea right ?

http://forums.amd.com/devforum/messageview.cfm?catid=390&threadid=153211&enterthread=y
sr. member
Activity: 518
Merit: 250
one thought, in the wiki in the section for creating the startminers.sh shell script there should be added:
aticonfig --pplib-cmd "set fanspeed 0 70"

That way you can be sure those who are new to this or not so savvy at the time will at least be running their gpu fan at 70%.... just a thought.... those casual miners are likely using a gfx card in their closed desktop pc.
full member
Activity: 124
Merit: 100
'k, got both cards working, had to do it manually though.

Wish I knew what the problems with the scripts were.  Sad
full member
Activity: 124
Merit: 100
You may want to verify that phoenix.py is executable
Code:
sudo chmod +x /opt/miners/phoenix/phoenix.py

Did that, now it seems to startup, if I run the startminers.sh script manually, but all I get is:

Code:
ATI Overdrive(TM) enabled
INF: Nr. of Adapters: 6
INF: Nr. of Adapters: 6
INF: Adapter index: 0, active, ID:34858784, ATI Radeon HD 5800 Series
INF: Adapter index: 0, active, ID:34858784, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:34858784, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:34858784, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:34858784, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:34858784, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:35472080, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:35472080, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:35472080, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:35472080, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:35472080, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:35472080, ATI Radeon HD 5800 Series
INF: Adapter index 3 choosen.
INF: Adapter index 0 choosen.
INF: Nr. of Performance Levels: 3
INF: Card's default Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.968V
INF: Nr. of Performance Levels: 3
INF: Card's default Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.968V
INF: Card's default Perf Level 1: GPU 550MHz Memory 900MHz Voltage 1.068V
INF: Card's default Perf Level 2: GPU 725MHz Memory 1000MHz Voltage 1.118V
INF: Card's default Perf Level 1: GPU 550MHz Memory 900MHz Voltage 1.068V
INF: Card's default Perf Level 2: GPU 725MHz Memory 1000MHz Voltage 1.118V
ACT: Set fan speed to default
ACT: Set fan speed to default
INF: Nr. of Displays to check 4
INF: Color temp disp(2) :
INF: current 6500K default 6500K
INF: min 4000K max 10000K step 100K
WRN: color temperature setting not supported.
INF: Nr. of Displays to check 4
WRN: color temperature setting not supported.
ACT: Set fan speed to default
INF: FanCtrl mode off
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.968V
ACT: SetOverdriveValues: Level 1: 550MHz, 425MHz, MHz, 1.068V
ACT: SetOverdriveValues: Level 2: 875MHz, 425MHz, MHz, 1.118V
INF: Default profile found and loaded.
root@linuxcoin:/usr/local/bin# ACT: Set fan speed to default
INF: FanCtrl mode off
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.968V
ACT: SetOverdriveValues: Level 1: 550MHz, 425MHz, MHz, 1.068V
ACT: SetOverdriveValues: Level 2: 875MHz, 425MHz, MHz, 1.118V
INF: Default profile found and loaded.
[30/07/2011 05:32:23] Phoenix r101 starting...
[0 Khash/sec] [0 Accepted] [0 Rejected][30/07/2011 05:32:23] Phoenix r101 starting...
[30/07/2011 05:32:53] Failed to connect, retrying...
[0 Kha[30/07/2011 05:32:53] Failed to connect, retrying...
[30/07/2011 05:33:38] Failed to connect, retrying...
[30/07/2011 05:33:38] Failed to connect, retrying...
[30/07/2011 05:34:23] Failed to connect, retrying...
[30/07/2011 05:34:23] Failed to connect, retrying...
[30/07/2011 05:35:08] Failed to connect, retrying...
[30/07/2011 05:35:08] Failed to connect, retrying...
[30/07/2011 05:35:53] Failed to connect, retrying...
[30/07/2011 05:35:53] Failed to connect, retrying...
[0 Khash/sec] [0 Accepted] [0 Rejected] [RPC

And, it won't run at all with the auto.sh script, same as before, starts up the terminal and the two instances of AMDOverdriveCtrl, then shuts everything down.

*Edit*

Hmm, seems if I type this in the phoenix directory, it starts up just fine:

Code:
./phoenix.py -u http://USERNAME.WORKERNAME:[email protected]:8332/ -k poclbm DEVICE=0 VECTORS AGGRESSION=3

so Phoenix works, just not via the scripts. Guess I try and figure out where they are going wrong
newbie
Activity: 42
Merit: 0
Hmm, trying to use Linuxcoin, but having a problem

Followed the guide here to the letter.

When I reboot, it looks like it's going to start up, but then shuts down AMDOverdriveCtrl windows and nothing happens.

I tried to run the startminers.sh solo, and I get this, whether I type sudo or not:

Code:
root@linuxcoin:/usr/local/bin# sudo startminers.sh
ATI Overdrive(TM) enabled
/usr/local/bin/startminers.sh: line 6: ./phoenix.py: Permission denied
INF: Nr. of Adapters: 6
INF: Nr. of Adapters: 6
INF: Adapter index: 0, active, ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 0, active, ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index 3 choosen.
INF: Adapter index 0 choosen.
INF: Nr. of Performance Levels: 3
INF: Card's default Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.968V
INF: Card's default Perf Level 1: GPU 550MHz Memory 900MHz Voltage 1.068V
INF: Card's default Perf Level 2: GPU 725MHz Memory 1000MHz Voltage 1.118V
INF: Nr. of Performance Levels: 3
INF: Card's default Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.968V
INF: Card's default Perf Level 1: GPU 550MHz Memory 900MHz Voltage 1.068V
INF: Card's default Perf Level 2: GPU 725MHz Memory 1000MHz Voltage 1.118V
ACT: Set fan speed to default
ACT: Set fan speed to default
INF: Nr. of Displays to check 4
INF: Color temp disp(2) :
INF: current 6500K default 6500K
INF: min 4000K max 10000K step 100K
WRN: color temperature setting not supported.
INF: Nr. of Displays to check 4
WRN: color temperature setting not supported.
ACT: Set fan speed to default
INF: FanCtrl mode off
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.968V
ACT: SetOverdriveValues: Level 1: 550MHz, 425MHz, MHz, 1.068V
ACT: SetOverdriveValues: Level 2: 875MHz, 425MHz, MHz, 1.118V
INF: Default profile found and loaded.
ACT: Set fan speed to default
INF: FanCtrl mode off
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.968V
ACT: SetOverdriveValues: Level 1: 550MHz, 425MHz, MHz, 1.068V
ACT: SetOverdriveValues: Level 2: 875MHz, 425MHz, MHz, 1.118V
INF: Default profile found and loaded.
root@linuxcoin:/usr/local/bin# /usr/local/bin/startminers.sh: line 8: ./phoenix.py: Permission denied

startminers.sh:

Code:
#!/bin/bash
sudo aticonfig --od-enable
sudo AMDOverdriveCtrl -i0 &
sudo AMDOverdriveCtrl -i3 &
cd /opt/miners/phoenix/
./phoenix.py -u http://Cyberphunk.priory:[email protected]:8080 -k p$
sleep 2
./phoenix.py -u http://Cyberphunk.secunda:[email protected]:8080 -k $

Help?

You may want to verify that phoenix.py is executable
Code:
sudo chmod +x /opt/miners/phoenix/phoenix.py
full member
Activity: 124
Merit: 100
Hmm, trying to use Linuxcoin, but having a problem

Followed the guide here to the letter.

When I reboot, it looks like it's going to start up, but then shuts down AMDOverdriveCtrl windows and nothing happens.

I tried to run the startminers.sh solo, and I get this, whether I type sudo or not:

Code:
root@linuxcoin:/usr/local/bin# sudo startminers.sh
ATI Overdrive(TM) enabled
/usr/local/bin/startminers.sh: line 6: ./phoenix.py: Permission denied
INF: Nr. of Adapters: 6
INF: Nr. of Adapters: 6
INF: Adapter index: 0, active, ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 0, active, ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 1, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 2, inact., ID:12199712, ATI Radeon HD 5800 Series
INF: Adapter index: 3, active, ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 4, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index: 5, inact., ID:12813008, ATI Radeon HD 5800 Series
INF: Adapter index 3 choosen.
INF: Adapter index 0 choosen.
INF: Nr. of Performance Levels: 3
INF: Card's default Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.968V
INF: Card's default Perf Level 1: GPU 550MHz Memory 900MHz Voltage 1.068V
INF: Card's default Perf Level 2: GPU 725MHz Memory 1000MHz Voltage 1.118V
INF: Nr. of Performance Levels: 3
INF: Card's default Perf Level 0: GPU 157MHz Memory 300MHz Voltage 0.968V
INF: Card's default Perf Level 1: GPU 550MHz Memory 900MHz Voltage 1.068V
INF: Card's default Perf Level 2: GPU 725MHz Memory 1000MHz Voltage 1.118V
ACT: Set fan speed to default
ACT: Set fan speed to default
INF: Nr. of Displays to check 4
INF: Color temp disp(2) :
INF: current 6500K default 6500K
INF: min 4000K max 10000K step 100K
WRN: color temperature setting not supported.
INF: Nr. of Displays to check 4
WRN: color temperature setting not supported.
ACT: Set fan speed to default
INF: FanCtrl mode off
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.968V
ACT: SetOverdriveValues: Level 1: 550MHz, 425MHz, MHz, 1.068V
ACT: SetOverdriveValues: Level 2: 875MHz, 425MHz, MHz, 1.118V
INF: Default profile found and loaded.
ACT: Set fan speed to default
INF: FanCtrl mode off
ACT: SetOverdriveValues: Level 0: 157MHz, 300MHz, MHz, 0.968V
ACT: SetOverdriveValues: Level 1: 550MHz, 425MHz, MHz, 1.068V
ACT: SetOverdriveValues: Level 2: 875MHz, 425MHz, MHz, 1.118V
INF: Default profile found and loaded.
root@linuxcoin:/usr/local/bin# /usr/local/bin/startminers.sh: line 8: ./phoenix.py: Permission denied

startminers.sh:

Code:
#!/bin/bash
sudo aticonfig --od-enable
sudo AMDOverdriveCtrl -i0 &
sudo AMDOverdriveCtrl -i3 &
cd /opt/miners/phoenix/
./phoenix.py -u http://Cyberphunk.priory:[email protected]:8080 -k p$
sleep 2
./phoenix.py -u http://Cyberphunk.secunda:[email protected]:8080 -k $

Help?
Pages:
Jump to: