Systemctl/Status: Unterschied zwischen den Versionen
Die Seite wurde neu angelegt: „ # systemctl status ● mx20.foxtom.de State: running Units: 331 loaded (incl. loaded aliases) Jobs: 0 queued Failed: 0 units Since: Sat 2024-05-11 00:58:28 CEST; 8min ago systemd: 255.4-1 CGroup: / ├─init.scope │ └─1 /sbin/init ├─system.slice │ ├─atd.service │ │ └─694 /usr/sbin/atd -f │ ├─cron.service │…“ |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
<syntaxhighlight lang="bash" line> | |||
# systemctl status | |||
● mx20.foxtom.de | |||
State: running | |||
Units: 331 loaded (incl. loaded aliases) | |||
Jobs: 0 queued | |||
Failed: 0 units | |||
Since: Sat 2024-05-11 00:58:28 CEST; 8min ago | |||
systemd: 255.4-1 | |||
CGroup: / | |||
├─init.scope | |||
│ └─1 /sbin/init | |||
├─system.slice | |||
│ ├─atd.service | |||
│ │ └─694 /usr/sbin/atd -f | |||
│ ├─cron.service | |||
│ │ └─689 /usr/sbin/cron -f | |||
│ ├─dbus.service | |||
│ │ └─690 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only | |||
│ ├─gsad.service | |||
│ │ └─892 /usr/sbin/gsad --foreground --listen 0.0.0.0 --port 9392 | |||
│ ├─gvmd.service | |||
│ │ └─869 "gvmd: Waiting " --osp-vt-update=/run/ospd/ospd.sock --listen-group=_gvm | |||
│ ├─mdmonitor.service | |||
│ │ └─545 /sbin/mdadm --monitor --scan | |||
│ ├─mosquitto.service | |||
│ │ └─819 /usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf | |||
│ ├─notus-scanner.service | |||
│ │ └─821 /usr/bin/python3 /usr/bin/notus-scanner --foreground | |||
│ ├─ospd-openvas.service | |||
│ │ ├─843 /usr/bin/python3 /usr/bin/ospd-openvas --config /etc/gvm/ospd-openvas.conf --log-config /etc/gvm/ospd-logging.conf | |||
│ │ └─845 /usr/bin/python3 /usr/bin/ospd-openvas --config /etc/gvm/ospd-openvas.conf --log-config /etc/gvm/ospd-logging.conf | |||
│ ├─ssh.service | |||
│ │ └─712 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups" | |||
│ ├─system-getty.slice | |||
│ │ └─getty@tty1.service | |||
│ │ └─702 /sbin/agetty -o "-p -- \\u" --noclear - linux | |||
│ ├─system-postgresql.slice | |||
│ │ └─postgresql@16-main.service | |||
│ │ ├─831 /usr/lib/postgresql/16/bin/postgres -D /var/lib/postgresql/16/main -c config_file=/etc/postgresql/16/main/postgresql.conf | |||
│ │ ├─832 "postgres: 16/main: checkpointer " | |||
│ │ ├─833 "postgres: 16/main: background writer " | |||
│ │ ├─835 "postgres: 16/main: walwriter " | |||
│ │ ├─836 "postgres: 16/main: autovacuum launcher " | |||
│ │ ├─837 "postgres: 16/main: logical replication launcher " | |||
│ │ └─889 "postgres: 16/main: _gvm gvmd [local] idle" | |||
│ ├─system-redis\x2dserver.slice | |||
│ │ └─redis-server@openvas.service | |||
│ │ └─811 "/usr/bin/redis-server unixsocket:/run/redis-openvas/redis-server.sock" | |||
│ ├─systemd-journald.service | |||
│ │ └─438 /usr/lib/systemd/systemd-journald | |||
│ ├─systemd-logind.service | |||
│ │ └─692 /usr/lib/systemd/systemd-logind | |||
│ ├─systemd-timesyncd.service | |||
│ │ └─570 /usr/lib/systemd/systemd-timesyncd | |||
│ └─systemd-udevd.service | |||
│ └─udev | |||
│ └─477 /usr/lib/systemd/systemd-udevd | |||
└─user.slice | |||
└─user-0.slice | |||
├─session-1.scope | |||
│ ├─ 717 "sshd: root@pts/0" | |||
│ ├─ 744 -bash | |||
│ ├─1793 systemctl status | |||
│ └─1794 pager | |||
└─user@0.service | |||
└─init.scope | |||
├─722 /usr/lib/systemd/systemd --user | |||
└─723 "(sd-pam)" | |||
</syntaxhighlight> |
Version vom 11. Mai 2024, 00:12 Uhr
# systemctl status
● mx20.foxtom.de
State: running
Units: 331 loaded (incl. loaded aliases)
Jobs: 0 queued
Failed: 0 units
Since: Sat 2024-05-11 00:58:28 CEST; 8min ago
systemd: 255.4-1
CGroup: /
├─init.scope
│ └─1 /sbin/init
├─system.slice
│ ├─atd.service
│ │ └─694 /usr/sbin/atd -f
│ ├─cron.service
│ │ └─689 /usr/sbin/cron -f
│ ├─dbus.service
│ │ └─690 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
│ ├─gsad.service
│ │ └─892 /usr/sbin/gsad --foreground --listen 0.0.0.0 --port 9392
│ ├─gvmd.service
│ │ └─869 "gvmd: Waiting " --osp-vt-update=/run/ospd/ospd.sock --listen-group=_gvm
│ ├─mdmonitor.service
│ │ └─545 /sbin/mdadm --monitor --scan
│ ├─mosquitto.service
│ │ └─819 /usr/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf
│ ├─notus-scanner.service
│ │ └─821 /usr/bin/python3 /usr/bin/notus-scanner --foreground
│ ├─ospd-openvas.service
│ │ ├─843 /usr/bin/python3 /usr/bin/ospd-openvas --config /etc/gvm/ospd-openvas.conf --log-config /etc/gvm/ospd-logging.conf
│ │ └─845 /usr/bin/python3 /usr/bin/ospd-openvas --config /etc/gvm/ospd-openvas.conf --log-config /etc/gvm/ospd-logging.conf
│ ├─ssh.service
│ │ └─712 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups"
│ ├─system-getty.slice
│ │ └─getty@tty1.service
│ │ └─702 /sbin/agetty -o "-p -- \\u" --noclear - linux
│ ├─system-postgresql.slice
│ │ └─postgresql@16-main.service
│ │ ├─831 /usr/lib/postgresql/16/bin/postgres -D /var/lib/postgresql/16/main -c config_file=/etc/postgresql/16/main/postgresql.conf
│ │ ├─832 "postgres: 16/main: checkpointer "
│ │ ├─833 "postgres: 16/main: background writer "
│ │ ├─835 "postgres: 16/main: walwriter "
│ │ ├─836 "postgres: 16/main: autovacuum launcher "
│ │ ├─837 "postgres: 16/main: logical replication launcher "
│ │ └─889 "postgres: 16/main: _gvm gvmd [local] idle"
│ ├─system-redis\x2dserver.slice
│ │ └─redis-server@openvas.service
│ │ └─811 "/usr/bin/redis-server unixsocket:/run/redis-openvas/redis-server.sock"
│ ├─systemd-journald.service
│ │ └─438 /usr/lib/systemd/systemd-journald
│ ├─systemd-logind.service
│ │ └─692 /usr/lib/systemd/systemd-logind
│ ├─systemd-timesyncd.service
│ │ └─570 /usr/lib/systemd/systemd-timesyncd
│ └─systemd-udevd.service
│ └─udev
│ └─477 /usr/lib/systemd/systemd-udevd
└─user.slice
└─user-0.slice
├─session-1.scope
│ ├─ 717 "sshd: root@pts/0"
│ ├─ 744 -bash
│ ├─1793 systemctl status
│ └─1794 pager
└─user@0.service
└─init.scope
├─722 /usr/lib/systemd/systemd --user
└─723 "(sd-pam)"