Re: Bug#576443: bootlogd: kfreebsd needs other TIOCCONS ioctl

2014-02-07 Thread Petter Reinholdtsen
Control: tags -1 + pending [Mats Erik Andersson] > The following patch partially mends this, so far as to > capture only messages from "ifupdown" in "/var/log/boot" > on a kfreebsd-amd64 system, which is already an substantial > improvement. Thank you for the patch. I've applied to git now. --

Re: bootlogd: kfreebsd needs other TIOCCONS ioctl

2012-04-03 Thread Robert Millan
El 4 d’abril de 2012 0:07, Mats Erik Andersson ha escrit: > Booting said system still leaves a message on the console: > >   pid 133(bootlogd) is using legacy pty devices - not logging anymore > > I do not understand the origin of this, but I suspect strongly > that it is a linuxism in the sysvini

bootlogd: kfreebsd needs other TIOCCONS ioctl

2012-04-03 Thread Mats Erik Andersson
package sysvinit-utils severity 576443 important tags 576443 +kfreebsd thanks The GNU/Linux form of the TIOCCONS call using ioctl() is incompatible to the form mandated by all BSD systems, therefore bootlogd(8) fails at startup with kfreebsd-any. The following patch partially mends this, so far a