search for: log_local1

Displaying 7 results from an estimated 7 matches for "log_local1".

Did you mean: log_local
2018 May 11
4
vfs_full_audit and facility 'auth'...
On Fri, 11 May 2018 09:14:24 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > You would replace 'FACILITY' with one of the facilities shown in > > 'man syslog' e.g. full_audit:facility = LOG_AUTH > > OK, done. But samba (as stated in previous email) still reply:
2008 Nov 25
1
sio vs uart vs ucomm problems / differences
...uct dev *dev) { struct termios t; int val; cur_state.carrier = 0; if (cur_state.num_trans == 0) { cur_state.startup = time(0); } TRY_OPEN_AGAIN: dev->fd = open(dev->name, O_RDWR); if (dev->fd >= 0) { if (debug) { syslog(LOG_LOCAL1 | LOG_DEBUG, "(%s) %s:%d: open_dev", dev->name, __FILE__, __LINE__); } if (tcgetattr(dev->fd, &t) >= 0) { t.c_ispeed = dev->speed; t.c_ospeed = d...
2018 May 11
0
vfs_full_audit and facility 'auth'...
...them to find out ? > > Use the source, Like! (c) static int audit_syslog_facility(vfs_handle_struct *handle) { static const struct enum_list enum_log_facilities[] = { { LOG_USER, "USER" }, { LOG_LOCAL0, "LOCAL0" }, { LOG_LOCAL1, "LOCAL1" }, { LOG_LOCAL2, "LOCAL2" }, { LOG_LOCAL3, "LOCAL3" }, { LOG_LOCAL4, "LOCAL4" }, { LOG_LOCAL5, "LOCAL5" }, { LOG_LOCAL6, "LOCAL6" },...
2018 May 11
0
vfs_full_audit and facility 'auth'...
...imur I. Bakeyev" <timur at freebsd.org> wrote: > > > static const struct enum_list enum_log_facilities[] = { > > > { LOG_USER, "USER" }, > > > { LOG_LOCAL0, "LOCAL0" }, > > > { LOG_LOCAL1, "LOCAL1" }, > > > { LOG_LOCAL2, "LOCAL2" }, > > > { LOG_LOCAL3, "LOCAL3" }, > > > { LOG_LOCAL4, "LOCAL4" }, > > > { LOG_LOCAL5, "LOCAL5" }, > &gt...
2018 May 11
2
vfs_full_audit and facility 'auth'...
On Fri, 11 May 2018 13:17:52 -0700 Jeremy Allison <jra at samba.org> wrote: > On Fri, May 11, 2018 at 09:56:47PM +0200, Timur I. Bakeyev via samba > wrote: > > > > > Fixing it in both ways is easy, but it would be nice to hear from > > the developers, why did they choose such a limited set of syslog > > facilities. > > I don't know. The limited
2018 May 11
3
vfs_full_audit and facility 'auth'...
...; <timur at freebsd.org> wrote: > > > > static const struct enum_list enum_log_facilities[] = { > > > > { LOG_USER, "USER" }, > > > > { LOG_LOCAL0, "LOCAL0" }, > > > > { LOG_LOCAL1, "LOCAL1" }, > > > > { LOG_LOCAL2, "LOCAL2" }, > > > > { LOG_LOCAL3, "LOCAL3" }, > > > > { LOG_LOCAL4, "LOCAL4" }, > > > > { LOG_LOCAL5, "LOCA...
2018 May 11
3
vfs_full_audit and facility 'auth'...
...{ "security", LOG_SECURITY, }, { "syslog", LOG_SYSLOG, }, { "user", LOG_USER, }, { "uucp", LOG_UUCP, }, { "local0", LOG_LOCAL0, }, { "local1", LOG_LOCAL1, }, { "local2", LOG_LOCAL2, }, { "local3", LOG_LOCAL3, }, { "local4", LOG_LOCAL4, }, { "local5", LOG_LOCAL5, }, { "local6", LOG_LOCAL6, }, { "local7&quo...