History log of /openbsd-current/regress/usr.sbin/syslogd/args-fdexhaustion-tcp.pl
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.8 05-Oct-2017 bluhm

Check that the dropped during initialization message appears in
local and remote log files.


Revision tags: OPENBSD_6_2_BASE
# 1.7 17-Sep-2017 bluhm

If file descriptors are exhausted during initialization, we see
better log messages on the console now.


# 1.6 28-Apr-2017 bluhm

Check that non existing log files in syslog.conf are reported to
/dev/console during startup and restart. Startup warnings contain
the pid now. Console logging creates additional errors if the file
descriptor limit is exhausted.


# 1.5 05-Apr-2017 bluhm

Syslogd's debug and error messages have changed a bit, adapt test.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.4 30-Dec-2015 bluhm

Test logging to console by redirecting the system's console into a
file. All subtests get an additional /dev/console entry in
syslog.conf, then check that messages appear in the console file.
Add a test that stops syslogd, calls sendsyslog2() with LOG_CONS
and checks that the message appears in the console file.


# 1.3 19-Oct-2015 bluhm

Test syslogd logging to a tty which belongs to a user. This is
done with a utmp entry for a pty fake login. All messages are read
from the pty and written into a log file.


Revision tags: OPENBSD_5_8_BASE
# 1.2 01-Aug-2015 bluhm

Use Socket to make Perl syntax check of single test files pass.


# 1.1 20-Jul-2015 bluhm

Test what happens when syslogd reaches its file descriptor limit
and cannot accept TCP connections anymore.