Summary: | security/openvas-manager: openvasmd startup fails | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | kwinkelman | ||||
Component: | Individual Port(s) | Assignee: | Tijl Coosemans <tijl> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
kwinkelman
2016-04-12 18:47:43 UTC
Created attachment 169261 [details]
patch
Can you try this patch for security/openvas-manager?
This solved the issue. The service is now running and listening on the appropriate socket. A commit references this bug: Author: tijl Date: Wed Apr 13 18:43:11 UTC 2016 New revision: 413228 URL: https://svnweb.freebsd.org/changeset/ports/413228 Log: Add a patch to pass the size of struct sockaddr_in or sockaddr_in6 to bind(2) instead of sockaddr_storage. It doesn't accept the latter even though it's big enough. PR: 208753 Tested by: kwinkelman@mcclatchy.com Changes: head/security/openvas-manager/Makefile head/security/openvas-manager/files/patch-src-openvasmd.c |