ISSUE:
We are triying to fix the log problem generated by "Corrupt JPEG data: 1 extraneous bytes before marker 0xd9" in module jdmarker.c from libjepeg.
We've followed all steps detailed but once we have to uninstall Libjpeg8..(using sudo apt-get remove libjpeg8) the related dependencies removes almost all linux packages..
after that I have a wonderful brick (ubuntu is not working anymore).
QUESTION:
Does enybody know how to remove Libjpeg8 wihout remove all packeges that it have any dependency?
HELP > need to uninstall jpeglib8 without broken Ubuntu
-
- Posts: 93
- Joined: Thu Jan 17, 2013 6:13 pm
Re: HELP > need to uninstall jpeglib8 without broken Ubuntu
Do not remove libjpeg8.
Compile a new one and install it in place.
apt-get source libjpeg8, patch source, rebuild debian package, and use dpkg -i
That said, I went another way.
See http://www.zoneminder.com/forums/viewto ... 29&t=20748
If you're not confortable rebuilding deb packages, I recommend you turn off DB logging, and filter in rsyslog.
Compile a new one and install it in place.
apt-get source libjpeg8, patch source, rebuild debian package, and use dpkg -i
That said, I went another way.
See http://www.zoneminder.com/forums/viewto ... 29&t=20748
If you're not confortable rebuilding deb packages, I recommend you turn off DB logging, and filter in rsyslog.