On 2022-11-21 07:21:12 +0800, Paul Wise wrote: > To see if a system is affected you can use these commands: > > zgrep -i anacron.*2.3-33 /var/log/apt/history.log* > systemctl status anacron.service anacron.timer
In the first command, the quotes for the grep regexp are missing. The correct command: zgrep -i 'anacron.*2.3-33' /var/log/apt/history.log* -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)