আমি উবুন্টু সার্ভারগুলিতে স্বয়ংক্রিয় আপগ্রেড সক্ষম করার জন্য ডকুমেন্টেশন অনুসরণ করেছি , তবে এটি আসলে কিছুই আপডেট করে না।
আমার /etc/apt/apt.conf.d/50unattended- আপগ্রেডগুলি প্রায় ডিফল্ট মনে হয়।
// Automatically upgrade packages from these (origin, archive) pairs
Unattended-Upgrade::Allowed-Origins {
"Ubuntu karmic-security";
"Ubuntu karmic-updates";
};
// List of packages to not update
Unattended-Upgrade::Package-Blacklist {
// "vim";
// "libc6";
// "libc6-dev";
// "libc6-i686";
};
// 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. The package 'mailx'
// must be installed or anything that provides /usr/bin/mail.
Unattended-Upgrade::Mail "pupeno@example.com";
// Automatically reboot *WITHOUT CONFIRMATION* if a
// the file /var/run/reboot-required is found after the upgrade
//Unattended-Upgrade::Automatic-Reboot "false";
ডিরেক্টরি / var / লগ / অপরিবর্তিত আপগ্রেড / ফাঁকা আছে। চালানো /etc/init.d/unattended- আপগ্রেড শুরু খুব সুন্দর নয়:
root@mozart:~# /etc/init.d/unattended-upgrades start
Checking for running unattended-upgrades: root@mozart:~#
কিছু ভেঙে গেছে বলে মনে হচ্ছে তবে কেন তা নিশ্চিত sure
আমার কাছে আপডেটগুলি মুলতুবি রয়েছে এবং সেগুলি প্রয়োগ করা হচ্ছে না:
root@mozart:~# aptitude safe-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The following packages will be upgraded:
linux-libc-dev
1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/743kB of archives. After unpacking 4096B will be used.
Do you want to continue? [Y/n/?]
আমার কাছে থাকা সমস্ত সার্ভারে অযৌক্তিকর আপগ্রেডগুলি অক্ষম করা আছে বলে মনে হচ্ছে:
root@mozart:~# apt-config shell UnattendedUpgradeInterval APT::Periodic::Unattended-Upgrade
root@mozart:~#
কোন ধারণা আমি কি অনুপস্থিত?