Gvm User on Debian 11

Help Building on Debian 11

When i type

useradd -r -d /opt/gvm -c “GVM User” -s /bin/bash gvm

mkdir /opt/gvm && chown gvm: /opt/gvm

echo “gvm ALL = NOPASSWD: $(which make) install” > /etc/sudoers.d/gvm

When i type sudo - gvm Linux system Ask me a password and i can’t go ahead with installation …
I don’t know that password … seems Debian not create user in right way …

Hi, not sure which guide you are following here. It seems to be very special.

I strongly suggest to take a look at our official build from source guide at Greenbone Source Edition – Documentation — Greenbone Documentation documentation

2 Likes

ok thx a lot