comdex
Posts: 2
Joined: Thu May 31, 2012 11:36 am

Ajenti Control Panel

Thu May 31, 2012 11:39 am

Hi guys,

I am new to all this :-) for which I would like to say sorry if I ask stupid questions...

I found by accident this software Ajenti...and was wondering could we install it on the Pi?

I got the following when I've tried to install it.....


root@raspberrypi:/home/pi# apt-get install ajenti
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ajenti : Depends: python-gevent but it is not installable
E: Broken packages


IS it posible somebody to help or guide me how to sort it out..


Ajenti is on http://ajenti.org/

andyl
Posts: 265
Joined: Tue Jan 10, 2012 11:05 am

Re: Ajenti Control Panel

Thu May 31, 2012 12:14 pm

python-gevent is in Debian wheezy (testing) and not squeeze (stable) for the armel architecture.

You could go to testing, but you are more on the bleeding edge.

I guess you could grab the source and build (and possibly back-port) gevent yourself. You would then have to install and use equivs to install a dummy python-gevent package in order to install the Debian ajenti package.

comdex
Posts: 2
Joined: Thu May 31, 2012 11:36 am

Re: Ajenti Control Panel

Thu May 31, 2012 3:35 pm

I managed to find the libs required.... installed ajenti from their repo....and got the following
error

Code: Select all

/usr/lib/pymodules/python2.6/ajenti/standalone.py:15: UserWarning: libevent version mismatch: system version is '2.0.19-stable' but this gevent is compiled against '2.0.16-stable'
  from gevent.pywsgi import WSGIServer

any idea how to overcome this issue?

mads
Posts: 2
Joined: Thu Jun 14, 2012 10:17 am

Re: Ajenti Control Panel

Thu Jun 14, 2012 10:31 am

Does anyone solved it yet?
Because have the same problem.

Mads

User avatar
stevepdp
Posts: 285
Joined: Fri Oct 28, 2011 7:41 am
Contact: Website Twitter

Re: Ajenti Control Panel

Thu Jun 14, 2012 1:38 pm

With andyl's comment in mind, would you be willing to try installing Ajenti from the repo on the new Debian image (based on Wheezy) currently in testing?

See the thread here for details.

mads
Posts: 2
Joined: Thu Jun 14, 2012 10:17 am

Re: Ajenti Control Panel

Thu Jun 14, 2012 4:25 pm

I've installed the new debian image, and tried to install ajenti from the repo.

this is the result:

Code: Select all

root@raspberrypi:~# /etc/init.d/ajenti start
Starting Ajenti
/usr/lib/pymodules/python2.7/ajenti/standalone.py:15: UserWarning: libevent version mismatch: system version is '2.0.19-stable' but this gevent is compiled against '2.0.16-stable'
  from gevent.pywsgi import WSGIServer
root@raspberrypi:~# 
Mads

Return to “Beginners”