You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# dfuzzer -v -n org.freedesktop.portable1 -o /org/freedesktop/portable1/image/t1
Cannot open suppression file './dfuzzer.conf'
Cannot open suppression file '/root/.dfuzzer.conf'
Loading suppressions from file '/etc/dfuzzer.conf'
[SESSION BUS]
Error while activating 'org.freedesktop.portable1': The name is not activatable.
Error while calling method 'GetConnectionUnixProcessID': The connection does not exist.
Couldn't get the PID of the tested process[SYSTEM BUS][PROCESS: /usr/lib/systemd/systemd-portabled][CONNECTED TO PID: 392]Object: /org/freedesktop/portable1/image/t1Error while calling method 'Introspect': Expected image name, not path in place of ''..Error: Unknown object path '/org/freedesktop/portable1/image/t1'.Exit status: 1
# busctl introspect org.freedesktop.portable1 /org/freedesktop/portable1/image/t1 --no-pager
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
org.freedesktop.DBus.Introspectable interface - - -
.Introspect method - s -
org.freedesktop.DBus.Peer interface - - -
.GetMachineId method - s -
.Ping method - - -
The text was updated successfully, but these errors were encountered:
mrc0mmand
added a commit
to mrc0mmand/dfuzzer
that referenced
this issue
May 20, 2022
…ecified
Either traverse just the subtree or call the interface directly - if it
doesn't exist, dfuzzer should handle this gracefully anyway and return
the corresponding error.
Resolves: dbus-fuzzer#99
It's just another issue uncovered by systemd/systemd#23445
The text was updated successfully, but these errors were encountered: