Actions
Bug #1880
closedhal and dbus daemons enabled turn machine in to unbootable
Start date:
Due date:
% Done:
0%
Estimated time:
Description
I installed couple of packages with pkgin from 2010Q2 (Island mirror). Between them were hal and dbus daemon.
> ls -l /usr/local/etc/rc.d total 1 -r-xr-xr-x 1 root wheel 506 Oct 18 19:50 dbus -r-xr-xr-x 1 root wheel 329 Oct 18 20:20 hal > > cat /etc/rc.conf # -- BEGIN DragonFly BSD Installer automatically generated configuration -- # # -- Written on Mon Oct 18 10:59:26 2010 -- # dumpdev="/dev/serno/00000000000000000001.s1b" # -- END of DragonFly BSD Installer automatically generated configuration -- # # -- BEGIN DragonFly BSD Installer automatically generated configuration -- # # -- Written on Mon Oct 18 11:59:34 2010 -- # hostname="dfly.localdomain" ifconfig_lnc0="DHCP" # -- END of DragonFly BSD Installer automatically generated configuration -- # dbus_enable="YES" hal_enable="YES" > > kldstat Id Refs Address Size Name 1 9 0xc0100000 7390c0 kernel 2 1 0xc083a000 23c28 linux.ko 3 1 0xc085e000 6b28 snd_es137x.ko 4 2 0xc0865000 2297c sound.ko 5 1 0xc0888000 6ca7c acpi.ko 6 1 0xc08f5000 11b7c ahci.ko 7 1 0xc0907000 9334 ehci.ko > > sysctl kern.version kern.version: DragonFly 2.7-DEVELOPMENT #0: Fri Oct 15 04:09:14 UTC 2010 root@avalon.theshell.com:/usr/obj/usr/src/sys/GENERIC >
When I try to boot with that configuration my vm will become crazy and after start of hal it shows bunch of these messages which never ends so I need to reset that vm, go into safe mode and remove hal from start up.
Oct 18 20:00:25 dfly kernel: ata1: FAILURE - oversized DMA transfer attempt 69632 > 65536 Oct 18 20:00:25 dfly kernel: acd0: setting up DMA failed > pkg_info hal Information for hal-0.5.11nb27: Comment: FreeDesktop hardware abstraction layer Requires: libvolume_id>=0.81.0 GConf>=2.12.1nb1 glib2>=2.14.3 dbus>=0.91 expat>=2.0.0nb1 dbus-glib>=0.71 pciids>=20061026 usbids>=20081118 policykit>=0.9 hal-info>=20081022 Required by: pulseaudio-0.9.21nb3 > pkg_info dbus Information for dbus-1.2.4.6: Comment: Message bus system Requires: libX11>=1.1 gettext-lib>=0.14.5 expat>=2.0.0nb1 Required by: dbus-glib-0.88 policykit-0.9nb7 GConf-2.28.1 hal-0.5.11nb27 consolekit-0.3.0nb4 pulseaudio-0.9.21nb3
It's in VMware Player 3.1.2 on Windows XP SP3.
Updated by tuxillo over 2 years ago
- Description updated (diff)
- Assignee deleted (
0)
Updated by tuxillo over 2 years ago
- Status changed from New to Closed
HAL is deprecated for 12 years now. D-Bus it's being used without issues in modern DragonFly BSD releases via dports, we no longer use pkgsrc either.
Actions