Displaying 4 results from an estimated 4 matches for "log_syslog".
2008 Oct 28
1
The network path was not found
...file "root.hint";
};
zone "localhost" in {
type master;
file "localhost.zone";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";
};
include "/etc/named.conf.include";
logging {
category xfer-in { log_syslog; };
category xfer-out { log_syslog; };
category default { log_syslog; };
channel log_syslog { syslog; };
};
zone "magabooks.org" in {
allow-update { key dynmagabooks; };
allow-transfer { magabooks; };
file "dyn/magabooks.forward";
type master;
};
zon...
2007 Jan 12
2
syslinux et al misbehave severely when BOOT_IMAGE= is present on append-line already
Hello!
SSIA - when syslinux sees 'BOOT_IMAGE=' on the append line, something
seems to go terribly wrong (didn't investigate in detail). You don't
even get to see a boot-prompt, even if you try to force it.
pxelinux shows the same problem, so I figure it's something generic in
the config parser ...
Best regards,
Andreas
P.S: and thanks for this software ;)
--
"The
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'...
...{ "lpr", LOG_LPR, },
{ "mail", LOG_MAIL, },
{ "news", LOG_NEWS, },
{ "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&quo...