LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-04-2008, 06:38 PM   #1
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Rep: Reputation: 15
Starting to notice errors during boot


I have Debian 4 installed and it seemed to be working fairly smoothly. Then we had power outage due to a storm and it ended up killing the power supply and motherboard of another PC, upon reboot of Debian it checked the disks and seemed to be fine, but now I am noticing three problems. I don't see any errors on the screen when I boot but if I need to stop and start mysql I get the following error when I start it

Quote:
Checking for corrupt, not cleanly closed and upgrade needing tables..
I have run the following command to no avail
Quote:
mysqlcheck --user=root --password=xxxxxx --repair --all-databases
I have also logged into phpMyAdmin selected the database checked all tables in the database and selected Repair table at the bottom and repeated for all databases no errors on any database. I even went as far as removing all databases stopping mysql and removing mysql and then installing it and running the mysql_install_db and I get the same error when I start mysql. I have no idea what I can do to fix this error.

I also noticed since this that cron jobs haven't been run when I check cron is not started I manually start it and seems to be fine until I reboot then I have to go back and manually start cron.

Last error I get is the following
Quote:
Nov 4 07:27:56 nflnx1 gconfd (kk-15258): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
There is errors in the log about this, the position changes from position 0 to 4.

The only thing that has changed is instead of the Debian PC only being used remotely that now someone is using it at the terminal until we can replace the motherboard and power supply of the PC that lost them in the storm. The only thing it is being used for is view web pages, watch movies, instant message with pigeon and play an online game (uses wine to do this) I believe the game is Nitto.

Any help on these issues would be greatly appreciated.
 
Old 11-04-2008, 07:03 PM   #2
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410

Rep: Reputation: 141Reputation: 141
I've seen a couple of places that say this isn't an error, but simply the way it works. I have to confess that it looks more like a notice than an error to me.

From: http://ubuntuforums.org/archive/index.php/t-598657.html
Quote:
It's not an error! It's just mysqld telling you what it is doing

"I am now Checking for corrupt [tables]"
"[I am now checking for ], not cleanly closed [tables] and "
"[I am now checking for ] upgrade needing tables"
 
Old 11-04-2008, 07:49 PM   #3
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Original Poster
Rep: Reputation: 15
Up to this point I have not seen it, but I have not been using Debian long switched from Slackware. But if it is not an error there no need to worry about it just the other two problems, well the one I think only one I need to look at is the cron error from what I can tell the other problem is not an error.
 
Old 11-04-2008, 07:57 PM   #4
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410

Rep: Reputation: 141Reputation: 141
Can you give some context to the gconf error? i.e. some lines above that and below? Also, have you tried running:
Code:
apt-get update
apt-get upgrade
 
Old 11-04-2008, 08:34 PM   #5
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Original Poster
Rep: Reputation: 15
I did the apt-get update/upgrade most were due to openoffice but did notice a libxml in with it. Required a reboot when I did it because it did my kernel as well. There were no new entries for this so I went back to this morning as you can see from the timestamp of the logs.

Quote:
Nov 4 07:16:07 nflnx1 gconfd (kk-21252): GConf server is not in use, shutting down.
Nov 4 07:16:07 nflnx1 gconfd (kk-21252): Exiting
Nov 4 07:27:08 nflnx1 -- MARK --
Nov 4 07:27:56 nflnx1 gconfd (kk-15258): starting (version 2.16.1), pid 15258 user 'kk'
Nov 4 07:27:56 nflnx1 gconfd (kk-15258): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Nov 4 07:27:56 nflnx1 gconfd (kk-15258): Resolved address "xml:readwrite:/home/kk/.gconf" to a writable configuration source at position 1
Nov 4 07:27:56 nflnx1 gconfd (kk-15258): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
Nov 4 07:27:56 nflnx1 gconfd (kk-15258): Resolved address "xml:readonly:/var/lib/gconf/debian.defaults" to a read-only configuration source at position 3
Nov 4 07:27:56 nflnx1 gconfd (kk-15258): Resolved address "xml:readonly:/var/lib/gconf/defaults" to a read-only configuration source at position 4
Nov 4 07:28:26 nflnx1 gconfd (kk-15258): GConf server is not in use, shutting down.
Nov 4 07:28:26 nflnx1 gconfd (kk-15258): Exiting
Nov 4 07:35:14 nflnx1 syslogd 1.4.1#18: restart.
Nov 4 07:47:09 nflnx1 -- MARK --
Nov 4 08:07:09 nflnx1 -- MARK --
Nov 4 08:27:09 nflnx1 -- MARK --
 
Old 11-04-2008, 08:44 PM   #6
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410

Rep: Reputation: 141Reputation: 141
Are you saying it's working OK and cron is fine after the reboot?
 
Old 11-04-2008, 08:49 PM   #7
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Original Poster
Rep: Reputation: 15
cron had to be manually started. I just can't figure out what has changed other then instead of someone using it remotely using either ssh or vnc someone is at the terminal using it until their PC gets replaced/rebuilt
 
Old 11-04-2008, 08:58 PM   #8
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410

Rep: Reputation: 141Reputation: 141
Have you tried reinstalling cron?
 
Old 11-04-2008, 09:16 PM   #9
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Original Poster
Rep: Reputation: 15
I am trying that now, waiting for system to come back up to see if it starts cron at boot. Nope here is what I did after a reboot.

Quote:
nflnx1:~# ps aux | grep cron
root 3380 0.0 0.0 2848 696 pts/0 R+ 22:08 0:00 grep cron
As you can see it is not started after a reboot. Below I stop it knowing I going to get an error because it is not running.

Quote:
nflnx1:~# /etc/init.d/cron stop
Stopping periodic command scheduler: crond failed
Below I start cron and run a ps aux | grep cron

Quote:
nflnx1:~# /etc/init.d/cron start
Starting periodic command scheduler: crond.
nflnx1:~# ps aux | grep cron
root 3386 0.0 0.0 3404 968 ? Ss 22:09 0:00 /usr/sbin/cron
root 3389 0.0 0.0 2852 700 pts/0 R+ 22:09 0:00 grep cron
 
Old 11-04-2008, 09:41 PM   #10
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Original Poster
Rep: Reputation: 15
FINALLY solved this along with what you have suggested I did the following and it fixed it

Quote:
update-rc.d -f cron remove

then

update-rc.d -f cron defaults
Then rebooted did a ps aux | grep cron and it is running and here is what it did

Quote:
was /etc/rc1.d/K11cron now /etc/rc1.d/K20cron
was /etc/rc2.d/S89cron now /etc/rc2.d/S20cron
was /etc/rc3.d/S89cron now /etc/rc3.d/S20cron
was /etc/rc4.d/S89cron now /etc/rc4.d/S20cron
was /etc/rc5.d/S89cron now /etc/rc5.d/S20cron
was /etc/rc6.d/S89cron now /etc/rc6.d/S20cron
 
Old 11-04-2008, 09:45 PM   #11
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410

Rep: Reputation: 141Reputation: 141
Code:
update-rc.d -f cron remove

then

update-rc.d -f cron defaults
I haven't used these yet, and I keep forgetting they exist. I wonder if that was all you needed? In any case, it's fixed, so it doesn't matter. Have fun!
 
Old 11-04-2008, 09:50 PM   #12
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Original Poster
Rep: Reputation: 15
Main thing is it is working again. Thank you for all your help.
 
  


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
Slack 12 boot notice TL_CLD Slackware 6 07-06-2007 05:08 AM
LXer: Novell Receives Delisting Notice From NASDAQ and Notice of Default From Wells Fargo Related to its Convertible Subordinated Notes Due to Late Filing of Form 10-Q LXer Syndicated Linux News 0 09-21-2006 03:54 AM
Errors starting some softwares Luc484 Linux - General 1 12-04-2004 03:44 AM
Won't Boot - Starting Printer Service - Starting CUPS jeansond Linux - Newbie 0 10-11-2004 06:39 PM
errors when starting ut2004 Moebius Linux - Games 0 06-17-2004 01:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:05 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