Linux - SoftwareThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
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 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.
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.
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"
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.
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 --
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
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
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!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.