Linux-Setup Digest #448, Volume #21              Fri, 15 Jun 01 15:13:13 EDT

Contents:
  Re: "Stable" 2.4.X Linux Kernels ("ne...")
  Re: Problems using RH 7.1 with SiS 630 Graphics Card (Yongchun Zhang)
  Re: irq problems and no eth0 device (Greger Haga)
  Linux on AMD (ganesh)
  Re: whoami and passwd problem (H.Bruijn)
  Util tools uptade problem / Bind 9 / Red hat7.0 (Kyle Evans)
  modem instal ("GuBause")
  Re: Weird startup interface in Redhat linux 7.1 ("Anthony")
  RH 7.1 kernel compile problems (rrkrr)
  using samba (shaunak)
  openldap 2.0.10 (ThomasWalz)
  Help a newbie with GRUB PLEASE!!!!! ("Alok")
  Help a newbie with GRUB PLEASE!!!!! ("Alok")
  Re: GUI Login at Console (Paul Crabb)
  Re: rc.local part 2. ("Liverpool_fc")
  Re: rc.local part 2. ("Liverpool_fc")
  login (Steve)
  Re: "Stable" 2.4.X Linux Kernels
  Re: "Stable" 2.4.X Linux Kernels ("ne...")

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

From: "ne..." <[EMAIL PROTECTED]>
Subject: Re: "Stable" 2.4.X Linux Kernels
Date: Fri, 15 Jun 2001 17:18:09 GMT

On Jun 15, 2001 at 16:13, [EMAIL PROTECTED]:

>On Fri, 15 Jun 2001 10:16:27 +1000, Stuart Smith <[EMAIL PROTECTED]> 
>wrote:
>>As a quick note try the Matrox site they have released LINUX DRIVERS!!!!!!!
>>For G200 onwards from memory. With a version of Power Desk for Linux too!!!!
>>
>>To be honest I haven't installed them yet so can't say how well they work,
>>will know better this afternoon.
>
>You still have to get the kernel module from xfree's cvs site.  Matrox
>has the mga_drv and mga_hal xfree drivers, but they won't work with the
>2.4.4 mga kernel driver.
Any ideas on the tag to use for cvsup?

[...]

-- 
Registered Linux User # 125653 (http://counter.li.org)
panic: kernel trap (ignored)
  1:17pm  up  7:41,  4 users,  load average: 0.00, 0.00, 0.00


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

From: [EMAIL PROTECTED] (Yongchun Zhang)
Crossposted-To: 
comp.os.linux.redhat,comp.os.linux.x,comp.os.linux.questions,comp.os.linux.misc
Subject: Re: Problems using RH 7.1 with SiS 630 Graphics Card
Date: 15 Jun 2001 10:22:24 -0700

Hi, Jesper,

I have been trying to recompile the kernel as described in your reference for several
times. Unfortunately, the link phase failed due to the following error:

  drivers/video/video.o: In function `SetCRT2Group':
  drivers/video/video.o(.text=0xa02e): undefined reference to 'VBInfo'
  drivers/video/video.o: In function `GetRatePtrCRT2':
  drivers/video/video.o(.text=0xa1dd): undefined reference to 'VBInfo'
  drivers/video/video.o(.text=0xa2b9): more undefined references to 'VBInfo' follow

make: *** [vmlinux] Error 1

As I greped thru all .c .h files in that directory, there's no "VBInfo" defined,
nor can I find the above two functions. Have you ever encountered these problems?
What should I do in the config phase to avoid this problem?

Thanks a lot!

Yongchun

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

From: Greger Haga <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: irq problems and no eth0 device
Date: Fri, 15 Jun 2001 20:19:00 +0300



Robert Kerr wrote:

