CZ-NIC/run-or-raise

spawning command writes to syslog

Closed this issue · 0 comments

e3rd commented

As run-or-raise is running an external command with imports.misc.util.spawnCommandLine, this produces some weird output to /var/log/syslog.

# gnome shell looking glass output
Util = imports.misc.util;
Util.spawnCommandLine("notify-send test")

2023-12-20T15:05:05.613547+01:00 computer gnome-shell[1987]: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed
2023-12-20T15:05:05.630399+01:00 computer gnome-shell[1987]: message repeated 3 times: [ g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed]
2023-12-20T15:05:05.630801+01:00 computer systemd[1682]: app-gnome-notify\x2dsend-15295.scope: Couldn't move process 15295 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-notify\x2dsend-15295.scope': No such process
2023-12-20T15:05:05.630878+01:00 computer systemd[1682]: app-gnome-notify\x2dsend-15295.scope: Failed to add PIDs to scope's control group: No such process
2023-12-20T15:05:05.630914+01:00 computer systemd[1682]: app-gnome-notify\x2dsend-15295.scope: Failed with result 'resources'.
2023-12-20T15:05:05.630959+01:00 computer systemd[1682]: Failed to start app-gnome-notify\x2dsend-15295.scope - Application launched by gnome-shell.
2023-12-20T15:05:05.662868+01:00 computer gnome-shell[1987]: g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed