Home
last modified time | relevance | path

Searched refs:messages (Results 1 – 25 of 43) sorted by relevance

12

/systemd-251/shell-completion/zsh/
D_journalctl95 --no-hostname"[Don't show the hostname of local log messages]" \
109 {-k,--dmesg}'[Show only kernel messages from the current boot]' \
112 …{-p+,--priority=}'[Show only messages within the specified priority range]:priority:_journalctl_fi…
113 '--facility=[Filter messages by facility]:facility:_journalctl_facilities' \
114 …{-t+,--identifier=}'[Filter messages by syslog identifier]:identifier:_journalctl_field_values SYS…
121 '--system[Show system and kernel messages]' \
122 '--user[Show messages from user services]' \
128 '--dump-catalog[Dump messages in catalog]' \
133 '--list-catalog[List messages in catalog]' \
137 '--sync[Synchronize unwritten journal messages to disk]' \
D_busctl57 'eavesdrop[Include unicast messages]:bool:(true false)' \
58 …'sender[Match messages sent by a particular sender]:sender:{compadd $(_busctl_get_service_names)}'\
59 'interface[Match messages sent over or to a particular interface]:interface' \
60 'member[Match messages which have the given method or signal name]:member' \
61 'path[Match messages which are sent from or to the given object]:path' \
62 'path_namespace[Match messages which are sent from or to the given namespace]:namespace' \
275 '--match=[Only show matching messages]:match:__dbus_matchspec' \
D_coredumpctl45 {-q,--quiet}'[Do not show info messages and privilege warning]' \
/systemd-251/catalog/
Dsystemd.fr.catalog.in5 # Message catalog for systemd's own messages
8 # Le format du catalogue de messages est décrit (en anglais) içi :
47 Subject: Des messages d'un service ont été supprimés
52 Un service a essayé d'enregistrer un trop grand nombre de messages sur un
53 intervalle de temps donné. Des messages de ce service ont été évincés.
55 Notez que seuls des messages de ce service ont été évincés, les messages des
63 Subject: Des messages du journal ont été manqués
67 Des messages du noyau ont été manqués car le journal système n'a pas été
242 Subject: Un ou plusieurs messages n'ont pas pu être transmis à syslog
246 Un ou plusieurs messages n'ont pas pu être transmis au service syslog
[all …]
Dsystemd.catalog.in3 # Message catalog for systemd's own messages
47 A service has logged too many messages within a time period. Messages
50 Note that only messages from the service in question have been
51 dropped, other services' messages are unaffected.
53 The limits controlling when messages are dropped may be configured
59 Subject: Journal messages have been missed
63 Kernel messages have been lost as the journal system has been unable
273 Subject: One or more messages could not be forwarded to syslog
277 One or more messages could not be forwarded to the syslog service
280 messages queued.
Dsystemd.ru.catalog.in5 # Message catalog for systemd's own messages
69 # Subject: Journal messages have been missed
286 # Subject: One or more messages could not be forwarded to syslog
Dsystemd.sr.catalog.in3 # Message catalog for systemd's own messages
Dsystemd.zh_CN.catalog.in5 # Message catalog for systemd's own messages
Dsystemd.zh_TW.catalog.in5 # Message catalog for systemd's own messages
Dsystemd.it.catalog.in5 # Message catalog for systemd's own messages
62 # Subject: Journal messages have been missed
274 # Subject: One or more messages could not be forwarded to syslog
Dsystemd.be.catalog.in3 # Message catalog for systemd's own messages
Dsystemd.bg.catalog.in5 # Message catalog for systemd's own messages
Dsystemd.ko.catalog.in3 # Message catalog for systemd's own messages
/systemd-251/docs/
DGVARIANT-SERIALIZATION.md20 hence might have a non-aligned size. Reading multiple messages at once
21 will hence result in possibly unaligned messages in memory.
70 underlying transport in order to parse dbus2 messages, while it is
102 Note: To simplify parsing, valid dbus2 messages must include the entire
109 Note: The GVariant "MAYBE" type is not supported, so that messages can
DARCHITECTURE.md62 2. Via D-Bus messages to the manager
71 2. D-Bus messages are defined and parsed in `src/core/dbus-*.c`
73 D-Bus messages in `src/shared/bus-unit-util.c`
DJOURNAL_NATIVE_PROTOCOL.md14 * Kernel log messages via the `/dev/kmsg` device node
16 * Structured log messages via `journald`'s native protocol
86 dump. After all, log messages are highly relevant for debugging programs, hence
105 Some programs might generate multi-line log messages (e.g. a stack unwinder
/systemd-251/src/libsystemd/sd-netlink/
Dsd-netlink.c255 sd_netlink_message **messages, in sd_netlink_sendv() argument
264 assert_return(messages, -EINVAL); in sd_netlink_sendv()
274 assert_return(!messages[i]->sealed, -EPERM); in sd_netlink_sendv()
276 netlink_seal_message(nl, messages[i]); in sd_netlink_sendv()
278 serials[i] = message_get_serial(messages[i]); in sd_netlink_sendv()
281 r = socket_writev_message(nl, messages, msgcount); in sd_netlink_sendv()
/systemd-251/rules.d/
D81-net-dhcp.rules6 # Network interfaces requiring DHCPOFFER messages to be broadcast
/systemd-251/units/
Ddebug-shell.service.in32 # displaying some internationalized messages.
Dsystemd-journald-dev-log.socket32 # for receiving syslog messages, and for forwarding them to any other
Dsystemd-firstboot.service36 LoadCredential=firstboot.locale-messages
Dsystemd-logind.service.in40 # We don't use ProtectProc= since we need to look for usernames and tty for wall messages
Dgetty@.service.in59 # displaying some internationalized messages.
/systemd-251/src/systemd/
Dmeson.build14 'sd-messages.h',
/systemd-251/src/shared/
Dfirewall-util-nft.c34 sd_netlink_message *messages[static 1], in nfnl_netlink_sendv()
41 assert(messages); in nfnl_netlink_sendv()
44 r = sd_netlink_sendv(nfnl, messages, msgcount, &serial); in nfnl_netlink_sendv()

12