Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syslog_output on Solaris 11.4 (SPARC), OSSEC 3.7.0 #2083

Open
kmack872564099 opened this issue May 10, 2023 · 0 comments
Open

syslog_output on Solaris 11.4 (SPARC), OSSEC 3.7.0 #2083

kmack872564099 opened this issue May 10, 2023 · 0 comments

Comments

@kmack872564099
Copy link

I'm unable to get this feature working on Solaris 11.4. The build is local.

The option is coded correctly and works on Linux:

<syslog_output>
redacted
514
cef
</syslog_output>

Error message:
getaddrinfo: non-recoverable name resolution failure
ossec-csyslogd(1216): ERROR: Unable to connect to 'redacted'.

The error appears to be from OS_Connect() in os_net.c

OS_Connect() appears to work for resolving and then opening a socket for mail:
INFO: Connected to redacted at address redacted, port 25

Name resolution is working for both the syslog and SMTP servers.

I've tried both using both numeric addresses and hostnames.

The gcc version is 12.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant