View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006624 | Kali Linux | Kali Package Bug | public | 2020-08-06 07:57 | 2020-12-01 10:48 |
Reporter | panys | Assigned To | sbrun | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2020.2 | ||||
Summary | 0006624: "WARNING: The Redis Database doesn't exist" | ||||
Description | When I try gvm-check-setup,and i get a warning "The Redis Database doesn't exist".And I check the script found that it woult created a redis database openvas-dump.rdb.So I do "runuser -u _gvm -- ls /var/lib/redis | grep openvas-dump.rdb" ,and I didn't get this database in infact. | ||||
Attached Files | |||||
Thanks for the report. The issue is in the gvm-check-setup: we recently changed the redis configuration (/etc/redis/redis-openvas.conf) to not save the redis DB on disk, as upstream suggests. I removed this check in the gvm version 11.0.2_kali3. It will be available soon in Kali. |
|
So the check work break is ok?Can't I delete this check in the script to continue check the next step? |
|
Yes you can remove this Redis DB check to continue to next step. |
|
Instead of using the openvas-dump.tdb to check if the redis server is accessible you could do the following instead and check if it is returning "PONG": redis-cli -s /var/run/redis-openvas/redis-server.sock ping |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-08-06 07:57 | panys | New Issue | |
2020-08-06 07:57 | panys | File Added: image.png | |
2020-08-06 08:30 | sbrun | Assigned To | => sbrun |
2020-08-06 08:30 | sbrun | Status | new => resolved |
2020-08-06 08:30 | sbrun | Resolution | open => fixed |
2020-08-06 08:30 | sbrun | Note Added: 0013205 | |
2020-08-06 08:45 | panys | Status | resolved => feedback |
2020-08-06 08:45 | panys | Resolution | fixed => reopened |
2020-08-06 08:45 | panys | Note Added: 0013206 | |
2020-08-06 08:50 | sbrun | Note Added: 0013207 | |
2020-08-08 06:45 | kali-bugreport | Note Added: 0013249 | |
2020-08-10 08:52 | sbrun | Status | feedback => resolved |
2020-08-10 08:52 | sbrun | Resolution | reopened => fixed |
2020-12-01 10:48 | g0tmi1k | Priority | high => normal |