Posts: 46
dln9
Joined: 03 Feb 2010
#1
(I posted this as part of a different thread, but no responses, I fear that's because the discussion in that thread ended up covering several topics. So, I thought I'd try a new thread for just this issue. I'm hoping that's alright.)


I ran apt-get -f install and dpkg --configure -a and all seemed fine, no odd messages appeared.

In Synaptic there were no broken packages, and the System Upgrade is set to"Smart Upgrade".

I was told that Moonlight does not require doing anything with libsqlite3-0. However, here is what I got from the install command:

root@antiX1:/# apt-get install moonlight-plugin-mozilla
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libmoon libmozjs2d libsqlite3-0 moonlight-plugin-core xulrunner-1.9.1
The following NEW packages will be installed:
libmoon moonlight-plugin-core moonlight-plugin-mozilla xulrunner-1.9.1
The following packages will be upgraded:
libmozjs2d libsqlite3-0
2 upgraded, 4 newly installed, 0 to remove and 268 not upgraded.
Need to get 8,843kB of archives.
After this operation, 21.8MB of additional disk space will be used.
Do you want to continue [Y/n]?


As you can see on the sixth and tenth lines above, libsqlite3-0 will be upgraded.

Since I was working with a clean install of antiX just so I could test this out, I pressed"Y". Here are the results:


Do you want to continue [Y/n]? y
Get:1
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
testing/main libsqlite3-0 3.7.2-1 [382kB]
Get:2
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
testing/main libmoon 1.0.1-3+b1 [579kB]
Get:3
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
testing/main libmozjs2d 1.9.1.11-2 [489kB]
Get:4
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
testing/main moonlight-plugin-core 1.0.1-3+b1 [118kB]
Get:5
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
testing/main xulrunner-1.9.1 1.9.1.11-2 [7,220kB]
Get:6
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org"
linktext was:"http://ftp.us.debian.org"
====================================
testing/main moonlight-plugin-mozilla 1.0.1-3+b1 [55.5kB]
Fetched 8,843kB in 58s (151kB/s)
(Reading database ... 64255 files and directories currently installed.)
Preparing to replace libsqlite3-0 3.6.23.1-4 (using .../libsqlite3-0_3.7.2-1_i386.deb) ...
Unpacking replacement libsqlite3-0 ...

Message from syslogd@antiX1 at Sep 8 04:05:40 ...
kernel:Oops: 0000 [#1] PREEMPT SMP

Message from syslogd@antiX1 at Sep 8 04:05:40 ...
kernel:last sysfs file: /sys/devices/pci0000:00/0000:00:1e.0/0000:02:00.0/net/eth0/carrier

Message from syslogd@antiX1 at Sep 8 04:05:40 ...
kernel:Process dpkg (pid: 15042, ti=f59e8000 task=f5782b40 task.ti=f59e8000)

Message from syslogd@antiX1 at Sep 8 04:05:40 ...
kernel:Stack:

Message from syslogd@antiX1 at Sep 8 04:05:40 ...
kernel:Call Trace:

Message from syslogd@antiX1 at Sep 8 04:05:40 ...
kernel:Code: 00 ff 74 24 68 6a 00 57 56 8b 4c 24 14 8b 54 24 18 8b 44 24 10 e8 0e fb ff ff 83 c4 10 85 c0 89 c3 0f 84 65 01 00 00 8b 54 24 14 <a1> 00 00 00 00 8b 4c 24 68 e8 e3 f3 ff ff 85 c0 89 c2 0f 84 49

Message from syslogd@antiX1 at Sep 8 04:05:40 ...
kernel:EIP: [<f7f88370>] cpup_entry+0x1d9/0x354 [aufs] SS:ESP 0068:f59e9d98

Message from syslogd@antiX1 at Sep 8 04:05:40 ...
kernel:CR2: 0000000000000000
E: Sub-process /usr/bin/dpkg exited unexpectedly
root@antiX1:/#



As you can see, at this step: Unpacking replacement libsqlite3-0 ..., that's when things go to heck.


What do these error messages mean?
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#2
It could have something to do with you using the live/persistent installation and/or with the moonlight package itself.
If you won't lose much and can start all over again, then delete the stuff from the persistent partition and this time install moonlight from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.go-mono.com/moonlight/download.aspx"
linktext was:"here"
====================================
.

Tip: keep/backup /var/cache/apt/archives from your persistent partition so you don't have to download the packages you installed/updated all over again.

If you want to keep the way it is (not start again), then run

Code: Select all

apt-get autoremove --purge
to remove uneeded packages you may have there and also you may install deborphan

Code: Select all

apt-get install deborphan
run it and remove all the packages it lists. This is just for cleaning the system from uneeded packages.
If you get dpkg errors when trying to use apt-get anything then first try opening Synaptic and check for broken packages and remove them or ask Synaptic to try to fix them. otherwise there are other means to try to fix dpkg errors, see
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_recovery_from_a_broken_system"
linktext was:"http://www.debian.org/doc/manuals/debia ... ken_system"
====================================

Then when all is well, install Moonlight plugin from their site.