LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-26-2013, 10:16 AM   #1
Juc1
Member
 
Registered: Sep 2011
Location: UK
Posts: 83

Rep: Reputation: 6
Debian version / apt-get update


Hi all,

Any ideas please why my version below says 6 (ie squeeze) but then my apt-get update says lenny?

Also can anyone please explain the 404 not found?

Thank you...


Code:
$ cat /etc/debian_version
6.0.7
$ sudo apt-get update
Hit http://ftp.ca.debian.org stable Release.gpg
Hit http://ftp.ca.debian.org stable Release
Get:1 http://packages.dotdeb.org stable Release.gpg [836B]
Ign http://ftp.de.debian.org lenny Release.gpg
Ign http://ftp.de.debian.org lenny/volatile Release.gpg
Ign http://ftp.de.debian.org lenny/updates Release.gpg
Get:2 http://packages.dotdeb.org stable Release [2284B]
Ign http://packages.dotdeb.org stable Release
Ign http://ftp.ca.debian.org stable/main Packages/DiffIndex
Ign http://ftp.ca.debian.org stable/contrib Packages/DiffIndex
Ign http://ftp.ca.debian.org stable/non-free Packages/DiffIndex
Ign http://ftp.de.debian.org lenny Release
Ign http://ftp.de.debian.org lenny/volatile Release
Ign http://packages.dotdeb.org stable/all Packages/DiffIndex
Hit http://ftp.ca.debian.org stable/main Packages
Hit http://ftp.ca.debian.org stable/contrib Packages
Hit http://ftp.ca.debian.org stable/non-free Packages
Ign http://packages.dotdeb.org stable/all Sources/DiffIndex
Ign http://ftp.de.debian.org lenny/updates Release
Ign http://ftp.de.debian.org lenny/main Packages/DiffIndex
Ign http://ftp.de.debian.org lenny/contrib Packages/DiffIndex
Ign http://ftp.de.debian.org lenny/non-free Packages/DiffIndex
Get:3 http://packages.dotdeb.org stable/all Packages [19.9kB]
Ign http://ftp.de.debian.org lenny/volatile/main Packages/DiffIndex
Ign http://ftp.de.debian.org lenny/volatile/contrib Packages/DiffIndex
Ign http://ftp.de.debian.org lenny/volatile/non-free Packages/DiffIndex
Ign http://ftp.de.debian.org lenny/updates/main Packages/DiffIndex
Ign http://ftp.de.debian.org lenny/updates/contrib Packages/DiffIndex
Ign http://ftp.de.debian.org lenny/updates/non-free Packages/DiffIndex
Ign http://ftp.de.debian.org lenny/main Packages
Ign http://ftp.de.debian.org lenny/contrib Packages
Ign http://ftp.de.debian.org lenny/non-free Packages
Ign http://ftp.de.debian.org lenny/volatile/main Packages
Ign http://ftp.de.debian.org lenny/volatile/contrib Packages
Ign http://ftp.de.debian.org lenny/volatile/non-free Packages
Ign http://ftp.de.debian.org lenny/updates/main Packages
Ign http://ftp.de.debian.org lenny/updates/contrib Packages
Ign http://ftp.de.debian.org lenny/updates/non-free Packages
Get:4 http://packages.dotdeb.org stable/all Sources [4840B]
Ign http://ftp.de.debian.org lenny/main Packages
Ign http://ftp.de.debian.org lenny/contrib Packages
Ign http://ftp.de.debian.org lenny/non-free Packages
Ign http://ftp.de.debian.org lenny/volatile/main Packages
Ign http://ftp.de.debian.org lenny/volatile/contrib Packages
Ign http://ftp.de.debian.org lenny/volatile/non-free Packages
Ign http://ftp.de.debian.org lenny/updates/main Packages
Ign http://ftp.de.debian.org lenny/updates/contrib Packages
Ign http://ftp.de.debian.org lenny/updates/non-free Packages
Err http://ftp.de.debian.org lenny/main Packages
  404 Not Found
Err http://ftp.de.debian.org lenny/contrib Packages
  404 Not Found
Err http://ftp.de.debian.org lenny/non-free Packages
  404 Not Found
Err http://ftp.de.debian.org lenny/volatile/main Packages
  404 Not Found
Err http://ftp.de.debian.org lenny/volatile/contrib Packages
  404 Not Found
Err http://ftp.de.debian.org lenny/volatile/non-free Packages
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main Packages
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/contrib Packages
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/non-free Packages
  404 Not Found
Fetched 27.9kB in 1s (19.8kB/s)
W: GPG error: http://packages.dotdeb.org stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E
W: Failed to fetch http://ftp.de.debian.org/debian/dists/lenny/main/binary-amd64/Packages  404 Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/lenny/contrib/binary-amd64/Packages  404 Not Found

W: Failed to fetch http://ftp.de.debian.org/debian/dists/lenny/non-free/binary-amd64/Packages  404 Not Found

W: Failed to fetch http://ftp.de.debian.org/debian-volatile/dists/lenny/volatile/main/binary-amd64/Packages  404 Not Found

W: Failed to fetch http://ftp.de.debian.org/debian-volatile/dists/lenny/volatile/contrib/binary-amd64/Packages  404 Not Found

W: Failed to fetch http://ftp.de.debian.org/debian-volatile/dists/lenny/volatile/non-free/binary-amd64/Packages  404 Not Found

W: Failed to fetch http://ftp.de.debian.org/debian-security/dists/lenny/updates/main/binary-amd64/Packages  404 Not Found

W: Failed to fetch http://ftp.de.debian.org/debian-security/dists/lenny/updates/contrib/binary-amd64/Packages  404 Not Found

W: Failed to fetch http://ftp.de.debian.org/debian-security/dists/lenny/updates/non-free/binary-amd64/Packages  404 Not Found

E: Some index files failed to download, they have been ignored, or old ones used instead.
$
 
Old 04-26-2013, 10:25 AM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I think the reason you are seeing this is because your /etc/apt/sources.list contains lines which say "stable" and lines which say "lenny". This has lead to your system being updated to the present stable (squeeze). The 404 will likely be because, with lenny being older, the particular mirror that your sources.list points to has removed the lenny packages.
The way to solve this is to remove the lines that point to lenny in your sources.list and, unless you want to automatically update to wheezy when that becomes stable, replace "stable" with "wheezy". If you're unsure how to do this then post your sources.list and I'm sure we'll be able to work it out.
 
1 members found this post helpful.
Old 04-26-2013, 10:38 AM   #3
Juc1
Member
 
Registered: Sep 2011
Location: UK
Posts: 83

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by 273 View Post
I think the reason you are seeing this is because your /etc/apt/sources.list contains lines which say "stable" and lines which say "lenny". This has lead to your system being updated to the present stable (squeeze).
Ok thanks - do you mean that my Debian has updated itself from lenny to squeeze automatically without waiting for any command?

Quote:

The 404 will likely be because, with lenny being older, the particular mirror that your sources.list points to has removed the lenny packages.
The way to solve this is to remove the lines that point to lenny in your sources.list and, unless you want to automatically update to wheezy when that becomes stable, replace "stable" with "wheezy". If you're unsure how to do this then post your sources.list and I'm sure we'll be able to work it out.
Ok here it is, thanks...
Code:
$ cat /etc/apt/sources.list
deb http://ftp.ca.debian.org/debian stable main contrib non-free
deb http://ftp.de.debian.org/debian lenny main contrib non-free
deb http://ftp.de.debian.org/debian-volatile lenny/volatile main contrib non-fre            e
deb http://ftp.de.debian.org/debian-security lenny/updates main contrib non-free
deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all
$
 
Old 04-26-2013, 10:52 AM   #4
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I think that is what has happened, yes. Looking at your sources.list there's only one line pointing to stable so I would remove that and change the rest from lenny to squeeze leaving it like this.
Code:
deb http://ftp.de.debian.org/debian squeeze main contrib non-free
deb http://ftp.de.debian.org/debian-volatile squeeze/volatile main contrib non-free
deb http://ftp.de.debian.org/debian-security squeeze/updates main contrib non-free
deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all
I would then run "apt-get update" then "apt-get dist-upgrade" but don't just answer "y" -- check the list of proposed updates. If any, and if there are a lot of packages or kernel packages I may have been wrong in my assessment so please select "n" and post the result if that is the case. If there are no proposed updates, or just the usual couple of small packages go right ahead and upgrade and all should be well.
 
1 members found this post helpful.
Old 04-26-2013, 11:07 AM   #5
Juc1
Member
 
Registered: Sep 2011
Location: UK
Posts: 83

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by 273 View Post
I think that is what has happened, yes. Looking at your sources.list there's only one line pointing to stable so I would remove that and change the rest from lenny to squeeze leaving it like this.
Code:
deb http://ftp.de.debian.org/debian squeeze main contrib non-free
deb http://ftp.de.debian.org/debian-volatile squeeze/volatile main contrib non-free
deb http://ftp.de.debian.org/debian-security squeeze/updates main contrib non-free
deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all
I would then run "apt-get update"...
Thanks but I still get 404s - is that ok?

Code:
cat /etc/apt/sources.list
deb http://ftp.ca.debian.org/debian squeeze main contrib non-free
deb http://ftp.de.debian.org/debian-volatile squeeze/volatile main contrib non-free
deb http://ftp.de.debian.org/debian-security squeeze/updates main contrib non-free
deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all


$ sudo apt-get update
Get:1 http://ftp.ca.debian.org squeeze Release.gpg [1672B]
Get:2 http://ftp.ca.debian.org squeeze Release [99.8kB]
Ign http://ftp.de.debian.org squeeze/volatile Release.gpg
Get:3 http://ftp.de.debian.org squeeze/updates Release.gpg [836B]
Get:4 http://ftp.ca.debian.org squeeze/main Packages [6540kB]
Get:5 http://packages.dotdeb.org squeeze Release.gpg [836B]
Get:6 http://packages.dotdeb.org squeeze Release [2284B]
Ign http://packages.dotdeb.org squeeze Release
Ign http://ftp.de.debian.org squeeze/volatile Release
Get:7 http://packages.dotdeb.org squeeze/all Packages [19.9kB]
Get:8 http://packages.dotdeb.org squeeze/all Sources [4840B]
Get:9 http://ftp.de.debian.org squeeze/updates Release [87.0kB]
Ign http://ftp.de.debian.org squeeze/volatile/main Packages
Ign http://ftp.de.debian.org squeeze/volatile/contrib Packages
Ign http://ftp.de.debian.org squeeze/volatile/non-free Packages
Get:10 http://ftp.de.debian.org squeeze/updates/main Packages [304kB]
Get:11 http://ftp.de.debian.org squeeze/updates/contrib Packages [681B]
Get:12 http://ftp.de.debian.org squeeze/updates/non-free Packages [14B]
Ign http://ftp.de.debian.org squeeze/volatile/main Packages
Ign http://ftp.de.debian.org squeeze/volatile/contrib Packages
Ign http://ftp.de.debian.org squeeze/volatile/non-free Packages
Err http://ftp.de.debian.org squeeze/volatile/main Packages
  404 Not Found
Err http://ftp.de.debian.org squeeze/volatile/contrib Packages
  404 Not Found
Err http://ftp.de.debian.org squeeze/volatile/non-free Packages
  404 Not Found
Get:13 http://ftp.ca.debian.org squeeze/contrib Packages [53.0kB]
Get:14 http://ftp.ca.debian.org squeeze/non-free Packages [102kB]
Fetched 7217kB in 16s (439kB/s)
W: GPG error: http://packages.dotdeb.org squeeze Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E
W: Failed to fetch http://ftp.de.debian.org/debian-volatile/dists/squeeze/volatile/main/binary-amd64/Packages  404 Not Found

W: Failed to fetch http://ftp.de.debian.org/debian-volatile/dists/squeeze/volatile/contrib/binary-amd64/Packages  404 Not Found

W: Failed to fetch http://ftp.de.debian.org/debian-volatile/dists/squeeze/volatile/non-free/binary-amd64/Packages  404 Not Found

E: Some index files failed to download, they have been ignored, or old ones used instead.
$
 
Old 04-26-2013, 11:23 AM   #6
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Changes your sources as follows:

Code:
deb http://ftp.de.debian.org/debian squeeze main contrib non-free

# volatile - deprecated
#deb http://ftp.de.debian.org/debian-volatile squeeze/volatile main contrib non-free

# the below line replaces volatile
deb http://ftp.de.debian.org/debian squeeze-updates main contrib non-free

deb http://ftp.de.debian.org/debian-security squeeze/updates main contrib non-free

# no idea what this is but disable it for now as it's a 3rd party repo.
#deb http://packages.dotdeb.org squeeze all
#deb-src http://packages.dotdeb.org squeeze all
Then do:

Code:
# apt-get clean ; apt-get update
Then go and read the release notes for Debian squeeze for upgrading from Lenny to Squeeze. You will need to install the 2.6.32 the kernel first and reboot into it before continuing - the upgrade is not straightforward.
 
1 members found this post helpful.
Old 04-26-2013, 11:30 AM   #7
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
My apologies, volatile is now squeeze-updates, as shown here:
lists.debian.org/debian-volatile-announce/2012/msg00000.html
If you change these it will get rid of the 404.
 
1 members found this post helpful.
Old 04-26-2013, 11:31 AM   #8
Juc1
Member
 
Registered: Sep 2011
Location: UK
Posts: 83

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by caravel View Post

Then go and read the release notes for Debian squeeze for upgrading from Lenny to Squeeze.
Do you mean I am still on Lenny even though I get
Code:
$ cat /etc/debian_version
6.0.7
$
?

Thanks...

Last edited by Juc1; 04-26-2013 at 11:33 AM.
 
Old 04-26-2013, 12:28 PM   #9
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
This was why I suggested running "apt-get dist-upgrade" but saying no to it. If there is a huge list or the kernel is in there then you're not running squeeze but if it's only a few programs or nothing then you are. It is slightly risky in that you have to be very careful to hit 'n' if there's a list. The other think to do is run "uname -a" as that might tell you where you stand.

Last edited by 273; 04-26-2013 at 12:32 PM.
 
1 members found this post helpful.
Old 04-26-2013, 12:49 PM   #10
Juc1
Member
 
Registered: Sep 2011
Location: UK
Posts: 83

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by 273 View Post
This was why I suggested running "apt-get dist-upgrade" but saying no to it. If there is a huge list or the kernel is in there then you're not running squeeze but if it's only a few programs or nothing then you are. It is slightly risky in that you have to be very careful to hit 'n' if there's a list. The other think to do is run "uname -a" as that might tell you where you stand.
big list

Code:
$ cat /etc/apt/sources.list
deb http://ftp.ca.debian.org/debian squeeze main contrib non-free
# deb http://ftp.de.debian.org/debian-volatile squeeze/volatile main contrib non-free
deb http://ftp.de.debian.org/debian-security squeeze/updates main contrib non-free
# deb http://packages.dotdeb.org squeeze all
# deb-src http://packages.dotdeb.org squeeze all


$ sudo apt-get clean
$ sudo apt-get update
Hit http://ftp.ca.debian.org squeeze Release.gpg
Hit http://ftp.ca.debian.org squeeze Release
Ign http://ftp.ca.debian.org squeeze/main Packages/DiffIndex
Hit http://ftp.de.debian.org squeeze/updates Release.gpg
Ign http://ftp.ca.debian.org squeeze/contrib Packages/DiffIndex
Ign http://ftp.ca.debian.org squeeze/non-free Packages/DiffIndex
Hit http://ftp.ca.debian.org squeeze/main Packages
Hit http://ftp.ca.debian.org squeeze/contrib Packages
Hit http://ftp.ca.debian.org squeeze/non-free Packages
Hit http://ftp.de.debian.org squeeze/updates Release
Ign http://ftp.de.debian.org squeeze/updates/main Packages/DiffIndex
Ign http://ftp.de.debian.org squeeze/updates/contrib Packages/DiffIndex
Ign http://ftp.de.debian.org squeeze/updates/non-free Packages/DiffIndex
Hit http://ftp.de.debian.org squeeze/updates/main Packages
Hit http://ftp.de.debian.org squeeze/updates/contrib Packages
Hit http://ftp.de.debian.org squeeze/updates/non-free Packages
Reading package lists... Done
$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  aap bsd-mailx libdatrie0 libdb4.6-dev libept0 libkadm55 libpam-plesk libsnmp-dev
  libxcb-xlib0 libxcb-xlib0-dev mailman mailx odbcinst1debian1 psa psa-api-rpc
  psa-appvault-advancedpoll psa-appvault-anyinventory psa-appvault-articlepublisher
  psa-appvault-autoindex psa-appvault-avactis psa-appvault-b2evolution
  psa-appvault-bbclone psa-appvault-brim psa-appvault-coppermine psa-appvault-cs-cart
  psa-appvault-cslh psa-appvault-cubecart psa-appvault-docfaq psa-appvault-dolphin
  psa-appvault-drupal psa-appvault-easybiller psa-appvault-easysnaps
  psa-appvault-egroupware psa-appvault-emuwebmail psa-appvault-eswap psa-appvault-gallery
  psa-appvault-geeklog psa-appvault-gtchat psa-appvault-helpcenterlive psa-appvault-joomla
  psa-appvault-knowledgetreeoss psa-appvault-mailer psa-appvault-mambo psa-appvault-mantis
  psa-appvault-mediawiki psa-appvault-merchant psa-appvault-moodle
  psa-appvault-movabletype psa-appvault-multicart psa-appvault-myorgbook
  psa-appvault-noahclass psa-appvault-nucleus psa-appvault-onebiz psa-appvault-openbiblio
  psa-appvault-oscommerce psa-appvault-osticket psa-appvault-owl psa-appvault-phpads
  psa-appvault-phpbook psa-appvault-phpbugtracker psa-appvault-phpdig
  psa-appvault-phpmoney psa-appvault-phpmyfamily psa-appvault-phpmyvisites
  psa-appvault-phprojekt psa-appvault-phpsurveyor psa-appvault-phpwebsite
  psa-appvault-phpwiki psa-appvault-pinnacle-cart psa-appvault-plog
  psa-appvault-pmachinefree psa-appvault-postnuke psa-appvault-ray
  psa-appvault-serendipity psa-appvault-siteframe psa-appvault-smf psa-appvault-socialware
  psa-appvault-ssm psa-appvault-sugarcrm psa-appvault-supportcenter
  psa-appvault-supportdesk psa-appvault-tellme psa-appvault-tikiwiki psa-appvault-tutos
  psa-appvault-typo3 psa-appvault-uebimiau psa-appvault-updates psa-appvault-vivvocms
  psa-appvault-webcalendar psa-appvault-webshopmanager psa-appvault-wordpress
  psa-appvault-xoops psa-appvault-xrms psa-appvault-xtcommerce psa-awstats-configurator
  psa-backup-manager psa-backup-manager-vz psa-courier-imap psa-horde psa-imp psa-ingo
  psa-kronolith psa-mail-driver-common psa-mail-qc-driver psa-mailman-configurator
  psa-migration-agents psa-migration-manager psa-mimp psa-mnemo psa-passwd psa-qmail
  psa-qmail-rblsmtpd psa-turba psa-updates sensible-mda sshterm
The following NEW packages will be installed:
  apache2.2-bin apt-xapian-index automake autopoint bind9-host ca-certificates-java
  cifs-utils cpp-4.4 db4.8-util dbus diffutils dmsetup fancontrol g++-4.4 gcc-4.4
  gcc-4.4-base gcj-4.4-base gcj-4.4-jre-headless gcj-4.4-jre-lib geoip-database
  ghostscript git gnupg-curl gsfonts insserv iso-codes krb5-multidev libaccess-bridge-java
  libaccess-bridge-java-jni libaprutil1-dbd-sqlite3 libaprutil1-ldap libapt-pkg-perl
  libasyncns0 libavahi-client3 libavahi-common-data libavahi-common3 libbind9-60
  libboost-iostreams1.42.0 libbsd0 libc-bin libc-client2007e libc-dev-bin
  libcommon-sense-perl libcroco3 libcrypt-passwdmd5-perl libcupsimage2 libcurl3-gnutls
  libdatrie1 libdb4.8 libdb4.8-dev libdbus-1-3 libdigest-sha1-perl libdns69 libept1
  liberror-perl libfile-copy-recursive-perl libflac8 libfont-freetype-perl libgcj10 libgs8
  libgssapi-krb5-2 libgssrpc4 libio-pty-perl libipc-run-perl libisc62 libisccc60
  libisccfg62 libjasper1 libjbig2dec0 libjpeg8 libjson-perl libjson-xs-perl libk5crypto3
  libkadm5clnt-mit7 libkadm5srv-mit7 libkdb5-4 libkrb5-3 libkrb5support0 libltdl7
  liblua5.1-0 liblwres60 libmozjs2d libmpfr4 libmysqlclient16 libnfnetlink0 libnl1
  libnss3-1d libogg0 libonig2 libparted0debian1 libperl-dev libpulse0 libpython2.6
  libqdbm14 libsensors4 libsndfile1 libstdc++6-4.4-dev libsub-name-perl libtalloc2
  libtie-cache-perl libudev0 libunistring0 libvorbis0a libvorbisenc2 libxapian22
  lm-sensors lockfile-progs manpages-dev odbcinst odbcinst1debian2 openjdk-6-jdk
  openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib php5-suhosin python-apt
  python-apt-common python-chardet python-debian python-xapian python2.6 python2.6-dev
  python2.6-minimal samba-common-bin sensible-utils shared-mime-info tsconf tzdata-java
  wamerican
The following packages have been kept back:
  gij talkd
The following packages will be upgraded:
  adduser antlr apache2 apache2-doc apache2-mpm-prefork apache2-prefork-dev apache2-utils
  apache2.2-common apt apt-utils aptitude ash at autoconf autoconf2.13 automake1.4
  automake1.7 automake1.9 autotools-dev awstats base-passwd bash bc bind9 bind9utils
  binutils bison bsdmainutils bsdutils bzip2 ca-certificates comerr-dev console-common
  console-data console-tools console-tools-dev coreutils cpio cpp cpp-4.3 cracklib-runtime
  cron cvs dash db4.6-util debconf debconf-i18n debconf-utils debhelper
  debian-archive-keyring debian-policy debiandoc-sgml debianutils debootstrap default-jdk
  default-jre default-jre-headless defoma developers-reference devscripts dh-make
  dhcp3-common dialog diff diffstat dnsutils dosfstools dpatch dselect e2fslibs
  e2fslibs-dev e2fsprogs ecj ecj-gcj ed emacsen-common esound-common expat fail2ban
  fakeroot fastjar fetchmail file findutils finger flex fontconfig fontconfig-config
  freetds-common freetds-dev ftp g++ g++-4.3 gawk gcc gcc-4.3 gcc-4.3-base gettext
  gettext-base gettext-el gnupg gpgv grep groff groff-base gzip host hostname html2text
  ifupdown info initscripts iproute iptables iputils-arping iputils-ping iputils-tracepath
  java-common joe klogd krb5-config ldap-utils less lesstif2 lesstif2-dev libacl1
  libantlr-java libapache2-mod-fcgid libapache2-mod-perl2 libapache2-mod-php5
  libapache2-mod-python libapr1 libapr1-dev libaprutil1 libaprutil1-dev libasound2
  libatk1.0-0 libattr1 libaudio-dev libaudio2 libaudiofile0 libauthen-pam-perl
  libbcel-java libbind-dev libblkid1 libbz2-1.0 libbz2-dev libc6 libc6-dev libcairo2
  libcap2 libclass-accessor-perl libcomerr2 libconsole libconvert-asn1-perl libcrack2
  libct4 libcups2 libcups2-dev libcurl3 libcurl4-openssl-dev libcwidget3 libdb1-compat
  libdb4.6 libdbd-mysql-perl libdbi-perl libdevel-symdump-perl libdevmapper1.02.1
  libecj-java libecj-java-gcj libedit2 libesd0 libexpat1 libexpat1-dev libfcgi0ldbl
  libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libfreezethaw-perl
  libgcc1 libgcj-bc libgcj-common libgcrypt11 libgcrypt11-dev libgd2-xpm libgd2-xpm-dev
  libgdbm3 libgeoip1 libgif4 libgl1-mesa-swx11 libgl1-mesa-swx11-dev libglib2.0-0
  libglu1-mesa libglu1-mesa-dev libgmp3c2 libgnutls-dev libgnutls26 libgomp1
  libgpg-error-dev libgpg-error0 libgpm2 libgtk2.0-0 libgtk2.0-common libhesiod0
  libhtml-parser-perl libhtml-tree-perl libice-dev libice6 libidn11 libidn11-dev
  libjpeg-progs libjpeg62 libjpeg62-dev libkeyutils1 libkrb5-dev libkrb53 liblcms1
  liblcms1-dev libldap-2.4-2 libldap2-dev liblocale-gettext-perl liblockfile-dev
  liblockfile1 liblog4j1.2-java libmagic1 libmailtools-perl libmhash-dev libmhash2
  libmime-perl libmime-tools-perl libmldbm-perl libmldbm-sync-perl libmng-dev libmng1
  libmozjs-dev libmx4j-java libncursesw5 libnet-daemon-perl libnet-ssleay-perl libnetpbm10
  libnewt0.52 libnspr4-0d libnspr4-dev libnss-ldap libodbcinstq1c2 libosmesa6 libosp5
  libpam-krb5 libpam-modules libpam-runtime libpam0g libpam0g-dev libpango1.0-0
  libpango1.0-common libpaper1 libparse-debianchangelog-perl libpcap0.8 libpcre3
  libpcre3-dev libpcrecpp0 libperl5.10 libpixman-1-0 libplrpc-perl libpng12-0 libpng12-dev
  libpng3 libpopt-dev libpopt0 libpq-dev libpq5 libpthread-stubs0 libpthread-stubs0-dev
  libqt3-headers libqt3-mt libqt3-mt-dev libreadline5 librecode-dev librecode0
  libregexp-java libroman-perl libsasl2-2 libsasl2-dev libsasl2-modules libselinux1
  libsensors-dev libsensors3 libsepol1 libsigc++-2.0-0c2a libslang2 libsm-dev libsm6
  libsnmp-base libsnmp-perl libsnmp15 libsqlite3-0 libsqlite3-dev libss2 libssh2-1
  libssh2-1-dev libstdc++5 libstdc++6 libstdc++6-4.3-dev libsybdb5 libsysfs2 libt1-5
  libt1-dev libtasn1-3 libtasn1-3-dev libtext-charwidth-perl libtext-iconv-perl
  libtext-wrapi18n-perl libthai-data libthai0 libtiff4 libtimedate-perl libtool
  libts-0.0-0 liburi-perl libusb-0.1-4 libuuid1 libwbclient0 libwrap0 libwrap0-dev
  libwww-perl libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxaw7 libxaw7-dev
  libxcb-render-util0 libxcb-render0 libxcb1 libxcb1-dev libxcomposite1 libxcursor-dev
  libxcursor1 libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev
  libxfixes3 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxml2
  libxml2-dev libxmlrpc-c3 libxmu-dev libxmu-headers libxmu6 libxmuu-dev libxmuu1
  libxpm-dev libxpm4 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxslt1-dev
  libxslt1.1 libxt-dev libxt6 libxtst-dev libxtst6 libxv-dev libxv1 libzzip-0-13
  libzzip-dev lintian linux-libc-dev locales login logrotate lprng lsb-base lsb-release
  lsof lynx lynx-cur m4 make makedev man-db man2html manpages mawk mesa-common-dev
  mime-support mingetty mktemp mlock modconf module-init-tools mount mtools mysql-common
  nano ncftp ncompress ncurses-base ncurses-bin ncurses-term net-tools netbase netpbm nmap
  nscd nvi openssh-client openssh-server openssl openssl-blacklist parted passwd patch
  pbuilder perl perl-base perl-modules perl-suid php-pear php5-cgi php5-cli php5-common
  php5-curl php5-dev php5-gd php5-imap php5-mysql php5-xsl pidentd pkg-config po-debconf
  portmap procmail procps psmisc psutils pump pwgen python python-central python-dev
  python-libxml2 python-minimal python-support python2.5 python2.5-dev python2.5-minimal
  qt3-dev-tools quota readline-common rsync samba-common sasl2-bin screen sed sendmail-cf
  sendmail-doc sgml-base sgml-data sharutils shtool smbfs snmp sqlite3 ssh ssl-cert strace
  stunnel stunnel4 sudo sysklogd syslinux syslinux-common sysv-rc sysvinit sysvinit-utils
  talk tar tasksel tasksel-data tcl8.4 tcl8.4-dev tcl8.4-doc tcpd tcpdump tcsh traceroute
  tree ttf-dejavu ttf-dejavu-core ttf-dejavu-extra tzdata ucf units unixodbc unixodbc-dev
  unzip update-inetd usbutils util-linux uuid-dev vim vim-common vim-runtime webalizer
  wget whiptail whois wwwconfig-common x11-common x11proto-core-dev x11proto-fixes-dev
  x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-record-dev
  x11proto-render-dev x11proto-video-dev x11proto-xext-dev x11proto-xinerama-dev xml-core
  xsltproc xtrans-dev yada zlib1g zlib1g-dev
536 upgraded, 129 newly installed, 116 to remove and 2 not upgraded.
Need to get 397MB of archives.
After this operation, 1822MB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.
$
 
Old 04-26-2013, 12:58 PM   #11
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Hmm, that is a long list. When was the last time you updated? a thought also occurs, what is the result of uname -a and what happens when you do the same (pressing n at the relevant point) with apt-get update?
If this were my personal system I'd go right ahead with the dist-upgrade but if this is a production system or one you can't afford to let fail then more care will be in order.
 
1 members found this post helpful.
Old 04-26-2013, 01:17 PM   #12
Juc1
Member
 
Registered: Sep 2011
Location: UK
Posts: 83

Original Poster
Rep: Reputation: 6
Quote:
Originally Posted by 273 View Post
Hmm, that is a long list. When was the last time you updated?
This would be my first update

Quote:
a thought also occurs, what is the result of uname -a
Code:
$ uname -a
Linux vps-156xxxx-xx91.manage.myhosting.com 2.6.32-042stab063.2 #1 SMP Tue Oct 23 16:24:09 MSK 2012 x86_64 GNU/Linux
$ cat /proc/version
Linux version 2.6.32-042stab063.2 (root@rh6-build-x64) (gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) ) #1 SMP Tue Oct 23 16:24:09 MSK 2012
$

