N: Ignora il file '50unattended-upgrades.ucf-dist' nella directory '/etc/apt/apt.conf.d/' poiché ha un'estensione del nome file non valida


84

Ieri ho aggiornato la distro e oggi quando sto usando apt-getper installare qualcosa o per aggiornare, ricevo un errore:

N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension

Per quanto ne so, questo errore si verifica quando alcune nuove configurazioni / impostazioni vengono mescolate con quelle precedenti. Quindi ho provato a eseguirne il debug spostandomi nella cartellals -l /etc/apt/apt.conf.d/

total 52
-rw-r--r-- 1 root root   82 May 19 07:59 00CDMountPoint
-rw-r--r-- 1 root root   40 May 19 07:59 00trustcdrom
-rw-r--r-- 1 root root  769 Sep  2 23:56 01autoremove
-r--r--r-- 1 root root 1936 Sep 25 11:56 01autoremove-kernels
-rw-r--r-- 1 root root  628 Jan  4  2015 01autoremove-postgresql
-rw-r--r-- 1 root root  202 Sep 13 02:17 20listchanges
-rw-r--r-- 1 root root 1040 Dec  9  2014 20packagekit
-rw-r--r-- 1 root root 1438 Sep 16 16:46 50appstream
-rw-r--r-- 1 root root 3945 Jun 29  2015 50unattended-upgrades
-rw-r--r-- 1 root root 4072 Sep 24 19:57 50unattended-upgrades.ucf-dist
-rw-r--r-- 1 root root  182 Mar 19  2015 70debconf
-rw-r--r-- 1 root root  142 Oct  6  2014 80debtags

Sembra che il file 50unattended-upgrades.ucf-distsia presente. Ora la mia domanda è se uso rm 50unattended-upgrades.ucf-distallora provocherebbe incidenti mortali? Ho un po 'paura di usare rm qui, come l'estensione ucf-dist. Ho fatto ricerche su Internet e nei forum pubblici e le persone scrivevano sull'uso gconf-cleaner, ma non ci hanno provato!

Aggiornamento 1: Come suggerito nel commento, sto mettendo l'output di cat 50unattended-upgrades.ucf-dist

// Unattended-Upgrade::Origins-Pattern controls which packages are
// upgraded.
//
// Lines below have the format format is "keyword=value,...".  A
// package will be upgraded only if the values in its metadata match
// all the supplied keywords in a line.  (In other words, omitted
// keywords are wild cards.) The keywords originate from the Release
// file, but several aliases are accepted.  The accepted keywords are:
//   a,archive,suite (eg, "stable")
//   c,component     (eg, "main", "crontrib", "non-free")
//   l,label         (eg, "Debian", "Debian-Security")
//   o,origin        (eg, "Debian", "Unofficial Multimedia Packages")
//   n,codename      (eg, "jessie", "jessie-updates")
//     site          (eg, "http.debian.net")
// The available values on the system are printed by the command
// "apt-cache policy", and can be debugged by running
// "unattended-upgrades -d" and looking at the log file.
//
// Within lines unattended-upgrades allows 2 macros whose values are
// derived from /etc/debian_version:
//   ${distro_id}            Installed origin.
//   ${distro_codename}      Installed codename (eg, "jessie")
Unattended-Upgrade::Origins-Pattern {
        // Codename based matching:
        // This will follow the migration of a release through different
        // archives (e.g. from testing to stable and later oldstable).
//      "o=Debian,n=jessie";
//      "o=Debian,n=jessie-updates";
//      "o=Debian,n=jessie-proposed-updates";
//      "o=Debian,n=jessie,l=Debian-Security";

        // Archive or Suite based matching:
        // Note that this will silently match a different release after
        // migration to the specified archive (e.g. testing becomes the
        // new stable).
//      "o=Debian,a=stable";
//      "o=Debian,a=stable-updates";
//      "o=Debian,a=proposed-updates";
        "origin=Debian,codename=${distro_codename},label=Debian-Security";
};

// List of packages to not update (regexp are supported)
Unattended-Upgrade::Package-Blacklist {
//  "vim";
//  "libc6";
//  "libc6-dev";
//  "libc6-i686";
};

// This option allows you to control if on a unclean dpkg exit
// unattended-upgrades will automatically run 
//   dpkg --force-confold --configure -a
// The default is true, to ensure updates keep getting installed
//Unattended-Upgrade::AutoFixInterruptedDpkg "false";

// Split the upgrade into the smallest possible chunks so that
// they can be interrupted with SIGUSR1. This makes the upgrade
// a bit slower but it has the benefit that shutdown while a upgrade
// is running is possible (with a small delay)
//Unattended-Upgrade::MinimalSteps "true";

