
david at lang
Aug 15, 2012, 10:58 AM
Post #2 of 2
(185 views)
Permalink
|
On Wed, 15 Aug 2012, ?????? ???????? wrote: > Hi all! > > I try to install rsyslog on OpenBSD 5.0, but get some problems. > I do: > pkg_add rsyslog > > Then I disable syslogd (for first time i just killed -9 it), then > start rsyslogd just with command rsyslogd -f /etc/syslog.conf, bcause > there is no rc script with package. > After this i have no new messages in log files. If I turn on stock > syslogd again, everything works fine. > > Is there something I should do else to make it work? I've been > searching web during a week, but didn't find anything worth about > running rsyslog under OpenBSD. you probably need to give it -c5 to tell it to use the version 5 config file (replace 5 with the major version you are running) David Lang _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards
|