Linux-Setup Digest #600, Volume #19              Mon, 11 Sep 00 11:13:10 EDT

Contents:
  useradd -p not working ("ido")
  Re: soundblaster 128pci setup: kernel2.2.17 support? (Peter Kadau)
  Re: Boot error messages, how can I pipe them to a file (Tommy Brown)
  Re: Boot error messages, how can I pipe them to a file (Tommy Brown)
  Re: Installing Win98, Win2000 and Linux on one PC?! (Kasper Dupont)
  Re: Davicom drivers and Mandrake (redhat) linux ??? ("Pat Parsons")
  Re: useradd -p not working ("Pat Parsons")
  Re: setup linux as a router on an old system ("Pat Parsons")
  Re: undersize display ("Pat Parsons")
  Re: NEW NVIDIA DRIVERS (Warning) (Steve Bradley)
  USR ISA 56k v.90 Data/Fax/Voice on RH Linux 6.2 ([EMAIL PROTECTED])
  Re: Installing Win98, Win2000 and Linux on one PC?! ("Pat Parsons")
  Redhat 5.0 Basic programming support ("Pat Parsons")
  Re: useradd -p not working ("Daniel Foster")
  Re: ReiserFS and new kernels? (Rod Smith)
  Re: Help Needed Configuring Remote Printer on SUSE 6.4 ("Tom Millington")
  SB Live!/emu10k1.o unresolved symbols after kernel rebuild (Jason Herring)

----------------------------------------------------------------------------

From: "ido" <[EMAIL PROTECTED]>
Subject: useradd -p not working
Date: Mon, 11 Sep 2000 16:07:38 +0200

Hi,
I'm trying to add users in a single line,
I type: useradd -p password username
the system adds the correct user but give it wrong password.
I can start using the account after I change it using passwd.
I'm using redhat6.2 with shadow password.

what is the problem ?

idob



------------------------------

From: [EMAIL PROTECTED] (Peter Kadau)
Subject: Re: soundblaster 128pci setup: kernel2.2.17 support?
Date: 11 Sep 2000 13:17:41 GMT

[EMAIL PROTECTED] wrote:
: has anyone had success with a sb128 pci s/card.  tia
mine works fine with the es1371-module

ciao cheers salut
        peter


------------------------------

Date: Mon, 11 Sep 2000 13:46:36 +0100
From: Tommy Brown <[EMAIL PROTECTED]>
Subject: Re: Boot error messages, how can I pipe them to a file

Allen and Erin Brandt wrote:

> Hi, I just compiled a new kernel. It boots fine, but it tries to install
> a bunch of stuff that I didn't put in. For instance, it tries to install
> all this PCMCIA stuff, when I never asked for that when I did 'make
> config'. So I get a bunch of errors that fly past the screen 'unresolved
> dependencies' and the like.
>
> How can I get a text file of all these boot messages so that I can try
> to resolve them?
>
> Thanks,
> Al Brandt

cat /var/log/messages

LGFR



------------------------------

Date: Mon, 11 Sep 2000 13:47:36 +0100
From: Tommy Brown <[EMAIL PROTECTED]>
Subject: Re: Boot error messages, how can I pipe them to a file

Tommy Brown wrote:

> Allen and Erin Brandt wrote:
>
> > Hi, I just compiled a new kernel. It boots fine, but it tries to install
> > a bunch of stuff that I didn't put in. For instance, it tries to install
> > all this PCMCIA stuff, when I never asked for that when I did 'make
> > config'. So I get a bunch of errors that fly past the screen 'unresolved
> > dependencies' and the like.
> >
> > How can I get a text file of all these boot messages so that I can try
> > to resolve them?
> >
> > Thanks,
> > Al Brandt
>
> cat /var/log/messages

Ugh! I mean:

cat /var/log/messages | grep unresolved

LGFR



------------------------------

From: Kasper Dupont <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.development.system,alt.os.linux,microsoft.public.win2000.applications
Subject: Re: Installing Win98, Win2000 and Linux on one PC?!
Date: Mon, 11 Sep 2000 15:36:38 +0200

noodlez wrote:
> 
> don't forget to create a linux swap partition as well as one mounted
> as /home .
> 
[...]

There is a HOWTO descibing how a swap partition can be shared
between Linux and Win98. I don't know if it can be used by
Win2000 too.

If it is of interest it is actually posible to run Win2000
under Linux using the VMWare PC-emulator. I think the
performance is quite good.

-- 
Kasper Dupont

------------------------------

From: "Pat Parsons" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,comp.os.linux.hardware
Subject: Re: Davicom drivers and Mandrake (redhat) linux ???
Date: Mon, 11 Sep 2000 09:24:33 -0700

Plus , just in case you don't know , you will have to compile the driver.

"Michael Perry" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> On Fri, 08 Sep 2000 17:43:25 +0100, David Yan <[EMAIL PROTECTED]>
wrote:
> >You will find the driver and full instructions on the CD that came with
> >the motherboard.
> >
> >Hope this helps,
> >Dave.
> >
> >
> >peter wrote:
> >
> >> I'm using Mandrake 7.1 and everyone is saying that the Davicom lan
> >> (dm9102) on my Amptron 599lmr (PCCHIPS) should be auto-detected...and
> >> that it can also be setup with netconf, the only problem I have with
> >> the netconf command is that I don't know what the name of the driver
> >> is, the file is "dmfe" but nothing like that is listed in the Kernel
> >> Module setting.
> >>
> >> Can someone help me setup this lan, step by step.
> >>
> >> Thanks,
> >>
> >> Peter
> >
> My issue with my motherboard with an integrated davicom card is that the
> drivers are way old!  On my redhat 6.2 box, all I did was to use linuxconf
> to basically add a line to /etc/conf.modules which says "alias eth0 dmfe".
> This produced a working eth0 for me on the next reboot.  The drivers which
I
> found with redhat 6.2, installed as modules, were much newer than the ones
> which came on cd.  In fact, the cd drivers would not even install on a 2.2
> kernel.
>
> Try simply writing an alias command in /etc/conf.modules like "alias eth0
> dmfe".
>
>
> --
> Michael Perry
> [EMAIL PROTECTED]
> ------------------



------------------------------

From: "Pat Parsons" <[EMAIL PROTECTED]>
Subject: Re: useradd -p not working
Date: Mon, 11 Sep 2000 09:25:55 -0700

Did you try doing it with Linuxconf.

"ido" <[EMAIL PROTECTED]> wrote in message
news:8pillu$kia$[EMAIL PROTECTED]...
> Hi,
> I'm trying to add users in a single line,
> I type: useradd -p password username
> the system adds the correct user but give it wrong password.
> I can start using the account after I change it using passwd.
> I'm using redhat6.2 with shadow password.
>
> what is the problem ?
>
> idob
>
>



------------------------------

From: "Pat Parsons" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.binaries.warez.linux,comp.os.linux.networking,corelsupport.linux.networking,linux.redhat.install
Subject: Re: setup linux as a router on an old system
Date: Mon, 11 Sep 2000 09:27:30 -0700

Or try the Linux router project.

