Searched refs:log (Results 1 - 25 of 917) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/openssh/regress/
H A Dsshd-log-wrapper.sh2 # $OpenBSD: sshd-log-wrapper.sh,v 1.4 2016/11/25 02:56:49 dtucker Exp $
6 # sh sshd-log-wrapper.sh /path/to/logfile /path/to/sshd [args...]
8 log=$1
11 exec "$@" -E$log
/freebsd-13-stable/usr.sbin/newsyslog/newsyslog.conf.d/
H A Damd.conf2 /var/log/amd.log 644 7 1000 * J
H A Dppp.conf2 /var/log/ppp.log root:network 640 3 1000 * JC
H A Dftp.conf2 /var/log/xferlog 600 7 1000 * JC
H A Dopensm.conf3 /var/log/opensm.log 600 7 1000 * J /var/run/opensm.pid 30
H A Dlpr.conf2 /var/log/lpd-errs 644 7 1000 * JC
H A Dsendmail.conf2 /var/log/sendmail.st 640 10 * 168 BN
H A Dpf.conf2 /var/log/pflog 600 3 1000 * JB /var/run/pflogd.pid
/freebsd-13-stable/usr.sbin/syslogd/
H A Dppp.conf3 *.* /var/log/ppp.log
H A Dftp.conf2 ftp.info /var/log/xferlog
H A Dlpr.conf2 lpr.info /var/log/lpd-errs
H A Dsyslog.conf9 *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
10 security.* /var/log/security
11 auth.info;authpriv.info /var/log/auth.log
12 mail.info /var/log/maillog
13 cron.* /var/log/cron
15 *.=debug /var/log/debug.log
17 daemon.info /var/log/daemon.log
[all...]
/freebsd-13-stable/usr.sbin/newsyslog/
H A Dnewsyslog.conf5 # syslogd process to be signalled when that log file is rotated. This
6 # action is only appropriate for log files which are written to by the
8 # is no process which needs to be signalled when a given log file is
18 /var/log/all.log 600 7 * @T00 J
19 /var/log/auth.log 600 7 1000 @0101T JC
20 /var/log/console.log 600 5 1000 * J
21 /var/log/cro
[all...]
/freebsd-13-stable/kerberos5/usr.sbin/
H A DMakefile3 SUBDIR= iprop-log kstash ktutil
/freebsd-13-stable/lib/msun/i387/
H A De_log.S39 ENTRY(log)
44 END(log)
/freebsd-13-stable/sys/x86/isa/
H A Dnmi.c63 log(LOG_CRIT, "NMI ISA %x, EISA %x\n", isa_port, eisa_port);
66 log(LOG_CRIT, "RAM parity error, likely hardware failure.");
71 log(LOG_CRIT, "I/O channel check, likely hardware failure.");
84 log(LOG_CRIT, "EISA watchdog timer expired, likely hardware failure.");
89 log(LOG_CRIT, "EISA bus timeout, likely hardware failure.");
94 log(LOG_CRIT, "EISA I/O port status error.");
/freebsd-13-stable/contrib/dialog/samples/
H A Drun_test.sh33 DIALOGOPTS="$DIALOGOPTS --trace $want.log"
36 mylog=run_test.log
52 rm -f trace $want.log $name.log
55 [ -f $want.log ] && cp $want.log $name.log
/freebsd-13-stable/contrib/kyua/utils/logging/
H A Dmacros.hpp42 /// \param message The message to log.
43 #define LD(message) utils::logging::log(utils::logging::level_debug, \
49 /// \param message The message to log.
50 #define LE(message) utils::logging::log(utils::logging::level_error, \
56 /// \param message The message to log.
57 #define LI(message) utils::logging::log(utils::logging::level_info, \
63 /// \param message The message to log.
64 #define LW(message) utils::logging::log(utils::logging::level_warning, \
/freebsd-13-stable/sys/dev/vmware/vmci/
H A Dvmci_driver.h25 log(LOG_DEBUG, _args, ##__VA_ARGS__)
28 log(LOG_INFO, _args, ##__VA_ARGS__)
30 log(LOG_WARNING, _args, ##__VA_ARGS__)
32 log(LOG_ERR, _args, ##__VA_ARGS__)
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D460.status-mail-rejects26 elif [ ! -f /var/log/maillog ]
29 "/var/log/maillog doesn't exist"
46 if [ -f /var/log/maillog.$n ]
48 cat /var/log/maillog.$n
49 elif [ -f /var/log/maillog.$n.gz ]
51 zcat -fc /var/log/maillog.$n.gz
52 elif [ -f /var/log/maillog.$n.bz2 ]
54 bzcat -fc /var/log/maillog.$n.bz2
58 cat /var/log/maillog
/freebsd-13-stable/contrib/ipfilter/rules/
H A DBASIC_2.FW17 block in log quick all with short
21 # By default, block and log everything. This maybe too much logging
24 block in log on ppp0 all head 100
25 block out log on ppp0 all head 150
26 block in log on ed0 from w.x.y.z/24 to any head 200
27 block out log on ed0 all head 250
34 block in log quick from 10.0.0.0/8 to any group 100
35 block in log quick from 192.168.0.0/16 to any group 100
36 block in log quick from 172.16.0.0/12 to any group 100
40 block in log quic
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dall-debug.sh11 : "${ZED_DEBUG_LOG:="${TMPDIR:="/tmp"}/zed.debug.log"}"
/freebsd-13-stable/sys/contrib/libsodium/dist-build/
H A Dandroid-build.sh62 egrep '^#define ' config.log | sort -u > config-def-compat.log
77 egrep '^#define ' config.log | sort -u > config-def.log
78 if ! cmp config-def.log config-def-compat.log; then
80 diff -u config-def.log config-def-compat.log >&2
83 rm -f config-def.log config-def-compat.log
[all...]
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh224 function log { function
237 # Also log to stdout if cron job && notice or higher
286 log "info" "Checksum of $1 validated"
289 log "error" "Checksum of $1 is invalid:"
291 log "error" "EXPECTED: $FSHA"
292 log "error" "COMPUTED: $DSHA"
302 log "notice" "File expired on `date -u -d \"Jan 1, 1970 00:00:00 +0000 + $EXPIRES seconds\"`"
311 log "critical" "Missing ntp configuration $NTPCONF"
319 log "error" "$NTPCONF does not specify a leapfile"
326 log "notic
[all...]
/freebsd-13-stable/contrib/kyua/integration/
H A Dglobal_test.sh73 atf_check -s exit:0 test ! -f test.log
74 atf_check -s exit:3 -o empty -e ignore kyua --logfile=test.log
77 atf_check -s exit:0 test -f test.log
79 grep ' E .* No command provided' test.log || atf_fail "Log file does" \
86 atf_check -s exit:0 test ! -f test.log
87 atf_check -s exit:3 -o empty -e ignore kyua --logfile=test.log
90 atf_check -s exit:0 test -f test.log
92 grep ' E .* No command provided' test.log || atf_fail "Log file does" \
94 if grep ' D ' test.log; then
102 atf_check -s exit:0 test ! -f test.log
[all...]

Completed in 266 milliseconds

1234567891011>>