Re: Upgrading Kernel on VPS - Failed?

2015-02-23 Thread Richard Hector
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/02/15 10:36, Karl E. Jorgensen wrote: > What does "uname -a" report? This should tell you what the running > kernel version is. > > It could be a case of your providing implementing your Virtual > Private Server using kernel cgroups - e.g. via

Re: Upgrading Kernel on VPS - Failed?

2015-02-22 Thread Karl E. Jorgensen
Hi On Sun, Feb 22, 2015 at 03:14:19PM -0500, Stephen R Guglielmo wrote: > Hi list, > > I have a VPS with a company. The image I initially chose was Debian > Wheezy. I immediately upgraded to Jessie. I updated the kernel and > rebooted. However, it seems I can't use iptables: > > $ sudo iptables

Re: Upgrading Kernel on VPS - Failed?

2015-02-22 Thread Gary Dale
On 22/02/15 03:14 PM, Stephen R Guglielmo wrote: Hi list, I have a VPS with a company. The image I initially chose was Debian Wheezy. I immediately upgraded to Jessie. I updated the kernel and rebooted. However, it seems I can't use iptables: $ sudo iptables --list modprobe: ERROR: ../libkmod/l

Upgrading Kernel on VPS - Failed?

2015-02-22 Thread Stephen R Guglielmo
Hi list, I have a VPS with a company. The image I initially chose was Debian Wheezy. I immediately upgraded to Jessie. I updated the kernel and rebooted. However, it seems I can't use iptables: $ sudo iptables --list modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open mo

Re: Upgrading Kernel - Out of Disk Space

2015-02-14 Thread Bob Proulx
Stephen R Guglielmo wrote: > I updated my apt repo and there was a kernel update. I ran the update, > and received an error claiming "no space left on device." Normally, I > would do a force-uninstall for the currently running kernel (freeing > space), then install the new kernel and reboot. Howeve

Re: Upgrading Kernel - Out of Disk Space

2015-02-14 Thread Curt
On 2015-02-14, Pascal Hambourg wrote: >> >> He said this was an encrypted lvm file system, so I believe there's a >> few more steps involved (although I really know nothing about it). > > No. > >> https://help.ubuntu.com/community/ResizeEncryptedPartitions > > The logical volumes to be resized ar

Re: Upgrading Kernel - Out of Disk Space

2015-02-14 Thread Pascal Hambourg
Curt a écrit : > On 2015-02-14, Pascal Hambourg wrote: >> Otherwise, you can extend a mounted ext2/3/4 filesystem on an LVM >> logical volume. However you cannot reduce an ext mounted filesystem. > > He said this was an encrypted lvm file system, so I believe there's a > few more steps involved (

Re: Upgrading Kernel - Out of Disk Space

2015-02-14 Thread Curt
On 2015-02-14, Pascal Hambourg wrote: > > Otherwise, you can extend a mounted ext2/3/4 filesystem on an LVM > logical volume. However you cannot reduce an ext mounted filesystem. He said this was an encrypted lvm file system, so I believe there's a few more steps involved (although I really know

Re: Upgrading Kernel - Out of Disk Space

2015-02-14 Thread Pascal Hambourg
Gary Dale a écrit : >> $ df -h >> FilesystemSize Used Avail Use% Mounted on >> /dev/mapper/lapsdeb-root 314M 237M 57M 81% / >> /dev/mapper/lapsdeb-var 2.7G 318M 2.3G 13% /var >> /dev/mapper/lapsdeb-usr 8.2G 2.6G 5.2G 34% /usr >> /dev/mapper/lapsdeb-tmp 360M 2.1M

Re: / and separate partitions (was) Re: Upgrading Kernel - Out of Disk Space

2015-02-14 Thread Pascal Hambourg
Iain M Conochie a écrit : > Having said that, with >100GB disks common now, the fallacy that, just > because you cannot have a sub 1G / filesystem, that you have to place > /usr onto that partition, is annoying. In fact, the whole /usr merge to > me is annoying. There is no /usr merge requireme

Re: Upgrading Kernel - Out of Disk Space

2015-02-13 Thread songbird
what version of the installer are you using? if it is an older image i'd try the most recent before filing bugs. songbird -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lis

Re: Upgrading Kernel - Out of Disk Space

2015-02-13 Thread Jochen Spieker
Stephen R Guglielmo: > On Thu, 12 Feb 2015 10:46:35 +0100 > Jochen Spieker wrote: >> Stephen R Guglielmo: >>> I'm not sure why the automatic partitioner didn't provide >>> for enough space for future updates. See below for the relevant >>> logs. >> >> There's been several complaints about similar

/ and separate partitions (was) Re: Upgrading Kernel - Out of Disk Space

2015-02-12 Thread Iain M Conochie
It was until fairly recently general practice to allocate a few hundred MB to / if /usr and /var were separate. It's only in the last few years that the size of /lib/modules has really exploded, and /usr now needs (in practice) to physically live under /. I once tried to put /lib/modules under i

Re: Upgrading Kernel - Out of Disk Space

2015-02-12 Thread Stephen R Guglielmo
On Thu, 12 Feb 2015 10:46:35 +0100 Jochen Spieker wrote: > Stephen R Guglielmo: > > I'm not sure why the automatic partitioner didn't provide > > for enough space for future updates. See below for the relevant > > logs. > > There's been several complaints about similar issues on this list. I > am

Re: Upgrading Kernel - Out of Disk Space

2015-02-12 Thread Joe
On Wed, 11 Feb 2015 23:55:42 -0500 Gary Dale wrote: > On 11/02/15 10:01 PM, Stephen R Guglielmo wrote: > > Hi list, > > > > I updated my apt repo and there was a kernel update. I ran the > > update, and received an error claiming "no space left on device." > > Normally, I would do a force-uninsta

Re: Upgrading Kernel - Out of Disk Space

2015-02-12 Thread Curt
On 2015-02-12, Darac Marjal wrote: > >> This is good to know. However I don't understand what you get for your >> money using an encrypted *LVM* file system if the commodity of resizing >> (or reallocation) is more or less removed from the picture. > > Using LVM-on-encryption means that you only n

Re: Upgrading Kernel - Out of Disk Space

2015-02-12 Thread David Baron
On Thursday 12 February 2015 11:31:43 Lisi Reisz wrote: > On Thursday 12 February 2015 09:46:35 Jochen Spieker wrote: > > > I'm not sure why the automatic partitioner didn't provide > > > for enough space for future updates. See below for the relevant logs. > > > > There's been several complaints

Re: Upgrading Kernel - Out of Disk Space

2015-02-12 Thread Lisi Reisz
On Thursday 12 February 2015 09:46:35 Jochen Spieker wrote: > > I'm not sure why the automatic partitioner didn't provide > > for enough space for future updates. See below for the relevant logs. > > There's been several complaints about similar issues on this list. I am > not sure whether there we

Re: Upgrading Kernel - Out of Disk Space

2015-02-12 Thread Jörg-Volker Peetz
Taking a look into /lib/modules could tell if any older (possibly dispensible) kernel versions are present on your system. Regards, jvp. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http

Re: Upgrading Kernel - Out of Disk Space

2015-02-12 Thread Darac Marjal
On Thu, Feb 12, 2015 at 09:35:32AM +, Curt wrote: > On 2015-02-12, Reco wrote: > > > > You're right in the case of conventional LVM. But OP is using an > > encrypted one, and resizing an encrypted LV is much more complex > > (it requires lvresize, cryptmount and resize2fs in the right sequence

Re: Upgrading Kernel - Out of Disk Space

2015-02-12 Thread Jochen Spieker
Stephen R Guglielmo: > > I updated my apt repo and there was a kernel update. I ran the update, > and received an error claiming "no space left on device." Normally, I > would do a force-uninstall for the currently running kernel (freeing > space), then install the new kernel and reboot. However,

Re: Upgrading Kernel - Out of Disk Space

2015-02-12 Thread Curt
On 2015-02-12, Reco wrote: > > You're right in the case of conventional LVM. But OP is using an > encrypted one, and resizing an encrypted LV is much more complex > (it requires lvresize, cryptmount and resize2fs in the right sequence). > It's presumably possible (never done it personally), but co

Re: Upgrading Kernel - Out of Disk Space

2015-02-11 Thread Reco
Hi. On Wed, 11 Feb 2015 23:55:42 -0500 Gary Dale wrote: > The problem is that your / partition only has 314M allocated to it. This > is ridiculously small. I understand people use LVM because it supposedly > makes adding more space easier. You're right in the case of conventional LVM. But OP

Re: Upgrading Kernel - Out of Disk Space

2015-02-11 Thread Gary Dale
On 11/02/15 10:01 PM, Stephen R Guglielmo wrote: Hi list, I updated my apt repo and there was a kernel update. I ran the update, and received an error claiming "no space left on device." Normally, I would do a force-uninstall for the currently running kernel (freeing space), then install the new

Upgrading Kernel - Out of Disk Space

2015-02-11 Thread Stephen R Guglielmo
Hi list, I updated my apt repo and there was a kernel update. I ran the update, and received an error claiming "no space left on device." Normally, I would do a force-uninstall for the currently running kernel (freeing space), then install the new kernel and reboot. However, this is an update, not

Re: upgrading kernel on wheezy

2014-07-03 Thread François Patte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 03/07/2014 19:33, B a écrit : > On Thu, 03 Jul 2014 19:28:12 +0200 François Patte > wrote: > >> Is the install with apt keeps the previous kernel and add an >> entry to the grub menu so I could come back to kernel 3.2 in >> case... > > Doc's

Re: upgrading kernel on wheezy

2014-07-03 Thread Alex Mestiashvili
On 07/03/2014 07:28 PM, François Patte wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bonjour, I'd like to install kernel 3.14 on wheezy from backports. Is the install with apt keeps the previous kernel and add an entry to the grub menu so I could come back to kernel 3.2 in case... Tha

Re: upgrading kernel on wheezy

2014-07-03 Thread Bzzzz
On Thu, 03 Jul 2014 19:28:12 +0200 François Patte wrote: > Is the install with apt keeps the previous kernel and add an entry > to the grub menu so I could come back to kernel 3.2 in case... Doc's on the backport site… -- There is no doubt that my lawyer is honest. For example, when he filed

upgrading kernel on wheezy

2014-07-03 Thread François Patte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bonjour, I'd like to install kernel 3.14 on wheezy from backports. Is the install with apt keeps the previous kernel and add an entry to the grub menu so I could come back to kernel 3.2 in case... Thank you - -- François Patte UFR de mathématique

Re: wireless not working correctly after upgrading kernel

2012-07-20 Thread Umarzuki Mochlis
2012/7/20 Camaleón : > On Fri, 20 Jul 2012 16:59:05 +0800, Umarzuki Mochlis wrote: > >> a little background and what i did to have come to this situation: >> >> - cannot get resolution more than 1024x768 with my integrated intel vga >> - upgraded to kernel 3.0 from squeeze-backports >> - my intel w

Re: wireless not working correctly after upgrading kernel

2012-07-20 Thread Camaleón
On Fri, 20 Jul 2012 16:59:05 +0800, Umarzuki Mochlis wrote: > a little background and what i did to have come to this situation: > > - cannot get resolution more than 1024x768 with my integrated intel vga > - upgraded to kernel 3.0 from squeeze-backports > - my intel wireless 1000 N wireless int

Re: wireless not working correctly after upgrading kernel

2012-07-20 Thread Umarzuki Mochlis
2012/7/20 Brian : > On Fri 20 Jul 2012 at 17:37:26 +0800, Umarzuki Mochlis wrote: > >> 02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 > > Non-free firmware is needed. I suppose you have installed it? > >http://wiki.debian.org/iwlwifi > yes I have. I even reinstalled it

Re: wireless not working correctly after upgrading kernel

2012-07-20 Thread Brian
On Fri 20 Jul 2012 at 17:37:26 +0800, Umarzuki Mochlis wrote: > 02:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 Non-free firmware is needed. I suppose you have installed it? http://wiki.debian.org/iwlwifi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.o

Re: wireless not working correctly after upgrading kernel

2012-07-20 Thread Brian
On Fri 20 Jul 2012 at 16:59:05 +0800, Umarzuki Mochlis wrote: > a little background and what i did to have come to this situation: > > - cannot get resolution more than 1024x768 with my integrated intel vga > - upgraded to kernel 3.0 from squeeze-backports > - my intel wireless 1000 N wireless in

Re: Upgrading kernel on a system that won't boot

2009-02-12 Thread Michael Pobega
On Thu, Feb 12, 2009 at 08:50:19PM -0500, Dan Christensen wrote: > Michael Pobega writes: > > > On Thu, Feb 12, 2009 at 06:16:32PM -0500, Dan Christensen wrote: > > > >> Now one thing about my system is that mounting /usr will be a bit > >> awkward, since it is lvm over several raid 5 devices.

Re: Upgrading kernel on a system that won't boot

2009-02-12 Thread Dan Christensen
Michael Pobega writes: > On Thu, Feb 12, 2009 at 06:16:32PM -0500, Dan Christensen wrote: > >> Now one thing about my system is that mounting /usr will be a bit >> awkward, since it is lvm over several raid 5 devices. >> >> Can anyone think of a way to install a kernel .deb without having >> /

Re: Upgrading kernel on a system that won't boot

2009-02-12 Thread Michael Pobega
On Thu, Feb 12, 2009 at 06:16:32PM -0500, Dan Christensen wrote: > Michael Pobega writes: > > > What I would do is put a live system on a USB flash drive (System Rescue > > CD is what I usually use) and mount the unbootable hard drive from > > within the live system. At that point you could wget

Re: Upgrading kernel on a system that won't boot

2009-02-12 Thread Dan Christensen
Dan Christensen writes: > Michael Pobega writes: > >> What I would do is put a live system on a USB flash drive (System Rescue >> CD is what I usually use) and mount the unbootable hard drive from >> within the live system. At that point you could wget a kernel deb from >> http://ftp.uk.debian.o

Re: Upgrading kernel on a system that won't boot

2009-02-12 Thread Dan Christensen
Michael Pobega writes: > What I would do is put a live system on a USB flash drive (System Rescue > CD is what I usually use) and mount the unbootable hard drive from > within the live system. At that point you could wget a kernel deb from > http://ftp.uk.debian.org onto your old mounted hard dri

Re: Upgrading kernel on a system that won't boot

2009-02-12 Thread Michael Pobega
On Wed, Feb 11, 2009 at 10:39:18PM -0500, Dan Christensen wrote: > I have a system running etch. I believe it has this kernel installed: > > linux-image-2.6.18-5-k7 2.6.18.dfsg.1-13etch2 > > The motherboard failed a few days ago, and I've just got a new > motherboard and cpu. However, the m

Re: Upgrading kernel on a system that won't boot

2009-02-12 Thread Dan Christensen
Ron Johnson writes: > On 02/11/2009 09:39 PM, Dan Christensen wrote: >> I have a system running etch. I believe it has this kernel installed: >> >> linux-image-2.6.18-5-k7 2.6.18.dfsg.1-13etch2 >> >> The motherboard failed a few days ago, and I've just got a new >> motherboard and cpu. Howe

Re: Upgrading kernel on a system that won't boot

2009-02-12 Thread Ron Johnson
On 02/11/2009 09:39 PM, Dan Christensen wrote: I have a system running etch. I believe it has this kernel installed: linux-image-2.6.18-5-k7 2.6.18.dfsg.1-13etch2 The motherboard failed a few days ago, and I've just got a new motherboard and cpu. However, the machine won't boot. The new

Upgrading kernel on a system that won't boot

2009-02-11 Thread Dan Christensen
I have a system running etch. I believe it has this kernel installed: linux-image-2.6.18-5-k7 2.6.18.dfsg.1-13etch2 The motherboard failed a few days ago, and I've just got a new motherboard and cpu. However, the machine won't boot. The new cpu is a Core2Duo, but even though the kernel is

upgrading kernel in encrypted system

2007-05-31 Thread James R. Van Zandt
I installed Etch on a new Sony Vaio TXN-27N, using the default encrypted root option. Very easy, and it works great - my congratulations to the Debian installation team! A 2.6.18 kernel was installed. I would like to upgrade that to 2.6.21, to take advantage of some new Sony-specific features.

Upgrading kernel from 2.4 to 2.6.17-2-k7: logs filled with NTP error "frequency error -512 PPM exceeds tolerance 500 PPM"

2006-12-04 Thread Reid Priedhorsky
Hi folks, I'm running etch. I recently upgraded my kernel from a self-built 2.4 to the Debian kernel package version 2.6.17-2-k7. Now, my logs are filled with (10-20 per hour): Dec 4 08:56:52 reidster ntpd[2331]: frequency error -512 PPM exceeds tolerance 500 PPM There doesn't seem to be any s

Re: Procedure for upgrading kernel from 2.4 to 2.6

2005-06-29 Thread Tony Terlecki
Thanks John, What is the purpose of the --initrd option? I know it creates a ramdisk but what is put in there and why should it be needed? I thought the kernel would have the necessary drivers compiled in to access everything needed to continue. I noticed this ramdisk in the stock 2.4.27 kernel bu

Re: Procedure for upgrading kernel from 2.4 to 2.6

2005-06-29 Thread John Miller
It pretty much is that simple, though if you're compiling from source, you do have to configure the kernel before running make-kpkg. Here's the steps I usually take: 1) Install kernel-source package of my choosing. This puts a tarball of the source tree in /usr/src. 2) Untar source tree with

Procedure for upgrading kernel from 2.4 to 2.6

2005-06-29 Thread Tony Terlecki
I've recently installed a new machine using the 'testing' branch and it came with a stock 2.4.27 kernel. I'd like to move to a custom 2.6 kernel but I'm not not sure of the procedure. Is it as simple as installing kernel-package, a 2.6 kernel source package, running make-kpkg against it then insta

Re: upgrading kernel automagically

2004-12-15 Thread Jeremy Brown
Ron Farrer wrote: On Wed, December 15, 2004 13:18, Ron Johnson said: On Wed, 2004-12-15 at 14:49 -0500, Jeremy Brown wrote: I noticed that even if new versions of the kernel are available in the Debian repository, "apt-get update; apt-get upgrade" won't retrieve them. Is there any way I can

Re: upgrading kernel automagically

2004-12-15 Thread Ron Farrer
On Wed, December 15, 2004 13:18, Ron Johnson said: > On Wed, 2004-12-15 at 14:49 -0500, Jeremy Brown wrote: >> I noticed that even if new versions of the kernel are available in the >> Debian repository, "apt-get update; apt-get upgrade" won't retrieve >> them. >> >> Is there any way I can have apt

Re: upgrading kernel automagically

2004-12-15 Thread Ron Johnson
On Wed, 2004-12-15 at 14:49 -0500, Jeremy Brown wrote: > I noticed that even if new versions of the kernel are available in the > Debian repository, "apt-get update; apt-get upgrade" won't retrieve them. > > Is there any way I can have apt check to see if a new kernel version is > available and

Re: upgrading kernel automagically

2004-12-15 Thread Andreas Janssen
Hello Jeremy Brown (<[EMAIL PROTECTED]>) wrote: > I noticed that even if new versions of the kernel are available in the > Debian repository, "apt-get update; apt-get upgrade" won't retrieve > them. > > Is there any way I can have apt check to see if a new kernel version > is available and if so

upgrading kernel automagically

2004-12-15 Thread Jeremy Brown
I noticed that even if new versions of the kernel are available in the Debian repository, "apt-get update; apt-get upgrade" won't retrieve them. Is there any way I can have apt check to see if a new kernel version is available and if so, obtain it? Thanks, Jeremy -- To UNSUBSCRIBE, email to [EM

Re: upgrading kernel 2.2.20-idepci

2004-05-23 Thread S.D.A.
On Sun, May 23, 2004 at 10:03:10PM -0400 or thereabouts, Adam Aube wrote: > sda wrote: > > > OK, did the upgrade and I am booted into a new 2.4.x kernel. The only > > problem is that the new kernel, doesn't recognize my ethernet card eth0, > > so I don't have a network on the Debian box. > > > >

Re: upgrading kernel 2.2.20-idepci

2004-05-23 Thread Adam Aube
sda wrote: > OK, did the upgrade and I am booted into a new 2.4.x kernel. The only > problem is that the new kernel, doesn't recognize my ethernet card eth0, > so I don't have a network on the Debian box. > > Is there any way to fix this? I did modprobe for Realtek (which I believe > is my card)

Re: upgrading kernel 2.2.20-idepci

2004-05-23 Thread S.D.A.
On Sun, May 23, 2004 at 02:41:30PM -0600 or thereabouts, s. keeling wrote: > Incoming from S.D.A.: > > I've seen that warning before, and perhaps I'm slow, but what goes there > > exactly, and where in my liloconf do I put it? initrid=(name of my kernel image?) > > This is my grub kernel stanza

Re: upgrading kernel 2.2.20-idepci

2004-05-23 Thread s. keeling
Incoming from sda: > OK, did the upgrade and I am booted into a new 2.4.x kernel. The only > problem is > that the new kernel, doesn't recognize my ethernet card eth0, so I don't > have a > network on the Debian box. > > Is there any way to fix this? I did modprobe for Realtek (which I believe

Re: upgrading kernel 2.2.20-idepci

2004-05-23 Thread sda
OK, did the upgrade and I am booted into a new 2.4.x kernel. The only problem is that the new kernel, doesn't recognize my ethernet card eth0, so I don't have a network on the Debian box. Is there any way to fix this? I did modprobe for Realtek (which I believe is my card) but there aren't any modu

Re: upgrading kernel 2.2.20-idepci

2004-05-23 Thread S.D.A.
On Sun, May 23, 2004 at 02:41:30PM -0600 or thereabouts, s. keeling wrote: > Incoming from S.D.A.: > > On Sun, May 23, 2004 at 01:36:26PM -0600 or thereabouts, s. keeling wrote: > > > You'll need to move kernel modules out of the way if the new kernel's > > > /lib/modules/`uname -r` exists already

Re: upgrading kernel 2.2.20-idepci

2004-05-23 Thread s. keeling
Incoming from S.D.A.: > On Sun, May 23, 2004 at 01:36:26PM -0600 or thereabouts, s. keeling wrote: > > Incoming from S.D.A.: > > > > > > I originally installed woody, then upgraded to testing. Consequently I never > > > upgraded my original woody kernel. > > > > > > I would like to upgrade my ker

Re: upgrading kernel 2.2.20-idepci

2004-05-23 Thread S.D.A.
On Sun, May 23, 2004 at 01:36:26PM -0600 or thereabouts, s. keeling wrote: > Incoming from S.D.A.: > > > > I originally installed woody, then upgraded to testing. Consequently I never > > upgraded my original woody kernel. > > > > I would like to upgrade my kernel to 'kernel-image-2.4.25-1-386'.

Re: upgrading kernel 2.2.20-idepci

2004-05-23 Thread s. keeling
Incoming from S.D.A.: > > I originally installed woody, then upgraded to testing. Consequently I never > upgraded my original woody kernel. > > I would like to upgrade my kernel to 'kernel-image-2.4.25-1-386'. Is it a simple > manner of just 'aptitude install 'kernel-image-2.4.25-1-386' or are th

upgrading kernel 2.2.20-idepci

2004-05-23 Thread S.D.A.
Folks: I originally installed woody, then upgraded to testing. Consequently I never upgraded my original woody kernel. I would like to upgrade my kernel to 'kernel-image-2.4.25-1-386'. Is it a simple manner of just 'aptitude install 'kernel-image-2.4.25-1-386' or are there additonal steps one nee

re: problem in upgrading kernel from 2.4.18 to 2.6.3

2004-05-03 Thread jack kinnon
Hi,   I have upgraded fr a dial-up to broadband using a Prolink Hurricane 8000 ADSL modem. I have a write-up which shows me how to get this animal working in Linux, based on the 2.6.3 kernel. So I have to get 2.6.3 working in order to get the modem working and not the other way round. It's worse th

Re: problem in upgrading kernel from 2.4.18 to 2.6.3

2004-05-03 Thread Tim Beauregard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jack kinnon wrote: | Hi | | Selecting all the items in Load Module Support doesn't help. | | Before the appearance of the "Unresolved symbols ...", the following statement was executed. | | if [-r System.map}; then /sbin/depmod -ae -F System.map | -b /u

re: problem in upgrading kernel from 2.4.18 to 2.6.3

2004-05-03 Thread jack kinnon
Hi   Selecting all the items in Load Module Support doesn't help.   Before the appearance of the "Unresolved symbols ...", the following statement was executed.   if [-r System.map}; then /sbin/depmod -ae -F System.map -b /usr/src/linux/debian/tmp-image -r 2.6.3; fi   A typical error msg is as fo

Re: problem in upgrading kernel from 2.4.18 to 2.6.3

2004-05-03 Thread Tim Beauregard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jack kinnon wrote: | Hi, | | kernel-package and libncurses5-dev are there. | | What I notice is that whatever that I mark as in the configuraion menu will give rise to the "Unresolved symbols ..." msg. | | Has it got to do with module-init-tools? This

re: problem in upgrading kernel from 2.4.18 to 2.6.3

2004-05-02 Thread jack kinnon
Hi,   kernel-package and libncurses5-dev are there.   What I notice is that whatever that I mark as in the configuraion menu will  give rise to the "Unresolved symbols ..." msg.   Has it got to do with module-init-tools? This is present and of the right version. I run ver_linux to double-check.  

Re: problem in upgrading kernel from 2.4.18 to 2.6.3

2004-05-02 Thread Tim Beauregard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jack kinnon wrote: | Hi | | Thanks for the reply. I checked through .../Documentation/Changes. | The GNU C minimal is 2.95.3. I have 2.95.4. I have higher version | than required for 'make', 'binutils', 'util-linux' and | 'module-init-tools'. | | I cann

problem in upgrading kernel from 2.4.18 to 2.6.3

2004-05-02 Thread jack kinnon
Hi   Thanks for the reply. I checked through .../Documentation/Changes. The GNU C minimal is 2.95.3. I have 2.95.4. I have higher version than required for 'make', 'binutils', 'util-linux' and 'module-init-tools'.   I cannot do online install under Linux because the modem is not configured for Linu

Re: Upgrading kernel to 2.4.18

2004-04-13 Thread Pigeon
On Tue, Apr 13, 2004 at 03:10:11AM -0700, jack kinnon wrote: > Hi folks, > > Thanks for the suggestion on the kernel. I could not go online under Linux to > download anything until the modem is configured in. I just realise that the cd I > have comes with kernel-source-2.4.18. So I carry out th

Upgrading kernel to 2.4.18

2004-04-13 Thread jack kinnon
Hi folks,   Thanks for the suggestion on the kernel. I could not go online under Linux to download anything until the modem is configured in. I just realise that the cd I have comes with kernel-source-2.4.18. So I carry out the steps for upgrading. Was really glad to discover that it supports ppp o

Re: Upgrading Kernel to 2.6 on Morphix?

2004-03-07 Thread Pedro M.
J. Silverman escribió: Hi All, I am running a Debian like os, called Morphix (www.morphix.org), and I would like to upgrade the installed kernel to 2.6. I have talked with the experts of Morphix, and they said it is possible to upgrade, but only on a hard drive installation, since it is a Live

Upgrading Kernel to 2.6 on Morphix?

2004-03-07 Thread J. Silverman
Hi All, I am running a Debian like os, called Morphix (www.morphix.org), and I would like to upgrade the installed kernel to 2.6. I have talked with the experts of Morphix, and they said it is possible to upgrade, but only on a hard drive installation, since it is a LiveCD distro. Since I hav

Re: Upgrading kernel... no version in current package!

2004-02-18 Thread Andreas Janssen
Hello Kevin Krumwiede (<[EMAIL PROTECTED]>) wrote: > I'm new to Debian and only recently set up my first "working" system. > Following the security advisory today, I attempted to upgrade my > kernel with 'apt-get update' and 'apt-get upgrade'. It doesn't show > any updates available. I do have

Re: Upgrading kernel... no version in current package!

2004-02-18 Thread Adam Aube
On 18 Feb 2004 13:13:50, Kevin Krumwiede wrote: > Following the security advisory today, I attempted to > upgrade my kernel with 'apt-get update' and 'apt-get > upgrade'. It doesn't show any updates available. > Could the problem be that there is no version associated > with the stock kernel? S

Upgrading kernel... no version in current package!

2004-02-18 Thread Kevin Krumwiede
I'm new to Debian and only recently set up my first "working" system. Following the security advisory today, I attempted to upgrade my kernel with 'apt-get update' and 'apt-get upgrade'. It doesn't show any updates available. I do have the update server in my sources.list: 0:# cat /etc/apt/sour

Re: Upgrading kernel

2003-10-15 Thread Simon Windsor
Hi Thanks to all who helped, networking is working, all I had to do was add 8139too to /etc/modules. Many thanks, Simon -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Mailscanner thanks transtec Computers for their support. -

Re: Upgrading kernel

2003-10-15 Thread Rus Foster
On Wed, 15 Oct 2003, Simon Windsor wrote: > Hi > > The results from lspci are > > 00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 3116 > 00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP] > 00:11.0 ISA bridge: VIA Technologies, Inc.: Unknown device 3147 > 00:11.1 IDE

