我注意到我的/var/log/unattended-upgrades/unattended-upgrades.log
WARNING Could not figure out development release: Distribution data outdated. Please check for an update for distro-info-data. See /usr/share/doc/distro-info-data/README.Debian for details
然而偶尔,在这些条目中也有一些其他条目表明确实正在进行一些安全修补;例如
INFO Packages that will be upgraded: wget
INFO Writing dpkg log to /var/log/unattended-upgrades/unattended-upgrades-dpkg.log
INFO All upgrades installed
这是怎么回事?是否是distro-info-data
最新的?如果不是,为什么会发生一些更新?
“无法确定开发版本”行只是一个警告,它不会阻止
unattended-upgrades
运行。拥有过时的distro-info-data
软件包仅意味着unattended-upgrades
无法确定开发版本的代号是什么,这会影响Unattended-Upgrade::DevRelease
设置为时的处理方式auto
。其他
unattended-upgrades
设置仍然适用 - 看来您正在运行 Ubuntu,因此您会wget
默认获得安全更新,例如最近的修复。