I used the official Kali Linux AMI on AWS EC2 and all I did was:
#############
sudo su
apt update -y
apt upgrade -y
apt install gvm net-tools -y
apt autoremove -y
gvm-setup
gvm-check-setup
systemctl enable gsad
reboot
########
I’ve worked with the software all day, did scans, exported pdf report, etc.
I did many iteration of scan/producing reports all day while I was fixing stuff…
Then, I started seeing errors during scan in the interface
**Error while loading Report 4a17aacd-cbfd-40cb-89fd-f9fbe69f5e25** Please try again.
Hide Error Details
### Rejection: An internal error occurred while getting a report. The report could not be delivered. Diagnostics: Failure to receive response from manager daemon.
Error at new _Rejection (https://10.255.0.250/assets/index-Dh8yFcKu.js:69:407308) at https://10.255.0.250/assets/index-Dh8yFcKu.js:69:411037
I tried so many things to try to clean it, that I decided in the end to reinstall everything from scratch.
And now, on my first scan, I get the same error…
Is it possible a new version of something was pushed today that breaks something ?
When I check in /var/log/gvm/gvmd.log, I see a segmentation fault…
What is dmesg saying ? Normally you get more details on dmesg like “illegal instruction”, etc … The kernel ended the task due to any error, you need to find out why.
Hi Lukas, I am experiencing the same issue. I will past the last few mines from dmesg:
460.281684] systemd-sysv-generator[6023]: SysV service ‘/etc/init.d/stunnel4’ lacks a native systemd unit file, automatically generating a unit file for compatibility.
[ 460.281689] systemd-sysv-generator[6023]: Please update package to include a native systemd unit file.
[ 460.281692] systemd-sysv-generator[6023]: ! This compatibility logic is deprecated, expect removal soon. !
[ 460.281714] systemd-sysv-generator[6023]: SysV service ‘/etc/init.d/ptunnel’ lacks a native systemd unit file, automatically generating a unit file for compatibility.
[ 460.281716] systemd-sysv-generator[6023]: Please update package to include a native systemd unit file.
[ 460.281718] systemd-sysv-generator[6023]: ! This compatibility logic is deprecated, expect removal soon. !
[ 460.283464] systemd-sysv-generator[6023]: SysV service ‘/etc/init.d/inetsim’ lacks a native systemd unit file, automatically generating a unit file for compatibility.
[ 460.283466] systemd-sysv-generator[6023]: Please update package to include a native systemd unit file.
[ 460.283468] systemd-sysv-generator[6023]: ! This compatibility logic is deprecated, expect removal soon. !
[ 460.287780] systemd-sysv-generator[6023]: SysV service ‘/etc/init.d/dns2tcp’ lacks a native systemd unit file, automatically generating a unit file for compatibility.
[ 460.287784] systemd-sysv-generator[6023]: Please update package to include a native systemd unit file.
[ 460.287787] systemd-sysv-generator[6023]: ! This compatibility logic is deprecated, expect removal soon. !
This started recently so must be related to a change. FWIW this scanner is running gvmd v24.1.2 and I don’t have the issue on a similar scanner running v24.0.0
If you are able to pinpoint the component and version of that component the problem started it is usually the best to raise an issue for the development team over at the issue tracker of the component question at GitHub:
Otherwise there is no guarantee that such problems are getting noticed.
Your binaries are NOT working and got a Segmentation fault signal.
You need to gdb why does this happens, or you need to try a other platform and installation.