This happens in around 30% of the cases when I run CLI autoinstaller to update/install/remove packages.
As you can see, after the autoinstaller finishes, xinetd is not running and has to be started again.
Code:
Patches were installed successfully.
The changes were applied successfully.
Synchronizing the Debian APT package index files...
# pgrep -lf xinetd || service xinetd start
Starting internet superserver: xinetd.
# pgrep -lf xinetd || service xinetd start
849 /usr/sbin/xinetd -pidfile /var/run/xinetd.pid -stayalive
As you can see, after the autoinstaller finishes, xinetd is not running and has to be started again.