View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007639 | Kali Linux | General Bug | public | 2022-03-22 16:13 | 2022-03-28 08:50 |
Reporter | ninp0 | Assigned To | daniruiz | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | kali-dev | ||||
Summary | 0007639: gvmd Not Starting Due to Change from /run/gvm to /run/gvmd Folder | ||||
Description | Following an upgrade to gvmd 21.4.5-0kali4, the daemon refuses to start due to the following error found in /var/log/gvmd.log: pidfile_create: failed to open pidfile: No such file or directory It appears /run/gvm exists, however, the GVM_RUN_DIR in source code references /run/gvmd: An initial work-around is to create a symlink of /run/gvm to /run/gvmd: However, it gets tricky since /run is a tmpfs partition and loses the /run/gvmd symlink on reboot. In order to fix this, I had to change the systemctl script: sudo systemctl edit --full gvmd and change <snip> to <snip> | ||||
Attached Files | |||||
Hello! Try reinstalling the package with: |
|
Yep, no need - the fix I did in the original description met my needs...I simply submitted this in case anyone else out there needed to fix. Thanks @daniruiz! |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2022-03-22 16:13 | ninp0 | New Issue | |
2022-03-23 06:08 | daniruiz | File Added: image.png | |
2022-03-23 06:08 | daniruiz | Note Added: 0015929 | |
2022-03-25 13:57 | g0tmi1k | Severity | major => feature |
2022-03-25 13:58 | g0tmi1k | Severity | feature => minor |
2022-03-25 22:24 | ninp0 | Note Added: 0015954 | |
2022-03-28 08:50 | daniruiz | Assigned To | => daniruiz |
2022-03-28 08:50 | daniruiz | Status | new => closed |
2022-03-28 08:50 | daniruiz | Resolution | open => fixed |