Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#1
Just posting some weird bugs and adventures.

I broke my 8.5 install during dist-upgrade with a
(gtk-update-icon-cache-3.0:3113): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
gdk-pixbuf-query-loaders > /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being..
I tried fixing it but no success.

Code: Select all

#  gdk-pixbuf-query-loaders > /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
#gdk-pixbuf-query-loaders command not found


So I broke out my backup 8gig SD card and booted up live AntiX 13 rc1 pendrive and copied what I wanted to keep. Ran the installer. Pendrive saw internal ssd drive as sdb so grub install would not boot. Since on reboot. Kernel sits on sda. I used blkid and UUID to fix via live usb boot again.

Sooooo. I used Sid repos when I installed and did a apt-get update && apt-get dist-upgrade. It bit me in the ass with the same pixbuf problem as the 8.5 install gave me (I was on testing repos in 8.5). Sooooo. Reinstall again and set repos to wheezy. Reset /boot/grub/menu.lst to

Code: Select all

title antiX at sda, kernel 3.6.11-antix.1-486-smp
kernel /boot/vmlinuz-3.6.11-antix.1-486-smp root=UUID=a1e22662-f813-43bb-a587-1266f6dcc816 quiet
initrd /boot/initrd.img-3.6.11-antix.1-486-smp
boot
from unbootable (dropped to intrafms command prompt)

Code: Select all

title antiX at sdb1, kernel 3.6.11-antix.1-486-smp
kernel /boot/vmlinuz-3.6.11-antix.1-486-smp root=/dev/sdb1  quiet
initrd /boot/initrd.img-3.6.11-antix.1-486-smp
boot
ran apt-get update, tried installing newest iceweasel from meta-package installer.
Sheesh. Experimental Iceweasel and Debian wheezy repos don't mix i guess because that failed also with needs later xulrunner and such but it is not going to be installed.

Anyhows. I got a

Code: Select all

$ inxi -Fxz
System:    Host: scooter Kernel: 3.6.11-antix.1-486-smp i686 (32 bit, gcc: 4.7.2) 
           Desktop: IceWM 1.3.7 Distro: antiX-13-rc1_386-full Luddite 4 May 2013
Machine:   System: ASUSTeK product: 701SD version: 0303
           Mobo: ASUSTeK model: 701SD version: x.xx Bios: American Megatrends version: 0303 date: 07/23/2008
CPU:       Single core Intel Celeron M (-UP-) cache: 512 KB flags: (nx pae sse sse2) bmips: 1795.39 clocked at 897.695 MHz 
Graphics:  Card: Intel Mobile 915GM/GMS/910GML Express Graphics Controller bus-ID: 00:02.0 
           X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 800x480@60.0hz 
           GLX Renderer: N/A GLX Version: N/A Direct Rendering: N/A
Audio:     Card: Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller 
           driver: snd_hda_intel bus-ID: 00:1b.0 
           Sound: Advanced Linux Sound Architecture ver: 1.0.25
Network:   Card-1: Realtek RTL8187SE Wireless LAN Controller driver: r8180 port: d800 bus-ID: 01:00.0
           IF: wlan0 state: up mac: <filter>
           Card-2: Atheros AR8121/AR8113/AR8114 Gigabit or Fast Ethernet driver: ATL1E port: ec00 bus-ID: 03:00.0
           IF: eth0 state: down mac: <filter>
Drives:    HDD Total Size: 8.1GB (-) 1: id: /dev/sda model: ASUS size: 8.1GB 
Partition: ID: / size: 7.4G used: 2.6G (36%) fs: ext2 
Sensors:   System Temperatures: cpu: 53.0C mobo: N/A 
           Fan Speeds (in rpm): cpu: 1390 
Info:      Processes: 83 Uptime: 48 min Memory: 218.2/1000.3MB Runlevel: 5 Gcc sys: 4.7.2 
           Client: Shell (bash 4.2.37) inxi: 1.9.6 
working install going on this eeepc 701SD with working wireless wpa encrypted and am going to treat this with kid gloves till I figure out why pixbuf or maybe gdk is killing installs.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Active repos in this install

Code: Select all

$ inxi -r
Repos:     Active apt sources in file: /etc/apt/sources.list.d/antix.list
           deb http://www.daveserver.info/antiX/debs testing main
           Active apt sources in file: /etc/apt/sources.list.d/debian.list
           deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
           deb http://security.debian.org/ wheezy/updates main contrib non-free
           Active apt sources in file: /etc/apt/sources.list.d/various.list
           deb http://mozilla.debian.net/ experimental iceweasel-beta
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#3
x86_64-linux-gnu is for 64bit and antiX-8.5 is 32 bit. No idea why that is happening.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4
anticapitalista wrote:x86_64-linux-gnu is for 64bit and antiX-8.5 is 32 bit. No idea why that is happening.
I can see how I confused you Anti. I lost the errors on my reinstall (forgot to copy) so borrowed the message frm Ubuntu forums and their error was on a 64bit install.

This eeepc can only handle i686/i386 so the error was a i386 error not x86_64.

Sorry bro. I can be a clutz sometimes. __{{emoticon}}__