https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215836
--- Comment #2 from [email protected] --- I agree that kqueue() is a much better solution, but I am met with an error when trying to open /dev/klog. The details are below. Any assistance on a solution would be most appreciated! if ((klog_fd = open("/dev/klog", O_RDONLY | O_NONBLOCK | O_CLOEXEC, 0)) < 0) err(EXIT_FAILURE, "open"); dmesg: open: Device busy -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
