Debconf question during install should ask if smartd should be started automatically, like in hddtemp package
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
smartmontools (Debian) |
Won't Fix
|
Unknown
|
|||
smartmontools (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned | ||
Bug Description
It's not easy to find how to enable hard disk S.M.A.R.T. monitoring for ordinary computer administrator, especially for home computer user. Almost nobody knows, that he should read /usr/share/
So, there should be at least debconf question, asked at package's install time - look for example hddtemp package, which does very similar job - monitors hard disks temperature.
I think we simply could look at hddtemp source package's debian folder and steal needed scripts and debconf templates.
It seems most users think, that after installation of smartmontools package S.M.A.R.T. monitoring works on their system, because in smartmontools package's description there are no warning, that monitoring doesn't starts automatically - there is just nice info, that S.M.A.R.T. monitoring should be on any Linux system:
control and monitor storage systems using S.M.A.R.T.
The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI hard disks. It should run on any modern Linux system.
Majority of users simply installs smartmontools and don't know, that this isn't enough for enabling S.M.A.R.T. monitoring, additionally they need to:
1. read the documentation in /usr/share/
2. uncomment some lines in /etc/default/
3. try to start smartd (invoke-rc.d smartd start)
4. read the log files to find if smartd was started
5. edit /etc/smartd.conf if there are any errors in log files.
These steps is just completely unintuitive (it took me a lot of google to find out and from the forums, I am not the only one). Yet, I would argue about the usefulness of /etc/default/
description: | updated |
Changed in smartmontools: | |
status: | Unknown → New |
Changed in smartmontools (Debian): | |
status: | New → Won't Fix |
tags 204613 +wontfix
Thanks,
On Fri, Aug 08, 2003 at 11:37:31AM -0700, Mike Fedyk wrote: smartmontools it should be asked
> Although it's easy to modify /etc/default/
> at install time though.
Well, this would involve running smartd with DEVICESCAN the first time
which clutters people's syslog and might cause problems. I'd prefer to
let people read the docs before starting the daemon. (In the not so near
future) I plan to implement DEVICESCAN as a seperate tool that is able
to write out smartd.conf, once this is there (and Bruce doesn't object
to such a tool) making /e/d/smartmontools debconf handeld will be easy.
Regards,
-- Guido