Searched full:syslog (Results 1 – 25 of 346) sorted by relevance
12345678910>>...14
1 Subject: [PATCH] syslog-ng.service: the syslog-ng service can not start 12 contrib/systemd/syslog-ng@.service | 4 ++--13 contrib/systemd/syslog-ng@default | 6 +++---16 diff --git a/contrib/systemd/syslog-ng@.service b/contrib/systemd/syslog-ng@.service18 --- a/contrib/systemd/syslog-ng@.service19 +++ b/contrib/systemd/syslog-ng@.service22 EnvironmentFile=-/etc/default/syslog-ng@%i23 EnvironmentFile=-/etc/sysconfig/syslog-ng@%i24 -ExecStart=/usr/sbin/syslog-ng -F $OTHER_OPTIONS --cfgfile $CONFIG_FILE --control $CONTROL_FILE --p…26 +ExecStart=@SBINDIR@/syslog-ng -F $OTHER_OPTIONS --cfgfile $CONFIG_FILE --control $CONTROL_FILE --p…[all …]
7 WARNING: syslog-ng-4.0.1-r0 do_package_qa: QA Issue: File /usr/include/syslog-ng/syslog-ng-config-6…8 WARNING: syslog-ng-4.0.1-r0 do_package_qa: QA Issue: File /usr/bin/syslog-ng-update-virtualenv in p…9 File /usr/bin/pdbtool in package syslog-ng contains reference to TMPDIR [buildpaths]10 WARNING: syslog-ng-4.0.1-r0 do_package_qa: QA Issue: File /usr/lib/syslog-ng/libdbparser.so in pack…12 * SYSLOG_NG_PATH_TOPSRC_DIR is /yocto/build/tmp/work/core2-64-poky-linux/syslog-ng/4.0.1-r0,24 scripts/syslog-ng-update-virtualenv.in | 2 +-40 diff --git a/scripts/syslog-ng-update-virtualenv.in b/scripts/syslog-ng-update-virtualenv.in42 --- a/scripts/syslog-ng-update-virtualenv.in43 +++ b/scripts/syslog-ng-update-virtualenv.in
4 # Copy it to /etc/init.d/syslog-ng and type5 # > update-rc.d syslog-ng defaults 511 syslog_ng=/usr/sbin/syslog-ng14 PIDFILE=/var/run/syslog-ng/syslog-ng.pid25 [ "${VERBOSE}" != "no" ] && echo -n "Starting syslog-ng:"31 [ "${VERBOSE}" != "no" ] && echo -n "Stopping syslog-ng:"39 echo "Stopping syslog-ng:"41 echo -n "Waiting for syslog-ng to die off"48 echo -n "Starting syslog-ng:"
2 DESCRIPTION = "syslog-ng, as the name shows, is a syslogd replacement, \5 syslog-ng adds the possibility to filter based on message contents using \10 HOMEPAGE = "http://www.balabit.com/network-security/syslog-ng/opensource-logging-system"18 SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.tar.gz \19 file://syslog-ng.conf.systemd \20 file://syslog-ng.conf.sysvinit \23 file://syslog-ng-tmp.conf \24 file://syslog-ng.service-the-syslog-ng-service.patch \31 UPSTREAM_CHECK_URI = "https://github.com/balabit/syslog-ng/releases"33 CVE_STATUS[CVE-2022-38725] = "cpe-incorrect: cve-check wrongly matches cpe:2.3:a:oneidentity:syslog…[all …]
5 sdbusplus_current_path = 'xyz/openbmc_project/Logging/Syslog/Destination/Mail'8 'xyz/openbmc_project/Logging/Syslog/Destination/Mail__cpp'.underscorify(),10 … '../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail.interface.yaml',30 'xyz/openbmc_project/Logging/Syslog/Destination/Mail',44 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create__markdown'.underscorify(),46 …'../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create.interface.ya…60 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create',68 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry__markdown'.underscorify(),70 …'../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry.interface.yam…84 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry',
25 install -m 644 ${S}/syslog.conf ${D}${sysconfdir}/syslog.conf27 install -m 755 ${UNPACKDIR}/sysklogd ${D}${sysconfdir}/init.d/syslog34 INITSCRIPT_NAME = "syslog"35 CONFFILES:${PN} = "${sysconfdir}/syslog.conf"36 RCONFLICTS:${PN} = "rsyslog busybox-syslog syslog-ng"48 /etc/init.d/syslog stop || :
16 @OEHasPackage(["busybox-syslog", "sysklogd", "rsyslog", "syslog-ng"])21 msg = "No syslog daemon process; %s output:\n%s" % (self.tc.target_cmds['ps'], output)22 hasdaemon = "syslogd" in output or "syslog-ng" in output or "svlogd" in output67 status = "Original syslog processes still running"72 status = "New syslog processes not running"87 msg = "Can't log into syslog. Output: %s " % output106 … if self.restart_sanity(['systemd-journald'], 'systemctl restart syslog.service', pidchange=False):110 elif self.restart_sanity(['syslogd', 'klogd'], '/etc/init.d/syslog restart'):113 self.logger.info("No syslog found to restart, ignoring")117 @OEHasPackage(["busybox-syslog"])[all …]
2 log with lots of syslog messages which aren't relavent. Disable syslog use15 SYSLOG((LOG_CRIT, "user %s cracked root", user)); */18 +#define SYSLOG(x)20 /* Temporarily set LC_TIME to "C" to avoid strange dates in syslog.21 This is a workaround for a more general syslog(d) design problem -
4 Subject: [PATCH] cpan/Sys-Syslog/Makefile.PL: Fix _PATH_LOG for deterministic18 cpan/Sys-Syslog/Makefile.PL | 2 ++21 diff --git a/cpan/Sys-Syslog/Makefile.PL b/cpan/Sys-Syslog/Makefile.PL23 --- a/cpan/Sys-Syslog/Makefile.PL24 +++ b/cpan/Sys-Syslog/Makefile.PL
25 PACKAGES =+ "${PN}-httpd ${PN}-udhcpd ${PN}-udhcpc ${PN}-syslog ${PN}-mdev ${PN}-hwclock"28 FILES:${PN}-syslog = "\29 ${sysconfdir}/init.d/syslog* \30 ${sysconfdir}/syslog-startup.conf* \31 ${sysconfdir}/syslog.conf* \32 ${systemd_system_unitdir}/syslog.service \34 ${sysconfdir}/default/busybox-syslog \41 INITSCRIPT_PACKAGES = "${PN}-httpd ${PN}-syslog ${PN}-udhcpd ${PN}-mdev ${PN}-hwclock"48 INITSCRIPT_NAME:${PN}-syslog = "syslog"51 SYSTEMD_PACKAGES = "${PN}-syslog"[all …]
12 file://syslog \13 file://syslog-startup.conf \14 file://syslog.conf \15 file://busybox-syslog.default \20 file://busybox-syslog.service.in \38 file://syslog.cfg \
23 #include <syslog.h>44 #include <syslog.h>53 #include <syslog.h>63 #include <syslog.h>73 #include <syslog.h>83 #include <syslog.h>110 -VARARGS(syslog, int, severity)111 +void VARARGS(syslog, int, severity)115 @@ -56,7 +56,7 @@ VARARGS(syslog, int, severity)139 #include <syslog.h>[all …]
1 # This configuration file is used by the busybox syslog init script,2 # /etc/init.d/syslog[.busybox] to set syslog configuration at start time.6 REMOTE=loghost:514 # where to log (syslog remote)
6 EnvironmentFile=-/etc/default/busybox-syslog8 Sockets=syslog.socket13 Alias=syslog.service
4 sdbusplus_current_path = 'xyz/openbmc_project/Logging/Syslog/Destination'7 'xyz/openbmc_project/Logging/Syslog/Destination/Mail__markdown'.underscorify(),9 '../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail.interface.yaml',23 'xyz/openbmc_project/Logging/Syslog/Destination/Mail',
14 memcheck/tests/linux/syslog-syscall.c | 2 +-30 diff --git a/memcheck/tests/linux/syslog-syscall.c b/memcheck/tests/linux/syslog-syscall.c32 --- a/memcheck/tests/linux/syslog-syscall.c33 +++ b/memcheck/tests/linux/syslog-syscall.c
3 sdbusplus_current_path = 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create'6 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create__cpp'.underscorify(),8 …'../../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create.interface…28 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create',
3 sdbusplus_current_path = 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry'6 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry__cpp'.underscorify(),8 …'../../../../../../../../yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry.interface.…28 'xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry',
24 *.*;auth,authpriv.none -/var/log/syslog79 # TCP Syslog Server:80 # provides TCP syslog reception and GSS-API (if compiled to support it)84 # UDP Syslog Server:85 #$ModLoad imudp.so # provides UDP syslog reception86 #$UDPServerRun 514 # start a UDP syslog server at standard port 514
9 # description: ipmievd daemon to send events to syslog15 # Required-Start: $syslog ipmi17 # Required-Stop: $syslog ipmi21 # Short-Description: ipmievd daemon to send events to syslog23 # log them to syslog. Events correspond to hardware faults,
4 # Required-Start: $local_fs $remote_fs $syslog5 # Required-Stop: $local_fs $remote_fs $syslog11 # also log those messages to syslog.41 # syslog and the program forks into the background.
2 Interface to create new e-mail destinations for syslog.8 for which e-mails would be sent for all syslog messages with matching24 xyz.openbmc_project.Logging.Syslog.Destination.Mail.Entry.
37 Syslog, enumerator90 Syslog, enumerator138 {SubscriptionType::Syslog, "Syslog"},191 {SyslogFacility::Syslog, "Syslog"},
4 Syslog built-in backend.22 out('#include <syslog.h>',35 ' syslog(LOG_INFO, "%(name)s " %(fmt)s %(argnames)s);',
18 +# Should-Start: $syslog19 +# Should-Stop: $syslog40 +# Should-Start: $syslog41 +# Should-Stop: $syslog