I use salt stack along with a apt-cacher-ng qube to create templates. The set up was working fine for me until it did not.
I ran qubesctl command to install some packages on a template qube. There were log activity in two places
- In dom0, the file /var/log/qubes/mgmt-template-.log had below line
calling 'state.apply <salt stack sls name>'
- In apt-cacher-ng qube, the file /var/log/apt-cacher-ng/apt-cacher-ng.log had couple of new lines
For next seven minutes nothing happened. I did not expect the command to run for such long time as I was not installing lot of packages. My problem is there is no feedback on whether something is in progress (like a package is being downloaded) or the process is stuck somewhere. I eventually cancelled the command
Is there a way to know if apt-cacher-ng qube is downloading packages from the internet?