> Greger Haga wrote:
>
> > Hi there...
> > I have some problems with interrupts and the NIC card etc..perhaps
> > somebody can help out here
> >
> > The NIC is a Etherlink III 3c509B-TP
> >
> > The driver I attempt to use is called 3c509...didn't find any 3c509B-TP
> > on
> > linux
> >
> > ok...there seems to be an IRQ problem actually...look at the following:
> >
> > issuing 'isapnp' returns this result-set:
> > --->
> > Board 1 has Identity 8b 07 57 70 80 c5 00 8c 0e:  CTL00c5 Serial No
> > 123170944 [checksum 8b]
> > Board 2 has Identity 8e af 5a be d7 90 50 6d 50:  TCM5090 Serial No
> > 2941959895 [checksum 8e]
> > CTL00c5/123170944[0]{Audio               }: Ports 0x240 0x300 0x388;
> > IRQ7
> > DMA0 DMA6 --- Enabled OK
> > CTL00c5/123170944[1]{Game                }: Port 0x200; --- Enabled OK
> > CTL00c5/123170944[2]{WaveTable           }: Port 0x620; --- Enabled OK
> > TCM5090/2941959895[0]{3Com 3C509B EtherLink III}: Port 0x210; IRQ3 ---
> > Enabled OK
> > --->
> > ...look at the last line...port 0x210..IRQ3...same as on windows..seems
> > ok..right...
> >
> > then..look at this:
> > cat /proc/interrupts returns this resultset:
> > --->
> >            CPU0
> >   0:     100168          XT-PIC  timer
> >   1:       1242          XT-PIC  keyboard
> >   2:          0          XT-PIC  cascade
> >   8:          2          XT-PIC  rtc
> >  12:       2879          XT-PIC  PS/2 Mouse
> >  13:          1          XT-PIC  fpu
> >  14:     110639          XT-PIC  ide0
> >  15:      11795          XT-PIC  ide1
> > NMI:          0
> > --->
> > ...hmmm...no interrupt 3 mentioned here..strange...?.no irq 10 either
> > which the matrox card uses..
> > or does the fact that it is not mentioned have anything to do with ISA
> > pnp
> > and PCI? the etherlink is a longer type of card ( ISA? ) and the matrox
> > is
> > shorter (PCI?)
> >
> > anyway...and then issuing 'insmod 3c509' gives these lines in
> > /var/log/messages:
> > --->
> > Jun 15 11:56:20 localhost kernel: eth0: 3c509 at 0x210 tag 1, 10baseT
> > port, address  00 20 af 5a be d7, IRQ 10.
> > Jun 15 11:56:20 localhost kernel: 3c509.c:1.16 (2.2) 2/3/98
> > [EMAIL PROTECTED]
> > --->
> > wooops...IRQ10 suddenly!!!
> >
> > ok..tried to set the etherlink card's to IRQ10 but it conflicts with the
> >
> > matrox millennium graphics card...detected the problem..but how to
> > correct
> > it..*sigh*
> >
> > Though setting the IRQ to 3 in linuxconf ...then doing insmod 3c509
> > STILL
> > shows IRQ10 in /var/log/messages...it doesn't change
> >
> > Ok, while fiddling around trying to get this to work I earlier tried the
> >
> > append alterative in lilo.conf...found it on the web and copied and
> > pasted...BUT forgot to change the interrupt from 10 ( as it was in the
> > example on the web ) to 3..that's probably where the IRQ10 setting
> > comes...alright..peanuts..lets change it back then...inserted
> > append="ether=3,0x210,eth0" into lilo.conf...reran
> > lilo..rebooted...and..hihihi...insmod 3c509 STILL report IRQ10 in
> > /var/log/messages...
> >
> > and..there's no eth0 devices in dev on my comp..how do I create it?and
> > what permissions should there be?
> >
> > hihihi..any clues?
> >
> > Greger
> >
> > --
> > Greger Haga
> > Finland
> > ICQ 120338800
> > HTTP://www.geocities.com/gregerhaga
> > http://counter.li.org/
>
> How old is your Etherlink card?  Some of the oldest are NOT "plug-and
> -pray".
> In any case (whether p&p or not), there is a setup program that runs under
> DOS that you can download from 3com's web site.  This will allow you to set
> the IRQ and I/O Port for the 3c509 card.  It will also let you select the
> cable interface (TP-AUI-etc) if the card has more than one.  Alternatively,
> you can temporarily stick the card into a Winders machine and set up the
> I/O and IRQ via the Control Panel.
>
> The latest Linux 3c509 driver has some changes.   I have it compiled as a
> module for kernel 2.4.2.  After using the DOS program to set my card to I/O
> 0x300 and IRQ 9, I put the following lines in /etc/modules.conf (RH 7.1):
>
> alias etho 3c509
> options 3c509=9
>

YYYYYEEEEEEEEEEEEESSSSSSSSS!!!!!!!!!11
those lines ( except for changed irq to 3 ) in /etc/conf.modules did it..
changed that..issued './network reload' and swwwwwwwooooooooooocccccchhhh
surfing in MACH2 now...
thanks!!!!!!
Bye
Greger

>
> The driver will find the I/O port of the card without your having to tell
> it explicitly, although I note that on boot up my machine hangs for a
> couple of seconds at "Starting interface eth0" every time.

--
Greger Haga
Finland
ICQ 120338800
HTTP://www.geocities.com/gregerhaga
http://counter.li.org/



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

From: ganesh <[EMAIL PROTECTED]>
Subject: Linux on AMD
Date: Fri, 15 Jun 2001 17:30:19 -0000

Hi,
I have a sony desktop with AMD athlon(1GHz) and 128 MB RAM. Can I install 
linux on it. I already have windows Millenium running on it(It came 
installed)
Where can I download or purchase the specific Linux version. Also where 
can I find instructions for partitioning the drive.


                                               ganesh



--
Posted via CNET Help.com
http://www.help.com/

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

From: [EMAIL PROTECTED] (H.Bruijn)
Subject: Re: whoami and passwd problem
Date: 15 Jun 2001 17:33:59 GMT
Reply-To: [EMAIL PROTECTED]

On Fri, 15 Jun 2001 16:39:10 +0800, Philip allegedly wrote:
> Problem administering users:
> when I login as a user other than root, and do a ls -la, the ownership is
> shown by the UID number, not the user name.
> Also, if I do a whoami, instead of returning my name I get the message
> "whoami: cannot find username for UID 1054 "(or whatever)
> Has anyone any idea what would cause this?

Possibly a corrupted /etc/passwd, /etc/group or a corrupted /etc/shadow, 
as those files are consulted to convert (G)UID's to usernames. 



-- 
If a trainstation is the place where trains stop, what is a workstation?
========================================================================
Herman Bruijn                         website:   http://HermanBruijn.com
The Netherlands 

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

From: [EMAIL PROTECTED] (Kyle Evans)
Subject: Util tools uptade problem / Bind 9 / Red hat7.0
Date: 15 Jun 2001 10:33:06 -0700

Hi, I have red hat 7-0 and I updated via rpm -Fvh 
util-linux-2.11b-1.i386.rpm
& fileutils-4.1-1.i386.rpm 

Now everytime I use ls I get this error "ls: error while loading
shared libraries: ls: symbol __fpending, version GLIBC_2.2 not defined
in file libc.so.6 with link time reference"

I tried to updated bind and I got this error too:
"rm: error while loading shared libraries: rm: symbol __fpending,
version GLIBC_2.2 not defined in file libc.so.6 with link time
reference
creating cache ./config.cache
checking host system type... rm: error while loading shared libraries:
rm: symbol __fpending, version GLIBC_2.2 not defined in file libc.so.6
with link time reference
rm: error while loading shared libraries: rm: symbol __fpending,
version GLIBC_2.2 not defined in file libc.so.6 with link time
reference
rm: error while loading shared libraries: rm: symbol __fpending,
version GLIBC_2.2 not defined in file libc.so.6 with link time
reference
configure: error: can not guess host type; you must specify one"

Any ideas to solve this?
thanks very much for your help!

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

From: "GuBause" <[EMAIL PROTECTED]>
Subject: modem instal
Date: Fri, 15 Jun 2001 19:34:04 +0200

Hi everybody here,

i ve a question concerning the modem installation under linux.
Im using Suse, I ve installed the modem (56K) but i cant reach
the modem if i try to dial a number. Any ideas how to solve the problem.
Thanx in adv.

gunter




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

From: "Anthony" <[EMAIL PROTECTED]>
Subject: Re: Weird startup interface in Redhat linux 7.1
Crossposted-To: comp.os.linux.redhat
Date: Fri, 15 Jun 2001 17:40:17 GMT

