Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dmesg question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
rommel
Veteran
Veteran


Joined: 19 Apr 2002
Posts: 1145
Location: Williamsburg Virginia

PostPosted: Tue Sep 10, 2002 1:30 am    Post subject: dmesg question Reply with quote

when the system boots i get a few errors that i have never been able to figure out...they dont seem to cause any problems that i am aware of but it sure would be nice to know what the hell they mean! anyone?

Code:
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
ds: no socket drivers loaded!
FAT: bogus logical sector size 0
FAT: bogus logical sector size 0
md: swapper(pid 1) used obsolete MD ioctl, upgrade your softwa
re to use new ictls.
kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno
 = 2
the three things that i would like to know about are the 'no socket driver loaded' , md: swaapper (pid 1) thing and kmod failure.

ciao
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Sep 10, 2002 2:41 am    Post subject: Re: dmesg question Reply with quote

rommel wrote:
kmod failure.
Might this be related?
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
rommel
Veteran
Veteran


Joined: 19 Apr 2002
Posts: 1145
Location: Williamsburg Virginia

PostPosted: Tue Sep 10, 2002 3:46 am    Post subject: Reply with quote

that worked for the kmod thing...thank you....1 down 2 to go
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Sep 10, 2002 3:53 am    Post subject: Re: dmesg question Reply with quote

Code:
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
ds: no socket drivers loaded!
Hrm. make menuconfig, "Networking options --->", "<*> Unix domain sockets" maybe?
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Tue Sep 10, 2002 3:58 am    Post subject: Re: dmesg question Reply with quote

The error comes from driver services in PCMCIA code (/usr/src/linux/drivers/pcmcia/ds.c). I usually do a 'locate <prefix>.c", where <prefix> is the stuff before ":". In this case, it would be "locate ds.c". The other error comes from /usr/src/linux/drivers/md/md.c, similarly.

kanuslupus wrote:
Code:
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
ds: no socket drivers loaded!
Hrm. make menuconfig, "Networking options --->", "<*> Unix domain sockets" maybe?
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Sep 10, 2002 4:03 am    Post subject: Reply with quote

Good to know. All I see is "locate: /var/spool/locate/locatedb: No such file or directory" though. I'm assuming I don't have it.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Tue Sep 10, 2002 4:19 am    Post subject: Reply with quote

You need to run updatedb for locate to work. You can also do:
Code:

find /usr/src/linux -name <prefix>.c

I use locate since it is easier to type and faster :).
kanuslupus wrote:
Good to know. All I see is "locate: /var/spool/locate/locatedb: No such file or directory" though. I'm assuming I don't have it.
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Tue Sep 10, 2002 4:22 am    Post subject: Reply with quote

kanuslupus wrote:
Good to know. All I see is "locate: /var/spool/locate/locatedb: No such file or directory" though. I'm assuming I don't have it.

You probably need set up the locatedb database with updatedb first.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
rommel
Veteran
Veteran


Joined: 19 Apr 2002
Posts: 1145
Location: Williamsburg Virginia

PostPosted: Tue Sep 10, 2002 6:51 am    Post subject: Reply with quote

naan once you locate it then what?...sorry if that a stupid question but i am not sure where you were going with it

Code:
/usr/src/linux-2.4.19/drivers/pcmcia/ds.c

/usr/src/linux-2.4.19/drivers/md/md.c


i could recompile the kernel without pcmcia support since on this system i dont need it but how would ,rather could you actually address the error...the md one inparticular since i am running lsr raid on reiserfs.

and kanuslupus that is by default already selected in the kernel config.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum