Debian3.1 apt-get upgrade WARNING - ZM login disabled
Posted: Wed Dec 19, 2007 11:53 am
I have been running zoneminder 1.22.1 on Debian3.1 for over a year with no problems.
Yesterday I ran apt-get upgrade and can no longer log in - it will not take my name and password.
ZM is running and capturing according to the logs.
APT-GET also broke. but I fixed that by adding
to
/etc/apt/apt.conf.d/70debconf and cleaned my source.list
This may have been due to a messy source.list which was
Another cause may be due to a mySQL upgrade.
Anybody know a quick fix to the login problem?
Yesterday I ran apt-get upgrade and can no longer log in - it will not take my name and password.
ZM is running and capturing according to the logs.
APT-GET also broke. but I fixed that by adding
Code: Select all
APT::Cache-Limit "20971520";
/etc/apt/apt.conf.d/70debconf and cleaned my source.list
This may have been due to a messy source.list which was
Code: Select all
#deb file:///cdrom/ sarge main
#deb cdrom:[Debian GNU/Linux 3.1 r0 _Sarge_ - i386 Binary - APC DVD]/ unstable contrib main
deb http://security.debian.org/ testing/updates main contrib
deb http://dotdeb.pimpmylinux.org/ stable all
deb-src http://dotdeb.pimpmylinux.org/ stable all
deb http://ftp.belnet.be/debian/ stable main contrib non-free
deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all
deb http://ftp2.de.debian.org/debian/ stable main
deb-src http://ftp2.de.debian.org/debian/ stable main
deb http://security.debian.org/ stable/updates main
# Unstable
deb ftp://ftp.debian.org/debian/ unstable main non-free contrib
# Multimedia
deb http://www.debian-multimedia.org sarge main
deb http://www.geexbox.org/debian/ unstable main
deb http://download.videolan.org/pub/videolan/debian sid main
deb-src http://download.videolan.org/pub/videolan/debian sid main
#deb ftp://ftp.nerim.net/debian-marillat/ testing main
#deb http://www.spic.net/zoneminder/debian ./
# SystemImager
deb http://download.systemimager.org/debian stable main
#deb http://www.bunkus.org/debian/unstable/ ./
#deb-src http://www.bunkus.org/debian/unstable/ ./
Anybody know a quick fix to the login problem?