tampler commented on issue #8218:
URL: https://github.com/apache/cloudstack/issues/8218#issuecomment-1817475424
@GutoVeronezi One issue with ACS for Ubuntu 22.04 is uninstall. ACS doesn't
clean after itself, leaving hanging services and configs after removing and
purging binaries:
```sh
root@hyp0:~# systemctl status cloudstack-agent.service
○ cloudstack-agent.service
Loaded: masked (Reason: Unit cloudstack-agent.service is masked.)
Active: inactive (dead)
root@hyp0:~# systemctl status cloudstack-management.service
○ cloudstack-management.service
Loaded: masked (Reason: Unit cloudstack-management.service is masked.)
Active: inactive (dead)
root@hyp0:~# find / -name "cloudstack*"
/etc/systemd/system/cloudstack-management.service
/etc/systemd/system/multi-user.target.wants/cloudstack-management.service
/etc/systemd/system/multi-user.target.wants/cloudstack-agent.service
/etc/systemd/system/cloudstack-agent.service
/etc/profile.d/cloudstack-agent-profile.sh
/etc/security/limits.d/cloudstack-limits.conf
/etc/logrotate.d/cloudstack-agent
/var/crash/cloudstack-management.0.crash
/var/lib/dpkg/info/cloudstack-ui.list
/var/lib/dpkg/info/cloudstack-agent.list
/var/lib/dpkg/info/cloudstack-management.postrm
/var/lib/dpkg/info/cloudstack-agent.postrm
/var/lib/dpkg/info/cloudstack-management.list
/var/lib/systemd/deb-systemd-helper-masked/cloudstack-management.service
/var/lib/systemd/deb-systemd-helper-masked/cloudstack-agent.service
/var/lib/systemd/deb-systemd-helper-enabled/cloudstack-agent.service.dsh-also
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cloudstack-management.service
/var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cloudstack-agent.service
/var/lib/systemd/deb-systemd-helper-enabled/cloudstack-management.service.dsh-also
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]