You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ systemctl disable wazuh-agent
Synchronizing state of wazuh-agent.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable wazuh-agent
Failed to disable unit: Too many levels of symbolic links
+ echo disable failed -- oh well
disable failed -- oh well
The text was updated successfully, but these errors were encountered:
I just tried to remove wazuh from a system and the apt/dpkg process failed miserably.
It took too much effort to debug, the error was from this line:
wazuh-packages/debs/SPECS/wazuh-manager/debian/preinst
Line 69 in daeeaa5
At the very least, if the output and error are going to be ignored, the error code should as well.
For debugging, I changed the code...
Here's the run w/ that change (under
sh -x
):+ systemctl disable wazuh-agent Synchronizing state of wazuh-agent.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable wazuh-agent Failed to disable unit: Too many levels of symbolic links + echo disable failed -- oh well disable failed -- oh well
The text was updated successfully, but these errors were encountered: