[Bug 199516] security/ss5 segfaults due to missing /var/log/ss5 directory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 18 12:46:47 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199516

            Bug ID: 199516
           Summary: security/ss5 segfaults due to missing /var/log/ss5
                    directory
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: dewayne at heuristicsystems.com.au

First run of ss5 after a new installation of the ss5 package results in a
segmentation fault due to missing /var/log/ss5

Performing a 
mkdir /var/log/ss5 && chmod 740 /var/log/ss5 fixes the problem.  This needs to
be added to the Makefile or preferably pkg-plist?

Then running ss5 succeeds and runs correctly.

The /var/log/ss5/ss5.log is created and owned by root:wheel, while ps shows
nobody   91999  0.0  0.3  5668  2960  ??  S    10:31PM   0:00.09
/usr/local/sbin/ss5 -t

Ideally (a wish list), if a new id could be added to /usr/ports/UIDs and GIDs
and the startup script run with the new uid:gid.  :)

Platform: amd64 10.1Stable (built 2 days ago). xeon processor.

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


More information about the freebsd-ports-bugs mailing list