Hello,
I’m trying to install software for my USB oscilloscope. Since the installer makes changes in firewall and USB udev rules, I figured it would be better to layer it.
rom-ostree is failing and throwing this in the logs:
-- Boot 04308278b77c488aa45d161db8c18bf5 --
Jul 04 18:56:28 flint rpm-ostree(digilent.adept.runtime.post)[5088]: Failed to send reload request: No such file or directory
Jul 04 18:56:31 flint rpm-ostree(digilent.adept.runtime.post)[5148]: Error: DBUS_ERROR: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Jul 04 18:56:31 flint rpm-ostree(digilent.adept.runtime.post)[5180]: Error: DBUS_ERROR: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
A quick look reveals that the socket file is in fact present.
Can I do anything to fix this? Is there a way to use software with mandatory USB access out of toolbox? Do I have to switch to a mutable distro?
I’m trying to install the same software (Digilent Adept Runtime to support Digilent Waveforms), and here is the postinstall script: Fedora · GitHub
It’s not at all clear to me what’s causing the error (though I’m not an expert on rpm-ostree). When I edit the file to remove the postinstall stuff, I can even run the script successfully.