In article <9g69k5$37j$[EMAIL PROTECTED]>, "Qisheng Pan" <[EMAIL PROTECTED]> wrote:

> When the linux boots up, I can see the GHOME/KTE interface, but
> everything is weird: tip does not show up, I cannot see the text inside
> the graphic interface. However, after logout and relogin, everything is
> OK. Anyone know the problem?
> 
> 

check your X font server, maybe your missing fonts or your font server
isnt running.

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

From: rrkrr <[EMAIL PROTECTED]>
Subject: RH 7.1 kernel compile problems
Date: Fri, 15 Jun 2001 13:41:34 -0400

I've tried several times to recompile my RedHat 7.1 kernel.  Compile
completes, but the machine hangs on boot up.  Here are the particulars:

Machine is a AMD K6 400 MHz CPU running on a DFI motherboard (designed
for K6) with a VIA chipset.
Running xconfig, I started with one of the default configurations RedHat
supplies under /usr/src/linux-2.4.2/configs and modified it for the
appropriate CPU and chipset - left most of the other stuff alone.

Followed the guidelines for compiling and installing the kernel in the
RedHat 7.1 Customization Guide which I got from their website:

make mrproper
make xconfig (as above)
make clean
make bzImage
make modules
make modules_install
make install
edit /etc/lilo.conf to add the new image reference
run /sbin/lilo
reboot and select new image

On boot up, the machine hangs right after Super IO probes the parallel
port and identifies its IRQ.  If I go into the BIOS setup and disable
the parallel port, the boot will continue until the Welcome to RedHat
Linux message appears, then hangs.

I have tried this with the gcc 2.96-81 compiler that came with RH 7.1,
and with the 2.96-85 compiler that I downloaded from RedHat rawhide with
the same result.  I have even tried the same on an old 133 MHz Pentium
machine with the same result.

Both machines work okay with the precompiled i386 kernel supplied with
RedHat 7.1.

I have read stuff about the 2.96 compilers not working on the kernel,
but there seems to be some debate on this, and I've seen several claims
of no problems with the kernel and this compiler.

Any ideas on what I am doing wrong?  Also, I've seen recommendations
that there are advantages to selecting SMP support in the config, even
when running a single CPU system.  What are the advantages to this?


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

From: shaunak <[EMAIL PROTECTED]>
Subject: using samba
Date: Fri, 15 Jun 2001 04:45:16 +1000

hi
i have NT on 3 partitios and red hat 7.1 on a fourth extended partition
i boot linux from a floppy

I now want o use samba to access a shared directory box on c: (on the
first NTFS partition).
I have made the directory sharable

# smbmount \\beta\box /home/fred/box I 207.7.66.7

the command fails.

have added a entry in /etc/sam.conf

