ercole-io / ercole-agent

Proactive Software Asset Management. Agent component
https://ercole.io
Other
24 stars 10 forks source link

Package for Linux Debian doesn't work properly #579

Closed anbrenna closed 1 month ago

anbrenna commented 5 months ago

Installation on Linux Debian failed with these errors: useradd: group 'oinstall' does not exist useradd: group 'dba' does not exist useradd: group 'oinstall' does not exist useradd: group 'mysql' does not exist

Solution: Befor adding the user to a group, check whether the group exists. If the group does not exist, the user must not be added.

afumagalli98 commented 4 months ago

not resolved