Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
trying to figure out what i'm doing wrong here with smartmon. the config file is scanning the drives, and smartmon appears to be turned on
here are the error messages from my syslog:
root@DNS323:~# more /var/log/messages | grep smart
May 19 15:30:52 DNS323 daemon.info smartd[1874]: smartd version 5.38 [arm-unknown-linux-uclibc] Copyright (C) 2002-8 Bruce Allen
May 19 15:30:52 DNS323 daemon.info smartd[1874]: Home page is http://smartmontools.sourceforge.net/
May 19 15:30:52 DNS323 daemon.info smartd[1874]: Opened configuration file /ffp/etc/smartd.conf
May 19 15:30:52 DNS323 daemon.info smartd[1874]: Drive: DEVICESCAN, implied '-a' Directive on line 23 of file /ffp/etc/smartd.conf
May 19 15:30:52 DNS323 daemon.info smartd[1874]: Configuration file /ffp/etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
May 19 15:30:52 DNS323 daemon.info smartd[1874]: Device: /dev/sda, opened
May 19 15:30:52 DNS323 daemon.info smartd[1874]: Device: /dev/sda, IE (SMART) not enabled, skip device Try 'smartctl -s on /dev/sda' to turn on SMART features
May 19 15:30:52 DNS323 daemon.info smartd[1874]: Device: /dev/sdb, opened
May 19 15:30:52 DNS323 daemon.info smartd[1874]: Device: /dev/sdb, IE (SMART) not enabled, skip device Try 'smartctl -s on /dev/sdb' to turn on SMART features
May 19 15:30:52 DNS323 daemon.info smartd[1874]: Unable to monitor any SMART enabled devices. Try debug (-d) option. Exiting...
root@DNS323:~# smartctl -d marvell -i /dev/sda
smartctl version 5.38 [arm-unknown-linux-uclibc] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
=== START OF INFORMATION SECTION ===
Model Family: Seagate Barracuda ES
Device Model: ST3750640NS
Serial Number: 123456
Firmware Version: 3.BKE
User Capacity: 750,156,374,016 bytes
Device is: In smartctl database [for details use: -P show]
ATA Version is: 7
ATA Standard is: Exact ATA specification draft version not indicated
Local Time is: Wed May 20 16:28:46 2009 DST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
root@DNS323:~# smartctl -d marvell -i /dev/sdb
smartctl version 5.38 [arm-unknown-linux-uclibc] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
=== START OF INFORMATION SECTION ===
Model Family: Seagate Barracuda ES
Device Model: ST3750640NS
Serial Number: 123456
Firmware Version: 3.BKE
User Capacity: 750,156,374,016 bytes
Device is: In smartctl database [for details use: -P show]
ATA Version is: 7
ATA Standard is: Exact ATA specification draft version not indicated
Local Time is: Wed May 20 16:31:42 2009 DST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
what am i missing?
Offline