seek errors & is causing the / file system to remount read only. Reeks havoc on anything needing to write to /tmp.
DOH! Looks like I have a box to rebuild....
May 3 06:25:10 mp3 kernel: hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
May 3 06:25:11 mp3 kernel: hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=7602274, secto
r=7602271
May 3 06:25:11 mp3 kernel: ide: failed opcode was: unknown
May 3 06:25:11 mp3 kernel: end_request: I/O error, dev hda, sector 7602271
May 3 06:25:11 mp3 kernel: EXT3-fs error (device hda1): ext3_get_inode_loc: unable to read inode bl
ock - inode=473281, block=950276
May 3 06:25:11 mp3 kernel: Remounting filesystem read-only
May 3 06:25:14 mp3 kernel: hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
May 3 06:25:14 mp3 kernel: hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=7602274, secto
r=7602271
# gdb perl
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-linux"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) r /usr/local/slimserver/slimserver.pl --user slimserver --logfile /home/slimserver/log/slimserver.log --prefsfile /home/slimserver/.slimserver.pref --cachedir /home/slimserver/cache/ --pidfile /home/slimserver/var/slimserver.pid --d_server --d_info
Starting program: /usr/bin/perl /usr/local/slimserver/slimserver.pl --user slimserver --logfile /home/slimserver/log/slimserver.log --prefsfile /home/slimserver/.slimserver.pref --cachedir /home/slimserver/cache/ --pidfile /home/slimserver/var/slimserver.pid --d_server --d_info
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1209744640 (LWP 2244)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
2005-05-02 10:26:17.6466 SlimServer OSDetect init...
2005-05-02 10:26:17.6470 SlimServer OS Specific init...
2005-05-02 10:26:17.6472 SlimServer settings effective user and group if requested...
2005-05-02 10:26:17.6816 SlimServer settings init...
2005-05-02 10:26:17.7050 SlimServer strings init...
2005-05-02 10:26:17.8253 SlimServer Setup init...
2005-05-02 10:26:17.8344 SlimServer setting language...
2005-05-02 10:26:17.8348 SlimServer IR init...
2005-05-02 10:26:17.8411 SlimServer Buttons init...
2005-05-02 10:26:17.8429 SlimServer Graphics init...
2005-05-02 10:26:19.6423 SlimServer starting up...
2005-05-02 10:26:19.6428 SlimServer saving pid file.
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1209744640 (LWP 2244)] 0x0806c18c in Perl_amagic_call () (gdb) bt #0 0x0806c18c in Perl_amagic_call () #1 0x080c8600 in Perl_sv_2bool () #2 0x080bc127 in Perl_pp_and () #3 0x080bbdc9 in Perl_runops_standard () #4 0x080635e8 in perl_run () #5 0x080633f5 in perl_run () #6 0x0805fb9f in main () (gdb)
# ps -ef|grep slim
slimser 2244 2243 3 May02 pts/1 00:40:24 /usr/bin/perl /usr/local/slimserver/slimserver.pl --user slimserver --logfile /home/slimserver/log/slimserver.log --prefsfile /home/slimserver/.slimserver.pref --cachedir /home/slimserver/cache/ --pidfile /home/slimserver/var/slimserver.pid --d_server --d_info
slimser 2250 2244 0 May02 pts/1 00:00:00 /usr/local/SlimServer_6_0_x_v2005-04-21/Bin/i386-linux/ mDNSResponderPosix -n SlimServer -t _http._tcp -p 9000
slimser 2251 2244 0 May02 pts/1 00:00:00 /usr/local/SlimServer_6_0_x_v2005-04-21/Bin/i386-linux/ mDNSResponderPosix -n SlimServer -t _slimhttp._tcp -p 9000
slimser 2252 2244 0 May02 pts/1 00:00:00 /usr/local/SlimServer_6_0_x_v2005-04-21/Bin/i386-linux/ mDNSResponderPosix -n SlimServer -t _slimcli._tcp -p 9090
root 22738 2194 0 06:54 pts/0 00:00:00 grep slim
On May 1, 2005, at 12:31 AM, Healy wrote:
Ack, running it this way now & will let you know.
On Apr 30, 2005, at 7:34 PM, Dan Sully wrote:
* Healy shaped the electrons to say...
Parent process died again. I can't find anything in the debug log. files inline. I'm stumped.
Can you run inside gdb:
gdb perl prompt> r /path/to/slimserver.pl
When it crashes, type 'bt' for backtrace.
-D -- <dr.pox> does whistling in the dark make me go blind faster? _______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
_______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
_______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
