- Platte rein ist (/dev/sdb)
ausgeführt.
Code: Alles auswählen
sensors-detect
In /etc/default/hddtemp Platte geändert.
Code: Alles auswählen
root@Taomon:/home/alex# egrep -v '#' /etc/default/hddtemp
RUN_DAEMON="true"
DISKS="/dev/sdb"
DISKS_NOPROBE=""
INTERFACE="127.0.0.1"
PORT="7634"
RUN_SYSLOG="0"
OPTIONS=""
root@Taomon:/home/alex#
hddtemp -D 40086
Starte ich hddtemp nach den boot manuell started Daemon ohne Gequengel.
Vorm manuellen Start
Code: Alles auswählen
root@Taomon:/home/alex# systemctl status hddtemp -l
● hddtemp.service - LSB: disk temperature monitoring daemon
Loaded: loaded (/etc/init.d/hddtemp; generated; vendor preset: enabled)
Active: inactive (dead)
Docs: man:systemd-sysv-generator(8)
Nach manuellem Start
Code: Alles auswählen
root@Taomon:/home/alex# systemctl status hddtemp
● hddtemp.service - LSB: disk temperature monitoring daemon
Loaded: loaded (/etc/init.d/hddtemp; generated; vendor preset: enabled)
Active: active (running) since Sat 2017-12-09 11:47:19 CET; 5s ago
Docs: man:systemd-sysv-generator(8)
Process: 3748 ExecStart=/etc/init.d/hddtemp start (code=exited, status=0/SUCCESS)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/hddtemp.service
└─3766 /usr/sbin/hddtemp -d -l 127.0.0.1 -p 7634 -s | /dev/sdb
Dez 09 11:47:18 Taomon systemd[1]: Starting LSB: disk temperature monitoring daemon...
Dez 09 11:47:19 Taomon hddtemp[3748]: Starting disk temperature monitoring daemon: hddtemp: /dev/sdb.
Dez 09 11:47:19 Taomon systemd[1]: Started LSB: disk temperature monitoring daemon.
Gruß Taomon