"Steve Cox" <[EMAIL PROTECTED]> wrote in message
news:z13v5.598759$[EMAIL PROTECTED]...
> try www.linux-firewall-tools.com/linux
>
> They have a firewall script generating questionnaire
>
>
> "Marco Dissel" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > Hello
> >
> > I want to use my old P100 with 32mb as a router .
> >
> > I'm looking for a following mini-linux distribution which support:
> > - routing capabilities between my Cable modem (DHCP) and my LAN (NAT)
> > - firewall
> > - port forwarding
> > - FTP non-anonymous (i want to start an ftp session from the internet on
> my
> > linux pc, so i can start a download from my work and when i come home
the
> > download is finished
> > - DNS caching
> > - easy to setup (i'm not a linuxpro)
> > optional:
> > - ISDN setup for an internal ISDN adapter (as backup for my cable
internet
> > connection)
> >
> >
> > Thanks
> >
> >
> > Marco
> >
> >
>
>



------------------------------

From: "Pat Parsons" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x
Subject: Re: undersize display
Date: Mon, 11 Sep 2000 09:28:40 -0700

Go back to generic.

"Jeph Herrin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
> Problem:
> Using XFree86 3.6.1 (with Redhat 6.2) I can persuade X to
> write only to the middle 70% of my screen. That is, I get a full
> desktop image, but it's centered with about 1.5inch black strip
> around the outside. Since I'm using 14" monitor, this is a bit of
> a hit. Since I also can't get anything other than a 1024x780 resolution,
> this is rather hard to look at.
>
> The only glitch I encountered during installation/startup is
> that when X probes the video card and gets the ram (1502kb,
> the correct amount) it bails out with an error "cannot find aperture
> for configured amount of ram". So in XF86config I set the
> VideoRam to 1024. Then X starts, but with the problem mentioned
> above. In addition, I cannot cycle through resolutions with CTL num +/-,
> though I've configured for several.
>
> This is an Alliance Promotion AT24, which is supposed to be supported.
> I used Xconfigurator. One odd thing is that when RedHat installation
> set me up, using "generic card" and "generic monitor", I had a full
display
> (though only 680x400 res, which is why I fired up Xconfigurator).
>
> Any ideas? thanks for any help.
>
> jeph
> [EMAIL PROTECTED]
>
>



------------------------------

From: Steve Bradley <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux.mandrake,comp.os.linux.x
Subject: Re: NEW NVIDIA DRIVERS (Warning)
Date: Mon, 11 Sep 2000 14:27:37 GMT

[EMAIL PROTECTED] wrote:

> I have them installed correctly...  It's not rocket science.  The kernel module
> compiled and loaded.  No other GL libraries around...  Renamed the glx and GLCore
> libraries from XFree86.  Double checked the XFree86.0.log file to make sure.
> Had hardware acceleration going on the gears demo.  Start almost any of the GL
> xscreensaver modules and my machine locks up hard, and I know I'm not the only
> one with this problem.
>
> Like it or not, there *is* a problem with their drivers.

Truthfully there *does* seem to be some problems with some hardware.  On my machine
I can complile and install the drivers, but when I change the XF86Config file to
reflect 'nvidia' drivers instead of the old 'nv' (per the instructions) and start X
it puts my monitor immediately into DPMS power saving mode.  The drive continues to
run, indicating that it is loading X, but I can't see it.  I too have reported the
bug, but haven't received a response.  So I'm continuing to use the original nv
driver.  Too bad.

--
Steve Bradley
[EMAIL PROTECTED]

Registered Linux User#187404
(Register at: http://counter.li.org)
2.4.0-test7,KDE2.0Beta4,XFree86 4.01




------------------------------

From: [EMAIL PROTECTED]
Subject: USR ISA 56k v.90 Data/Fax/Voice on RH Linux 6.2
Date: Mon, 11 Sep 2000 14:22:49 GMT

I just installed Red Hat Linux 6.2 and I am
trying to get my modem to work. I have a USR 56k
Data/Fax/Voice ISA modem. (It is not a Winmodem)

I have setup an ISP and Used the modemtool to
install my modem. It says that it is trying to
connect but I never hear my modem dial and I
never get a connection. Are there some drivers
that I am missing? I am very new to Linux, so any
help would be appreciated.

Pat


Sent via Deja.com http://www.deja.com/
Before you buy.

------------------------------

From: "Pat Parsons" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.development.system,alt.os.linux,microsoft.public.win2000.applications
Subject: Re: Installing Win98, Win2000 and Linux on one PC?!
Date: Mon, 11 Sep 2000 09:36:47 -0700

I could be wrong, but I don't think win98 and 2000 will be able to coexist.
Won't they just install over each other?

"Kasper Dupont" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> noodlez wrote:
> >
> > don't forget to create a linux swap partition as well as one mounted
> > as /home .
> >
> [...]
>
> There is a HOWTO descibing how a swap partition can be shared
> between Linux and Win98. I don't know if it can be used by
> Win2000 too.
>
> If it is of interest it is actually posible to run Win2000
> under Linux using the VMWare PC-emulator. I think the
> performance is quite good.
>
> --
> Kasper Dupont



------------------------------

From: "Pat Parsons" <[EMAIL PROTECTED]>
Subject: Redhat 5.0 Basic programming support
Date: Mon, 11 Sep 2000 09:39:24 -0700

I noticed that Redhat 5.0 had support for the Basic programming language and
6.0 does not. could someone tell me what packages are used to accomplish
this. can I add it to a Redhat 6.0 system.



------------------------------

From: "Daniel Foster" <[EMAIL PROTECTED]>
Subject: Re: useradd -p not working
Date: Mon, 11 Sep 2000 15:44:02 +0100

> I'm trying to add users in a single line,
> I type: useradd -p password username
> the system adds the correct user but give it wrong password.
> I can start using the account after I change it using passwd.
> I'm using redhat6.2 with shadow password.
>
> what is the problem ?

I'm pretty sure that the password has to have been passed through the
crypt routine to be added on the command line like that.  My guess is
that you're just putting the plain text password there.  So you're
either going to have to crypt the password and put it there, or add
the user and then use 'passwd <user>' to set their password.

--
"You can't be a real country unless you have a beer and an airline; it
helps if you have some kind of a football team, or some nuclear
weapons, but at the very least you need a beer."   - Frank Zappa

Daniel Foster - [EMAIL PROTECTED]




------------------------------

Reply-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Rod Smith)
Subject: Re: ReiserFS and new kernels?
Date: Mon, 11 Sep 2000 14:45:40 GMT

[Posted and mailed]

In article <[EMAIL PROTECTED]>,
        Justin M Ward <[EMAIL PROTECTED]> writes:
> OK. So I got SuSE 6.4 the week it came out in the states, and I've been
> pretty happy with things. I decided I'd go cutting edge and have my main
> filesystems (/usr, /var, /tmp, basically everything but the very root)
> ReiserFS instead of ext2. Everything's great.
> 
> Now I'm trying to grab a new kernel. And lo and behold, there's no
> ReiserFS support.
> 
> Does this mean I'm basically at the mercy of SuSE to release their own new
> kernels, lest I want to redo my filesystems? Am I missing something?

Go to the main ReiserFS web site
(http://devlinux.com/projects/reiserfs/) and grab a patch file. You can
then patch any kernel (well, within limits of what they support) to
include ReiserFS support. These patches are most likely to work well
with "official" kernels, not with kernels that have already been
patched by distribution maintainers.

-- 
Rod Smith, [EMAIL PROTECTED]
http://www.rodsbooks.com
Author of books on Linux & multi-OS configuration

------------------------------

From: "Tom Millington" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.misc
Subject: Re: Help Needed Configuring Remote Printer on SUSE 6.4
Date: Mon, 11 Sep 2000 15:49:07 +0100

Thanks everyone

I got it going by going to the SUSE site and downloading the latest boot
disk and creating a new one: it works! (a bit erratic to start with, though)

Regards

Tom

"Tom Millington" <[EMAIL PROTECTED]> wrote in message
news:8pa42n$aqn$[EMAIL PROTECTED]...
> I am a newbie trying to put Linux on another server, namely an old P133
> (Altos) that has 3 x 4.5Gb SCSI hard drives and a SCSI CDROM. The machine
is
> currently loaded with an old copy of SCO UNIX. I have tried to use the
Linux
> boot floppy but neither the hard drives nor the CD are seen - in other
words
> it says I have no hard drives or CD player.
>
> Where do I go from here? Help! I am a newbie so simple steps please.
>
> Many thanks
>
> [EMAIL PROTECTED]
>
>
>
>
>



------------------------------

From: Jason Herring <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.install,linux.redhat.misc
Subject: SB Live!/emu10k1.o unresolved symbols after kernel rebuild
Date: Mon, 11 Sep 2000 07:49:29 -0700

Hi,
I'm having a problem with the Soundblaster Live!  emu10k.o module having
unresolved symbols after a kernel rebuild.  With the default RH 6.2 install
the SB Live! (emu10k1) works fine.  However, I need to customize my default
kernel to accomodate my IDE CDROM burner (enable SCSI emulation, disable
ATAPI CDROM support...).  After a rebuild eveything works *except* for the
SB Live!.  I get the following upon trying to insmod emu10k1:

[jas@pangea kernel]# insmod emu10k1
Using /lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
remap_page_range
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol __wake_up
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol kmalloc
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
interruptible_sleep_on
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol __pollwait
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol kfree
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
best_copy_to_user
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
best_copy_from_user
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol mem_map
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol printk
[jas@pangea kernel]#

I've manually loaded soundcore just for kicks to see if it would help, which
it didn't...

[jas@pangea kernel]# lsmod
Module                  Size  Used by
soundcore               3076   0  (unused)
autofs                  9388   2  (autoclean)
lockd                  31368   1  (autoclean)
sunrpc                 54340   1  (autoclean) [lockd]
via-rhine               9284   1  (autoclean)
ncr53c8xx              52864   4

I've done a make mrproper, clean, dep, bzImage, modules, modules_install
multiple times and can't get this resolved.  I also renamed the kernel
subversion (per RedHat's install guide) so I don't overwrite my default
modules & can boot the stock kernel (if I want sound, apparently!  I can't
use the burner then, however).

If I compile the driver from the Creative Labs site and try to load it, it's
worse:

[jas@pangea emu10k1]# insmod emu10k1
Using /lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
schedule_timeout_R17d59d01
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
release_region_R43bde9b1
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
unregister_sound_mixer_R7afc9d8a
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
register_sound_midi_R0570088d
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
mem_map_R0ddf3ec1
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
pci_write_config_dword_Rf0fbd200
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
pci_read_config_dword_R2ca7e89f
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
kmalloc_R93d4cfe6
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
pci_read_config_byte_Re5ceea13
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
__wake_up_R2db6fe4d
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
tq_immediate_R2e2d1553
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
register_sound_mixer_Re75b8c12
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
__generic_copy_to_user_Rd523fdd3
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
__generic_copy_from_user_R116166aa
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
remap_page_range_R69d01e73
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
bh_active_Rfff9d0a3
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
unregister_sound_dsp_Rcd083b10
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol tqueue_lock

/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
jiffies_R0da02d67
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
__pollwait_Ra7220b66
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
free_irq_Rf20dabd8
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
request_region_R6d32b2d7
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
check_region_R522f4d72
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
interruptible_sleep_on_Rd541aa02
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
pci_set_master_R040f6432
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
pci_devices_R3b428c78
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
kfree_R037a0cba
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
printk_R1b7d4074
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
free_pages_R234535e0
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
register_sound_dsp_R0c830ef5
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
request_irq_R0c60f2e0
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
pci_read_config_word_R8764d15f
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
unregister_sound_midi_Rfdab6de3
/lib/modules/2.2.14-5.0.semu.2/misc/emu10k1.o: unresolved symbol
__get_free_pages_R5b3b8f78
[jas@pangea emu10k1]#

My next thought was to either upgrade glibc, or try a newer kernel version
.... perhaps the original shipped versions on RH6.2 were missing something
(header, lib, ?).  What module contains the above symbols that I'm missing?
It's driving me crazy.  I saw the below threads which sound like the same
problem, but I was unclear as to the resolution posted by Mr. Burgess.

Any help would be appreciated!  I've wasted my requisite day of screwing
with this before I post for help :)

Thanks,
Jason Herring


"Keith D. Burgess Jr." wrote:

> I found a way out of it...
>
> make oldconfig
> make xconfig (get rid of support for this module, it's in the sound
> section)
> make dep clean bzImage modules modules_install
>
> The key was to get rid of (after renaming of course :-) /lib/modules at
> some point prior to the modules_install step
>
> Still not sure about my other question but I read that it's an
> uncompressed copy of the kernel.. not sure why it's there though.
>
> "Keith D. Burgess Jr." wrote:
>
> > I am having this same issue after a rebuild of either 2.2.14-5 or
> > 2.2.16-3
> > Has anyone corrected this?
> > Kernel sources and associated packages were upgraded using up2date.
> >
> > Also - this could be a total newbie ? if so please endulge me :-)
> > Why in Redhat are there 2 copies of the kernel in /boot
> >
> > -rwxr-xr-x  1  root    root    1683004 Jun 19 18:18 vmlinuz-2.2.16-3
> > -rw-r--r--  1  root    root    649291 Jun 19 18:18 vmlinuz-2.2.16-3
> >
> > Thanks in advance for any assistance!
> >
> > Keith
> >
> > -----------------------------
> > Jim Abernathy wrote:
> >
> > > When I boot RH6.2.2.16-3 or 2.2.14-5 no problems.  However, when I
> > rebuild
> > > the default kernel I get an unresolved symbols message during Finding
> > > Modules Dependances for the module emu10k1.o. The system still works
> > fine.
> > > When I try to reconfigure setting 'emu10k1' to 'n' instead of 'm', I
> > get a
> > > lot of errors on boot like NFS lockd  [fail].  The procedure I use to
> > > rebuild the default kernel is:
> > >
> > > cd /usr/src/linux
> > > make mrproper
> > > make oldconfig
> > > make dep clean
> > > make bzImage
> > >
> > > I've tried a fresh install and the problem still exist.
> > >
> > > Any ideas out there?
> > >
> > > Jim Abernathy
> >
> > -----------------------------------------


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.setup) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Setup Digest
******************************

Reply via email to