You are not logged in.

#1 2022-11-12 07:49:49

warteeminus321
Member
Registered: 2022-09-03
Posts: 27

[SOLVED] Unable to turn off journald

I disable and stop systemd-journald but it keeps reactivating and running.

Last edited by warteeminus321 (2022-11-12 08:06:46)


Hitchhacker's Guide to the Galaxy: “Nothing travels faster than the speed of light with the possible exception of bad news, which obeys its own special laws.”
If you didn't know you are backdoored, you are backdoored.

Offline

#2 2022-11-12 08:06:30

warteeminus321
Member
Registered: 2022-09-03
Posts: 27

Re: [SOLVED] Unable to turn off journald

Per manual, it is possible to limit the journal by rate of messages generated. This can effectively almost turn off the journal service.
https://www.freedesktop.org/software/sy … conf.html#


Hitchhacker's Guide to the Galaxy: “Nothing travels faster than the speed of light with the possible exception of bad news, which obeys its own special laws.”
If you didn't know you are backdoored, you are backdoored.

Offline

#3 2022-11-13 01:29:19

zggzcgy
Member
From: CN
Registered: 2022-08-27
Posts: 9

Re: [SOLVED] Unable to turn off journald

systemd-journald.service can be triggered by other journal sockets, and you can view the relevant trigger sockets. https://www.freedesktop.org/software/sy … ocket.html

# systemctl list-dependencies systemd-journald.service
systemd-journald.service
● ├─-.mount
● ├─system.slice
● ├─systemd-journald-audit.socket
● ├─systemd-journald-dev-log.socket
● └─systemd-journald.socket

You can try closing them one by one

systemctl disable --now systemd-journald.service systemd-journald-audit.socket systemd-journald-dev-log.socket systemd-journald.socket

You can also try make service

systemctl mask systemd-journald.service

Offline

Board footer

Powered by FluxBB