最終更新 2 months ago

nuno revised this gist 2 months ago. Go to revision

1 file changed, 61 insertions

gistfile1.txt(file created)

@@ -0,0 +1,61 @@
1 + strings /usr/sbin/ulogd | grep "\.conf"
2 +
3 + /etc/ulogd.conf
4 +
5 +
6 +
7 + Can't restart it:
8 +
9 + Job for ulogd2.service failed because the service did not take the steps required by its unit configuration.
10 +
11 + See "systemctl status ulogd2.service" and "journalctl -xeu ulogd2.service" for details.
12 +
13 +
14 +
15 + May 08 23:34:45 wireguard systemd[1]: ulogd2.service: Failed with result 'protocol'.
16 +
17 + May 08 23:34:45 wireguard systemd[1]: Failed to start ulogd2.service - Netfilter Userspace Logging Daemon.
18 +
19 +
20 +
21 + journalctl -u ulogd2 -n 20
22 +
23 + May 08 23:25:53 wireguard ulogd[77126]: forcing unbind of existing log handler for protocol 10
24 +
25 + May 08 23:25:53 wireguard ulogd[77126]: forcing unbind of existing log handler for protocol 7
26 +
27 + May 08 23:25:53 wireguard ulogd[77126]: Could not nice process: Operation not permitted
28 +
29 + May 08 23:25:53 wireguard ulogd[77126]: Changing UID / GID
30 +
31 + May 08 23:25:53 wireguard ulogd[77126]: initialization finished, entering main loop
32 +
33 + May 08 23:34:45 wireguard systemd[1]: Stopping ulogd2.service - Netfilter Userspace Logging Daemon...
34 +
35 + May 08 23:34:45 wireguard ulogd[77126]: Terminal signal received, exiting
36 +
37 + May 08 23:34:45 wireguard systemd[1]: ulogd2.service: Deactivated successfully.
38 +
39 + May 08 23:34:45 wireguard systemd[1]: Stopped ulogd2.service - Netfilter Userspace Logging Daemon.
40 +
41 + May 08 23:34:45 wireguard ulogd[78531]: registering plugin `NFLOG'
42 +
43 + May 08 23:34:45 wireguard ulogd[78531]: registering plugin `BASE'
44 +
45 + May 08 23:34:45 wireguard ulogd[78531]: registering plugin `IP2STR'
46 +
47 + May 08 23:34:45 wireguard ulogd[78531]: load_plugin: '/usr/lib/x86_64-linux-gnu/ulogd/ulogd_output_JSON.so': /usr/lib/x86_64-linux-gnu/ulogd/ulogd_output_JSON.so: cannot open shared object file: No such file or directory
48 +
49 + May 08 23:34:45 wireguard ulogd[78531]: building new pluginstance stack: 'log1:NFLOG,base1:BASE,ip2str1:IP2STR,json1:JSON'
50 +
51 + May 08 23:34:45 wireguard ulogd[78531]: can't find requested plugin JSON
52 +
53 + May 08 23:34:45 wireguard ulogd[78531]: not even a single working plugin stack
54 +
55 + May 08 23:34:45 wireguard systemd[1]: Starting ulogd2.service - Netfilter Userspace Logging Daemon...
56 +
57 + May 08 23:34:45 wireguard systemd[1]: ulogd2.service: Can't open PID file /run/ulog/ulogd.pid (yet?) after start: No such file or directory
58 +
59 + May 08 23:34:45 wireguard systemd[1]: ulogd2.service: Failed with result 'protocol'.
60 +
61 + May 08 23:34:45 wireguard systemd[1]: Failed to start ulogd2.service - Netfilter Userspace Logging Daemon.
Newer Older