ClearFoundation Tracker - ClearOS |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014351 | ClearOS | app-suva | public | 2017-04-11 09:16 | 2021-11-09 05:56 |
|
Reporter | dloper | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | unable to reproduce | |
Platform | | OS | | OS Version | |
Product Version | 7.3.1 | |
Target Version | | Fixed in Version | | |
|
Summary | 0014351: suvad service unlinked |
Description | Not sure what causes it or if it has always been an issue but the symbolic link for /etc/systemd/system/suva.service is broken because it is improperly named.
Should be suvad.service -> /usr/lib/systemd/system/suvad.service which may already exist
|
Steps To Reproduce | |
Additional Information | The following cleans up the condition:
if [ -L /etc/systemd/system/multi-user.target.wants/suva.service ]; then if [ -f /usr/lib/systemd/system/suvad.service ]; then rm -f /etc/systemd/system/multi-user.target.wants/suva.service; if [ -L /etc/systemd/system/multi-user.target.wants/suvad.service ]; then :; else ln -s /usr/lib/systemd/system/suvad.service /etc/systemd/system/multi-user.target.wants/suvad.service; systemctl start suvad; fi; else exit 1; fi; fi |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-04-11 09:16 | dloper | New Issue | |
2017-04-11 09:26 | user2 | Note Added: 0005331 | |
2017-04-11 09:26 | user2 | Status | new => confirmed |
2017-04-18 10:56 | user2 | Target Version | 7.3.1 Updates => |
2021-11-09 05:56 | NickH | Status | confirmed => closed |
2021-11-09 05:56 | NickH | Resolution | open => unable to reproduce |