GithubHelp home page GithubHelp logo

Comments (8)

pixelsquared avatar pixelsquared commented on June 4, 2024

Do you have the username variable set to anything?

from gvm-docker.

any2names avatar any2names commented on June 4, 2024

I got the same error

2020-06-22 15:28:09.612 UTC [43] LOG: stats_timestamp 2020-06-22 15:28:09.636039+00 is later than collector's time 2020-06-22 15:28:09.612155+00 for database 13425
Updating CERT data...
Updating SCAP data...
Starting Open Scanner Protocol daemon for OpenVAS...
Starting Greenbone Vulnerability Manager...
2020-06-22 15:34:25.158 UTC [560] ERROR: relation "public.meta" does not exist at character 19
2020-06-22 15:34:25.158 UTC [560] STATEMENT: SELECT value FROM public.meta WHERE name = 'database_version';
Creating Greenbone Vulnerability Manager admin user
Failed to create user: Invalid characters in user name

from gvm-docker.

any2names avatar any2names commented on June 4, 2024

More detail

Starting Greenbone Vulnerability Manager...
2020-06-22 15:44:43.026 UTC [556] ERROR: relation "public.meta" does not exist at character 19
2020-06-22 15:44:43.026 UTC [556] STATEMENT: SELECT value FROM public.meta WHERE name = 'database_version';
2020-06-22 15:44:47.534 UTC [609] ERROR: relation "cves" does not exist at character 385
2020-06-22 15:44:47.534 UTC [609] STATEMENT: CREATE OR REPLACE VIEW vulns AS SELECT id, uuid, name, creation_time, modification_time, cast (cvss_base AS double precision) AS severity, qod, 'nvt' AS type FROM nvts WHERE uuid IN (SELECT nvt FROM results WHERE (results.severity != -3.0)) UNION SELECT id, uuid, name, creation_time, modification_time, cvss AS severity, 75 AS qod, 'cve' AS type FROM cves WHERE uuid IN (SELECT nvt FROM results WHERE (results.severity != -3.0)) UNION SELECT id, uuid, name, creation_time, modification_time, max_cvss AS severity, 75 AS qod, 'ovaldef' AS type FROM ovaldefs WHERE uuid IN (SELECT nvt FROM results WHERE (results.severity != -3.0))
Creating Greenbone Vulnerability Manager admin user
Failed to create user: Invalid characters in user name

from gvm-docker.

antoninoferrara avatar antoninoferrara commented on June 4, 2024

The problem seems to be the double quotes for ${USERNAME} and ${PASSWORD},
in scripts/start.sh line 227
su -c 'gvmd --role="Super Admin" --create-user="${USERNAME}" --password="${PASSWORD}"' gvm

Best regards
Thanks

from gvm-docker.

aderumier avatar aderumier commented on June 4, 2024

introduced in last commit from master

fc03447

from gvm-docker.

pixelsquared avatar pixelsquared commented on June 4, 2024

Ok the newest commit to master should fix this issue.

bd77805

from gvm-docker.

iamklaus avatar iamklaus commented on June 4, 2024

Adding "USERNAME" to env worked. Using without like in the installation guide described does not work. Many thanks for the fix.

from gvm-docker.

austinsonger avatar austinsonger commented on June 4, 2024

Closing

from gvm-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.