[Bug 279987] /usr/sbin/syslogd syslogd: sendto: Value too large to be stored in data type
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 279987] /usr/sbin/syslogd syslogd: sendto: Value too large to be stored in data type"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 279987] /usr/sbin/syslogd syslogd: sendto: Value too large to be stored in data type"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 279987] /usr/sbin/syslogd syslogd: sendto: Value too large to be stored in data type"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jun 2024 13:25:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279987
Bug ID: 279987
Summary: /usr/sbin/syslogd syslogd: sendto: Value too large to
be stored in data type
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: p5B2EA84B3@t-online.de
syslog is able to log events but fails to send the same:
/var/log/messages
Jun 25 14:46:39 os90 syslogd: kernel boot file is /boot/kernel/kernel
Jun 25 14:48:12 os90 syslogd: sendto: Value too large to be stored in data type
Jun 25 15:11:31 os90 syslogd: exiting on signal 15
Jun 25 15:11:31 os90 syslogd: kernel boot file is /boot/kernel/kernel
Jun 25 15:11:46 os90 syslogd: sendto: Value too large to be stored in data type
/var/log/pkg.log
Jun 25 14:48:12 os90 pkg[1879]: sscalc-1.0 installed
Jun 25 15:08:41 os90 pkg[1912]: python3-3_4 deinstalled
Jun 25 15:09:20 os90 pkg[1915]: python3-3_4 installed
Jun 25 15:11:46 os90 pkg[1953]: python3-3_4 deinstalled
Jun 25 15:12:08 os90 pkg[1956]: python3-3_4 installed
For testing (on releng_14.1) two small packages have been installed/deleted and
syslogd was restarted.
relevant (custom) syslog config lines:
# Package management logging
!pkg,pkg-static
*.* /var/log/pkg.log
*.* @otherbox.local
--
You are receiving this mail because:
You are the assignee for the bug.