Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 10-15-2008, 08:00 PM   #1 (permalink)
Registered User
 
Join Date: Sep 2008
Location: Philippines
Posts: 4
OS: RedHat Enterprise Linux 5


Send a message via Yahoo to shielarc_21 Send a message via Skype™ to shielarc_21
Cry How can i interpret these logs?

Hello Linux Guru's!!!
My /var/log/messages generated a logs that i cannot understand. Kindly help me. Please see below:

Sep 24 03:34:21 irda: irattach shutdown failed
Sep 24 03:34:21 smartd: smartd shutdown failed
Sep 24 03:39:42 kudzu: failed
Sep 24 03:39:49 Kernel: There is already a security framework initialized, register_security failed.
Sep 24 03:39:56 Irattach: tcgetattr: Input/output error
Sep 24 03:40:04 Kernel:tg3: (0000:01:01.0) phy probe failed, err -19
Sep 24 03:47:18 Httpd: httpd startup failed
Sep 24 03:47:18 Rc: Starting squid: failed
Sep 24 03:47:29 boe_jobsd: Failed to register with the CMS bobjsvr. Please make sure the CMS is up and running. Attempting an automatic retry...

Sep 24 03:47:31 boe_cmsd: The root server reported an error Initialization Failure. (Reason: Unable to connect to the database using the provided connection string. Reason: Database Access Failure.).

Sep 24 03:47:43 boe_crystalras: Cannot connect to name server bobjsvr(Transport error: unable to retrieve the CMS

Sep 24 23:23:43 Kernel: Node 0 DMA free:10512kB min:0kB low:0kB high:0kB active:0kB inactive:0kB present:16384kB pages_scanned:0 all_unreclaimable? No

Sep 24 23:23:43 kernel: Node 0 HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? No

Sep 24 23:23:43 Kernel: Node 0 Normal free:31596784kB min:5876kB low:11752kB high:17628kB active:684556kB inactive:442980kB present:34586624kB pages_scanned:0 all_unreclaimable? no

Sep 24 03:39:59 sshd[6010]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.

Sep 24 03:33:59 sshd[29662]: Failed password for root from ::ffff:10.100.1.101 port 2840 ssh2

Hope you can help me guys.! More Power to Linux!!!
shielarc_21 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 10-16-2008, 08:09 AM   #2 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,820
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: How can i interpret these logs?

Hi

Quote:
Sep 24 03:34:21 irda: irattach shutdown failed
This means that the irattach with binds Linux-irDA failed to shutdown.

Quote:
Sep 24 03:34:21 smartd: smartd shutdown failed
This means that the SMARTD or Self-Monitoring, Analysis and Reporting Technology, which monitors the reliability or hdd, and predict the likely hood of a failure, failed to shutdown.

Quote:
Sep 24 03:39:42 kudzu: failed
This means that kudzu, which detects and configures new and/or changed hardware on the system, failed.

Quote:
Sep 24 03:39:49 Kernel: There is already a security framework initialized, register_security failed.
As long as you aren't having any problems with this it would appear as though this is ok. Check out this thread: Boot Error with SELinux

Quote:
Sep 24 03:39:56 Irattach: tcgetattr: Input/output error
This appears to show that there was an error with some of the communication ports in a general terminal interface.

Quote:
Sep 24 03:40:04 Kernel:tg3: (0000:01:01.0) phy probe failed, err -19
I don't know what this means. :(

Quote:
Sep 24 03:47:18 Httpd: httpd startup failed
This is saying that an Apache webserver is failing to start.

Quote:
Sep 24 03:47:18 Rc: Starting squid: failed
Squid is a web proxy/cache server. So This is saying that it failed to start.

Quote:
Sep 24 03:47:29 boe_jobsd: Failed to register with the CMS bobjsvr. Please make sure the CMS is up and running. Attempting an automatic retry...
I don't know what this means :(

Quote:
Sep 24 03:47:31 boe_cmsd: The root server reported an error Initialization Failure. (Reason: Unable to connect to the database using the provided connection string. Reason: Database Access Failure.).
This would appear that Database server like MySQL, or PostgreSQL server is having an access failure.

Quote:
Sep 24 23:23:43 Kernel: Node 0 DMA free:10512kB min:0kB low:0kB high:0kB active:0kB inactive:0kB present:16384kB pages_scanned:0 all_unreclaimable? No

Sep 24 23:23:43 kernel: Node 0 HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? No

Sep 24 23:23:43 Kernel: Node 0 Normal free:31596784kB min:5876kB low:11752kB high:17628kB active:684556kB inactive:442980kB present:34586624kB pages_scanned:0 all_unreclaimable? no
These three are all Kernel errors. They have to do with the lowest level of how the OS operates.

Quote:
Sep 24 03:39:59 sshd[6010]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
This says that someone or something is trying to SSH to the IP address 0.0.0.0 with isn't valid ever, and gets back that it in use. Which can't happen.

[quote]Sep 24 03:33:59 sshd[29662]: Failed password for root from ::ffff:10.100.1.101 port 2840 ssh2[quote]
This says that someone or something is trying to SSH into your computer from that IP, which is either a Static IP or an internal ip, now that port, with root acces, which isn't working.

I hope that this is somewhat of a help to you. If you ever have questions about linux commands or words you can always look them up with the manual command in terminal.

Let me know if you need any more help, and I will do what I can.

Cheers!
__________________


Linux Forever!

wmorri is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 07:20 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85