Quote:
and what happens when you do the same (pressing n at the relevant point) with apt-get update?
I already did that (above) or did you mean something else (like $ apt-get upgrade)?

Quote:
If this were my personal system I'd go right ahead with the dist-upgrade but if this is a production system or one you can't afford to let fail then more care will be in order.
Well yes it has important websites which I am expecting to move to a different server anyway in a few weeks so I guess I will do that first and then come back to this just for fun.

So anyway should I conclude that it is Lenny even though it says:

Code:
$ cat /etc/debian_version
6.0.7
$
Thanks...

Last edited by Juc1; 04-27-2013 at 05:28 PM.
 
Old 04-26-2013, 01:22 PM   #13
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
No to hijack this thread but I have some concerning about upgrading in Debian too. I have been Ubuntu user for a while and whenever there is a new distro release the upgrade manager usually does a good job notifying me that a new release is available.

Now I know there is a new release for Debian coming out on 05-05-13. Would I be able to upgrade my release and fix whatever bug I might have or, will I have to do a manual upgrade by downloading the distro into a CD and then perform the upgrade like is done with other distros?

This will be my first time upgrading Debian and I really dont know how is done.

Last edited by TroN-0074; 04-26-2013 at 01:23 PM.
 
Old 04-26-2013, 01:32 PM   #14
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Juc1 Sorry, I meant "apt-get upgrade" rather than "apt-get dist-upgrade" (blame my muscle memory).
If it's your first update that would explain it -- I would wait until you've moved your sites and you don't mind a few problems before running the dist-upgrade just in case.

TroN-0074I haven't done a distribution upgrade myself as I moved to Testing then Sid not long after moving to Debian. As far as I can tell an update by changing sources.list is possible -- I think caravel posted a link to some instructions.
 
Old 04-26-2013, 01:39 PM   #15
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Thanks, Perhaps that will be good for Juc1 to wait for the new release to be available in just few more weeks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Debian, apt-update not working shorto Linux - Newbie 2 03-02-2009 11:20 AM
Problem while apt-get update on debian etch, cannot reach security.debian.org sarajevo Debian 4 06-08-2008 11:59 AM
apt-get update error (Debian 4.0) RHTopics Debian 3 11-08-2007 01:49 PM
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM
Ok, when one runs apt-get on knoppix does it update it to the full debian sid version maximalred Debian 1 06-24-2004 06:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration