syslogd
Provides syslogd and klogd using busybox
Install
- All systems
-
curl cmd.cat/syslogd.sh
- Debian
-
apt-get install busybox-syslogd
- Ubuntu
-
apt-get install busybox-syslogd
- Kali Linux
-
apt-get install busybox-syslogd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install busybox-syslogd
- Raspbian
-
apt-get install busybox-syslogd
- Dockerfile
- dockerfile.run/syslogd
busybox-syslogd
Provides syslogd and klogd using busybox
The system log daemon is responsible for providing logging of messages received from programs and facilities on the local host as well as from remote hosts. The kernel log daemon listens to kernel message sources and is responsible for prioritizing and processing operating system messages. The busybox implementation of the syslogd is particular useful on embedded, diskless (netboot) or flash disk based systems because it can use a fixed size ring buffer for logging instead of saving logs to the disk or sending it to remote logging servers. The ring buffer can be read using the (also busybox based) command logread. This package provides the glue to the busybox syslogd and klogd to be used in the system by providing the appropriate symbolic links and scripts.
inetutils-syslogd
system logging daemon
The syslog daemon is responsible for providing logging of messages received from programs and facilities on the local host as well as from remote hosts.
sysklogd
System Logging Daemon
This package implements the system log daemon, which is an enhanced version of the standard Berkeley utility program. It is responsible for providing logging of messages received from programs and facilities on the local host as well as from remote hosts.