Can not log in web interface
Can not log in web interface
Hello,
I'm running debian unstable and have isntalled zm as debian package. System looks fine but I can not login into web. When admin/admin entered i see 'Loging in' and after that login screen again. No messages in debug, syslog etc. in MySQL zm.Users are fine and correct password. I'm running last version of ZM. Any ideas?
Thanks
J.Solc
I'm running debian unstable and have isntalled zm as debian package. System looks fine but I can not login into web. When admin/admin entered i see 'Loging in' and after that login screen again. No messages in debug, syslog etc. in MySQL zm.Users are fine and correct password. I'm running last version of ZM. Any ideas?
Thanks
J.Solc
I had the same problem over here with Debian unstable.cordel wrote:when you ran configure, did you see any warning that it could not find libcripto. If so you will need to install openssl and it's depends.
Regards,
Cordel
It always worked, and suddenly it broke.
Zoneminder wasn't updated, but the latest debian packages were installed.
So it seems that Debian is breaking some stuff in unstable.
- lazyleopard
- Posts: 403
- Joined: Tue Mar 02, 2004 6:12 pm
- Location: Gloucestershire, UK
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
How about openssl-devel (It may be called something else like openssl-dev for that distro)?merced wrote: OpenSSL version 0.9.7e
Thats what sources use at compile time?
In your source dir there should be a config log that you can go through and check and see if there are any errors. Please report those here.
Regards,
Cordel
- lazyleopard
- Posts: 403
- Joined: Tue Mar 02, 2004 6:12 pm
- Location: Gloucestershire, UK
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
- lazyleopard
- Posts: 403
- Joined: Tue Mar 02, 2004 6:12 pm
- Location: Gloucestershire, UK
- lazyleopard
- Posts: 403
- Joined: Tue Mar 02, 2004 6:12 pm
- Location: Gloucestershire, UK
I too tried both versions, hashed and plain, and it doesn't seem to help.
I'm also suspecting PHP 4.4.0, but I don't really see anything obvious from the PHP Changelog that points to what may be happening.
Disclaimer: This is the first time I have attempted to install/use ZoneMinder.
I'm also suspecting PHP 4.4.0, but I don't really see anything obvious from the PHP Changelog that points to what may be happening.
Disclaimer: This is the first time I have attempted to install/use ZoneMinder.
If you are able to choose httpd-server try plain o'l apache (not apache2) with php4 from debian stable this is not a complete guide but hope you will get some hints
I got it working after alot of trial and error so i'm not sure what did the trick, what i did was (after taking a backup ) changed sources.conf removed all but stable, made a update, removed all apache php related stuff with purge
(do it on your own risk! remember to make a backup, do not blame me if something goes wrong , and so on )
apt-get remove --purge apache* php*
then
apt-get install apache libapache-mod-php4 libapache-mod-auth-mysql php4-mysql
from here try to load the zoneminder page, correct any problem that remains.
when all is up and running then "lock" the packages involved so you can start using unstable again, or make apt prefere stable packages.
Good Luck!
I got it working after alot of trial and error so i'm not sure what did the trick, what i did was (after taking a backup ) changed sources.conf removed all but stable, made a update, removed all apache php related stuff with purge
(do it on your own risk! remember to make a backup, do not blame me if something goes wrong , and so on )
apt-get remove --purge apache* php*
then
apt-get install apache libapache-mod-php4 libapache-mod-auth-mysql php4-mysql
from here try to load the zoneminder page, correct any problem that remains.
when all is up and running then "lock" the packages involved so you can start using unstable again, or make apt prefere stable packages.
Good Luck!
- lazyleopard
- Posts: 403
- Joined: Tue Mar 02, 2004 6:12 pm
- Location: Gloucestershire, UK
I've a suspicion there may be something lurking in the process that switches between plain and hashed passwords. I don't remember at which version hashed became an option. I think I had authentication working just fine with hashed passwords before 1.21.3 and php 4.4.0 came along. Unfortunately they both arrived at the same time...
Rick Hewett