Hi Ahmad, thanks for your report. On Thu, Dec 2, 2010 at 03:49, Ahmad Khayyat <akhay...@gmail.com> wrote: > Apparently, gkrellmd starts before hddtemp, which is configured to run > as service. So, a boot dependency on hddtemp service should fix this.
I'd go with this change: diff --git a/debian/gkrellmd.init b/debian/gkrellmd.init index ff63f8d..bef3dbe 100644 --- a/debian/gkrellmd.init +++ b/debian/gkrellmd.init @@ -2,7 +2,7 @@ # GKrellMD init script ### BEGIN INIT INFO # Provides: gkrellmd -# Required-Start: $network $remote_fs +# Required-Start: $network $remote_fs hddtemp # Required-Stop: $network $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 could you please test it on you system (patching /etc/init.d/gkrellmd) and see if it works? Thanks! Regards. -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org