Displaying 12 results from an estimated 12 matches for "log_local0".
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:
2014 Mar 26
1
redirect rsync's log to a log file together with other program
Hi,
I'm writing a program to use rsync to do something, and I want to keep the
output of both in the same log file. My program is writing log to
/var/log/my.log via syslog() LOG_LOCAL0. I tried to use rsync's
'--log-file=/var/log/my.log' option; it seems to work to some extent, but
have some problems:
1. If I issue the rsync command directly on command line, rsync's log will
be written to both the log file and the terminal (probably stdout).
2. IF I run my own p...
2018 May 11
0
vfs_full_audit and facility 'auth'...
...'
> actually work ? or do I have try each of 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" },...
2018 May 11
0
vfs_full_audit and facility 'auth'...
...gt;
> > On Fri, 11 May 2018 16:46:55 +0200
> > "Timur 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" },
> >...
2000 May 29
1
Syslog facility in Linux
Hi !
While browsing Linux manpages (man 3 syslog) I noticed that the manual
says that the LOG_AUTH facility is deprecated use LOG_AUTHPRIV instead.
Is there a good reason why OpenSSH doesn't have an option to use
LOG_AUTHPRIV facility ? (Looks like that tcpd/telnet etc. use the AUTHPRIV
facility (in RH6.2)).
Shouldn't be too hard to add the AUTH_PRIV facility ?
Cheers,
-Jarno
--
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
2010 Apr 12
5
How to Catch ZFS error with syslog ?
I have a simple mirror pool with 2 disks. I pulled out one disk to simulate a failed drive. zpool status shows that the pool is in DEGRADED state.
I want syslog to log these type of ZFS errors. I have syslog running and logging all sorts of error to a log server. But this failed disk in ZFS pool did not generate any syslog messages.
ZFS diagnosists engine are online as seen bleow.
hrs1zgpprd1#
2018 May 11
3
vfs_full_audit and facility 'auth'...
...i, 11 May 2018 16:46:55 +0200
> > > "Timur 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, "LOCA...
2018 May 11
3
vfs_full_audit and facility 'auth'...
...{ "ntp", LOG_NTP, },
{ "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&quo...
2003 Aug 07
1
problems with ipfilter on 5.1-RELEASE
hi all
i'm trying to get ipfilter set up on my new 5.1-RELEASE box. ipfilter
seems to be working fine. i just have a couple of issues that are
probably not very serious...
one thing is that during network startup at boot, i get the message
IPFilter: already initialized
repeated 4 times.
i think i have everything configured properly
my kernel config looks like
options IPFILTER
options
2005 Mar 04
1
R-2.01 and RSPerl-0.6.2
...init/mod/standard:/share/init/mod/nsr/current:/share/init/mod/oracle:/share/init/mod/R:
/share/init/mod/oraclient/current
ORAENV_ASK=NO
SHELL=/bin/bash
UIDPATH=/tools/Xmisc/lib/uid/%U:/tools/motif/1.2.3p26/lib/X11/uid/%U
PRINTER=NULL
HOSTTYPE=sun4
MYWM=twm
OSTYPE=solaris
TERM=xterm
RAD_LOG_FACILITY=LOG_LOCAL0
_=/netopt/bin/sudo
SUDO_COMMAND=/usr/bin/tcsh
LD_LIBRARY_PATH=/share/guitar/ora-homes/9.2.0/lib32:/usr/local/lib:/tools/X11/R6/lib:/tools/gnu/lib:/tools/Xmisc/lib:/usr/lib:/lib:/usr/local/lib:/netopt/lib:/netopt/gnu/lib:/tools/R/current/lib/R/lib:
/tools/R/current/lib/R/bin:/tools/R/current/lib/R/l...
2008 Sep 30
5
Corrupted transaction log file / record size too small
...AL_IMAP_NAME);
}
else if (strcmp(service, "pop3") == 0)
{
(void)strcpy(server, REAL_POP3_SERVER);
(void)strcpy(server_name, REAL_POP3_NAME);
}
else
{
unknown_service = 1;
}
/** prepare to log: **/
openlog(LOGNAME, LOG_PID, LOG_LOCAL0);
if (unknown_service)
{
syslog(LOG_INFO, "can't handle unknown service '%s'", service);
exit(1);
}
/** $USER is the only way we can determine who called us: **/
if (! (u = getenv("USER")))
{
syslog(LOG_INFO, "a...