1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
Jan Vcelak
0e4826f78b tuned-adm: fix crash when active-profile file is missing 2012-01-11 13:35:27 +01:00
Jan Vcelak
a957ea14bb tuned-adm: changes for services enabling/disabling
Services are now controlled by calling 'chkconfig $service on/off',
instead of 'chkconfig --add/--del $service'. This change is necessary
to provide desired functionality for both SysVInit and systemd.
2011-07-20 17:10:27 +02:00
Jan Vcelak
3bcac3095c architecture specific configuration files support
If arch specific configuration file is required, add .$arch before the
configuration file extension, e.g.:

In profile 'latency-performance' on s390x machines, special sysctl
tunning is required. Adding 'sysctl.s390x.ktune' file into profile will
cause loading of this file instead of 'sysctl.ktune'.
2010-08-18 12:35:04 +02:00
Jan Vcelak
e12dc4fb78 tuned-adm: fixed disabling tuned
Services tuned and ktune have to be stopped before removing configration
files. The ktune.sh script may need to do some stop operations.
2010-07-13 15:50:15 +02:00
Jan Vcelak
5d9f0c6b0c tuned-adm: displaying services status
'tuned-adm active' newly shows tuned and ktune services status as
enabled/disabled, running/stopped.
2010-07-12 17:46:09 +02:00
Jan Vcelak
acad0bbd7a tuned-adm: better active profile displaying 2010-07-12 15:21:36 +02:00
Jan Vcelak
0483497c7f tuned-adm: removed '-p' option 2010-06-01 18:00:53 +02:00
Jan Vcelak
3b370c5c2e tuned_adm: fixed active profile displaying 2010-06-01 10:18:47 +02:00
Jan Vcelak
4a4023fc19 tuned_adm: profile validity check and code cleanup 2010-06-01 09:44:55 +02:00
Philip Knirsch
cad3726c32 - Added support for display of currently active profile
- Fix missing help command
2010-03-22 19:14:34 +01:00
Petr Lautrbach
c336e5ec78 allow run tuned-adm as root for users at the physical console 2009-10-16 14:16:28 +02:00
Petr Lautrbach
62077bc935 tuned-adm: remove dependence on kobo, arguments parsed with getopt, Tuned_adm class 2009-10-08 16:46:18 +02:00
Petr Lautrbach
689d3b705d Revert "tuned-adm: remove dependence on kobo, arguments parsed with getopt, Tuned_adm class"
This reverts commit aec313a822.
2009-10-08 16:45:50 +02:00
Petr Lautrbach
aec313a822 tuned-adm: remove dependence on kobo, arguments parsed with getopt, Tuned_adm class 2009-10-06 15:09:19 +02:00