Skip to content

Commit

Permalink
Add: full installation guide
Browse files Browse the repository at this point in the history
The installation guide contains step by step instructions to install everything necessary to start a scan with openvasd. It also includes a instructions for configure systemd to setup ospd-openvas, notus-scanner and openvasd as services.
  • Loading branch information
Kraemii committed Oct 24, 2023
1 parent a08fa02 commit c4c8e4f
Showing 1 changed file with 745 additions and 0 deletions.
Loading

2 comments on commit c4c8e4f

@xafirox
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running fresh Debian 12.2.0 in a VM

Issues:

Some of the code does not compile due to syntax errors. I stopped at line 551.

Line 502 - PermissionError: [Errno 13] Permission denied: '/var/lib/openvas/feed-update.lock'
Line 544 - cp: cannot stat '/openvas-scanner/config/redis-openvas.conf': No such file or directory
Line 545 - chown: cannot access '/etc/redis/redis-openvas.conf': No such file or directory

@jjnicola
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 502 - PermissionError: [Errno 13] Permission denied: '/var/lib/openvas/feed-update.lock'
Line 544 - cp: cannot stat '/openvas-scanner/config/redis-openvas.conf': No such file or directory
Line 545 - chown: cannot access '/etc/redis/redis-openvas.conf': No such file or directory

Hi @xafirox ! more than compilation errors, it seems you have some permission and setup issues. Without any other information, I can't help much here. I would suggest to open a new thread in the Greenbone Forum for some support.

Regards,
Juan

Please sign in to comment.