yu210148 / gvm_install

A script to install GVM 20 or 21 on Ubuntu 20.04 or Debian 10.
GNU General Public License v3.0
143 stars 72 forks source link

After new installation v22 on Debain 11, web Service not available #96

Closed schneemass closed 1 year ago

schneemass commented 1 year ago

I have tried the installation of v22 on Debain 11. GSA is not accessible via web. In the gsad.log are only entries

main: Could not write PID file

i think the gsad service is missing in the install-script https://greenbone.github.io/docs/latest/22.4/source-build/index.html#id140

and new notus-scanner? https://greenbone.github.io/docs/latest/22.4/source-build/index.html#notus-scanner

Is anyone running the v22?

yu210148 commented 1 year ago

Did GSA compile for you on Debian? I haven't tried version 22 there yet. I'm wondering if this is related to issue 95 or if this is a separate thing.

On Mon, Apr 24, 2023, 2:27 AM schneemass @.***> wrote:

I have tried the installation of v22 on Debain 11. GSA is not accessible via web. In the gsad.log are only entries

main: Could not write PID file

Is anyone running the v22?

— Reply to this email directly, view it on GitHub https://github.com/yu210148/gvm_install/issues/96, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKFY4ID5NVCXCV4RDIV6WDXCYMM5ANCNFSM6AAAAAAXJDQAWA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

schneemass commented 1 year ago

Have you tried v22 on Ubuntu and it works?

yu210148 commented 1 year ago

I tried it over the weekend and it didn't. If I get a chance later today I'll comment out the version 22 stuff in the main branch. Sorry about this. I merged the pull request before testing it properly so that's my bad.

On Mon, Apr 24, 2023, 8:21 AM schneemass @.***> wrote:

Have you tried v22 on Ubuntu and it works?

— Reply to this email directly, view it on GitHub https://github.com/yu210148/gvm_install/issues/96#issuecomment-1520056024, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKFY4L7FQPAVFFP42XXC53XCZV6BANCNFSM6AAAAAAXJDQAWA . You are receiving this because you commented.Message ID: @.***>

schneemass commented 1 year ago

ok, thanks, here my errors form Script - i think the same as #issue 95

p -r build/ /opt/gvm/share/gvm/gsad/web/ yarn install v1.22.19 [1/5] Validating package.json... error gsa@22.4.1: The engine "node" is incompatible with this module. Expected version ">=14.0". Got "12.22.12" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. yarn run v1.22.19 error gsa@22.4.1: The engine "node" is incompatible with this module. Expected version ">=14.0". Got "12.22.12" error Commands cannot run with an incompatible environment. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. cp: der Aufruf von stat für 'build/' ist nicht möglich: Datei oder Verzeichnis nicht gefunden

yu210148 commented 1 year ago

Yes, that's what is coming up on Ubuntu as well. So it seems that this is the same as issue 95. I'll note that it affects Debian too and close this one off as a duplicate of that.

On Mon, Apr 24, 2023, 8:41 AM schneemass @.***> wrote:

ok, thanks, her my errors form Script:

p -r build/* /opt/gvm/share/gvm/gsad/web/ yarn install v1.22.19 [1/5] Validating package.json... error @.: The engine "node" is incompatible with this module. Expected version ">=14.0". Got "12.22.12" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. yarn run v1.22.19 error @.: The engine "node" is incompatible with this module. Expected version ">=14.0". Got "12.22.12" error Commands cannot run with an incompatible environment. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

— Reply to this email directly, view it on GitHub https://github.com/yu210148/gvm_install/issues/96#issuecomment-1520083688, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKFY4KDY7CA4OIAHF2YI5LXCZYG5ANCNFSM6AAAAAAXJDQAWA . You are receiving this because you commented.Message ID: @.***>

yu210148 commented 1 year ago

Duplicate of issue 95. Also affecting Debian.