Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update service list | Thierry Vignaud | 2016-07-03 | 1 | -3/+3 |
| | |||||
* | sort service categories, putting "Other" at end | Thierry Vignaud | 2016-06-22 | 1 | -1/+6 |
| | | | | Resolves: mga#6286 | ||||
* | list a couple new services | Thierry Vignaud | 2016-06-22 | 1 | -1/+2 |
| | | | | (because of previous commits) | ||||
* | fix getting systemd services status at install | Thierry Vignaud | 2016-06-22 | 1 | -2/+13 |
| | | | | | | | | | | | Some services such as shorewall are not "wantedby". However, as systemd is not running during installation, we failed to detect if whether they're enabled or not as the legacy fallback doesn't handle such services Let's try hard to query status of services that are not "wanted" but we're checking for. Thus fixing updating firewall status after configuration (mga#17288) | ||||
* | silent rpm -q | Thierry Vignaud | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | update service list for current stuff | Thierry Vignaud | 2016-06-18 | 1 | -3/+3 |
| | |||||
* | mosix/powertweak/... do not exist anymore | Thierry Vignaud | 2016-06-18 | 1 | -3/+3 |
| | |||||
* | fix wrong renaming of mandrake_firsttime service | Thomas Backlund | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | correctly recognize shorewall6 service + description | Maarten Vanraes | 2014-12-05 | 1 | -1/+2 |
| | |||||
* | fix drakxservices not showing all services due to systemctl output change | Colin Guthrie | 2014-10-20 | 1 | -2/+2 |
| | |||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -1/+1 |
| | | | | they're obsolete since switching from CVS/SVN to git... | ||||
* | services.pm: Use no-reload mode when interacting with systemd. | Colin Guthrie | 2014-01-14 | 1 | -4/+7 |
| | | | | | | | | | | Basically, there seems to be an issue right now if we do lots of reloads. It seems to be somewhat racy and systemd gets generally confused when we do this during boot (which we do) and trigger a reload. The reload isn't strictly needed, as we do also explicitly start the services we enable (with --no-block so that we don't cause a deadlock) so all *should* be 99% OK. Using it at runtime might mean we don't have fully up-to-date enablement status, but being able to boot wins at the moment. | ||||
* | simplify: just use tooltips for service descriptions | Thierry Vignaud | 2013-11-24 | 1 | -19/+1 |
| | |||||
* | workaround a gtk+3 regression (bgo#711873) | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | See https://bugzilla.gnome.org/show_bug.cgi?id=711873 | ||||
* | fix "undefined value for mandatory argument..." | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-11-24 | 1 | -13/+13 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-11-24 | 1 | -4/+4 |
| | |||||
* | Add chrony support to drakclock mga#11092 | David Walser | 2013-11-17 | 1 | -0/+1 |
| | | | | | | | | | | | v2 (by Colin Guthrie) * Fix external variable reference (my -> our + $ when using it) * Drop systemd cgroup filesystem check as the path has changed now (prefer "systemctl is-active foo.service" instead) * Add iburst to chrony config server definitions (triggers sync at startup) * Don't use ntpdate with chrony - rather chronyc waitsync * Don't bother checking for ntp in finish-install - just use chrony | ||||
* | Fix path after UsrMove | Nicolas Lécureuil | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | list 'shorewall-ipv6' along 'shorewall' | Thierry Vignaud | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2013-03-04 | 1 | -3/+1 |
| | |||||
* | drop unused parameter | Thierry Vignaud | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | adapt to new help layout (mga#5634) | Thierry Vignaud | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | (has_systemd) fix checking systemd presence after systemd merge of subpackages | Thierry Vignaud | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | drakxservices: when listing services ensure disabled services that can be ↵ | Colin Guthrie | 2012-07-26 | 1 | -0/+18 |
| | | | | enabled are shown (mga#6843) | ||||
* | (systemd_unit_exists) explain why we use -l | Thierry Vignaud | 2012-06-03 | 1 | -0/+1 |
| | |||||
* | (systemd_unit_exists) factorize | Thierry Vignaud | 2012-05-23 | 1 | -4/+6 |
| | |||||
* | services: Use no-block mode for service start/stop under systemd. | Colin Guthrie | 2012-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This is perhaps the same issue as the 'cpufreq' bug on first boot, but by changing things to use systemctl directly, I have inadvertantly bypased the solution and reintroduced the bug. As there is likely no reason to block, we will simply use no-block mode unconditionally. Longer term, we may need to decide under what context we are restarting/starting a given service (i.e. in an interactive GUI vs from a script) and use the appropriate mode with appropriate user feedback. https://bugs.mageia.org/show_bug.cgi?id=4439 | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-04-25 | 1 | -2/+2 |
| | |||||
* | services: Read systemd service information. | Colin Guthrie | 2012-04-24 | 1 | -16/+82 |
| | | | | | | | | | | | | | | | | | | | | | | This adds support for two different methods of working with systemd. The first, and more complete method is to query systemd for information about whether a service is enabled at boot. This mode requires that we are running under systemd and thus only works for machines in interactive mode post-install. For the installer, we also support a more rudamentary method which scans for unit files which contain simple install rules (i.e. only those services which are part of the typical multi-user or graphical targets (corresponding to runlevels 3 and 5 in the old days). This method will not show all services but it should be enough for the installer. https://bugs.mageia.org/show_bug.cgi?id=3253 https://bugs.mageia.org/show_bug.cgi?id=3740 https://bugs.mageia.org/show_bug.cgi?id=4910 https://bugs.mageia.org/show_bug.cgi?id=5122 | ||||
* | services: Use systemctl to determin if a service is active under systemd. | Colin Guthrie | 2012-04-24 | 1 | -1/+5 |
| | |||||
* | services: Check for systemd unit when determining if a service exists. | Colin Guthrie | 2012-04-24 | 1 | -1/+1 |
| | | | | This could be made more complex, but it'll do for now. | ||||
* | services: Use the appropriate tool to start/stop services | Colin Guthrie | 2012-04-24 | 1 | -1/+5 |
| | |||||
* | services: Whitespace and comments | Colin Guthrie | 2012-04-24 | 1 | -7/+7 |
| | |||||
* | services: Use systemd utility functions to determin how to handle ↵ | Colin Guthrie | 2012-04-24 | 1 | -2/+6 |
| | | | | enabling/disabling of services. | ||||
* | services: Add a couple systemd untility functions. | Colin Guthrie | 2012-04-24 | 1 | -0/+8 |
| | |||||
* | services: Do not rely on /var/lock/subsys/$service to determin if a service ↵ | Colin Guthrie | 2012-04-24 | 1 | -1/+1 |
| | | | | is running or not. | ||||
* | services: Whitespace | Colin Guthrie | 2012-04-24 | 1 | -3/+3 |
| | |||||
* | services: Tweak xinetd service handling to be more reusable. | Colin Guthrie | 2012-04-24 | 1 | -2/+2 |
| | |||||
* | services: Read descriptions from systemd units. | Colin Guthrie | 2012-04-24 | 1 | -8/+14 |
| | |||||
* | Split xinetd services out such that they can be handled separately from ↵ | Colin Guthrie | 2012-04-22 | 1 | -1/+12 |
| | | | | systemd units. | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -3/+1 |
| | |||||
* | (_set_service) perl_checker cleanups | Thierry Vignaud | 2012-03-07 | 1 | -4/+4 |
| | |||||
* | (root_services) add a FIXME note for future enhancement | Thierry Vignaud | 2012-03-07 | 1 | -1/+2 |
| | |||||
* | (root_services) kudzu, tux & wu-ftpd are dead | Thierry Vignaud | 2012-03-07 | 1 | -2/+2 |
| | |||||
* | (root_services) list network, network-auth, network-up & resolvconf into new ↵ | Thierry Vignaud | 2012-03-07 | 1 | -3/+2 |
| | | | | 'networking' category | ||||
* | (root_services) list dm, mdadm, messagebus, microcode_ctl, netconsole & ↵ | Thierry Vignaud | 2012-03-07 | 1 | -2/+3 |
| | | | | partmon services in system | ||||
* | add spacing | Thierry Vignaud | 2012-03-07 | 1 | -0/+5 |
| | |||||
* | sort services | Thierry Vignaud | 2012-03-07 | 1 | -14/+14 |
| |