> On 10 Feb 2015, at 22:17, Michael Gmelin <gre...@freebsd.org> wrote:
>
>
>
>
>> On 10 Feb 2015, at 21:13, Marcel Moolenaar <mar...@xcllnt.net> wrote:
>>
>> [Moving to current@]
>>
>>> On Feb 10, 2015, at 11:52 AM, Peter Wemm <pe...@wemm.org> wrote:
>>>
>>> Surprises:
>>> * nagios doesn't like w / uptime anymore. libxo perhaps?
>>
>> Seems most likely, although I haven’t seen any differences in output
>> in my (admittedly limited) testing.
>>
>> In what way does Nagios not like w/uptime?
>> Any concrete errors, output or misbehavior?
>> Ideally: can you reproduce the problem?
>
>
> Just compared 10.1 to current, unmodified output looks the same, but
> pipelines don't work properly:
>
> 10.1:
> # uptime | wc
> 1 12 68
>
> Current:
> # uptime | wc
> 0 0 0
>
> # uptime | cat
> # uptime
> 10:16PM up 9 mins...
>
Adding xo_finish() to w.c line 268 just right before exit(0); fixes that issue
(I don't know libxo well enough to say if this is the proper fix or just a
workaround, but it seems logical to me).
>
>
>> --
>> Marcel Moolenaar
>> mar...@xcllnt.net
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"