Quote:
Originally Posted by till
run the command without sudo:
cat dotdeb.gpg | apt-key add -
|
That indeed got rid of the error, thanks for that Till.
But now I ran apt-get update/upgrade but still no update from my php version?
It sees the update fine if I am correct
Code:
server1:~# apt-get update
Hit http://security.debian.org lenny/updates Release.gpg
Ign http://security.debian.org lenny/updates/main Translation-en_US
Get:1 http://mirror.nl.leaseweb.net oldstable Release.gpg [836B]
Ign http://mirror.nl.leaseweb.net oldstable/all Translation-en_US
Hit http://mirror.nl.leaseweb.net oldstable Release
Hit http://security.debian.org lenny/updates Release
Ign http://mirror.nl.leaseweb.net oldstable/all Packages/DiffIndex
Ign http://mirror.nl.leaseweb.net oldstable/all Sources/DiffIndex
Hit http://mirror.nl.leaseweb.net oldstable/all Packages
Hit http://mirror.nl.leaseweb.net oldstable/all Sources
Ign http://security.debian.org lenny/updates/main Packages/DiffIndex
Get:2 http://php53.dotdeb.org oldstable Release.gpg [836B]
Ign http://php53.dotdeb.org oldstable/all Translation-en_US
Ign http://security.debian.org lenny/updates/main Sources/DiffIndex
Hit http://security.debian.org lenny/updates/main Packages
Hit http://php53.dotdeb.org oldstable Release
Hit http://security.debian.org lenny/updates/main Sources
Ign http://php53.dotdeb.org oldstable/all Packages/DiffIndex
Ign http://php53.dotdeb.org oldstable/all Sources/DiffIndex
Hit http://php53.dotdeb.org oldstable/all Packages
Hit http://php53.dotdeb.org oldstable/all Sources
Hit http://ftp.nl.debian.org lenny Release.gpg
Ign http://ftp.nl.debian.org lenny/main Translation-en_US
Hit http://ftp.nl.debian.org lenny Release
Ign http://ftp.nl.debian.org lenny/main Packages/DiffIndex
Hit http://volatile.debian.org lenny/volatile Release.gpg
Ign http://volatile.debian.org lenny/volatile/main Translation-en_US
Ign http://volatile.debian.org lenny/volatile/contrib Translation-en_US
Ign http://ftp.nl.debian.org lenny/main Sources/DiffIndex
Hit http://ftp.nl.debian.org lenny/main Packages
Ign http://volatile.debian.org lenny/volatile/non-free Translation-en_US
Hit http://volatile.debian.org lenny/volatile Release
Hit http://ftp.nl.debian.org lenny/main Sources
Ign http://volatile.debian.org lenny/volatile/main Packages/DiffIndex
Ign http://volatile.debian.org lenny/volatile/main Sources/DiffIndex
Ign http://volatile.debian.org lenny/volatile/contrib Packages/DiffIndex
Ign http://volatile.debian.org lenny/volatile/non-free Packages/DiffIndex
Hit http://volatile.debian.org lenny/volatile/main Packages
Hit http://volatile.debian.org lenny/volatile/main Sources
Hit http://volatile.debian.org lenny/volatile/contrib Packages
Hit http://volatile.debian.org lenny/volatile/non-free Packages
Fetched 1672B in 1s (1654B/s)
Reading package lists... Done
server1:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
bind9-host dnsutils libapache2-mod-php5 libbind9-50 libisccc50 libisccfg50
liblwres50 mysql-client mysql-server php-pear php5 php5-cgi php5-cli
php5-common php5-curl php5-gd php5-imagick php5-imap php5-mcrypt php5-mysql
The following packages will be upgraded:
mysql-common
1 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
Need to get 75.4kB of archives.
After this operation, 28.7kB disk space will be freed.
Do you want to continue [Y/n]? y
Get:1 http://mirror.nl.leaseweb.net oldstable/all mysql-common 5.1.58-1~dotdeb.0 [75.4kB]
Fetched 75.4kB in 0s (1645kB/s)
Reading changelogs... Done
(Reading database ... 38037 files and directories currently installed.)
Preparing to replace mysql-common 5.0.51a-24+lenny5 (using .../mysql-common_5.1.58-1~dotdeb.0_all.deb) ...
Unpacking replacement mysql-common ...
Setting up mysql-common (5.1.58-1~dotdeb.0) ...
Configuration file `/etc/mysql/my.cnf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : background this process to examine the situation
The default action is to keep your current version.
*** my.cnf (Y/I/N/O/D/Z) [default=N] ?
server1:~#