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

new dependency libxml2? #86

Open
itiligent opened this issue Jul 13, 2022 · 2 comments
Open

new dependency libxml2? #86

itiligent opened this issue Jul 13, 2022 · 2 comments

Comments

@itiligent
Copy link
Contributor

Hi,

I've been tweaking the script for a range of distributed deployments on raspi, and have been testing on (official) ubuntu 20.04 for raspi and raspian bullseye. Also testing with GVM 21.4.5

I suspect there is something not right when building the ospd-openvas lxml component.

On Raspian and Ubuntu there are always a few errors being logged with python setups ie
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/opt/gvm/lib/python3.9/site-packages/ospd/main.py", line 83, in exit_cleanup
server.close()
File "/opt/gvm/lib/python3.9/site-packages/ospd/server.py", line 231, in close
super().close()
AttributeError: 'NoneType' object has no attribute 'shutdown' etc

Installing on raspi Ubuntu 20.04 I get more verbose errors relating to missing dependencies of libxml2 (this is not included in the script).
I suspect the same issues have been occurring when installing on Ubuntu 20.04 x64 as well. say this becuase after adding libxml2 to the script, The installer (for the first time even after much play with this script) properly took its time to build lxml (setup.py) .. I'll test raspian another day but I exepect Raspian be the same.

@yu210148
Copy link
Owner

yu210148 commented Jul 13, 2022 via email

@yu210148
Copy link
Owner

yu210148 commented Jul 13, 2022 via email

yu210148 pushed a commit that referenced this issue Jul 13, 2022
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