Author

Topic: Phoenix in command line Linux (Read 1887 times)

newbie
Activity: 13
Merit: 0
July 02, 2011, 04:24:49 AM
#8
Its a custom Redhat that I have at work for Real-Time communication/control of Xilinx FPGA cards. I eventually would like to start my own project on the side by inserting some graphic cards, but I would at least start mining with the CPU.

I could install the package if it won't affect the stability of the system or the python SConscripts we use to compile code.

 1# python -V
Python 2.4.3
newbie
Activity: 32
Merit: 0
July 01, 2011, 12:28:28 AM
#7
You probably need to enable a different repo for the twisted library on redhat. Depending on the version you might be able to use one from fedora. I think that error just means you wontget security updates from rhn
full member
Activity: 127
Merit: 100
July 01, 2011, 12:20:03 AM
#6
No package python-twisted available.

Ouch!   Shocked

But I wonder if that is a result of this:
This system is not registered with RHN.
RHN support will be disabled.


Does that mean you stopped paying for support?  Or is something misconfigured?

The python-twisted package (spelled just like that) is in Fedora repositories.  I would be surprised if it's not in Redhat.

If you are choosing to no longer pay for updates, I would recommend switching to Fedora.  Redhat is supposed to be super stable, but I have no problems with Fedora.

newbie
Activity: 13
Merit: 0
July 01, 2011, 12:04:44 AM
#5
I'm on Redhat:

 1# yum install python-twisted
Loading "rhnplugin" plugin
Loading "security" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Parsing package install arguments
No package python-twisted available.
Nothing to do


Thanks.
full member
Activity: 127
Merit: 100
June 30, 2011, 07:00:06 AM
#4
The internet module is part of the core twisted python package. 
Do you have twisted installed?

In Fedora Linux, you would run yum install python-twisted to install it.
Other distros should be similar.
newbie
Activity: 13
Merit: 0
June 30, 2011, 12:41:40 AM
#3
thx, however I get this error message:

Traceback (most recent call last):
  File "phoenix.py", line 26, in ?
    from twisted.internet import reactor
ImportError: No module named twisted.internet
full member
Activity: 140
Merit: 100
June 26, 2011, 10:40:01 PM
#2
python phoenix.py -u http://user:pass@host:port -k poclbm DEVICE=0 AGGRESSION=13 WORKSIZE=64 BFI_INT FASTLOOP=false
newbie
Activity: 13
Merit: 0
June 25, 2011, 01:05:33 AM
#1
How do I run phoenix as command line in Linux? They all have python extensions...

Thanks.
Jump to: