Re: Help with redhat's snmpd

2000-09-27 Thread Ivan Jager
Ricardo Kleemann wrote: > > Hi guys, > > I'm trying to use the snmpd supplied with redhat... but have no idea how > to configure it. > > Does anyone have a working snmpd.conf file? I'm trying to get MRTG to talk > with the default snmpd in redhat but all I get is errors. > > Any suggestions?

Re: kernel modules

2000-09-27 Thread Panu Matilainen
On Thu, 28 Sep 2000, John Summerfield wrote: > > > > When you change the kernel configuration even while staying on the same > > version it's possible (or likely, I think) that internal kernel > > datastructures change. Some of them are more critical than others. > > > > If you want more detail

RE: kernel modules

2000-09-27 Thread Balazs Wellisch
Sorry, I meant make bzImage... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike A. Harris Sent: Wednesday, September 27, 2000 8:38 AM To: Red Hat Development List Subject: Re: kernel modules On Tue, 26 Sep 2000, Balazs Wellisch wrote: >Date: Tue, 2

Re: libc doc formats ?

2000-09-27 Thread John Summerfield
> > The hardest part would be getting the texinfo files, because that > would require the glibc source. which is on your SRPM CD;-) ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-lis

Re: kernel modules

2000-09-27 Thread John Summerfield
> > make clean is not needed, but make bzImage is. I'm not sure what > the make install target does, but I'll bet that it requires make > bzImage first. Read the kernel README for details. > Oh, it will make a kernel, and it will probably work. the kernel it makes may be or not be the one des

Re: libc doc formats ?

2000-09-27 Thread John Summerfield
> No, but you might be able to convert the whole thing to one of > those formats with enough dedication. I have the entire info > documentation in a big txt file here so I can just use less or mc > to read it. ;o) Didn't someone in these circles recommend info|less? __

Re: kernel modules

2000-09-27 Thread John Summerfield
> > When you change the kernel configuration even while staying on the same > version it's possible (or likely, I think) that internal kernel > datastructures change. Some of them are more critical than others. > > If you want more detailed explanation you'll have to search the net (read > lin

Re: kernel modules

2000-09-27 Thread John Summerfield
> On Wed, 27 Sep 2000, Dave Ihnat wrote: > > On Tue Sep 26 2000 at 18:04, "Balazs Wellisch" wrote: > > > Can anyone tell me how to correct the following error: > > > > > > depmod: *** Unresolved symbols in /lib/modules/2.2.16-3/misc/emu10k1.o > > >From the make menuconfig or xconfig, disable > >

Re: Help with redhat's snmpd

2000-09-27 Thread Pekka Savola
On Wed, 27 Sep 2000, Ricardo Kleemann wrote: > I'm trying to use the snmpd supplied with redhat... but have no idea how > to configure it. > > Does anyone have a working snmpd.conf file? I'm trying to get MRTG to talk > with the default snmpd in redhat but all I get is errors. The one in /usr/do

Re: libc doc formats ?

2000-09-27 Thread Alan Shutko
"Mike A. Harris" <[EMAIL PROTECTED]> writes: > On Wed, 27 Sep 2000, Mikael Aronsson wrote: > > >From: Mikael Aronsson <[EMAIL PROTECTED]> > >Are the libc documentation available in any other format then > >info ?, pdf, ps or html would be fine. > > No, but you might be able to convert the whole

Re: kernel modules

2000-09-27 Thread Alan Shutko
"Mike A. Harris" <[EMAIL PROTECTED]> writes: > make clean is not needed, but make bzImage is. I'm not sure what > the make install target does, but I'll bet that it requires make > bzImage first. You lose the bet. make install is defined in /usr/src/linux-2.2.16/arch/i386/boot/Makefile as i

Re: libc doc formats ?

2000-09-27 Thread Lars Nordin
Unfortunately, no - GNU.org, which writes glibc, promotes its replacement for the man page system - info and hence most documentation is delivered that way. The best way I've found for viewing info pages is the KDE kdehelp tool, there is also a TK front end for info as well (as probably some othe

Re: libc doc formats ?

2000-09-27 Thread Mike A. Harris
On Wed, 27 Sep 2000, Mikael Aronsson wrote: >Date: Wed, 27 Sep 2000 15:43:08 +0100 >From: Mikael Aronsson <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Content-Type: multipart/alternative; > boundary="=_NextPart_000_0005_01C02899.A23B5A80" >Subject: libc doc formats ? > >Hi ! > >Are the l

Re: kernel modules

2000-09-27 Thread Mike A. Harris
On Tue, 26 Sep 2000, Balazs Wellisch wrote: >Date: Tue, 26 Sep 2000 18:04:17 -0700 >From: Balazs Wellisch <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Cc: Red Hat Development List <[EMAIL PROTECTED]> >Content-Type: text/plain; > charset="iso-8859-1" >Subject: kernel modules > >Can anyone tel

Help with redhat's snmpd

2000-09-27 Thread Ricardo Kleemann
Hi guys, I'm trying to use the snmpd supplied with redhat... but have no idea how to configure it. Does anyone have a working snmpd.conf file? I'm trying to get MRTG to talk with the default snmpd in redhat but all I get is errors. Any suggestions? thanks Ricardo _

Re: kernel modules

2000-09-27 Thread Panu Matilainen
On Wed, 27 Sep 2000, Dave Ihnat wrote: > On Wed, Sep 27, 2000 at 03:32:03PM +0300, Panu Matilainen wrote: > > It'll stop the complaining for the most part but might also break your > > kernel in interesting ways :) > > Explain? To the best of my knowledge, this only has an effect if you may > ha

libc doc formats ?

2000-09-27 Thread Mikael Aronsson
Hi !   Are the libc documentation available in any other format then info ?, pdf, ps or html would be fine.   Mikael  

Re: kernel modules

2000-09-27 Thread Dave Ihnat
On Wed, Sep 27, 2000 at 03:32:03PM +0300, Panu Matilainen wrote: > It'll stop the complaining for the most part but might also break your > kernel in interesting ways :) Explain? To the best of my knowledge, this only has an effect if you may have modules built for different versions of the kern

Re: kernel modules

2000-09-27 Thread Panu Matilainen
On Wed, 27 Sep 2000, Dave Ihnat wrote: > On Tue Sep 26 2000 at 18:04, "Balazs Wellisch" wrote: > > Can anyone tell me how to correct the following error: > > > > depmod: *** Unresolved symbols in /lib/modules/2.2.16-3/misc/emu10k1.o > >From the make menuconfig or xconfig, disable > > "Set versio

Re: kernel modules

2000-09-27 Thread Dave Ihnat
On Tue Sep 26 2000 at 18:04, "Balazs Wellisch" wrote: > Can anyone tell me how to correct the following error: > > depmod: *** Unresolved symbols in /lib/modules/2.2.16-3/misc/emu10k1.o >From the make menuconfig or xconfig, disable "Set version information on all symbols for modules". This sets

Re: kernel modules

2000-09-27 Thread Panu Matilainen
On Wed, 27 Sep 2000, Tony Nugent wrote: > On Tue Sep 26 2000 at 18:04, "Balazs Wellisch" wrote: > > > Can anyone tell me how to correct the following error: > > > > depmod: *** Unresolved symbols in /lib/modules/2.2.16-3/misc/emu10k1.o > > FWIW, I've seen exactly the same error using the stock