|
Bugzilla – Full Text Bug Listing |
| Summary: | Powertweak - Add Global Options | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Scott Couston <scott> |
| Component: | YaST2 | Assignee: | Stanislav Brabec <sbrabec> |
| Status: | RESOLVED WONTFIX | QA Contact: | Stanislav Visnovsky <visnov> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | suse-beta |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | exported directrories by entering ip | ||
|
Description
Scott Couston
2006-07-02 09:07:18 UTC
If I get it right, you are talking about setting /proc/sys/vm/swappiness ;-) Sure, that makes it easy, however I think you can throw in net/ipv4/neigh/* net/core/optmem_max The more you think about it the more settings that can be altered... Hard Part for you is to set out which combination of settings to alter...;-) Created attachment 105166 [details]
exported directrories by entering ip
Scott, your screenshot doesn't look related to this bugreport... BTW: Why did you put the JPG in a tar.gz file? I have no idea...I probably had too many tabs open at the same time. Please delete reference. Kind Regards Powertweak was designed to work with kernel 2.0 and 2.2 and harware, which was actual in years 1998-2000. It is unmaintained in upstream for six years. It causes many problems for program, which tries to modify important values of kernel, which changed a lot since these years. This bug is only a small side effect. These facts implies decision to deprecate powertweak with SLES10 SP1 and drop for OpenSUSE 10.3 and SLES11. If there will be a strong need for similar application, there can be created a new applications with similar functions. Rationale in details: - Unmaitained since 2001. - It has no tweaking support for hardware manufactured after 2001. - It has no support for kernel parameters added after kernel 2.2. - It has never been tested with newer kernels. - It has no support for device hotplugging. - Designed for deprecated gtk1. - There are unfixed bugs. - There are hardware specific crashes. Other bugs: bug 36824, bug 151134, bug 179761, bug 171481, bug 190068, bug 176807 (many others were fixed). Several other bugs are obvious: - glib critical warnings - gtk critical warnings if daemon is not running (causes crash in GNOME betas) - Kernel\Linux: At least 26 items here is incorrectly displayed. - Kernel\Information: Incorrectly displayed. - File->Load state: Reports only "Not implemented yet" Only minor part of powertweak is still really usable: Fine tuning of some kernel parameters: It can be done via simple script doing echo "foo" >/(proc|sys)/foo Fine tuning of some network kernel parameters for non-hotplugged devices: It can be again done via simple script doing echo "foo" >/(proc|sys)/foo. In this case, it needs some logic to know names of actual network interfaces. |