Code: Select all
harry@biker:~$ sux
Password:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
root@biker:/home/harry# rox
root@biker:/home/harry# exit
exit
harry@biker:~$ su
Password:
root@biker:/home/harry#
Code: Select all
root@biker:/home/harry# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@biker:/home/harry# apt-get install -f mpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
icecast2 pulseaudio
The following NEW packages will be installed:
mpd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 227 kB of archives.
After this operation, 564 kB of additional disk space will be used.
Get:1 http://ftp.us.debian.org/debian/ testing/main mpd i386 0.16.7-2 [227 kB]
Fetched 227 kB in 8s (27.5 kB/s)
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Selecting previously unselected package mpd.
(Reading database ... 107715 files and directories currently installed.)
Unpacking mpd (from .../archives/mpd_0.16.7-2_i386.deb) ...
Processing triggers for man-db ...
Setting up mpd (0.16.7-2) ...
* Starting Music Player Daemon mpd /usr/bin/mpd: relocation error: /usr/lib/i386-linux-gnu/i686/cmov/libavformat.so.53: symbol avcodec_is_open, version LIBAVCODEC_53 not defined in file libavcodec.so.53 with link time reference
[fail]
invoke-rc.d: initscript mpd, action"start" failed.
dpkg: error processing mpd (--configure):
subprocess installed post-installation script returned error exit status 127
configured to not write apport reports
Errors were encountered while processing:
mpd
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
Total disk space freed by localepurge: 0 KiB
E: Sub-process /usr/bin/dpkg returned an error code (1)
Code: Select all
harry@biker:~$ apt-cache policy mpc
mpc:
Installed: 0.20-2
Candidate: 0.20-2
Version table:
*** 0.20-2 0
901 http://ftp.us.debian.org/debian/ testing/main i386 Packages
100 /var/lib/dpkg/status
Code: Select all
harry@biker:~$ inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://ftp.us.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
harry@biker:~$ uname -r
2.6.34-stevo
I just used the default and hit the enter/return key instead of typing"Y".
Code: Select all
root@biker:/home/harry# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up mpd (0.16.7-2) ...
* Starting Music Player Daemon mpd /usr/bin/mpd: relocation error: /usr/lib/i386-linux-gnu/i686/cmov/libavformat.so.53: symbol avcodec_is_open, version LIBAVCODEC_53 not defined in file libavcodec.so.53 with link time reference
[fail]
invoke-rc.d: initscript mpd, action"start" failed.
dpkg: error processing mpd (--configure):
subprocess installed post-installation script returned error exit status 127
configured to not write apport reports
Errors were encountered while processing:
mpd
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
Total disk space freed by localepurge: 0 KiB
E: Sub-process /usr/bin/dpkg returned an error code (1)