Posts Tagged ‘syslogd’

dmesg – print or control the kernel ring buffer
USAGE
dmesg [ -c ] [ -n level ] [ -s bufsize ]

DESCRIPTION
dmesg is used to examine or control the kernel ring buffer.

The program helps users to [...]

Thursday, August 27th, 2009 at 21:03 | Comments Off
Categories: D
Tags: ,

bounce – Postfix message bounce or defer daemon
USAGE
bounce [generic Postfix daemon options]

DESCRIPTION
The bounce daemon maintains per-message log files with non-delivery
status information. Each log file is named after the queue file [...]

Thursday, August 27th, 2009 at 20:59 | Comments Off
Categories: B

cleanup – canonicalize and enqueue Postfix message
USAGE
cleanup [generic Postfix daemon options]

DESCRIPTION
The cleanup daemon processes inbound mail, inserts it into the incoming
mail queue, and informs the queue manager of its arrival.

[...]

Thursday, August 27th, 2009 at 02:37 | Comments Off
Categories: c

closelog, openlog, syslog – send messages to the system logger
USAGE
#include <syslog.h>

void openlog(const char *ident, int option, int facility);
void syslog(int priority, const char *format, …);
void closelog(void);

[...]

Thursday, August 27th, 2009 at 00:26 | Comments Off
Categories: O, S, c

bounce – Postfix message bounce or defer daemon
USAGE
bounce [generic Postfix daemon options]

DESCRIPTION
The bounce daemon maintains per-message log files with non-delivery
status information. Each log file is named after the queue file [...]

Wednesday, August 26th, 2009 at 02:57 | Comments Off
Categories: B

avmcapictrl – Add, reset or remove active AVM cards and load firmware
USAGE
avmcapictrl add
avmcapictrl load [ [
[P2P | : [:]]]]
avmcapictrl reset [contrnr]
[...]

Wednesday, August 26th, 2009 at 02:30 | Comments Off
Categories: A

apmd – Advanced Power Management (APM) daemon
USAGE
apmd [ -c check_seconds ] [ -P proxy_cmd ] [ -p percent_to_log ] [
-qVvW ] [ -w warn_percent ] [ -? ] [deprecated options]

DESCRIPTION
[...]

Wednesday, August 26th, 2009 at 02:22 | Comments Off
Categories: A
TOP