It is currently Sat May 25, 2013 12:59 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: TP1 logs every minute TonidoPlug tonido: smartctl not found
PostPosted: Thu Jul 05, 2012 5:13 pm 
Regular Tonidoid
Regular Tonidoid
Joined: Tue Dec 14, 2010 4:11 pm
Posts: 16

In my system log every minute a message "TonidoPlug tonido: smartctl not found" is logged. Anyone any ideas why my plug is doing this :?:


Offline
 Profile  
 Post subject: Re: TP1 logs every minute TonidoPlug tonido: smartctl not fo
PostPosted: Sun Jul 08, 2012 9:00 pm 
Tonido Team
Tonido Team
Joined: Wed Jan 28, 2009 11:30 pm
Posts: 1353

smartctl monitor is added for temperature monitoring in TP2 internal HDD. Since for TP1 temperature monitoring is not applicable you are seeing this log message. We will fix this in next update. Meanwhile if you want this message to stop immediately, add a line "exit 0" at top of the file /root/app/tonido/plugscripts/tempMon.sh.

That is, SSH into the plug and open the file /root/app/tonido/plugscripts/tempMon.sh in a text editor.
Change existing lines from
Code:
#!/bin/bash


WARNING_LIMIT=58
SHUTDOWN_LIMIT=60
INTERNAL_SATA=sda

to
Code:
#!/bin/bash
exit 0

WARNING_LIMIT=58
SHUTDOWN_LIMIT=60
INTERNAL_SATA=sda

After making the change, save the file. You should not be seeing that message any more.


Offline
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours [ DST ]


 Who is online

Users browsing this forum: No registered users and 1 guest


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

Search for:
Jump to:  
 
cron