
fliteshare wrote:gcp wrote:RE: python-imaging will break software manager
I never go backwards. python-imaging 1.1.7-4 in the SID repository will fix the problem.
Just a newbie question
How do I get Synaptic to install "python-imaging 1.1.7-4" ?

inxi -rStart-Date: 2011-07-13 23:00:38
Commandline: /usr/sbin/synaptic --hide-main-window --non-interactive --parent-window-id 58720292 -o Synaptic::closeZvt=true --progress-str Please wait, this can take some time --finish-str Update is complete --set-selections-file /tmp/tmpOQvA8a
Install: live-config-doc:amd64 (3.0~a23-1, automatic)
Upgrade: sysvinit-utils:amd64 (2.88dsf-13.10, 2.88dsf-13.11), live-config:amd64 (3.0~a22-1, 3.0~a23-1), live-config-sysvinit:amd64 (3.0~a22-1, 3.0~a23-1), grep:amd64 (2.8-2, 2.9-1), sysv-rc:amd64 (2.88dsf-13.10, 2.88dsf-13.11), initscripts:amd64 (2.88dsf-13.10, 2.88dsf-13.11), sysvinit:amd64 (2.88dsf-13.10, 2.88dsf-13.11)
End-Date: 2011-07-13 23:01:15
Start-Date: 2011-07-14 19:43:25
Commandline: /usr/sbin/synaptic --hide-main-window --non-interactive --parent-window-id 62914596 -o Synaptic::closeZvt=true --progress-str Please wait, this can take some time --finish-str Update is complete --set-selections-file /tmp/tmpuqbMzK
Upgrade: libgtk2.0-common:amd64 (2.24.4-3, 2.24.5-2), libgail18:amd64 (2.24.4-3, 2.24.5-2), python-gobject-cairo:amd64 (2.28.6-2, 2.28.6-4), libcupsppdc1:amd64 (1.4.6-11+b1, 1.4.7-1), libcupsimage2:amd64 (1.4.6-11+b1, 1.4.7-1), libcupscgi1:amd64 (1.4.6-11+b1, 1.4.7-1), libcupsdriver1:amd64 (1.4.6-11+b1, 1.4.7-1), cups-client:amd64 (1.4.6-11+b1, 1.4.7-1), gir1.2-gtk-3.0:amd64 (3.0.10-1, 3.0.11-1), cups-ppdc:amd64 (1.4.6-11+b1, 1.4.7-1), libgtk-3-bin:amd64 (3.0.10-1, 3.0.11-1), cups-common:amd64 (1.4.6-11, 1.4.7-1), libcups2:amd64 (1.4.6-11+b1, 1.4.7-1), libgtk-3-0:amd64 (3.0.10-1, 3.0.11-1), cups:amd64 (1.4.6-11+b1, 1.4.7-1), libgail-common:amd64 (2.24.4-3, 2.24.5-2), python-gobject:amd64 (2.28.6-2, 2.28.6-4), gtk2-engines-pixbuf:amd64 (2.24.4-3, 2.24.5-2), libgtk2.0-bin:amd64 (2.24.4-3, 2.24.5-2), libcupsmime1:amd64 (1.4.6-11+b1, 1.4.7-1), libjs-jquery:amd64 (1.6.1-1, 1.6.2-1), libgtk-3-common:amd64 (3.0.10-1, 3.0.11-1), libgtk2.0-0:amd64 (2.24.4-3, 2.24.5-2)
End-Date: 2011-07-14 19:45:06
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://packages.linuxmint.com/ debian main upstream import
deb http://ftp.debian.org/debian testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free
Active apt sources in file: /etc/apt/sources.list.d/dropbox.list
deb http://linux.dropbox.com/ubuntu maverick main










Hi guys,
like some of you, the latest updates broke my shinny LMDE, because I was using Nvidia proprietary drivers, and was too stupid to notice that the update was going to remove them! Damn.
So after the next reboot, I'm stuck with a black screen asking me to login...
I did some research on the Internet and found out that it's still possible to reinstall packages if the ".deb" files are still on the system, even an older version. I also checked the history in Synaptics to know what packages have been upgraded before the breakage.
Here is a list of files and versions you have to "restore".
libgl1-mesa-dev (7.10.2-3)
libgl1-mesa-dri (7.10.2-3)
libgl1-mesa-glx (7.10.2-3)
libglu1-mesa (7.10.2-3)
mesa-common-dev (7.10.2-3)
xserver-common (2:1.10.2-1+wheezy1)
xserver-xorg-core (2:1.10.2-1+wheezy1)
Then you'll be able to reinstall:
libgl1-nvidia-alternatives
libgl1-nvidia-glx
nvidia-glx
Now, all the installed packages (and all versions) are supposed to be stored in "/var/cache/apt/archives", so if you are stuck at the black screen, do the following (change the "i386" in the commands below if you use a 64 bit system):
- Login with the usual username
- type "cd /var/cache/apt/archives"
- type "sudo dpkg -i libgl1-mesa-glx_7.10.2-3_i386.deb"
- type "sudo dpkg -i libglu1-mesa_7.10.2-3_i386.deb"
- type "sudo dpkg -i mesa-common-dev_7.10.2-3_i386.deb"
- type "sudo dpkg -i xserver-common_2%3a1.10.2-1+wheezy1_all.deb"
- type "sudo dpkg -i xserver-xorg-core_2%3a1.10.2-1+wheezy1_i386.deb"
- type "sudo dpkg -i libgl1-mesa-dri_7.10.2-3_i386.deb"
- type "sudo dpkg -i libgl1-mesa-dev_7.10.2-3_i386.deb"
Once it's done, you can reinstall the Nvidia packages by typing:
- sudo apt-get install libgl1-nvidia-alternatives
- sudo apt-get install libgl1-nvidia-glx
- sudo apt-get install nvidia-glx


deb http://ftp.debian.org/debian unstable main contrib non-freesudo nvidia-xconfig






zerozero wrote:just to report that the issue with nvidia is now solved in testing, v.07-5 has migrated from sid, so if you are tracking the testing repo, the dist-upgrade should be clean now;












Gerd50 wrote:Todays update was the first one after about four weeks without trouble shootings necessary within or afterwards. Good times
for a new ISO




Users browsing this forum: kurotsugi and 2 guests