No edit summary |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
== Current status == | == Current status == | ||
* Targeted release: | * Targeted release: | ||
* Last updated: 2008-05-15 | * Last updated: 2008-05-15 | ||
* Percentage of completion: 60% | * Percentage of completion: 60% | ||
Line 21: | Line 21: | ||
This is important for non-RPC services which require privileged ports, such as CUPS. | This is important for non-RPC services which require privileged ports, such as CUPS. | ||
The portreserve package | The portreserve package has been accepted into Fedora and the cups package has been modified to use it. | ||
All that remains is to identify the services that should use it and to adjust their initscripts. The packaging guidelines may need updating as well, so that future packages that use portreserve do so consistently. | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Line 49: | Line 51: | ||
== Documentation == | == Documentation == | ||
* http://cyberelk.net/tim/portreserve/ | |||
== Release Notes == | == Release Notes == | ||
* '''FIXME''' | |||
---- | ---- | ||
[[Category: | |||
[[Category:FeaturePageIncomplete]] |
Latest revision as of 00:16, 7 August 2008
Integrate Portreserve
Summary
Integrate the port reservation utility into the distribution so that servers requiring privileged ports know to use portrelease in their initscripts.
Owner
- Name: TimWaugh
Current status
- Targeted release:
- Last updated: 2008-05-15
- Percentage of completion: 60%
Detailed Description
The portreserve utility prevents RPC services taking specified privileged TCP ports. It does this by reserving them at boot, and provides a mechanism for releasing them on demand.
This is important for non-RPC services which require privileged ports, such as CUPS.
The portreserve package has been accepted into Fedora and the cups package has been modified to use it.
All that remains is to identify the services that should use it and to adjust their initscripts. The packaging guidelines may need updating as well, so that future packages that use portreserve do so consistently.
Benefit to Fedora
This will fix bug #430825, bug #103401, and other duplicates.
Scope
To be determined.
Test Plan
To be determined.
User Experience
Services don't randomly fail on boot.
Dependencies
The portreserve package review.
Contingency Plan
Leave services randomly failing.
Documentation
Release Notes
- FIXME