Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2015 12:46:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199516] security/ss5 segfaults due to missing /var/log/ss5 directory
Message-ID:  <bug-199516-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: dewayne@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199516-13>