ajenti: I keep getting "Invalid URL" when trying to access admin page (Agenti 1.x)
I used the quick and easy way wget -O- https://raw.github.com/ajenti/ajenti/1.x/scripts/install-ubuntu.sh | sudo sh
. I was uninstalling Agenti Core and 2 because I found that Agenti 1.x is what I needed. Now I can’t seem to get 1.x working properly.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 18
@ranyyy now try
sudo apt-get install python-setuptools python-dev gcc
andeasy_install -U gevent==1.1b3
This helped for me
I seem to have found a solution:
Replace all references to
gevent.coros
withgevent.lock
in /ajenti/plugins/main/main.py.Note, I fixed this by
I had the same issue. Can testify that SerhiyRomanov’s suggestion on Jan 4 worked for me.