[[global]
wins server= 207.7.66.7

this is a stand alone computer not actually on a network.

what needs to be done to make it work?

thanks in advance.

Shaunak


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

Date: Fri, 15 Jun 2001 19:07:30 +0000
From: ThomasWalz <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.networking
Subject: openldap 2.0.10

Hello,
i installed OpenLdap 2.0.10 and tried to create the initial
database from the following ldif file:

x.ldif
========================================================================
dn: o=walz,c=de
objectClass: dcObject
objectClass: organization
o: walz
c: de
description: Beispielfirma

dn: cn=manager,o=walz,c=de
objectClass: organizationalRole
cn: manager
description: ManagerForAll
========================================================================

I run
ldapadd -f x.ldif  -D "cn=Manager,o=walz,c=de" -w secret  -d -1
and got the following error messages:


========================================================================
...
...
...
ldap_msgfree
ldap_perror
ldap_add: Object class violation
        additional info: missing required attribute
ldif_record() = 65
ldap_unbind
ldap_free_connection
ldap_send_unbind
ber_flush: 7 bytes to sd 4
  0000:  30 05 02 01 03 42 00                               0....B.
ldap_write: want=7, written=7
  0000:  30 05 02 01 03 42 00                               0....B.
ldap_free_connection: actually freed
adding new entry "o=walz,c=de"
========================================================================
                       

My slapd.conf is
========================================================================

include /usr/local/etc/openldap/schema/core.schema
include /usr/local/etc/openldap/schema/cosine.schema
include /usr/local/etc/openldap/schema/inetorgperson.schema
#include ./schema/nis.schema
schemacheck     on
pidfile     /var/lock/slapd.pid
argsfile    /var/lock/slapd.args
#######################################################################
# ldbm database definitions
#######################################################################
database        ldbm
suffix          "o=walz,c=de"
directory       /Data1/openldap/v2.0.10
rootdn          "cn=Manager,o=walz,c=de"
rootpw          secret
index           objectclass     eq
index           uid     pres,eq,sub
index           cn,sn   pres,eq,sub,subany
dbnosync
dbnolocking
========================================================================

Has anybody an idea what is wrong?

Please send your response to

[EMAIL PROTECTED]


Kind regards,

Thomas

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

From: "Alok" <[EMAIL PROTECTED]>
Subject: Help a newbie with GRUB PLEASE!!!!!
Date: Fri, 15 Jun 2001 11:21:30 -0700

Help a newbie with GRUB PLEASE!!!!!

So heres the low-down. I have a dual boot system with Windows ME, Windows
2000, and Linux Mandrake. What happens is that when I turn on my computer
grub pops up and then gives me the option to go to windows or linux. If I
choose linux it takes me to Linux. If I choose Windows it takes me to the
Windows boot loader which gives me the folowing options: Windows ME, Windows
2000, and Linux Mandrake. So the GRUB screen is completely useless and
annoying.

In other words - HOW IN THE HECK DO I STOP GRUB FROM LOADING?!??!?!?









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

From: "Alok" <[EMAIL PROTECTED]>
Subject: Help a newbie with GRUB PLEASE!!!!!
Date: Fri, 15 Jun 2001 11:21:44 -0700

Help a newbie with GRUB PLEASE!!!!!

So heres the low-down. I have a dual boot system with Windows ME, Windows
2000, and Linux Mandrake. What happens is that when I turn on my computer
grub pops up and then gives me the option to go to windows or linux. If I
choose linux it takes me to Linux. If I choose Windows it takes me to the
Windows boot loader which gives me the folowing options: Windows ME, Windows
2000, and Linux Mandrake. So the GRUB screen is completely useless and
annoying.

In other words - HOW IN THE HECK DO I STOP GRUB FROM LOADING?!??!?!?











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

From: [EMAIL PROTECTED] (Paul Crabb)
Subject: Re: GUI Login at Console
Date: 15 Jun 2001 11:27:51 -0700

Cool.  Thanks.

Robert Davies <[EMAIL PROTECTED]> wrote in message 
news:<7878850.Z3S40VBb9n@localhost>...
> Paul Crabb wrote:
> 
> > I am currently running Redhat 7.1 and have the X server configured and
> > running properly.  I am able to login via a text login and do a startx
> > to get the GUI to come up.
> > 
> > My question: How do I configure the init scripts to start the GUI
> > login manager and bring the GUI up as a default?
> 
> In /etc/inittab the default runlevel is selected.  You probably need to 
> change the 3 to a 5 in there, there should be comments to tell you what 
> runlevel does what.
> 
> Rob

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

From: "Liverpool_fc" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.misc
Subject: Re: rc.local part 2.
Date: Fri, 15 Jun 2001 14:38:56 -0400

linux PAM_unix [851]: (system-auth) session closed for user cpu1.

i got this from /var/log/messages.

thank you.




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

From: "Liverpool_fc" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.misc
Subject: Re: rc.local part 2.
Date: Fri, 15 Jun 2001 14:44:09 -0400

i used /bin/cp /etc/termcap /home/cpu1/filename.

thank you.




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

From: Steve <[EMAIL PROTECTED]>
Subject: login
Date: Fri, 15 Jun 2001 18:59:05 GMT

I have a problem since I updated shadow package to newest version. When I 
login after authentication I have to wait 1 minute before I get the prompt.
I straced the login and during the timeout period the command is issuing 
the following instructions:

gettimeofday({...}, NULL)         = 0
327   socket(PF_UNSPEC, 0 /* SOCK_??? */, 0) = 4
327   getpid()                          = 327
327   bind(0, NULL, 0)                  = 0
327   ioctl(4, FIONBIO, 0xbfffd148)     = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   sendto(0, NULL, 0, 0, NULL, 0)    = 56
327   poll(0xbfffd11c, 0x1, 0x1388, 0x4015cca0, 0xbfffd11c) = 0
327   ioctl(4, SIOCGIFCONF, 0xbfffae24) = 0
327   ioctl(4, SIOCGIFFLAGS, 0xbfffae2c) = 0
327   close(4)                          = 0
327   open("/etc/ld.so.cache", O_RDONLY) = 4
327   fstat(4, {st_mode=S_IFCHR|S_ISUID|S_ISGID|S_ISVTX|05613600056, 
st_rdev=makedev(47, 46), ...}) = 0
327   mmap(0x2e2f2e2e, 774778670, 0x2f002e00, 0 /* MAP_??? 
*/|MAP_GROWSDOWN|MAP_DENYWRITE|0x72702600, 1932485487, 0x2f666c65) = 
0x40161000
327   close(4)                          = 0

I was told it is something tied to the nameserver. (which is not running on 
my system).

See if you can help




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

From: [EMAIL PROTECTED] ()
Subject: Re: "Stable" 2.4.X Linux Kernels
Date: Fri, 15 Jun 2001 19:03:59 GMT

On Fri, 15 Jun 2001 17:18:09 GMT, ne... <[EMAIL PROTECTED]> wrote:
>On Jun 15, 2001 at 16:13, [EMAIL PROTECTED]:
>
>>On Fri, 15 Jun 2001 10:16:27 +1000, Stuart Smith 
><[EMAIL PROTECTED]> wrote:
>>>As a quick note try the Matrox site they have released LINUX DRIVERS!!!!!!!
>>>For G200 onwards from memory. With a version of Power Desk for Linux too!!!!
>>>
>>>To be honest I haven't installed them yet so can't say how well they work,
>>>will know better this afternoon.
>>
>>You still have to get the kernel module from xfree's cvs site.  Matrox
>>has the mga_drv and mga_hal xfree drivers, but they won't work with the
>>2.4.4 mga kernel driver.
>Any ideas on the tag to use for cvsup?
>

I used the login instruction from the xfree86 website and only checked
out the kernel driver directory:
./xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel

did a 'make mga.o' to build it

or something like that

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

From: "ne..." <[EMAIL PROTECTED]>
Subject: Re: "Stable" 2.4.X Linux Kernels
Date: Fri, 15 Jun 2001 19:09:24 GMT

On Jun 15, 2001 at 19:03, [EMAIL PROTECTED]:

>On Fri, 15 Jun 2001 17:18:09 GMT, ne... <[EMAIL PROTECTED]> wrote:
>>On Jun 15, 2001 at 16:13, [EMAIL PROTECTED]:
>>
>>>On Fri, 15 Jun 2001 10:16:27 +1000, Stuart Smith 
><[EMAIL PROTECTED]> wrote:
>>>>As a quick note try the Matrox site they have released LINUX DRIVERS!!!!!!!
>>>>For G200 onwards from memory. With a version of Power Desk for Linux too!!!!
>>>>
>>>>To be honest I haven't installed them yet so can't say how well they work,
>>>>will know better this afternoon.
>>>
>>>You still have to get the kernel module from xfree's cvs site.  Matrox
>>>has the mga_drv and mga_hal xfree drivers, but they won't work with the
>>>2.4.4 mga kernel driver.
>>Any ideas on the tag to use for cvsup?
>>
>
>I used the login instruction from the xfree86 website and only checked
>out the kernel driver directory:
>./xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel
>
>did a 'make mga.o' to build it
>
>or something like that
Thanks. I'm going to look into this over the weekend.

-- 
Registered Linux User # 125653 (http://counter.li.org)
You will be recognized and honored as a community leader.
  3:08pm  up  9:32,  3 users,  load average: 0.00, 0.00, 0.00


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


** 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 by posting to comp.os.linux.setup.

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