sunfreeware syslog-ng v 3.0.1
I get this error when I introduce the owner when defining a destination: destination firewall { file("/data/firewall/fwlog" owner(sysadmin) group(sysadmin) perm(0644)); }; When I run a syntax check I get this: # syslog-ng -s Error resolving user; user='sysadmin' # pkginfo -l SMCsyslng PKGINST: SMCsyslng NAME: syslogng CATEGORY: application ARCH: sparc VERSION: 3.0.1 BASEDIR: /usr/local VENDOR: BalaBit IT Ltd PSTAMP: Steve Christensen INSTDATE: Apr 15 2009 11:56 EMAIL: steve@smc.vnet.net STATUS: completely installed FILES: 91 installed pathnames 4 shared pathnames 25 directories 7 executables 1610 blocks used (approx) I also checked the misc.c file in the sunfreeware source and it didn't seem like it had the same errors that were identified in posts like this one: https://lists.balabit.hu/pipermail/syslog-ng/2009-April/012761.html
Ngim, Hyrum CTR ADCF/Arrowpoint wrote: [snip]
destination firewall { file("/data/firewall/fwlog" owner(sysadmin) group(sysadmin) perm(0644)); };
When I run a syntax check I get this:
# syslog-ng -s
Error resolving user; user='sysadmin'
Does the user 'sysadmin' exist on your local system? What does the output of: $ id sysadmin tell you? Steve -- Steve Bernacki, Jr To date, the Pan-Massachusetts Challenge has raised 171 million dollars for cancer research. Get involved! http://www.pmc.org/
# id sysadmin uid=8001(sysadmin) gid=14(sysadmin) -----Original Message----- From: syslog-ng-bounces@lists.balabit.hu [mailto:syslog-ng-bounces@lists.balabit.hu] On Behalf Of Steve Bernacki Sent: Thursday, April 23, 2009 9:42 AM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] sunfreeware syslog-ng v 3.0.1 Ngim, Hyrum CTR ADCF/Arrowpoint wrote: [snip]
destination firewall { file("/data/firewall/fwlog" owner(sysadmin) group(sysadmin) perm(0644)); };
When I run a syntax check I get this:
# syslog-ng -s
Error resolving user; user='sysadmin'
Does the user 'sysadmin' exist on your local system? What does the output of: $ id sysadmin tell you? Steve -- Steve Bernacki, Jr To date, the Pan-Massachusetts Challenge has raised 171 million dollars for cancer research. Get involved! http://www.pmc.org/ ____________________________________________________________________________ __ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.campin.net/syslog-ng/faq.html
participants (2)
-
Ngim, Hyrum CTR ADCF/Arrowpoint
-
Steve Bernacki