LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-23-2003, 12:10 PM   #1
Sifvion
Member
 
Registered: Jan 2002
Location: Singapore
Distribution: Slackware
Posts: 250

Rep: Reputation: 30
Dont Understand


I have installed Slackware and running fine, but i notice that everytime i boot up the machine i get this error

ar 24 01:22:24 Keave kernel: i810 TCO timer init: failed to reset NO_REBOOT flag, reboot disabled by hardware
Mar 24 01:22:24 Keave kernel: i810_rng: cannot disable RNG, aborting
Mar 24 01:22:24 Keave kernel: i810 TCO timer init: failed to reset NO_REBOOT flag, reboot disabled by hardware
Mar 24 01:22:24 Keave last message repeated 11 times
Mar 24 01:22:33 Keave modprobe: modprobe: Can't locate module char-major-10-134
Mar 24 01:24:34 Keave modprobe: modprobe: Can't locate module sound-slot-1
Mar 24 01:24:34 Keave modprobe: modprobe: Can't locate module sound-service-1-0
Mar 24 01:24:34 Keave modprobe: modprobe: Can't locate module sound-slot-1
Mar 24 01:24:34 Keave modprobe: modprobe: Can't locate module sound-service-1-0
Mar 24 01:28:21 Keave modprobe: modprobe: Can't locate module char-major-10-134
Mar 24 01:29:10 Keave modprobe: modprobe: Can't locate module sound-slot-1
Mar 24 01:29:10 Keave modprobe: modprobe: Can't locate module sound-service-1-0
Mar 24 01:29:10 Keave modprobe: modprobe: Can't locate module sound-slot-1
Mar 24 01:29:10 Keave modprobe: modprobe: Can't locate module sound-service-1-0
Mar 24 01:50:43 Keave modprobe: modprobe: Can't locate module char-major-10-134
Mar 24 01:51:12 Keave modprobe: modprobe: Can't locate module sound-slot-1
Mar 24 01:51:12 Keave modprobe: modprobe: Can't locate module sound-service-1-0
Mar 24 01:51:12 Keave modprobe: modprobe: Can't locate module sound-slot-1
Mar 24 01:51:13 Keave modprobe: modprobe: Can't locate module sound-service-1-0
Mar 24 01:51:34 Keave modprobe: modprobe: Can't locate module char-major-10-134
Mar 24 01:51:45 Keave modprobe: modprobe: Can't locate module sound-slot-1
Mar 24 01:51:45 Keave modprobe: modprobe: Can't locate module sound-service-1-0
Mar 24 01:51:45 Keave modprobe: modprobe: Can't locate module sound-slot-1
Mar 24 01:51:45 Keave modprobe: modprobe: Can't locate module sound-service-1-0
Mar 24 01:51:55 Keave modprobe: modprobe: Can't locate module char-major-10-134
Mar 24 01:53:28 Keave kernel: Linux version 2.4.20 (root@midas) (gcc version 3.2.2) #2 Mon Mar 17 22:02:15 PST 2003


But i am able to get sound from my sound card and i don't what does i810 TCO timer init: failed to reset NO_REBOOT flag, reboot disabled by hardware this mean??? Anyone help?

when i do a lsmod it shows

Module Size Used by Not tainted
i810_rng 2624 0 (unused)
uhci 24560 0 (unused)
usbcore 58144 1 [uhci]
emu10k1 61288 1
ac97_codec 9512 0 [emu10k1]
soundcore 3332 4 [emu10k1]
emu10k1-gp 1352 0 (unused)
gameport 1452 0 [emu10k1-gp]
ide-scsi 8048 0
tulip


Thanks in advance
 
Old 03-23-2003, 12:14 PM   #2
Sifvion
Member
 
Registered: Jan 2002
Location: Singapore
Distribution: Slackware
Posts: 250

Original Poster
Rep: Reputation: 30
And one more thing I got a file call lastlog located in /var/log which is 320MB !!!! And when i try to open it with pico it tell me files with long lines and was not able to open it just keep running!! I find it weird.
 
Old 03-23-2003, 12:29 PM   #3
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
What version Slackware are you running?

My lastlog file is only 287 KByte, but not MByte, on my system. Please verify. The file is a system file is not normally a readable text file. I tcontains the last login for users. Use the "lastlog" command to view the contents. (man lastlog - for more info)
 
Old 03-23-2003, 12:41 PM   #4
sels
LQ Newbie
 
Registered: Mar 2003
Distribution: Gentoo/Debian/LFS
Posts: 8

Rep: Reputation: 0
/var/log/lastlog is a 'special' unix file; it is not really as big as reported. There are some posts ... try /var/log/lastlog on google.
 
Old 03-23-2003, 07:39 PM   #5
Sifvion
Member
 
Registered: Jan 2002
Location: Singapore
Distribution: Slackware
Posts: 250

Original Poster
Rep: Reputation: 30
Well it really show 320MB when I right click on it and go to properties of the file. OH I am running Slackware 9.0 Excalibur, do u know what are the errors mention above and the solution to solve it?
 
Old 03-23-2003, 08:36 PM   #6
bengo
Member
 
Registered: Mar 2003
Distribution: Slackware Current
Posts: 42

Rep: Reputation: 15
about the " Mar 24 01:51:45 Keave modprobe: modprobe: Can't locate module sound-slot-1 ", I think ur kernel is compiled with built in sound support for u sound card. try editing /etc/modules.conf stop trying to load the module at startup.
 
Old 03-23-2003, 09:07 PM   #7
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
Unfortunately I have not seen Slack 9.0 as yet. I have it ordered, but the last I checked the ISO image files were not available. I assume people are either building their own or getting something somebody else has built.

