WhateverJoe
echo $row['what_tha'];
Today, out of the blue, a OS X box running apache serving a local online database ... was no longer reachable ... but when I ran down to the room where the system sits.... it was running... I was clicking around and everything seemed fine.. but I could not ping anything, not even localhost...
So it seems that TCP or either the interface crashed... requiring a reboot to fix ...
Does anyone know about any log_files related to interface or TCP errors or something, that would help me try and track down the cause... or know of something I could place in my crontab file to check the status and retart anything that could be restarted to fix such a TCP/Interface lock-up??
thanks,
[edit]
I found the following in my system.log....
5 minutes of time with an error almost every second:
Sep 28 14:52:34 localhost mach_kernel: Tx Int Timeout - Comp = 0025 Kick = 0024 Int = 01284000
Sep 28 14:52:34 localhost mach_kernel:
Sep 28 14:52:35 localhost mach_kernel: Tx Int Timeout - Comp = 0025 Kick = 0024 Int = 01284000
Sep 28 14:52:35 localhost mach_kernel:
Sep 28 14:52:36 localhost mach_kernel: Tx Int Timeout - Comp = 0025 Kick = 0024 Int = 01284000
Sep 28 14:52:36 localhost mach_kernel:
then the following at the exact time the link went down:
Sep 28 14:52:37 localhost mach_kernel: Ethernet(UniN): Link is down.
Sep 28 14:52:37 localhost mach_kernel:
The rest of the log is info after rebooting ...
What in the world is going on ?
So it seems that TCP or either the interface crashed... requiring a reboot to fix ...
Does anyone know about any log_files related to interface or TCP errors or something, that would help me try and track down the cause... or know of something I could place in my crontab file to check the status and retart anything that could be restarted to fix such a TCP/Interface lock-up??
thanks,
[edit]
I found the following in my system.log....
5 minutes of time with an error almost every second:
Sep 28 14:52:34 localhost mach_kernel: Tx Int Timeout - Comp = 0025 Kick = 0024 Int = 01284000
Sep 28 14:52:34 localhost mach_kernel:
Sep 28 14:52:35 localhost mach_kernel: Tx Int Timeout - Comp = 0025 Kick = 0024 Int = 01284000
Sep 28 14:52:35 localhost mach_kernel:
Sep 28 14:52:36 localhost mach_kernel: Tx Int Timeout - Comp = 0025 Kick = 0024 Int = 01284000
Sep 28 14:52:36 localhost mach_kernel:
then the following at the exact time the link went down:
Sep 28 14:52:37 localhost mach_kernel: Ethernet(UniN): Link is down.
Sep 28 14:52:37 localhost mach_kernel:
The rest of the log is info after rebooting ...
What in the world is going on ?