[Goodies-dev] [Bug 13853] Shows no activity on OpenBSD 6.1

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu Sep 21 16:59:38 CEST 2017


https://bugzilla.xfce.org/show_bug.cgi?id=13853

Ed Hynan <edhynan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7311|0                           |1
        is obsolete|                            |

--- Comment #5 from Ed Hynan <edhynan at gmail.com> ---
Created attachment 7330
  --> https://bugzilla.xfce.org/attachment.cgi?id=7330&action=edit
test program derived from openbsd.c -- original and fixed code tested

If attachment is saved as find-if.c, then:

% make find-if
% ./find-if lo0 re0     
Found: 'lo0' -- doing get_stat_fixed()
FOUND 'lo0' -- FIXED STATS OK
Found: 'lo0' -- doing get_stat_orig()
FOUND 'lo0' -- ORIG STATS OK
Found: 're0' -- doing get_stat_fixed()
FOUND 're0' -- FIXED STATS OK
Found: 're0' -- doing get_stat_orig()

Note the all caps lines -- "ORIG STATS OK" is missing for re0.

Elsewhere:

% ./find-if lo0 em0 em1 em2
Found: 'lo0' -- doing get_stat_fixed()
FOUND 'lo0' -- FIXED STATS OK
Found: 'lo0' -- doing get_stat_orig()
FOUND 'lo0' -- ORIG STATS OK
Found: 'em0' -- doing get_stat_fixed()
FOUND 'em0' -- FIXED STATS OK
Found: 'em0' -- doing get_stat_orig()
FOUND 'em0' -- ORIG STATS OK
Found: 'em1' -- doing get_stat_fixed()
FOUND 'em1' -- FIXED STATS OK
Found: 'em1' -- doing get_stat_orig()
FOUND 'em1' -- ORIG STATS OK
Not found: 'em2'

All good for em(4) (em2 is not up).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the Goodies-dev mailing list