-
Wonder what you do to ensure that apt installs have been successful? So, I have quite a large number of packets to install and they (of course) have to be correctly installed for subsequent operations. I wonder how to ensure that installation has been successful in an automatic manner. One possibility is to scan through the apt log produced by sdm. Another possibility is to use dpkg, for example: dpkg -s | grep Status: Any comments or suggestions? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I typically review the contents of /etc/sdm/apt.log and /etc/sdm/history each time I do a customization. Partly because, as the maintainer, I need to be on the lookout for problems, but mostly because I like to make sure that things actually worked as I expected. It's much quicker/cheaper to check before spending the time to burn and boot the system, only to discover that something didn't work correctly. If you're having apt install problems, one possible help is to use the As far as checking logs in an automatic manner, I think it's pretty much scanning the above 2 files. All errors in In looking at the sdm apt code I see that there is no sdm messaging of apt errors done into |
Beta Was this translation helpful? Give feedback.
-
The change to note the occurrence of apt failures is implemented in V7.5 |
Beta Was this translation helpful? Give feedback.
The change to note the occurrence of apt failures is implemented in V7.5