-
-
Notifications
You must be signed in to change notification settings - Fork 321
Description
Source
Open Build Service
App logs
n/a
Current Behavior
On install, rpm-ostree reports error: Running %prein for influxdb3-core: bwrap(/bin/sh): Child process exited with code 1; run journalctl -t 'rpm-ostree(influxdb3-core.prein)' for more information.
Journalctl output:
Dec 13 17:14:23 bazzite rpm-ostree(influxdb3-core.prein)[332429]: mkdir: cannot create directory ‘/var/log’: Read-only file system
Dec 13 17:14:23 bazzite rpm-ostree(influxdb3-core.prein)[332430]: chown: cannot access '/var/lib/influxdb3': No such file or directory
Expected Behavior
The program to install successfully.
I'm not sure why the pre-script is trying to create the /var/log directory since it already exists. I'm also not sure why rpm-ostree is throwing that particular error, neither /var nor /var/log are read-only.
Also it seems weird to me that the pre-script is trying to do something with influxdb before it's had the chance of installing any dependencies. Though whatever it's trying to do wouldn't work as a post-script either as the packages won't actually be available until the next reboot.
Anything else?
No response