Re: Upgrading kernel

2003-10-15 Thread Roberto Sanchez
Simon Windsor wrote: Hi I have just upgraded my kernel from 2.2.20-idepci to 2.4.18-k7 and all appears ok apart from networking. The server has a RealTek 18139 card that works fine for 2.2, using rt18139. There is no equivalent module for the 2.4.18-k7 kernel, and attempts to try 3x59x, ne2k-pci

Re: Upgrading kernel

2003-10-15 Thread Simon Windsor
10) 01:00.0 VGA compatible controller: S3 Inc.: Unknown device 8d04 - Original Message - From: "Rus Foster" <[EMAIL PROTECTED]> To: "Simon Windsor" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 11:36 PM Subject: Re: Up

Re: Upgrading kernel

2003-10-15 Thread Rus Foster
On Wed, 15 Oct 2003, Simon Windsor wrote: > Hi > > I have just upgraded my kernel from 2.2.20-idepci to 2.4.18-k7 and all appears ok > apart from networking. > > The server has a RealTek 18139 card that works fine for 2.2, using rt18139. There is > no equivalent module for the 2.4.18-k7 kernel,

Upgrading kernel

2003-10-15 Thread Simon Windsor
Hi   I have just upgraded my kernel from 2.2.20-idepci to 2.4.18-k7 and all appears ok apart from networking.   The server has a RealTek 18139 card that works fine for 2.2, using rt18139. There is no equivalent module for the 2.4.18-k7 kernel, and attempts to try 3x59x, ne2k-pci fail miserabl

Re: Upgrading kernel

2003-10-07 Thread Pigeon
On Wed, Oct 08, 2003 at 01:44:17AM +0200, Jan Agermose wrote: > I have been handed over the "control" of a debian server - > and of couse now it startes to misbehave... (and I know > nothing about debian - sad to say ) > > I does not really crash totally, as I can still ping the > server - but l

Upgrading kernel

2003-10-07 Thread Jan Agermose
I have been handed over the "control" of a debian server - and of couse now it startes to misbehave... (and I know nothing about debian - sad to say )   I does not really crash totally, as I can still ping the server - but looking at the server from the outside, this is really not m

Upgrading kernel for netinst cd

2003-09-11 Thread Ron Rademaker
Hello, I'm trying to install a system with a Intel 82547 LAN controller using network install, however the e1000 driver doesn't support the 82547 until 2.4.22pre2, are there any netinst cd's that use the 2.4.22 kernel (or later)? Or is there any way I can create such a cd? Thank, Ron PS. I'm not

Re: Help upgrading kernel without net access (was: Trying Again)

2003-07-02 Thread Josh Metzler
On Tuesday 01 July 2003 04:01 pm, Abrasive wrote: > I've had some trouble posting to this group, so I'm trying again with a > different mail client. In the future, I suggest that you use a more descriptive Subject: in your queries for help. Many list readers glance at the subject to see if the

Re: upgrading kernel 2.2 to 2.4.19

2002-09-09 Thread Jaye Inabnit ke6sls
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 09 September 2002 12:44 pm, Amir Tal wrote: > On Monday 09 September 2002 16:26, Srinivas Nyayapati wrote: > > Hello > > > > I just finished net installing Debian 3.0 on my pc. But after > > installation I realized that the kernel is still v

Re: upgrading kernel 2.2 to 2.4.19

2002-09-09 Thread Amir Tal
On Monday 09 September 2002 16:26, Srinivas Nyayapati wrote: > Hello > > I just finished net installing Debian 3.0 on my pc. But after > installation I realized that the kernel is still ver 2.2 > How can I upgrade to ver 2.4.19. I know I can do this by editing my > /etc/apt/sources.list file with

Re: upgrading kernel 2.2 to 2.4.19

2002-09-09 Thread David Roundy
On Mon, Sep 09, 2002 at 12:26:14PM -0400, Srinivas Nyayapati wrote: > Hello > > I just finished net installing Debian 3.0 on my pc. But after > installation I realized that the kernel is still ver 2.2 > How can I upgrade to ver 2.4.19. I know I can do this by editing my > /etc/apt/sources.list f

Re: upgrading kernel 2.2 to 2.4.19

2002-09-09 Thread LTYPHAIR
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: upgrading kernel 2.2 to 2.4.19 >Hello >=20 >I just finished net installing Debian 3.0 on my pc. But after >installation I realized that the kernel is still ver 2.2 >How can I upgrade to ver 2.4.19. I know I can do this by e

upgrading kernel 2.2 to 2.4.19

2002-09-09 Thread Srinivas Nyayapati
Hello   I just finished net installing Debian 3.0 on my pc. But after installation I realized that the kernel is still ver 2.2 How can I upgrade to ver 2.4.19. I know I can do this by editing my /etc/apt/sources.list file with the location for the the new kernels. Can somebody tell me wh

Re: After upgrading kernel I lost my CDROM

2002-05-09 Thread Joachim Fahnenmueller
Hi Edward, it seems that your DVD-ROM is also recognized by ide-scsi (though I don't know why), so try to mount it as /dev/scd0 (CD-R should then be /dev/scd1). Maybe to avoid conflict append="hdd=ide-scsi,hdc=scsi". BTW, does cdrecord work? And can you mount your CD-R to read a CDROM? HTH, Joac

Re: After upgrading kernel I lost my CDROM

2002-05-09 Thread dman
On Wed, May 08, 2002 at 10:35:05PM -0700, Edward Kleckner wrote: | I have been running a version of woody from Feb 28, 2002 on a 686 | machine using the 2.2.19 kernel that was installed from a potato cdrom | set and then the software was updated from another cdrom set to | woody. Everything was wo

Re: After upgrading kernel I lost my CDROM

2002-05-09 Thread Karl E. Jorgensen
On Wed, May 08, 2002 at 10:35:05PM -0700, Edward Kleckner wrote: > I have been running a version of woody from Feb 28, 2002 on a 686 > machine using the 2.2.19 kernel that was installed from a potato cdrom > set and then the software was updated from another cdrom set to > woody. Everything was wo

After upgrading kernel I lost my CDROM

2002-05-09 Thread Edward Kleckner
I have been running a version of woody from Feb 28, 2002 on a 686 machine using the 2.2.19 kernel that was installed from a potato cdrom set and then the software was updated from another cdrom set to woody. Everything was working fine for many days, but xcdroast complained about cdrecord not work

Re: Upgrading Kernel the Debian way?

2002-01-18 Thread martin f krafft
also sprach ben <[EMAIL PROTECTED]> [2002.01.19.0147 +0100]: > > Yeah, okay, I was harsh. For that I'm sorry. But on the plus side, it > > did have the intended effect of stopping a thread in its tracks, and > > probably gave some people the idea that, just because they don't use > > something does

Re: Upgrading Kernel the Debian way?

2002-01-18 Thread ben
On Friday 18 January 2002 04:28 pm, David B Harris wrote: [snip] > Yeah, okay, I was harsh. For that I'm sorry. But on the plus side, it > did have the intended effect of stopping a thread in its tracks, and > probably gave some people the idea that, just because they don't use > something doesn't

Re: Upgrading Kernel the Debian way?

2002-01-18 Thread David B Harris
On Fri, 18 Jan 2002 14:39:53 -0800 ben <[EMAIL PROTECTED]> wrote: > man, i can't believe that you told dman--one of the most unreservedly > helpful and still modest people on this list--to shut up. that's damn > near slapping your mama in the face. dude, apologize. Well, firstly, I can also be a r

Re: Upgrading Kernel the Debian way?

2002-01-18 Thread dman
On Fri, Jan 18, 2002 at 02:39:53PM -0800, ben wrote: | On Friday 18 January 2002 01:22 pm, David B Harris wrote: | > On Fri, 18 Jan 2002 01:57:16 -0500 | > | > dman <[EMAIL PROTECTED]> wrote: | > > Isn't that why I ran "vim /boot/grub/menu.lst" in the first place? | > > With a configuration as simp

  1   2   >