- Netbeans fut
- VMware egyelőre nem, mert nincs HAL
- Ruby/RVM megy
Update: van hal.
Szóval, az ugy van, hogy fel kell rakni a KDE:KDE3 repobol a hal csomagot. De ez még kevés.
Mivel az init script nem müködik (btw, én töröltem konkrétan, csak feleslegesen húzná a bootolás idejét), hozzuk létre a megfelelő mappákat a hal daemonnak:
install -vdo haldaemon -g haldaemon -m 0755 /var/run/hald
install -vdo haldaemon -g haldaemon -m 0755 /var/run/hald/hald-local
install -vdo haldaemon -g haldaemon -m 0755 /var/run/hald/hald-runner
Majd a /lib/systemd//system/haldaemon.service fájlba kell egy ilyes szösszenet:
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
[Unit]
Description=HAL Daemon
ConditionFileIsExecutable=/usr/sbin/hald
[Service]
Type=forking
ExecStart=/usr/sbin/hald --daemon=yes
[Install]
WantedBy=multi-user.target
Aztán ezt még telepíteni is kéne...
systemctl enable /lib/systemd//system/haldaemon.service
Innentől már indul is:
systemctl start haldaemon.service
Ne kérdezzétek, az init script miért nem elég ennek a vacaknak, nem tudom. Mert. Csak.
omicron:~ # systemctl status haldaemon.service
haldaemon.service - HAL Daemon
Loaded: loaded (/lib/systemd/system/haldaemon.service; enabled)
Active: active (running) since Sun, 05 Feb 2012 17:50:58 +0100; 12min ago
Process: 3532 ExecStart=/usr/sbin/hald --daemon=yes (code=exited, status=0/SUCCESS)
Main PID: 3533 (hald)
CGroup: name=systemd:/system/haldaemon.service
├ 3533 /usr/sbin/hald --daemon=yes
├ 3534 hald-runner
├ 3563 hald-addon-input: Listening on /dev/input/event0 /dev/input/event9 /dev/input/event4...
├ 3565 /usr/lib/hal/hald-addon-generic-backlight
├ 3566 /usr/lib/hal/hald-addon-rfkill-killswitch
├ 3624 hald-addon-storage: polling /dev/sr0 (every 2 sec)
├ 3625 /usr/lib/hal/hald-addon-cpufreq
└ 3626 /usr/lib/hal/hald-addon-acpi
- hrgy84 blogja
- A hozzászóláshoz be kell jelentkezni
- 730 megtekintés
Hozzászólások
Ezuton szeretnem felkerni a systemd kitalalojat, hogy egy hetig olelgessen kaktuszt. Hogy miert? Mert olyan jo szuros.
--
Ki oda vagyik, hol szall a galamb, elszalasztja a kincset itt alant. | Gentoo Portal
- A hozzászóláshoz be kell jelentkezni