// Install all unattended-upgrades when the machine is shuting down
// instead of doing it in the background while the machine is running
// This will (obviously) make shutdown slower
//Unattended-Upgrade::InstallOnShutdown "true";

// Send email to this address for problems or packages upgrades
// If empty or unset then no email is sent, make sure that you
// have a working mail setup on your system. A package that provides
// 'mailx' must be installed. E.g. "user@example.com"
//Unattended-Upgrade::Mail "root";

// Set this value to "true" to get emails only on errors. Default
// is to always send a mail if Unattended-Upgrade::Mail is set
//Unattended-Upgrade::MailOnlyOnError "true";

// Do automatic removal of new unused dependencies after the upgrade
// (equivalent to apt-get autoremove)
//Unattended-Upgrade::Remove-Unused-Dependencies "false";

// Automatically reboot *WITHOUT CONFIRMATION* if
//  the file /var/run/reboot-required is found after the upgrade 
//Unattended-Upgrade::Automatic-Reboot "false";

// Automatically reboot even if there are users currently logged in.
//Unattended-Upgrade::Automatic-Reboot-WithUsers "true";

// If automatic reboot is enabled and needed, reboot at the specific
// time instead of immediately
//  Default: "now"
//Unattended-Upgrade::Automatic-Reboot-Time "02:00";

// Use apt bandwidth limit feature, this example limits the download
// speed to 70kb/sec
//Acquire::http::Dl-Limit "70";

1
Quel file non sta facendo nulla di ciò che penso - tutto è commentato? E viene comunque ignorato, quindi apparentemente il tuo sistema sta gestendo senza di esso. Lo farei mvda qualche parte che non verrà letto, come la tua casa, quindi potresti presumibilmente correggere il nome del file e rimetterlo a posto se mai ne avrai bisogno?
Zanna,

Ha funzionato @Zanna, dopo averlo spostato non mostra l'errore ma spero che dopo il riavvio il mio PC si apra. Ci proverei dopo. La mia ulteriore preoccupazione è prima di aggiornare la distribuzione, la velocità di avvio è stata abbastanza veloce, ora ci vogliono circa 2-3 minuti. Non ne
ho idea

Facci sapere dopo il riavvio. potresti pubblicare una risposta alla tua domanda :) Per vedere cosa ci mette così tanto all'avvio, corri systemd-analyze blame, ma questa è una nuova domanda.
Zanna,

Certo, aggiornerò la risposta una volta riavviato ... evviva!
Gerorge Timber,

Risposte:


76

Vedi questa spiegazione dell'origine e dello scopo dei file .ucf-dist . Ciò significa che puoi ignorare l'avviso (è quello che N:indica il prefisso) o rimuovere il file.

Prima di rimuovere il file, assicurarsi che non contenga alcun pacchetto che potrebbe essere ancora necessario. Confrontalo con quello attualmente attivo sul tuo sistema:

diff /etc/apt/apt.conf.d/50unattended-upgrades.ucf-old /etc/apt/apt.conf.d/50unattended-upgrades

Se sei sicuro di non aver più bisogno di nulla, puoi ignorare questo file o rimuoverlo. Per rimuovere il file eseguito:

sudo rm /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist

7
Non è necessario aggiornare e aggiornare dopo la rimozione di quel file. Il prefisso N:significa che è semplicemente un n Otice e non ha bloccato qualsiasi azione di Apt come l'aggiornamento e l'aggiornamento.
David Foerster,

Ma non ho potuto installare alcun software fino a quando non rimuovo il file. Grazie @Rashedul.
Isuru,

4
Non intendevi cancellare invece il vecchio file? vale a diresudo rm /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist-old
Yuval Atzmon il

nel mio caso, il file è "50unattended-upgrades.ucf-old", dovrebbero creare una convenzione per mantenere questi file obsoleti pur non generando alcun messaggio di log, quindi non perderemmo il file e non saremmo allarmati :)
Aquarius Potenza

1
@AquariusPower in Ubuntu 18.04 apt non allarma più i file con estensione di file .ucf-*.
jarno,

18

Questo è successo anche a me quando ho eseguito l'aggiornamento dal 14.04 al 16.04, durante l'installazione dell'aggiornamento mi è stato chiesto di scegliere tra il file 50unattended-upgrade originale (modificato da me) o quello originale contenuto nell'aggiornamento del pacchetto, ovviamente ho scelto di mantenere ex.

Dopo l'installazione, il file 50unattended-upgrades.ucf-dist non richiesto per il file era presente nel mio sistema, dopo che ho dato una rapida occhiata per verificare se c'erano cambiamenti significativi con la vecchia versione del file, era evidente che non ce n'era differenza, quindi l'ho semplicemente cancellato.

In conclusione , puoi semplicemente sbarazzartene se sei soddisfatto della tua attuale versione di 50 aggiornamenti automatici .

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.