First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 37755
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tavin Cole <tavin.cole@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
hdparm new hdparm rc script text/plain Tavin Cole 2004-01-09 19:18 0000 3.61 KB Details
hdparm fixed version text/plain Tavin Cole 2004-01-09 19:49 0000 3.60 KB Details
hdparm new version text/plain Tavin Cole 2004-06-22 12:04 0000 3.52 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 37755 depends on: Show dependency tree
Bug 37755 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-01-09 19:17 0000
Here's my entry in the "new hdparm rc script" category.  This one addresses the
issues raised in several open bugs:

GOALS
-----
1. handle both devfs and non-devfs systems (bug #35273)
2. handle systems without discs or cdroms (bug #20816)
3. handle ide-scsi devices (bug #35458)
4. don't mistakenly run hdparm on non-ide devices (bug #16848)

It also tries to be clean and efficient.

This script is compatible with the extant /etc/conf.d/hdparm, but introduces
some new variables.  The first are hdX_args, which are required for non-devfs
systems and which, if defined, override discX_args and cdromX_args on devfs
systems.  The second are genericX_args, which apply to the generic (e.g.,
ide-scsi) devices.

The script is commented with a description of its method of operation.


Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Tavin Cole 2004-01-09 19:18:19 0000 -------
Created an attachment (id=23523) [details]
new hdparm rc script

------- Comment #2 From Tavin Cole 2004-01-09 19:49:49 0000 -------
Created an attachment (id=23524) [details]
fixed version

made it behave as described w/r/to hdX_args overriding discX_args and
cdromX_args

------- Comment #3 From Tavin Cole 2004-06-22 12:04:15 0000 -------
Created an attachment (id=33886) [details]
new version

changed depend() so it runs before bootmisc instead of before * .. this seems
to be as early as possible with the gentoo init system and avoids annoying
"circular dependency with checkroot" warnings

cleaned up a little

------- Comment #4 From Heinrich Wendel (RETIRED) 2004-08-01 07:44:05 0000 -------
finally added in hdparm-5.5-r1 with small cleanups:

- added udev support
- remove empty lines at the end
- changed all [[ to [

First Last Prev Next    No search results available      Search page      Enter new bug