On Wednesday, March 10, 2021 5:21 PM, Milad Rezaei via rsyslog <[email protected]> wrote: > Hi > > I installed .deb package version 8.2010.0-1_amd64 on my Debian 10 and > another ubuntu server and Rsyslog server never started. > > can you help me?
Hello Miliad, From Where did you download this version ? Where did you find and download this .deb package ? Official download page (8.2102.0): https://www.rsyslog.com/downloads/download-v8-stable/ Debian repositories for Debian GNU/Linux 10 (buster) (8.1901.0-1): https://packages.debian.org/buster/rsyslog Now I checked in a fresh installed Debian GNU/Linux 10 (buster) VM and as you can see below, rsyslog is installed by default on the system and is working properly. ``` systemctl status rsyslog.service ● rsyslog.service - System Logging Service Loaded: loaded (/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2021-03-10 21:53:56 UTC; 3min 7s ago Docs: man:rsyslogd(8) https://www.rsyslog.com/doc/ Main PID: 487 (rsyslogd) Tasks: 4 (limit: 4700) Memory: 2.5M CGroup: /system.slice/rsyslog.service └─487 /usr/sbin/rsyslogd -n -iNONE Mar 10 21:53:56 test systemd[1]: Starting System Logging Service... Mar 10 21:53:56 test rsyslogd[487]: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd. [v8.1901.0] Mar 10 21:53:56 test rsyslogd[487]: [origin software="rsyslogd" swVersion="8.1901.0" x-pid="487" x-info="https://www.rsyslog.com"] start Mar 10 21:53:56 test systemd[1]: Started System Logging Service. ``` ``` rsyslogd -v rsyslogd 8.1901.0 (aka 2019.01) compiled with: PLATFORM: x86_64-pc-linux-gnu PLATFORM (lsb_release -d): FEATURE_REGEXP: Yes GSSAPI Kerberos 5 support: Yes FEATURE_DEBUG (debug build, slow code): No 32bit Atomic operations supported: Yes 64bit Atomic operations supported: Yes memory allocator: system default Runtime Instrumentation (slow code): No uuid support: Yes systemd support: Yes Number of Bits in RainerScript integers: 64 See https://www.rsyslog.com for more information. ``` ``` apt show rsyslog Package: rsyslog Version: 8.1901.0-1 Priority: important Section: admin Maintainer: Michael Biebl <[email protected]> Installed-Size: 1,855 kB Provides: linux-kernel-log-daemon, system-log-daemon Pre-Depends: init-system-helpers (>= 1.54~) Depends: libc6 (>= 2.27), libestr0 (>= 0.1.4), libfastjson4 (>= 0.99.7), liblognorm5 (>= 2.0.3), libsystemd0 (>= 209), libuuid1 (>= 2.16), zlib1g (>= 1:1.1.4), lsb-base (>= 3.2-14) Recommends: logrotate Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-mongodb, rsyslog-doc, rsyslog-gnutls, rsyslog-gssapi, rsyslog-relp Conflicts: linux-kernel-log-daemon, system-log-daemon Homepage: http://www.rsyslog.com/ Tag: admin::logging, implemented-in::c, interface::daemon, role::program, works-with::db, works-with::logfile Download-Size: 658 kB APT-Manual-Installed: yes APT-Sources: http://deb.debian.org/debian buster/main amd64 Packages Description: reliable system and kernel logging daemon Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include: * reliable syslog over TCP, SSL/TLS and RELP * on-demand disk buffering * email alerting * writing to MySQL or PostgreSQL databases (via separate output plugins) * permitted sender lists * filtering on any part of the syslog message * on-the-wire message compression * fine-grained output format control * failover to backup destinations * enterprise-class encrypted syslog relaying . It is the default syslogd on Debian systems. ``` ``` lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster ``` So, can you provide as more information ? _______________________________________________ rsyslog mailing list https://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

