Your message dated Mon, 26 Apr 1999 00:49:56 +0200 with message-id <[EMAIL PROTECTED]> and subject line new hwtools 0.4 has caused the attached bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Ian Jackson (administrator, Debian bugs database) Received: (at submit) by bugs.debian.org; 17 Apr 1998 18:12:01 +0000 Received: (qmail 975 invoked from network); 17 Apr 1998 18:12:00 -0000 Received: from ts10port67.port.net (HELO burrito.onshore.com) ([EMAIL PROTECTED]) by debian.novare.net with SMTP; 17 Apr 1998 18:12:00 -0000 Received: from apharris by burrito.onshore.com with local (Exim 1.90 #1) id 0yQF7i-0000GH-00 (Debian); Fri, 17 Apr 1998 13:40:26 -0400 From: [EMAIL PROTECTED] Subject: hwtools: irqtune should be in /usr/sbin, or rc.boot script fixed To: [EMAIL PROTECTED] X-Mailer: bug 3.1.3 Reply-To: [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> Sender: "Adam P. Harris" <[EMAIL PROTECTED]> Date: Fri, 17 Apr 1998 13:40:26 -0400 Package: hwtools Version: 0.3-4 Severity: important Since irqtune is in /usr/lib/hwtools instead of /usr/sbin, the boot script /etc/rc.boot/hwtools cannot find irqtune when it runs the following lines: # Optimize interrupts. You might want to add parameters if you want # to favor ttyS1 or ttyS0 or something else. irqtune 4 10 To be honest, I think it would be better to place irqtune in /usr/sbin; otherwise you could say: [ -x /usr/lib/hwtools/irqtune ] && /usr/lib/hwtools/irqtune 4 10 (Which leads me to the next bug I'm going to file.:) .....A. P. [EMAIL PROTECTED]<URL:http://www.onShore.com/> -- System Information Debian Release: 2.0 (frozen) Kernel Version: Linux burrito 2.0.32 #1 Thu Nov 27 11:35:28 EST 1997 i586 unknown Versions of the packages hwtools depends on: libc6 Version: 2.0.7pre1-4 --- Begin /etc/rc.boot/hwtools (modified conffile) irqtune 4 10 hdparm -q -m16 -q -u1 -q -S242 -q -k1 /dev/hda --- End /etc/rc.boot/hwtools