But to your problem I can only suggest looking at the /etc/rc.d/rc.modules file. It would appear from the list, that none are required for a clean boot. So "chmod 000 /etc/rc.d/rc.modules" and reboot. That should stop all modules from loading. If error continues then it is builtin to the kernel and a new kernel will need to be built. Use 755 in the prior command to restore to normal.

On your lastlog file, I think I would verify from a console prompt. Unless of course you have created a few hundred thousand users and they have all logged in at least once. Because all the file contains is the userid, port, date for the last time a user logs in. Again, use the lastlog command to view the contents. If the console prompt verifies that it is 320 MByte, then I suggest running e2fsck to check the file system. All the systems I checked the file is only around 300 Kbytes. I would even think you could delete the file and then "touch /var/log/lastlog" to recreate it. (Empty of course.)

Also, the prior post mentioned the /etc/modules.conf file. I have the file but it is empty so I do not know what it is suppose to do or why it is there.

(Now I remember I think it is for autoloading modules.)

Last edited by Excalibur; 03-23-2003 at 09:16 PM.
 
Old 03-23-2003, 09:15 PM   #8
Sifvion
Member
 
Registered: Jan 2002
Location: Singapore
Distribution: Slackware
Posts: 250

Original Poster
Rep: Reputation: 30
Thanks bengo I will try on that when i get home.

Excalibur I get the iso image from slackware.at. I had try rm lastlog and create it but it still show 320MB its really weird as Iam had only create one user + root. And I got no idea what is 24 01:22:24 Keave kernel: i810 TCO timer init: failed to reset NO_REBOOT flag, reboot disabled by hardware about?
 
Old 03-23-2003, 10:13 PM   #9
bengo
Member
 
Registered: Mar 2003
Distribution: Slackware Current
Posts: 42

Rep: Reputation: 15
Quote:
Originally posted by Excalibur
Also, the prior post mentioned the /etc/modules.conf file. I have the file but it is empty so I do not know what it is suppose to do or why it is there.

(Now I remember I think it is for autoloading modules.)
it's where u find "alias sound-slot-1 blah blah blah"
used to load my sound module
 
Old 03-23-2003, 11:23 PM   #10
Sifvion
Member
 
Registered: Jan 2002
Location: Singapore
Distribution: Slackware
Posts: 250

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by bengo
it's where u find "alias sound-slot-1 blah blah blah"
used to load my sound module
So i just comment out this part will do?
 
Old 03-24-2003, 06:20 AM   #11
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
Quote:
And I got no idea what is 24 01:22:24 Keave kernel: i810 TCO timer init: failed to reset NO_REBOOT flag, reboot disabled by hardware about?
This is a module for Watchdog Timer support for the Intel i8x0 chipsets. Unless you need this support, you can remove support for this in your kernel configuration menu, then recompile. Don't compile it as a module either...just remove it.
 
Old 03-24-2003, 07:25 AM   #12
Sifvion
Member
 
Registered: Jan 2002
Location: Singapore
Distribution: Slackware
Posts: 250

Original Poster
Rep: Reputation: 30
Tried the /etc/rc.d.modules but it didnt work guess i need to recompile my kernel but I got a hard time figuring how to compile slackware 9.0 kernel and this is no kernel in /usr/src.

hai.....
 
Old 03-24-2003, 08:11 AM   #13
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
Most of the ISOs do not include the kernel source to keep the ISO small enough to fit on a CD. So just download and install the source from one of the FTP mirrors from the /slackware/k directory, then you can recompile your kernel.
 
Old 03-24-2003, 08:11 AM   #14
otbibb
Member
 
Registered: Oct 2002
Distribution: Slackware 8.1
Posts: 33

Rep: Reputation: 15
Quote:
Originally posted by Excalibur

On your lastlog file, I think I would verify from a console prompt. Unless of course you have created a few hundred thousand users and they have all logged in at least once. Because all the file contains is the userid, port, date for the last time a user logs in. Again, use the lastlog command to view the contents. If the console prompt verifies that it is 320 MByte, then I suggest running e2fsck to check the file system. All the systems I checked the file is only around 300 Kbytes. I would even think you could delete the file and then "touch /var/log/lastlog" to recreate it. (Empty of course.)

I'll chime in too:
bryan@whirlwind:~$ ls -lh /var/log/lastlog
-rw-r--r-- 1 root root 285k Mar 23 22:53 /var/log/lastlog

You say that you checked it in properties. What does the above command give you on the command line (in an xterm)? I trust that a whole more than nautilus :-)

BB
 
Old 03-24-2003, 09:29 AM   #15
Sifvion
Member
 
Registered: Jan 2002
Location: Singapore
Distribution: Slackware
Posts: 250

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by otbibb
I'll chime in too:
bryan@whirlwind:~$ ls -lh /var/log/lastlog
-rw-r--r-- 1 root root 285k Mar 23 22:53 /var/log/lastlog

You say that you checked it in properties. What does the above command give you on the command line (in an xterm)? I trust that a whole more than nautilus :-)

BB
keave@keave's:/var/log$ ls -lh lastlog
-rw-r--r-- 1 root root 321M Mar 24 23:16 lastlog

I just did reinstallation again just to make sure everything is right but I think I am still have all the above problems.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I dont understand this! zeldafanfreak Linux - Hardware 1 08-12-2005 02:52 PM
I dont understand blacktattoo Linux - Newbie 1 12-26-2004 08:41 PM
i dont really understand this. Brain Drop General 3 08-18-2003 08:54 PM
i dont understand!!!! Fathonkey Linux - Software 17 05-29-2003 11:37 AM
Things dont work when you dont understand withoutaclue Linux - Newbie 3 03-12-2003 09:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration