|
Bugzilla – Full Text Bug Listing |
| Summary: | bcachefs-tools: some systemd services use non-existing exec paths | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Matthias Gerstner <matthias.gerstner> |
| Component: | Other | Assignee: | Jan Engelhardt <jengelh> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
This is an autogenerated message for OBS integration: This bug (1218808) was mentioned in https://build.opensuse.org/request/show/1141933 Factory / bcachefs-tools |
While looking into the newly added systemd services for bcachefs-tools I noticed that some of the services use non-existing paths in /usr/local: /usr/lib/systemd/system/bcachefsck_all_fail.service:ExecStart=/usr/local/libexec/bcachefsck_fail "${EMAIL_ADDR}" bcachefsck_all /usr/lib/systemd/system/bcachefsck_fail@.service:ExecStart=/usr/local/libexec/bcachefsck_fail "${EMAIL_ADDR}" bcachefs %f This script exists in /usr/libexec instead.