Results 1 to 4 of 4
Hello,
I am trying to setup smart monitoring using smartd but it refuses to start.
I have installed smartmontools and I am able to run smartctl -i /dev/[device] for all ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-15-2011 #1
Problem setting up S.M.A.R.T monitoring
Hello,
I am trying to setup smart monitoring using smartd but it refuses to start.
I have installed smartmontools and I am able to run smartctl -i /dev/[device] for all my drives and see that they are smart enabled.
However, when I try to run service smartd start it fails:
/var/log/messages tell me:Code:# service smartd start Starting smartd (via systemctl): Job failed. See system logs and 'systemctl status' for details. [FAILED]
What are these environment files it is looking for?Code:Oct 16 00:02:10 holisrv2 systemd[1]: Failed to load environment files: No such file or directory Oct 16 00:02:10 holisrv2 systemd[1]: smartd.service failed to run 'start' task: No such file or directory
I have looked around a bit and I have /etc/smartd.conf with the following content:
I did for some reason not have /etc/defaults/smartmontools. I tried creating it manually but to no effect. It now contains:Code:# Sample configuration file for smartd. See man smartd.conf. DEVICESCAN -S on -o on -a -I 194 -m myname@myserver.com -s (S/../.././02|L/../../6/03)
Looking in /etc/init.d/smartd I find (among others) the following lines:Code:# cat /etc/default/smartmontools # Defaults for smartmontools initscript (/etc/init.d/smartmontools) # This is a POSIX shell fragment # List of devices you want to explicitly enable S.M.A.R.T. for # Not needed (and not recommended) if the device is monitored by smartd #enable_smart="/dev/hda /dev/hdb" # uncomment to start smartd on system startup start_smartd=yes # uncomment to pass additional options to smartd on startup smartd_opts="--interval=1800"
I have none of the files mentioned.Code:# Source function library . /etc/rc.d/init.d/functions # Source configuration file [ -r /etc/sysconfig/smartd ] && . /etc/sysconfig/smartd
I appreciate any help I can get.
- 10-20-2011 #2
Thread moved at OP's request.
Linux user #126863 - see http://linuxcounter.net/
- 10-20-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 50
Since you are running mandrivia I assume you are missing some smartd dependencies, I am not sure which one exactly however. My suggestion is for you to check if all dependencies are installed
- 10-20-2011 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,696
What distro are you running? Is it really mandriva? On my system, the required config file is:
and it contains:Code:/etc/sysconfig/smartmontools
Code:smartd_opts="-q never"


Reply With Quote
