Search Criteria
Package Details: spindown 0.4.0-7
Git Clone URL: | https://aur.archlinux.org/spindown.git (read-only, click to copy) |
---|---|
Package Base: | spindown |
Description: | Daemon that spins down idle disks |
Upstream URL: | http://code.google.com/p/spindown/ |
Licenses: | |
Submitter: | reztho |
Maintainer: | reztho |
Last Packager: | reztho |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2009-03-21 10:28 |
Last Updated: | 2017-06-11 11:05 |
Latest Comments
1 2 Next › Last »
reztho commented on 2017-07-29 20:11
It works here, systemservers. Maybe it was a temporal outage.
systemservers commented on 2017-04-24 17:48
"The project spindown was not found"
source not available
Vixus commented on 2014-08-01 13:13
Ok, the /run/spindown directory has to be created for this to work.. it's not done by systemd, apparently.
Vixus commented on 2014-08-01 13:12
Even with the new service file, this still shows up as inactive/dead on status and the process doesn't appear to be running.
What's going on?
● spindown.service - Spindown Daemon
Loaded: loaded (/usr/lib/systemd/system/spindown.service; enabled)
Active: inactive (dead)
Aug 01 00:19:03 <host> systemd[1]: Starting Spindown Daemon...
Aug 01 00:19:03 <host> systemd[1]: Started Spindown Daemon.
freswa commented on 2014-06-02 18:37
Please edit the service file as described below
krappix commented on 2013-09-15 18:24
Hi, spindown.service file is incomplete and therefore the service is always dead.
spindown.service - Spindown Daemon
Loaded: loaded (/usr/lib/systemd/system/spindown.service; disabled)
Active: inactive (dead) since So 2013-09-15 19:55:57 CEST; 9s ago
Process: 1122 ExecStart=/usr/bin/spindownd -d -f /run/spindown/spindownd.fifo -c /etc/spindown.conf (code=exited, status=0/SUCCESS)
You can fix it with the following minor modifications.
[Service]
ExecStart=/usr/bin/spindownd -d -f /run/spindown/spindownd.fifo -c /etc/spindown.conf -p /run/spindown/spindown.pid
PIDFile=/run/spindown/spindown.pid
reztho commented on 2013-06-09 07:53
Done. Thx, gtmanfred.
gtmanfred commented on 2013-06-09 02:16
http://ix.io/63U
gtmanfred commented on 2013-06-09 02:15
fix this pkgbuild to use package()
skate_forever commented on 2013-06-03 22:56
Please, update the PKGBUILD and spindown.service to contemplate the changing in the system where all binaries are in /usr/bin.