View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 5 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: "rdd" Out of Control
PostPosted: Mon Sep 24, 2007 4:57 am 
Offline
Joined: Sat Mar 25, 2006 10:39 am
Posts: 17
I am seeing "rdd_CPU.pl" running 40+ times on my box and each is taking up about 5% of my cpus (I have two) utilization. How can I stop rdd from running?

_________________
Running:
Asus P5ND2-SLI
Intel Dual Core 3.0 Processor
Corsair 2GB Memory
ThermalTake Tenor (VB2000SNS)
Adesso ACK-573PB (IR Keyboard)
2 Hauppauge 150's
1 Hauppauge 500


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 24, 2007 6:42 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Rerun the rrd_Configure.sh script and turn it off. Now covered on the Troubleshooting pages on the wiki linked below...


Top
 Profile  
 
 Post subject:
PostPosted: Mon Sep 24, 2007 4:20 pm 
Offline
Joined: Sat Mar 25, 2006 10:39 am
Posts: 17
Thanks....still don't know why rdd spawned so many jobs but I didn't really use much anyways.

_________________
Running:
Asus P5ND2-SLI
Intel Dual Core 3.0 Processor
Corsair 2GB Memory
ThermalTake Tenor (VB2000SNS)
Adesso ACK-573PB (IR Keyboard)
2 Hauppauge 150's
1 Hauppauge 500


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 29, 2007 3:57 am 
Offline
Joined: Sat Mar 25, 2006 10:39 am
Posts: 17
I re-ran the configure script but rrd seemed to continue to run as can be seen in the two snippets from syslog below. Also note that each caused my system to lock hard and required a reset of the machine:

****09:02 - first problem

Sep 28 08:40:01 mythtv /USR/SBIN/CRON[9529]: (root) CMD (test -x /usr/local/bin/run_rrd && /usr/local/bin/run_rrd)
Sep 28 08:45:01 mythtv /USR/SBIN/CRON[9532]: (root) CMD (test -x /usr/local/bin/run_rrd && /usr/local/bin/run_rrd)
Sep 28 08:45:01 mythtv /USR/SBIN/CRON[9533]: (root) CMD ([ -x /usr/lib/sysstat/sa1 ] && { [ -r "$DEFAULT" ] && . "$DEFAULT" ; [ "$ENABLED" = "true" ] && exec
/usr/lib/sysstat/sa1 $SA1_OPTIONS 1 1 ; })
Sep 28 08:50:01 mythtv /USR/SBIN/CRON[9535]: (root) CMD (test -x /usr/local/bin/run_rrd && /usr/local/bin/run_rrd)
Sep 28 09:02:45 mythtv syslogd 1.4.1#20: restart.
Sep 28 09:02:45 mythtv kernel: klogd 1.4.1#20, log source = /proc/kmsg started.
Sep 28 09:02:45 mythtv kernel: Linux version 2.6.18-chw-13 (root@mythtv) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP PREEMPT Sat Jun 2
21:06:06 PDT 2007

****13:40 - second problem

Sep 28 13:25:01 mythtv /USR/SBIN/CRON[4332]: (root) CMD ([ -x /usr/lib/sysstat/sa1 ] && { [ -r "$DEFAULT" ] && . "$DEFAULT" ; [ "$ENABLED" = "true" ] && exec
/usr/lib/sysstat/sa1 $SA1_OPTIONS 1 1 ; })
Sep 28 13:30:01 mythtv /USR/SBIN/CRON[4335]: (root) CMD (test -x /usr/local/bin/run_rrd && /usr/local/bin/run_rrd)
Sep 28 13:35:01 mythtv /USR/SBIN/CRON[4343]: (root) CMD (test -x /usr/local/bin/run_rrd && /usr/local/bin/run_rrd)
Sep 28 13:35:01 mythtv /USR/SBIN/CRON[4344]: (root) CMD ([ -x /usr/lib/sysstat/sa1 ] && { [ -r "$DEFAULT" ] && . "$DEFAULT" ; [ "$ENABLED" = "true" ] && exec
/usr/lib/sysstat/sa1 $SA1_OPTIONS 1 1 ; })
Sep 28 13:39:01 mythtv /USR/SBIN/CRON[4346]: (root) CMD ( [ -d /var/lib/php4 ] && find /var/lib/php4/ -type f -cmin +$(/usr/lib/php4/maxlifetime) -print0 | x
args -r -0 rm)
Sep 28 13:40:01 mythtv /USR/SBIN/CRON[4356]: (root) CMD (test -x /usr/local/bin/run_rrd && /usr/local/bin/run_rrd)
Sep 28 17:45:51 mythtv syslogd 1.4.1#20: restart.
Sep 28 17:45:51 mythtv kernel: klogd 1.4.1#20, log source = /proc/kmsg started.
Sep 28 17:45:51 mythtv kernel: Linux version 2.6.18-chw-13 (root@mythtv) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP PREEMPT Sat Jun 2
21:06:06 PDT 2007

I have since re-re-ran the script and it appears to have stopped although it's only been 12 hours.

In any case does anyone know why rrd would cause a hard lock on the system?

Thanks!

_________________
Running:
Asus P5ND2-SLI
Intel Dual Core 3.0 Processor
Corsair 2GB Memory
ThermalTake Tenor (VB2000SNS)
Adesso ACK-573PB (IR Keyboard)
2 Hauppauge 150's
1 Hauppauge 500


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 29, 2007 8:47 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
The mbmon utility that it uses isn't compatible with all motherboards. In the worst case it hangs forever and spins bits as you've observed. You can either reboot or pkill -9 mbmon ; pkill -9 rrd to get rid of any remaining processes.

Searching for "mbmon" and "rrd" should turn up another thread where I walked someone else through this.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 20 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu