Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not run jeremylong/open-vulnerability-data-mirror #221

Open
hicker-kin opened this issue Oct 24, 2024 · 1 comment
Open

could not run jeremylong/open-vulnerability-data-mirror #221

hicker-kin opened this issue Oct 24, 2024 · 1 comment

Comments

@hicker-kin
Copy link

hicker-kin commented Oct 24, 2024

run with docker like this:

docker run --name vulnz -itd -e NVD_API_KEY=00b50b29-xxxx -v nvd-cache:/usr/local/apache2/htdocs jeremylong/open-vulnerability-data-mirror:v7.0.0

show logs:
docker logs vulnz -f:

2024-10-24 09:08:14,446 WARN No file matches via include "/etc/supervisor/conf.d/.conf"
Updating...
crond 4.5 dillon's cron daemon, started with loglevel notice
Using NVD API KEY: 00b50
***
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 10.10.201.2. Set the 'ServerName' directive globally to suppress this message
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 10.10.201.2. Set the 'ServerName' directive globally to suppress this message
[Thu Oct 24 09:08:15.470574 2024] [mpm_event:notice] [pid 7:tid 7] AH00489: Apache/2.4.62 (Unix) configured -- resuming normal operations
[Thu Oct 24 09:08:15.470833 2024] [core:notice] [pid 7:tid 7] AH00094: Command line: 'httpd -D FOREGROUND'
_/
_/ _/ / / / /// ////
_/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/
/ /// _/ / / ////

Open Vulnerability Project
💖 Sponsor: https://github.com/sponsors/jeremylong

Updating...
crond 4.5 dillon's cron daemon, started with loglevel notice
Using NVD API KEY: 00b50****
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
(98)Address in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
2024-10-24 09:16:16,228 WARN exited: httpd (exit status 1; not expected)
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
(98)Address in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
2024-10-24 09:16:17,387 WARN exited: httpd (exit status 1; not expected)
_/
_/ _/ / / / /// ////
_/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/
/ /// _/ / / ////

Open Vulnerability Project
💖 Sponsor: https://github.com/sponsors/jeremylong

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
(98)Address in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
2024-10-24 09:16:20,305 WARN exited: httpd (exit status 1; not expected)

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
(98)Address in use: AH00072: make_sock: could not bind to address [::]:80
(98)Address in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
2024-10-24 09:16:24,026 WARN exited: httpd (exit status 1; not expected)
NVD API request failures are occurring; retrying request for the 5 time

NVD API request failures are occurring; retrying request for the 6 time

NVD API request failures are occurring; retrying request for the 7 time

NVD API request failures are occurring; retrying request for the 8 time

then, can not find pull cache data. what's wrong??

@jeremylong
Copy link
Owner

Do you already have something running on port 80? Does /usr/local/apache2/htdocs exist and can it be written to by the process?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants