New drive, problems with old drive
Critical info: Debian with 2.22 Kernel I386 infrastructure 2 120 GB hard drives We were having problems with the old drive, to the point it was getting memory errors on boot. We installed a new drive in, and put the old drive as master. Installed Debian on the new drive, no problems, and during the partitioning process, it showed both drives (though I didn't partition the old drive, because I didn't want to erase it, so I could recover data) After complete install, the new drive shows up as expected, the old drive doesn't, and isn't in fstab. cfdisk only shows the one drive. Any ideas? Scott -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Ignore question
Ignore my 2nd drive question, I figured it out. -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Not being detected as burner
I've got a CD R/W on my Debian (386) box, and it works fine as a CD reader, but how do I get it detected as a burner? Scott Mohnkern -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Kernel updates with apt-get?
This is probably a really stupid question. should apt-get being doing kernel updates? For some reason I'm still running 2.2. Scott Mohnkern -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kernel updates with apt-get?
hmmm. I've never tried "apt-get search" before and it didn't work.. Scott On Fri, 20 Aug 2004 11:10:07 -0400, Alec Berryman <[EMAIL PROTECTED]> wrote: begin quotation of Scott Mohnkern on 2004-08-20 09:13:39 -0400: should apt-get being doing kernel updates? For some reason I'm still running 2.2. apt-get will be doing updates to your kernel; problem is, I doubt there are any. The kernel packages are generally version specific; for example, kernel 2.4.18 is in a different package than kerenl 2.4.26. However, any fixes for 2.4.18 will result in a new version of that package. `apt-get search kernel-image` to show the available kernels, and then select one to install. Be careful, though, as updating from a 2.2 kernel to a 2.4 kernel will be quite a change. -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kernel updates with apt-get?
Got it, this is what I ended up with: cpcug:/homec/mohnkern# apt-cache search kernel-source kernel-source-2.4.10 - Linux kernel source for version 2.4.10 kernel-source-2.4.14 - Linux kernel source for version 2.4.14 freeswan - IPSEC utilities for FreeSWan kernel-source-2.2.10 - Linux kernel source. kernel-source-2.2.19 - Linux kernel source for version 2.2.19 kernel-source-2.2.20 - Linux kernel source for version 2.2.20 kernel-source-2.2.22 - Linux kernel source for version 2.2.22 kernel-source-2.4.16 - Linux kernel source for version 2.4.16 kernel-source-2.4.17 - Linux kernel source for version 2.4.17 kernel-source-2.4.17-hppa - Linux kernel source for version 2.4.17 on HPPA kernel-source-2.4.17-ia64 - Linux kernel source for version 2.4.17 on IA-64 kernel-source-2.4.18 - Linux kernel source for version 2.4.18 kernel-source-2.4.18-hppa - Linux kernel source for version 2.4.18 on HPPA kernel-source-2.4.19 - Linux kernel source for version 2.4.19 Where do I go from here? Scott On Fri, 20 Aug 2004 12:25:02 -0400, Alec Berryman <[EMAIL PROTECTED]> wrote: begin quotation of Scott Mohnkern on 2004-08-20 11:47:44 -0400: hmmm. I've never tried "apt-get search" before Typo - `apt-cache search`. Sorry -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Okay, one more step to installing a new Kernel
I'm upgrading from the 2.2 Kernel to the 2.4.18 kernel on an AMD box. the Apt-get works, and here's what I get: cpcug:/proc# apt-get install kernel-image-2.4.18-1-k Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: kernel-image-2.4.18-1-k6 kernel-image-2.4.18-1-k7 The following NEW packages will be installed: kernel-image-2.4.18-1-k6 kernel-image-2.4.18-1-k7 0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5MB of archives. After unpacking 48.0MB will be used. Do you want to continue? [Y/n] y You are attempting to install an initrd kernel image (version 2.4.18-1-k6) This will not work unless you have configured your boot loader to use initrd. (An initrd image is a kernel image that expects to use an INITial Ram Disk to mount a minimal root file system into RAM and use that for booting). As a reminder, in order to configure lilo, you need to add an 'initrd=/initrd.img' to the image=/vmlinuz stanza of your /etc/lilo.conf I repeat, You need to configure your boot loader. If you have already done so, and you wish to get rid of this message, please put `do_initrd = Yes' in /etc/kernel-img.conf. Note that this is optional, but if you do not, you'll contitnue to see this message whenever you install a kernel image using initrd. Do you want to stop now? [Y/n] So, 1. I need to find out if my initrd kernel image will use initrd. How do I find out? 2. Do I just add 'initrd=/initrd.img to /etc/lilo.conf after the line image=/vmlinuz? 3. I have no file /etc/kernel-img.conf You are attempting to install an initrd kernel image (version 2.4.18-1-k7) This will not work unless you have configured your boot loader to use initrd. (An initrd image is a kernel image that expects to use an INITial Ram Disk to mount a minimal root file system into RAM and use that for booting). As a reminder, in order to configure lilo, you need to add an 'initrd=/initrd.img' to the image=/vmlinuz stanza of your /etc/lilo.conf I repeat, You need to configure your boot loader. If you have already done so, and you wish to get rid of this message, please put `do_initrd = Yes' in /etc/kernel-img.conf. Note that this is optional, but if you do not, you'll contitnue to see this message whenever you install a kernel image using initrd. Do you want to stop now? [Y/n] This appears to be a duplicate of the previous one. So no needs to repeat the questions. Thanks for everyone's help. I've never updated a Kernel before. (BTW, for those curious, the reason for the Kernel update is so I can use shorewall, which does not appear to be 2.22 compliant.) Scott Mohnkern -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Okay, one more step to installing a new Kernel
Thanks for your help. Here's the result: LILO version 22.2, Copyright (C) 1992-1998 Werner Almesberger Development beyond version 21 Copyright (C) 1999-2001 John Coffman Released 05-Feb-2002 and compiled at 20:57:26 on Apr 13 2002. MAX_IMAGES = 27 Reading boot sector from /dev/hda Merging with /boot/boot-menu.b Boot image: /vmlinuz -> boot/vmlinuz-2.2.20-idepci Mapping RAM disk /initrd.img Fatal: open /initrd.img: No such file or directory (So, I reversed back, knowing that I need initrd.img at / before I can proceed) Now I know there's /dev/initrd but I don't think that's whats wanted. Scott Mohnkern On Fri, 20 Aug 2004 21:10:36 +0100, Thomas Adam <[EMAIL PROTECTED]> wrote: On Fri, Aug 20, 2004 at 04:01:24PM -0400, Scott Mohnkern wrote: So, 1. I need to find out if my initrd kernel image will use initrd. How do I find out? Follow the instructions that were given to you. 2. Do I just add 'initrd=/initrd.img to /etc/lilo.conf after the line image=/vmlinuz? Yes. 3. I have no file /etc/kernel-img.conf That's fine. Ignore it. When you have edit /etc/lilo.conf. run 'lilo -v', note that there should be no errors, and reboot. -- Thomas Adam -- "Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey. -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Logging on kernel 2.2
We're seeing something quite strange. Periodically, logging to messages just "stops" then it restarts. Anyone know what causes this? Scott Mohnkern -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
problem installing a new kernel
Okay, I'm in the process of installing a new kernel (from 2.20 to 2.4.18) and I modified /etc/lilo.conf to have the initrd.img file, however, I can't find anywhere on the drive a copy of the initrd.img file for the 2.20 kernel. Is there a place to download, or a way to re-create the image file so it can be used? If I try to use the 2.4.18 kernel, with the image file, It's a complete mess, with dozens of errors. Plus the ethernet card stops working. (One error is that it cant' find it) Scott Mohnkern -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Weird situation
I'm running two debian 2.2 computers on a box on a network connected to the Internet via a router. I can telnet in from the outside to both boxes just fine. I can telnet from box a to box b without problem, but I can't telnet from box b to box a (or ssh). In addition, the webmin monitoring from box b on box a doesn't work. It generates an "RPC error" There aren't any firewalls running on box a or box b. Box A and B have portsentry installed, Box a is configured to not block box b (from the static.ignore file. Any ideas? Scott Mohnkern -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Weird situation
traceroute *** traceroute: Warning: findsaddr: error sending netlink message: Connection refuse d traceroute: Warning: ip checksums disabled traceroute to ** (**), 30 hops max, 38 byte packets 1 * (**) 0.208 ms 0.084 ms 0. 069 ms ping works just as well too. (IP Addresses and host names have been replaced with *'s. Scott On Mon, 20 Sep 2004 16:19:40 -0400, Carl Fink <[EMAIL PROTECTED]> wrote: On Mon, Sep 20, 2004 at 03:19:33PM -0400, Scott Mohnkern wrote: ... I can telnet from box a to box b without problem, but I can't telnet from box b to box a (or ssh). ... Any ideas? What does traceroute show? -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]