Searched refs:messages (Results 1 – 25 of 43) sorted by relevance
12
/systemd-251/shell-completion/zsh/ |
D | _journalctl | 95 --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 | _busctl | 57 '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 | _coredumpctl | 45 {-q,--quiet}'[Do not show info messages and privilege warning]' \
|
/systemd-251/catalog/ |
D | systemd.fr.catalog.in | 5 # 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 …]
|
D | systemd.catalog.in | 3 # 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.
|
D | systemd.ru.catalog.in | 5 # 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
|
D | systemd.sr.catalog.in | 3 # Message catalog for systemd's own messages
|
D | systemd.zh_CN.catalog.in | 5 # Message catalog for systemd's own messages
|
D | systemd.zh_TW.catalog.in | 5 # Message catalog for systemd's own messages
|
D | systemd.it.catalog.in | 5 # 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
|
D | systemd.be.catalog.in | 3 # Message catalog for systemd's own messages
|
D | systemd.bg.catalog.in | 5 # Message catalog for systemd's own messages
|
D | systemd.ko.catalog.in | 3 # Message catalog for systemd's own messages
|
/systemd-251/docs/ |
D | GVARIANT-SERIALIZATION.md | 20 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
|
D | ARCHITECTURE.md | 62 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`
|
D | JOURNAL_NATIVE_PROTOCOL.md | 14 * 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/ |
D | sd-netlink.c | 255 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/ |
D | 81-net-dhcp.rules | 6 # Network interfaces requiring DHCPOFFER messages to be broadcast
|
/systemd-251/units/ |
D | debug-shell.service.in | 32 # displaying some internationalized messages.
|
D | systemd-journald-dev-log.socket | 32 # for receiving syslog messages, and for forwarding them to any other
|
D | systemd-firstboot.service | 36 LoadCredential=firstboot.locale-messages
|
D | systemd-logind.service.in | 40 # We don't use ProtectProc= since we need to look for usernames and tty for wall messages
|
D | getty@.service.in | 59 # displaying some internationalized messages.
|
/systemd-251/src/systemd/ |
D | meson.build | 14 'sd-messages.h',
|
/systemd-251/src/shared/ |
D | firewall-util-nft.c | 34 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