Home
last modified time | relevance | path

Searched full:syslog (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dsyslog-ng.service-the-syslog-ng-service.patch1 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@.service
18 --- a/contrib/systemd/syslog-ng@.service
19 +++ b/contrib/systemd/syslog-ng@.service
22 EnvironmentFile=-/etc/default/syslog-ng@%i
23 EnvironmentFile=-/etc/sysconfig/syslog-ng@%i
24 -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 …]
H A D0001-Fix-buildpaths-warning.patch7 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.in
42 --- a/scripts/syslog-ng-update-virtualenv.in
43 +++ b/scripts/syslog-ng-update-virtualenv.in
H A Dinitscript4 # Copy it to /etc/init.d/syslog-ng and type
5 # > update-rc.d syslog-ng defaults 5
11 syslog_ng=/usr/sbin/syslog-ng
14 PIDFILE=/var/run/syslog-ng/syslog-ng.pid
25 [ "${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:"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/
H A Dsyslog-ng_4.8.2.bb2 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 …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/
H A Dmeson.build5 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',
/openbmc/openbmc/poky/meta/recipes-extended/sysklogd/
H A Dsysklogd_2.7.2.bb25 install -m 644 ${S}/syslog.conf ${D}${sysconfdir}/syslog.conf
27 install -m 755 ${UNPACKDIR}/sysklogd ${D}${sysconfdir}/init.d/syslog
34 INITSCRIPT_NAME = "syslog"
35 CONFFILES:${PN} = "${sysconfdir}/syslog.conf"
36 RCONFLICTS:${PN} = "rsyslog busybox-syslog syslog-ng"
48 /etc/init.d/syslog stop || :
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Doe_syslog.py16 @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 output
67 status = "Original syslog processes still running"
72 status = "New syslog processes not running"
87 msg = "Can't log into syslog. Output: %s " % output
106 … 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 …]
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Ddisable_syslog.patch2 log with lots of syslog messages which aren't relavent. Disable syslog use
15 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 -
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch4 Subject: [PATCH] cpan/Sys-Syslog/Makefile.PL: Fix _PATH_LOG for deterministic
18 cpan/Sys-Syslog/Makefile.PL | 2 ++
21 diff --git a/cpan/Sys-Syslog/Makefile.PL b/cpan/Sys-Syslog/Makefile.PL
23 --- a/cpan/Sys-Syslog/Makefile.PL
24 +++ b/cpan/Sys-Syslog/Makefile.PL
/openbmc/openbmc/poky/meta/recipes-core/busybox/
H A Dbusybox.inc25 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 …]
H A Dbusybox_1.37.0.bb12 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 \
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dfix_warnings2.patch23 #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 …]
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsyslog-startup.conf1 # 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)
H A Dbusybox-syslog.service.in6 EnvironmentFile=-/etc/default/busybox-syslog
8 Sockets=syslog.socket
13 Alias=syslog.service
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/
H A Dmeson.build4 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',
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0003-correct-include-directive-path-for-config.h.patch14 memcheck/tests/linux/syslog-syscall.c | 2 +-
30 diff --git a/memcheck/tests/linux/syslog-syscall.c b/memcheck/tests/linux/syslog-syscall.c
32 --- a/memcheck/tests/linux/syslog-syscall.c
33 +++ b/memcheck/tests/linux/syslog-syscall.c
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create/
H A Dmeson.build3 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',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry/
H A Dmeson.build3 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',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf24 *.*;auth,authpriv.none -/var/log/syslog
79 # 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 reception
86 #$UDPServerRun 514 # start a UDP syslog server at standard port 514
/openbmc/ipmitool/contrib/
H A Dipmievd.init.redhat9 # description: ipmievd daemon to send events to syslog
15 # Required-Start: $syslog ipmi
17 # Required-Stop: $syslog ipmi
21 # Short-Description: ipmievd daemon to send events to syslog
23 # log them to syslog. Events correspond to hardware faults,
H A Dipmievd.init.debian4 # Required-Start: $local_fs $remote_fs $syslog
5 # Required-Stop: $local_fs $remote_fs $syslog
11 # also log those messages to syslog.
41 # syslog and the program forks into the background.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/
H A DCreate.interface.yaml2 Interface to create new e-mail destinations for syslog.
8 for which e-mails would be sent for all syslog messages with matching
24 xyz.openbmc_project.Logging.Syslog.Destination.Mail.Entry.
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Devent_destination.hpp37 Syslog, enumerator
90 Syslog, enumerator
138 {SubscriptionType::Syslog, "Syslog"},
191 {SyslogFacility::Syslog, "Syslog"},
/openbmc/qemu/scripts/tracetool/backend/
H A Dsyslog.py4 Syslog built-in backend.
22 out('#include <syslog.h>',
35 ' syslog(LOG_INFO, "%(name)s " %(fmt)s %(argnames)s);',
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A Dinitscript.patch18 +# Should-Start: $syslog
19 +# Should-Stop: $syslog
40 +# Should-Start: $syslog
41 +# Should-Stop: $syslog

12345678910>>...14