GVM-10 (beta) used the web to create a user and then changed the password, causing the gsad service to crash

Installed gvm-10 (beta) on ubuntu18.04.
Start the gvmd openvassd and gsad. Then I logged in https://127.0.0.1
Then I created a new user on the web page and changed the user password, and the gsad service crashed.


Error message:
An error occurred during making the request. Most likely the web server does not respond.

Could you please explain in detail step by step what you did exactly?

If you are insecure about your language you can also paste screenshots for every step here.

Thank you very much. I uploaded a screenshot that I hope works.

Hmm three running gsad processes is a bit strange. There should only be one gsad. Could you kill all processes, restart gsad and try again? I don’t think this will fix your issue but maybe this causes some weird behavior already.

Would be nice to get the the error log from the browsers console too. Could you open the browser console (should be ctrl+shift+c in chrome and ctrl+shift+k in firefox), clear the console, reproduce the error and paste the error output of the console here?

Thank you for your patience.I copied the Chrome Network GMP request content.
Sorry, the system says I can only put two links.

Request Headers:
Provisional headers are shown
Content-Type: multipart/form-data; boundary=----WebKitFormBoundarypi3RtOCKGeQ8KRgM
Origin: https://192.168.0.106
Referer: https://192.168.0.106/users
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36
Form Data
token: d4fe9e08-86d6-4343-b926-f90d5ea1526e
cmd: save_user
access_hosts:
access_ifaces:
comment:
hosts_allow: 0
ifaces_allow: 0
login: test
modify_password: 1
old_login: test
password: 123
role_ids:: 7a8cb5b4-b74d-11e2-8187-406186ea4fc5
user_id: 43290ee3-145b-4d7f-9fc3-8bbbabf5e32b

http.js:160 POST https://192.168.0.106/gmp net::ERR_CONNECTION_REFUSED
(anonymous) @ http.js:160
value @ http.js:120
value @ http.js:58
value @ gmp.js:60
value @ users.js:199
value @ component.js:78
onSave @ component.js:198
value @ savedialog.js:68
onClick @ savedialog.js:139
onClick @ withClickHandler.js:46
(anonymous) @ react-dom.production.min.js:41
invokeGuardedCallback @ react-dom.production.min.js:53
invokeGuardedCallbackAndCatchFirstError @ react-dom.production.min.js:56
L @ react-dom.production.min.js:174
k @ react-dom.production.min.js:202
D @ react-dom.production.min.js:215
S @ react-dom.production.min.js:192
W @ react-dom.production.min.js:258
I @ react-dom.production.min.js:267
Ln @ react-dom.production.min.js:1759
Za @ react-dom.production.min.js:5246
Qe @ react-dom.production.min.js:811
Dn @ react-dom.production.min.js:1805
nc @ react-dom.production.min.js:5286
En @ react-dom.production.min.js:1782

http.js:160 GET https://192.168.0.106/gmp?token=d4fe9e08-86d6-4343-b926-f90d5ea1526e&cmd=get_users net::ERR_CONNECTION_REFUSED
(anonymous) @ http.js:160
value @ http.js:120
value @ http.js:50
value @ entities.js:74
(anonymous) @ actions.js:91
(anonymous) @ index.js:8
loadEntities @ withEntitiesContainer.js:82
value @ container.js:170
value @ container.js:175
value @ container.js:241
setTimeout (async)
value @ container.js:219
(anonymous) @ container.js:170
Promise.then (async)
value @ container.js:170
value @ container.js:175
value @ container.js:241


After changing the password, the gsad service disappears.

Ok in that case gsad did crash during the save_user request. If you are using the beta1 it may have already been fixed in master.

Thank you for your reply. I still have this problem with the latest code downloaded at GITHUB