| Summary: | sysutils/hal: hald crashes upon startup | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Patrick McMunn <doctorwhoguy> |
| Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Only Me | CC: | 0mp, gerrit.kuehn, gnome, grahamperrin, hselasky |
| Priority: | --- | Keywords: | crash, needs-qa |
| Version: | Latest | Flags: | koobs:
maintainer-feedback?
(gnome) |
| Hardware: | Any | ||
| OS: | Any | ||
| Bug Depends on: | |||
| Bug Blocks: | 244880 | ||
|
Description
Patrick McMunn
2020-03-21 17:27:47 UTC
Maybe you can "ktrace -d" hald during startup. Then run kdump to get the system call list. --HPS Well, I went to run ktrace on hald, but I discovered that hal was working fine. I tested on my server running 13-current, a testing laptop with 12-rc2, and I even pulled an old desktop out of storage that had 12-stable on it which probably hadn't been used in well over a year, and all three machines had hald working. When I experienced this crash, it was on a laptop which no longer has FreeBSD on it. Whatever the nature of the crash was, it may have been an issue particular to that laptop or something about its setup that I have not reproduced elsewhere. I'm guessing this should be closed as "overcome by events". Sorry for hijacking this, but I think I have the same issue after updating to recent packages:
root@arc:~ # hald --daemon=no --verbose=yes
09:58:56.924 [I] hald.c:673: hal 0.5.14
09:58:56.924 [I] hald.c:674: using child timeout 250s
09:58:56.924 [I] hald.c:739: Will not daemonize
09:58:56.924 [I] hald_dbus.c:5444: local server is listening at unix:path=/var/run/hald/dbus-dzWDFw48om,guid=9737c92963c6ff0ea82f69346017c2d0
09:58:56.925 [I] ck-tracker.c:396: got seat '/org/freedesktop/ConsoleKit/Seat1'
09:58:56.925 [I] ck-tracker.c:344: Got all sessions on seat '/org/freedesktop/ConsoleKit/Seat1'
09:58:56.925 [I] ck-tracker.c:423: Got seats
09:58:56.925 [I] ck-tracker.c:824: Got seats and sessions
09:58:56.926 [I] hald_runner.c:304: Runner has pid 7869
Runner started - allowed paths are '/usr/local/libexec:/usr/local/libexec/hal/scripts:/usr/local/bin'
09:58:56.928 [I] hald_runner.c:184: runner connection is 0x8014293c0
09:58:56.928 [I] hf-ata.c:258: unable to open /dev/ata: No such file or directory
[WARN 7868] polkit-error.c:143:const char *polkit_error_get_error_message(PolKitError *)(): error != NULL
Not built with -rdynamic so unable to print a backtrace
*** [DIE] hald.c:main():790 : Could not init PolicyKit context: (null)
Running it with truss fails with this in the end:
openat(AT_FDCWD,"/usr/local/etc/PolicyKit/PolicyKit.conf",O_RDONLY,00) ERR#2 'No such file or directory'
fstat(1,{ mode=crw--w---- ,inode=255,size=0,blksize=4096 }) = 0 (0x0)
ioctl(1,TIOCGETA,0x7fffffffe440) = 0 (0x0)
getpid() = 7886 (0x1ece)
[WARN 7886] polkit-error.c:143:const char *polkit_error_get_error_message(PolKitError *)(): error != NULL
write(2,"[WARN 7886] polkit-error.c:143:"...,107) = 107 (0x6b)
Not built with -rdynamic so unable to print a backtrace
write(2," Not built with -rdynamic so una"...,57) = 57 (0x39)
Indeed, this file doesn't exist, just a .sample file I copied the .sample to the filename, and now hald starts just fine here.
HAL has been removed from the ports tree in https://svnweb.freebsd.org/ports?view=revision&revision=564691. I'm closing this issue for now because of that. |