
25th February 2009, 12:56
|
|
Junior Member
|
|
Join Date: Feb 2009
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
only half upgrade to lenny
i followed the tutorial from http://www.howtoforge.com/how-to-upg...o-debian-lenny
the version of debian is fine ...
Code:
root@qwertz:~# cat /etc/debian_version
5.0
... but the upgrade of the kernel haven't work at all
Code:
root@qwertz:~# uname -r
2.6.18-6-xen-amd64
any idea why the upgrade haven't worked?
|

25th February 2009, 13:03
|
|
Junior Member
|
|
Join Date: Feb 2009
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
there was also an error with uswsusp, but i removed it because i don't need hibernate at my server. busybox{u} initramfs-tools{u} klibc-utils{u} libklibc{u} libsplashy1{u} were also removed
|

26th February 2009, 20:13
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
What's in /etc/apt/sources.list? Do you get any errors when you run
Code:
aptitude full-upgrade
?
What's the output of ?
|

26th February 2009, 21:27
|
|
Junior Member
|
|
Join Date: Feb 2009
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Code:
root@asdf:~# ls -la /etc/apt/
total 48
drwxr-xr-x 4 root root 4096 2009-02-25 10:24 .
drwxr-xr-x 98 root root 12288 2009-02-26 10:59 ..
drwxr-xr-x 2 root root 4096 2009-02-24 16:09 apt.conf.d
-rw------- 1 root root 0 2008-10-12 16:45 secring.gpg
-rw-r--r-- 1 root root 1818 2009-02-24 15:38 sources.list
drwxr-xr-x 2 root root 4096 2007-02-26 22:53 sources.list.d
-rw------- 1 root root 1200 2009-02-24 15:15 trustdb.gpg
-rw------- 1 root root 5801 2009-02-24 15:15 trusted.gpg
-rw------- 1 root root 7255 2009-02-24 15:15 trusted.gpg~
Code:
root@asdf:~# cat /etc/apt/sources.list
#
# /etc/apt/sources.list
#
# von http://workaround.org/articles/ispmail-etch/
# Das 'clamav-daemon'-Paket aus Etch hat einen läigen kleinen Bug. Beim Starten des Dienstes kann es zu einer zeitlichen Ãerschneidung mit anderen Diensten kommen. Dieser Bug ist ist in Debian's volatile-Zweig behoben worden.
#deb http://volatile.debian.org/debian-volatile etch/volatile main
# von http://workaround.org/articles/ispmail-etch/
# Einige der vorgeschlagenen Pakete (z.B. lha, unrar) sind nicht "frei" genug um in der Debian main-Sektion verfuegbar zu sein. Wenn Sie diese installieren wollen, muessen Sie zuerst die non-free-Sektion in ihrem Debian-Spiegel unter /etc/apt/sources.list nachtragen. Normalerweise muessen Sie nur das Wort non-free an die existierende Spiegel-Zeilen anhaengen:
#deb http://ftp.debian.org/debian/ etch main non-free
#deb http://security.debian.org/ etch/updates main non-free
#
# etch
#
#deb http://ftp.uni-bayreuth.de/linux/Debian/debian/ etch main
#deb-src http://ftp.uni-bayreuth.de/linux/Debian/debian/ etch main
##deb http://ftp.uni-bayreuth.de/linux/Debian/debian/ etch main contrib non-free
##deb-src http://ftp.uni-bayreuth.de/linux/Debian/debian/ etch main contrib non-free
#
# etch Security updates
#
#deb http://security.debian.org/ etch/updates main contrib
#deb-src http://security.debian.org/ stable/updates main contrib
##deb http://security.debian.org/ etch/updates main contrib non-free
##deb-src http://security.debian.org/ stable/updates main contrib non-free
#
# Lenny
#
deb http://ftp2.de.debian.org/debian/ lenny main
deb-src http://ftp2.de.debian.org/debian/ lenny main
#
# Lenny Security updates
#
deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib
no error ...
Code:
root@asdf:~# aptitude full-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
|

27th February 2009, 14:23
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
What's in /etc/apt/apt.d and /etc/apt/sources.list.d?
What's the output of ? What's in /boot/grub/menu.lst?
|

1st March 2009, 18:10
|
|
Junior Member
|
|
Join Date: Feb 2009
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Code:
root@asdf:~# ll -R /etc/apt/
/etc/apt/:
total 48K
drwxr-xr-x 4 root root 4.0K 2009-02-26 21:38 .
drwxr-xr-x 98 root root 12K 2009-02-26 10:59 ..
drwxr-xr-x 2 root root 4.0K 2009-02-26 21:37 apt.conf.d
-rw------- 1 root root 0 2008-10-12 16:45 secring.gpg
-rw-r--r-- 1 root root 1.8K 2009-02-24 15:38 sources.list
drwxr-xr-x 2 root root 4.0K 2007-02-26 22:53 sources.list.d
-rw------- 1 root root 1.2K 2009-02-24 15:15 trustdb.gpg
-rw------- 1 root root 5.7K 2009-02-24 15:15 trusted.gpg
-rw------- 1 root root 7.1K 2009-02-24 15:15 trusted.gpg~
/etc/apt/apt.conf.d:
total 16K
drwxr-xr-x 2 root root 4.0K 2009-02-26 21:37 .
drwxr-xr-x 4 root root 4.0K 2009-02-26 21:38 ..
-rw-r--r-- 1 root root 92 2009-02-07 22:18 01autoremove
-rw-r--r-- 1 root root 182 2008-03-13 11:32 70debconf
-rw-r--r-- 1 root root 0 2008-10-12 16:46 proxy-guess
/etc/apt/sources.list.d:
total 8.0K
drwxr-xr-x 2 root root 4.0K 2007-02-26 22:53 .
drwxr-xr-x 4 root root 4.0K 2009-02-26 21:38 ..
Code:
root@asdf:~# ls -la /boot
total 8
drwxr-xr-x 2 root root 4096 2006-10-28 16:07 .
drwxr-xr-x 23 root root 4096 2009-02-24 16:04 ..
|

2nd March 2009, 14:06
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
There's nothing in /boot? Is this maybe a virtual machine?
|

2nd March 2009, 14:28
|
|
Junior Member
|
|
Join Date: Feb 2009
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
yes ... with xen
|

3rd March 2009, 19:12
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
Ok, the kernel is defind on the host (dom0) - the guest has no influence on it.
|
|
The Following User Says Thank You to falko For This Useful Post:
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 09:32.
|
|
Recent comments
1 day 9 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 11 hours ago
2 days 11 hours ago
2 days 15 hours ago