View difference between Paste ID: 8jPAnhYR and VtM9nCZr
SHOW: | | - or go back to the newest paste.
1
root@echo:/var/cache# apt-get upgrade
2
Reading package lists... Done
3
Building dependency tree
4
Reading state information... Done
5
You might want to run 'apt-get -f install' to correct these.
6
The following packages have unmet dependencies:
7
 mysql-server-5.1 : Depends: mysql-server-core-5.1 (= 5.1.49-3) but 5.1.63-0+squeeze1 is installed
8
E: Unmet dependencies. Try using -f.
9
root@echo:/var/cache#
10
root@echo:/var/cache# apt-get -f install
11
Reading package lists... Done
12
Building dependency tree
13
Reading state information... Done
14
Correcting dependencies... Done
15
The following extra packages will be installed:
16
  mysql-server-5.1
17
Suggested packages:
18
  tinyca
19
The following packages will be upgraded:
20
  mysql-server-5.1
21
1 upgraded, 0 newly installed, 0 to remove and 61 not upgraded.
22
6 not fully installed or removed.
23
Need to get 0 B/6,594 kB of archives.
24
After this operation, 20.5 kB disk space will be freed.
25
Do you want to continue [Y/n]? y
26
Reading changelogs... Done
27
Preconfiguring packages ...
28
(Reading database ... 46238 files and directories currently installed.)
29
Preparing to replace mysql-server-5.1 5.1.49-3 (using .../mysql-server-5.1_5.1.63-0+squeeze1_amd64.deb) ...
30
Stopping MySQL database server: mysqld failed!
31
invoke-rc.d: initscript mysql, action "stop" failed.
32
dpkg: warning: subprocess old pre-removal script returned error exit status 1
33
dpkg - trying script from the new package instead ...
34
Stopping MySQL database server: mysqld failed!
35
invoke-rc.d: initscript mysql, action "stop" failed.
36
dpkg: error processing /var/cache/apt/archives/mysql-server-5.1_5.1.63-0+squeeze1_amd64.deb (--unpack):
37
 subprocess new pre-removal script returned error exit status 1
38
configured to not write apport reports
39
                                      Stopping MySQL database server: mysqld failed!
40
invoke-rc.d: initscript mysql, action "stop" failed.
41
Starting MySQL database server: mysqld already running.
42
Errors were encountered while processing:
43
 /var/cache/apt/archives/mysql-server-5.1_5.1.63-0+squeeze1_amd64.deb
44
E: Sub-process /usr/bin/dpkg returned an error code (1)