Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Is it works on centos? #92

Open
catfish34 opened this issue Dec 3, 2015 · 2 comments
Open

Is it works on centos? #92

catfish34 opened this issue Dec 3, 2015 · 2 comments

Comments

@catfish34
Copy link

When I try to run it on centos 6.5 I can see login page.
But after I try to login I have 500 err:
Debug:
176.26.8.XX - - [03/Dec/2015 12:46:19] "GET /static/img/glyphicons-halflings.png HTTP/1.1" 200 -
176.26.8.XX - - [03/Dec/2015 12:46:24] "POST /login HTTP/1.1" 302 -
176.26.8.XX - - [03/Dec/2015 12:46:24] "GET / HTTP/1.1" 500 -
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/flask/app.py", line 1701, in call
return self.wsgi_app(environ, start_response)
File "/usr/lib/python2.6/site-packages/flask/app.py", line 1689, in wsgi_app
response = self.make_response(self.handle_exception(e))
File "/usr/lib/python2.6/site-packages/flask/app.py", line 1687, in wsgi_app
response = self.full_dispatch_request()
File "/usr/lib/python2.6/site-packages/flask/app.py", line 1360, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/lib/python2.6/site-packages/flask/app.py", line 1358, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/lib/python2.6/site-packages/flask/app.py", line 1344, in dispatch_request
return self.view_functionsrule.endpoint
File "/root/LXC-Web-Panel/lwp.py", line 100, in home
listx = lxc.listx()
File "/root/LXC-Web-Panel/lxclite/init.py", line 172, in listx
state = info(container)['state']
File "/root/LXC-Web-Panel/lxclite/init.py", line 126, in info
output = _run('lxc-info -qn {}|grep -i "State|PID"'.format(container),
ValueError: zero length field name in format

@ElieDeloumeau
Copy link
Member

Which version of lxc ?

@catfish34
Copy link
Author

1.0.7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants