Package on hold (was: Disable upgrades on grub)

2025-05-29 Thread Stefan Monnier
>> echo "PKGNAME hold" | sudo dpkg --set-selections > is that the same as apt-mark hold PKGNAME Reminds me that I wish we could add a comment describing why it's on hold (or alternatively, provide a config file where we can write which package should be held, using a format that allows comments).

Re: Disable upgrades on grub

2025-05-29 Thread xuser
Thanks On Thu, 29 May 2025, Felix Miata wrote: Date: Thu, 29 May 2025 14:41:08 -0400 From: Felix Miata To: debian-user@lists.debian.org Subject: Re: Disable upgrades on grub Resent-Date: Thu, 29 May 2025 18:41:29 + (UTC) Resent-From: debian-user@lists.debian.org Greg Wooledge composed on

Re: Disable upgrades on grub

2025-05-29 Thread Greg Wooledge
On Thu, May 29, 2025 at 18:38:31 +, fxkl4...@protonmail.com wrote: > On Thu, 29 May 2025, Greg Wooledge wrote: > > > On Thu, May 29, 2025 at 17:54:00 +, xuser wrote: > >> How to configure apt to not install upgrades for grub? > > > > echo "PKGN

Re: Disable upgrades on grub

2025-05-29 Thread Felix Miata
Greg Wooledge composed on 2025-05-29 14:27 (UTC-0400): > On Thu, May 29, 2025 at 17:54:00 +, xuser wrote: >> How to configure apt to not install upgrades for grub? > echo "PKGNAME hold" | sudo dpkg --set-selections > Do that for each package you want to put on hold

Re: Disable upgrades on grub

2025-05-29 Thread fxkl47BF
On Thu, 29 May 2025, Greg Wooledge wrote: > On Thu, May 29, 2025 at 17:54:00 +, xuser wrote: >> How to configure apt to not install upgrades for grub? > > echo "PKGNAME hold" | sudo dpkg --set-selections > > Do that for each package you want to put on hold.

Re: Disable upgrades on grub

2025-05-29 Thread Greg Wooledge
On Thu, May 29, 2025 at 17:54:00 +, xuser wrote: > How to configure apt to not install upgrades for grub? echo "PKGNAME hold" | sudo dpkg --set-selections Do that for each package you want to put on hold.

Disable upgrades on grub

2025-05-29 Thread xuser
How to configure apt to not install upgrades for grub? xu...@sdf.org SDF Public Access UNIX System - http://sdf.org

Make Synaptic resolve package upgrades like aptitude?

2025-03-08 Thread Steven Robbins
I generally use Synaptic package manager because I like the UI when searching and selecting packages to install. However, I find that the package resolution phase leaves a lot to be desired. Because I use "sid", I regularly find myself in a situation where "Mark All Upgrad

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Max Nikulin
, but from unit and scripts content my impression is that apt-daily-upgrade.service may apply security updates even when the unattended-upgrades package is not installed. Despite apt-daily-upgrade.timer is enabled out of the box, without unattended-upgrades, the service does nothing in de

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread songbird
Dan Ritter wrote: > Stefan Monnier wrote: >> On my trusty Thinkpad X30, upgrades are sufficiently taxing that having >> them run unexpectedly can be a real problem, so I tried to prevent >> unattended upgrades a few months ago. > > > I have always preferred the apti

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Charles Curley
rom that, you'd have to remove the timer event. However you do > that. I've never used systemd timers yet. I *think* that's got it. Now to be sure I remember all this when it comes time to allow automatic upgrades again. -- Does anybody read signatures any more? https://charlescurley.com https://charlescurley.com/blog/

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Greg Wooledge
On Sun, Dec 10, 2023 at 02:10:43PM -0700, Charles Curley wrote: > On Sun, 10 Dec 2023 14:51:48 -0600 > David Wright wrote: > > > I think it might be worth googling and reading "three levels of off" > > (with the quotes). > > > > 1. You can stop a service. That simply terminates the running > >

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Charles Curley
On Sun, 10 Dec 2023 14:51:48 -0600 David Wright wrote: > I think it might be worth googling and reading "three levels of off" > (with the quotes). > > 1. You can stop a service. That simply terminates the running > instance of the service and does little else. If due to some form > o

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Dan Ritter
Stefan Monnier wrote: > On my trusty Thinkpad X30, upgrades are sufficiently taxing that having > them run unexpectedly can be a real problem, so I tried to prevent > unattended upgrades a few months ago. I have always preferred the apticron package, which by default updates daily and

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread David Wright
On Sun 10 Dec 2023 at 13:39:50 (-0700), Charles Curley wrote: > On Sun, 10 Dec 2023 14:17:36 -0600 > David Wright wrote: > > > Why is the service loaded, enabled and enabled then? Don't you need > > to disable or mask it? Presumably it sits there, dead, all day > > normally, and pops up at an app

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Charles Curley
On Sun, 10 Dec 2023 14:17:36 -0600 David Wright wrote: > Why is the service loaded, enabled and enabled then? Don't you need > to disable or mask it? Presumably it sits there, dead, all day > normally, and pops up at an appropriate time. As I understand things, start and stop are for immediate c

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread David Wright
gt; > Exactly how did you "shut down" unattended-upgrades? > > > > root@chaffee:/etc/dhcp# systemctl stop unattended-upgrades.service > root@chaffee:/etc/dhcp# systemctl status unattended-upgrades.service > ● unattended-upgrades.service - Unattended Upgrades Shutdown >

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Charles Curley
On Sun, 10 Dec 2023 23:59:04 +0700 Max Nikulin wrote: > On 10/12/2023 22:49, Charles Curley wrote: > [...] > > systemctl status apt-daily-upgrade.timer > root@issola:~# systemctl status apt-daily-upgrade.timer ● apt-daily-upgrade.timer - Daily apt upgrade and clean activities Loaded: l

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Charles Curley
On Sun, 10 Dec 2023 16:11:44 + Michael Kjörling <2695bd53d...@ewoof.net> wrote: > On 10 Dec 2023 08:49 -0700, from charlescur...@charlescurley.com > (Charles Curley): [...] > > Exactly how did you "shut down" unattended-upgrades? > root@chaffee:/etc/

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Stefan Monnier
> I double checked this morning. All machines had unattended upgrades > shut off as of yesterday evening, well before the > unattended-uogrades ran. On my trusty Thinkpad X30, upgrades are sufficiently taxing that having them run unexpectedly can be a real problem, so I tried t

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Max Nikulin
On 10/12/2023 22:49, Charles Curley wrote: root@issola:/var# systemctl status unattended-upgrades.service systemctl status apt-daily-upgrade.timer

Re: Unattended Upgrades Ran Anyway.

2023-12-10 Thread Michael Kjörling
On 10 Dec 2023 08:49 -0700, from charlescur...@charlescurley.com (Charles Curley): > Due to the recent traffic about the defective kernel in Bookworm > (12.3), I shut down unattended-upgrades on all my machines (Bookworm > and Bullseye). To my surprise, three of them ran unattended

Unattended Upgrades Ran Anyway.

2023-12-10 Thread Charles Curley
Due to the recent traffic about the defective kernel in Bookworm (12.3), I shut down unattended-upgrades on all my machines (Bookworm and Bullseye). To my surprise, three of them ran unattended-upgrades anyway. One of them is Bullseye, so it was a harmless error. But still…. The two Bookworm

Upgrades of Debian and Ubuntu

2023-02-16 Thread Max Nikulin
opinions about broken upgrades of ubuntu, but real reasons are unclear for me. My experience is that without 3rd party repository upgrades works well enough. I faced some minor issues, but they were not a reason to reinstall.

Re: Re: how disable package upgrades before "Select and install software" on net.iso

2022-06-23 Thread visqajin
hello mick, > On 2022-06-23 07:26, visqa...@yahoo.com wrote: > hello debian users, > twice installation failed due to error: WARNING **: Configuring 'pkgsel' failed with error code 100 >i am trying to install using 11.3 net.iso on vm. i have seen couple of > debian bugs, how

Re: how disable package upgrades before "Select and install software" on net.iso

2022-06-23 Thread mick crane
On 2022-06-23 07:26, visqa...@yahoo.com wrote: hello debian users, twice installation failed due to error: WARNING **: Configuring 'pkgsel' failed with error code 100 i am trying to install using 11.3 net.iso on vm. i have seen couple of debian bugs, however they are closed with latest iso. ho

how disable package upgrades before "Select and install software" on net.iso

2022-06-22 Thread visqajin
hello debian users, twice installation failed due to error: WARNING **: Configuring 'pkgsel' failed with error code 100 i am trying to install using 11.3 net.iso on vm. i have seen couple of debian bugs, however they are closed with latest iso. how do i resolve issue this issue? regards, visq

Re: Report a bug against which package - unattended-upgrades / apt / dpkg ??

2022-03-22 Thread Dan Ritter
David Wright wrote: > On Mon 21 Mar 2022 at 15:07:45 (+), Dr. Alex Sheppard wrote: > > On 21/03/2022 14:02, Dan Ritter wrote: > > > Dr. Alex Sheppard wrote: > > So, unless anyone can explain otherwise, I think there is a bug to > > report against unattended-u

Re: Report a bug against which package - unattended-upgrades / apt / dpkg ??

2022-03-21 Thread David Wright
On Mon 21 Mar 2022 at 15:07:45 (+), Dr. Alex Sheppard wrote: > On 21/03/2022 14:02, Dan Ritter wrote: > > Dr. Alex Sheppard wrote: > > > > > >     Unattended upgrades ended up removing some of the packages it was was > > > going to upgrade ... bind9 being

Re: Report a bug against which package - unattended-upgrades / apt / dpkg ??

2022-03-21 Thread Dr. Alex Sheppard
On 21/03/2022 14:02, Dan Ritter wrote: Dr. Alex Sheppard wrote: Hi,     Unattended upgrades ended up removing some of the packages it was was going to upgrade ... bind9 being one of them and thereby breaking DNS on a client's network.     Is this a bug in unattended upgrades, or a b

Re: Report a bug against which package - unattended-upgrades / apt / dpkg ??

2022-03-21 Thread Dan Ritter
Dr. Alex Sheppard wrote: > Hi, > >     Unattended upgrades ended up removing some of the packages it was was > going to upgrade ... bind9 being one of them and thereby breaking DNS on a > client's network. > >     Is this a bug in unattended upgrades, or a bug in

Report a bug against which package - unattended-upgrades / apt / dpkg ??

2022-03-21 Thread Dr. Alex Sheppard
Hi,     Unattended upgrades ended up removing some of the packages it was was going to upgrade ... bind9 being one of them and thereby breaking DNS on a client's network.     Is this a bug in unattended upgrades, or a bug in apt or dpkg? Here is an extract from my unattended-upgrades.l

Re: Graphical session does not close until unattended-upgrades has applied all updates

2021-04-23 Thread Yvan Masson
Le 23/04/2021 à 21:07, Yvan Masson a écrit : Le 23/04/2021 à 20:18, didier gaumet a écrit : 1) Unattended-upgrade at shutdown and after Lightdm is stopped: Perhaps a solution would be to : - stop and disable the unattended-upgrade systemd service - edit the unattended-upgrades config

Re: Graphical session does not close until unattended-upgrades has applied all updates

2021-04-23 Thread Yvan Masson
Le 23/04/2021 à 20:18, didier gaumet a écrit : 1) Unattended-upgrade at shutdown and after Lightdm is stopped: Perhaps a solution would be to : - stop and disable the unattended-upgrade systemd service - edit the unattended-upgrades config file to setup the shutdown to false - write/enable

Re: Graphical session does not close until unattended-upgrades has applied all updates

2021-04-23 Thread didier gaumet
1) Unattended-upgrade at shutdown and after Lightdm is stopped: Perhaps a solution would be to : - stop and disable the unattended-upgrade systemd service - edit the unattended-upgrades config file to setup the shutdown to false - write/enable/start your custom systemd service that runs /usr

Re: Graphical session does not close until unattended-upgrades has applied all updates

2021-04-23 Thread Yvan Masson
it is not already the case (when unattended-upgrades the A bit is missing there (cut/past and absent-minded poster): ..." systemd service is started after the LightDM systemd service is stopped), it is perhaps possible to modify the "... unattended-upgrades.service syste

Re: Graphical session does not close until unattended-upgrades has applied all updates

2021-04-23 Thread didier gaumet
Le 23/04/2021 à 11:59, didier gaumet a écrit : I should check what I wrote before posting :-( [...] Disclaimer: I have never experimented myself whait I suggest "what" [...] As for Plymouth notifying about ugrades during shutdown, if it is not already the case (when unattended-up

Re: Graphical session does not close until unattended-upgrades has applied all updates

2021-04-23 Thread didier gaumet
the unattended-upgrades.service systemd service by declaring that the lightdm service is to be stopped before this service is started would do. As for Plymouth notifying about ugrades during shutdown, if it is not already the case (when unattended-upgrades the unattended-upgrades.service

Graphical session does not close until unattended-upgrades has applied all updates

2021-04-23 Thread Yvan Masson
Hi list, I am preparing some Debian 11 desktops for a school (for when it will be the new stable). The setup is very simple: no root account, one partition, tasks desktop/Cinnamon/SSH. Unattended-upgrades is configured to install updates on shutdown (see 1): upgrading works properly, but is

Re: Buster 10.9 why does apt -y update followed by apt -y upgrade not proceed with upgrades

2021-04-07 Thread Curt
On 2021-04-07, Keith Christian wrote: > Looking on the www, some people recommend using apt-get -y upgrade or > apt-get -y install to avoid the following message: > > "NNN packages can be upgraded. Run 'apt list > --upgradable' to see them." That's the message you receive afte

Re: Buster 10.9 why does apt -y update followed by apt -y upgrade not proceed with upgrades

2021-04-07 Thread David Wright
On Wed 07 Apr 2021 at 08:19:40 (-0600), Keith Christian wrote: > Looking on the www, some people recommend using apt-get -y upgrade or > apt-get -y install to avoid the following message: > > "NNN packages can be upgraded. Run 'apt list > --upgradable' to see them." > > Is "ap

Re: Buster 10.9 why does apt -y update followed by apt -y upgrade not proceed with upgrades

2021-04-07 Thread IL Ka
works for me: $ apt -y update && apt upgrade -y You can also use yes(1): yes | apt upgrade On Wed, Apr 7, 2021 at 5:20 PM Keith Christian wrote: > Looking on the www, some people recommend using apt-get -y upgrade or > apt-get -y install to avoid the following message: > >

Buster 10.9 why does apt -y update followed by apt -y upgrade not proceed with upgrades

2021-04-07 Thread Keith Christian
Looking on the www, some people recommend using apt-get -y upgrade or apt-get -y install to avoid the following message: "NNN packages can be upgraded. Run 'apt list --upgradable' to see them." Is "apt" unable to perform an "upgrade," or am I missing a command line option (e.g

Re: SOLVED: Re: How to add an origin to unattended upgrades?

2020-10-20 Thread Charles Curley
On Mon, 19 Oct 2020 12:51:20 -0600 Charles Curley wrote: > On Fri, 16 Oct 2020 13:24:06 -0600 > Charles Curley wrote: > > > I have unattended upgrades running on a testbed laptop. I would like > > to add an origin to the list, but I don't think I am getting the

Re: SOLVED??: Re: How to add an origin to unattended upgrades?

2020-10-20 Thread Charles Curley
On Tue, 20 Oct 2020 10:38:20 +0300 Andrei POPESCU wrote: > > -- > > // "o=Debian Backports,a=${distro_codename}-backports,l=Debian > > Backports"; "o=Vivaldi Technologies,a=stable,l=Official Vivaldi > > package repository"; }; > > -

Re: SOLVED??: Re: How to add an origin to unattended upgrades?

2020-10-20 Thread Andrei POPESCU
On Lu, 19 oct 20, 12:51:20, Charles Curley wrote: > > On further reflection, I looked at the sample entries for origins, and > realized that the line for Debian Backports in the Archive or Suite > section might be a better model to try. After commenting out my > original effort, I added: > >

SOLVED??: Re: How to add an origin to unattended upgrades?

2020-10-19 Thread Charles Curley
On Fri, 16 Oct 2020 13:24:06 -0600 Charles Curley wrote: > I have unattended upgrades running on a testbed laptop. I would like > to add an origin to the list, but I don't think I am getting the entry > quite right. The origin is for vivaldi, which has its own repo outside >

Re: How to add an origin to unattended upgrades?

2020-10-19 Thread Charles Curley
On Sun, 18 Oct 2020 13:29:26 +0300 Andrei POPESCU wrote: > This looks good to me. > > After looking through the bugs list for unattended-upgrades I would > suggest you check whether upgrading vivaldi-stable requires > installing new packages or package removals ('apt upgra

Re: How to add an origin to unattended upgrades?

2020-10-18 Thread Andrei POPESCU
.1929.45-1 100 > 100 /var/lib/dpkg/status > root@orca:~# > -- This looks good to me. After looking through the bugs list for unattended-upgrades I would suggest you check whether upgrading vivaldi-stable requires installing new packages or package

Re: How to add an origin to unattended upgrades?

2020-10-17 Thread Charles Curley
On Sat, 17 Oct 2020 09:21:22 +0300 Andrei POPESCU wrote: > Please show also the output of 'apt policy vivaldi' (or whatever the > package name is). -- root@orca:~# apt policy vivaldi-stable vivaldi-stable: Installed: 3.1.1929.45-1 Candidate: 3

Re: How to add an origin to unattended upgrades?

2020-10-16 Thread Andrei POPESCU
On Vi, 16 oct 20, 13:24:06, Charles Curley wrote: > > -- > root@orca:~# apt-cache policy | grep -i vivaldi > 500 http://repo.vivaldi.com/stable/deb stable/main i386 Packages > release o=Vivaldi Technologies,a=stable,l=Official Vivaldi package

How to add an origin to unattended upgrades?

2020-10-16 Thread Charles Curley
I have unattended upgrades running on a testbed laptop. I would like to add an origin to the list, but I don't think I am getting the entry quite right. The origin is for vivaldi, which has its own repo outside the Debian repos. I set things up according to https://wiki.debia

Re: Question on Unattended Upgrades

2020-05-13 Thread Marco Möller
On 12.05.20 07:25, Keifer Bly wrote: Is there a way to configure it to automatically restart when a package that needs to be restarted is upgraded? Thx. Restarting might not be needed at all if applying some "live patching" mechanism. It might not be helpful for you, but I thought to mention i

Re: Question on Unattended Upgrades

2020-05-13 Thread l0f4r0
Hi, 13 mai 2020 à 06:39 de keifer@gmail.com: > I am not backing this machine up to a physical drive, it is a VPS, so being > hosted in the cloud and all. We are not dealing with databases, but just > pushing traffic between nodes, etc. They strongly advise be running both the > most secure

Re: Question on Unattended Upgrades

2020-05-13 Thread Gene Heskett
On Wednesday 13 May 2020 03:53:36 l0f...@tuta.io wrote: > Hi, > > 13 mai 2020 à 06:39 de keifer@gmail.com: > > I am not backing this machine up to a physical drive, it is a VPS, > > so being hosted in the cloud and all. We are not dealing with > > databases, but just pushing traffic between no

Re: Question on Unattended Upgrades

2020-05-12 Thread Gene Heskett
ded? > >>>> > >>>> I think 'Unattended-Upgrade::Automatic-Reboot "true";' should do > >>>> it in /etc/apt/apt.conf.d/50unattended-upgrades. If I were you, I > >>>> would check /etc/apt/apt.conf.d/20auto-upgrades as well beca

Re: Question on Unattended Upgrades

2020-05-12 Thread Keifer Bly
o automatically restart when a > >>>>> package that needs to be restarted is upgraded? > >>>> > >>>> I think 'Unattended-Upgrade::Automatic-Reboot "true";' should do > >>>> it in /etc/apt/apt.conf.d/50unattended-upg

Re: Question on Unattended Upgrades

2020-05-12 Thread Tom Dial
gt;> 12 mai 2020 à 08:22 de keifer@gmail.com: >>>>> Is there a way to configure it to automatically restart when a >>>>> package that needs to be restarted is upgraded? >>>> >>>> I think 'Unattended-Upgrade::Automatic-Reboot "

Re: Question on Unattended Upgrades

2020-05-12 Thread Keifer Bly
Right, so according to i0f...@tutra.io's advice, I changed the line " 'Unattended-Upgrade::Automatic-Reboot "false" to 'Unattended-Upgrade::Automatic-Reboot "true" in /etc/apt/apt.conf.d/50unattended-upgrades. Upon checking /etc/apt/apt.conf.d/20auto-

Re: Question on Unattended Upgrades

2020-05-12 Thread l0f4r0
ption? > APT::Periodic::Unattended-Upgrade "1"; enables "apt upgrade" itself.More details on: * https://wiki.debian.org/UnattendedUpgrades. * man unattended-upgrades * /usr/share/doc/unattended-upgrades/README.md.gz Best regards, l0f4r0

Re: Question on Unattended Upgrades

2020-05-12 Thread John Covici
gt; On Tue 12 May 2020 at 15:14:51 (-0400), John Covici wrote: > > To get back to the topic -- I have unattended updates set supposedly, > > but they do nothing. > > > > Here are the relevant files from my apt.conf.d directory > > > > 20-auto-upgrade

Re: Question on Unattended Upgrades

2020-05-12 Thread David Wright
On Tue 12 May 2020 at 15:14:51 (-0400), John Covici wrote: > To get back to the topic -- I have unattended updates set supposedly, > but they do nothing. > > Here are the relevant files from my apt.conf.d directory > > 20-auto-upgrades > apt::periodic::unattended-upgrade &q

Re: Question on Unattended Upgrades

2020-05-12 Thread John Covici
To get back to the topic -- I have unattended updates set supposedly, but they do nothing. Here are the relevant files from my apt.conf.d directory 20-auto-upgrades apt::periodic::unattended-upgrade "1"; Here is my 50-unattended-upgrades // Unattended-Upgrade::Origins-Pattern cont

Re: Question on Unattended Upgrades

2020-05-12 Thread David Wright
On Tue 12 May 2020 at 07:48:49 (-0400), rhkra...@gmail.com wrote: > On Tuesday, May 12, 2020 02:22:13 AM Keifer Bly wrote: > > Is there a way to configure it to automatically restart when a package that > > needs to be restarted is upgraded? Thx. > > If there is a comand named "needrestart" (I don

Re: Question on Unattended Upgrades

2020-05-12 Thread Celejar
> > > > > > > > 12 mai 2020 à 08:22 de keifer@gmail.com: > > > > > Is there a way to configure it to automatically restart when a > > > > > package that needs to be restarted is upgraded? > > > > > > > > I think 'U

Re: Question on Unattended Upgrades

2020-05-12 Thread Gene Heskett
s there a way to configure it to automatically restart when a > > > > package that needs to be restarted is upgraded? > > > > > > I think 'Unattended-Upgrade::Automatic-Reboot "true";' should do > > > it in /etc/apt/apt.conf.d/50unattended

Re: Question on Unattended Upgrades

2020-05-12 Thread Celejar
age that needs to be restarted is upgraded? > > > > I think 'Unattended-Upgrade::Automatic-Reboot "true";' should do it > > in /etc/apt/apt.conf.d/50unattended-upgrades. If I were you, I would > > check /etc/apt/apt.conf.d/20auto-upgrades as well

Re: Question on Unattended Upgrades

2020-05-12 Thread John Hasler
Keifer Bly writes: > I am wondering, does the OS need to be restarted for the upgrade to > take effect? Only if the kernel was upgraded. > What file would I check to make sure the unattended upgrades is > working and the packages it updated? >From the man page: All operation

Re: Question on Unattended Upgrades

2020-05-12 Thread Reco
Hi. On Tue, May 12, 2020 at 07:48:49AM -0400, rhkra...@gmail.com wrote: > On Tuesday, May 12, 2020 02:22:13 AM Keifer Bly wrote: > > Is there a way to configure it to automatically restart when a package that > > needs to be restarted is upgraded? Thx. > > If there is a comand named "need

Re: Question on Unattended Upgrades

2020-05-12 Thread Greg Wooledge
On Tue, May 12, 2020 at 07:48:49AM -0400, rhkra...@gmail.com wrote: > On Tuesday, May 12, 2020 02:22:13 AM Keifer Bly wrote: > > Is there a way to configure it to automatically restart when a package that > > needs to be restarted is upgraded? Thx. > > If there is a comand named "needrestart" (I d

Re: Question on Unattended Upgrades

2020-05-12 Thread rhkramer
On Tuesday, May 12, 2020 02:22:13 AM Keifer Bly wrote: > Is there a way to configure it to automatically restart when a package that > needs to be restarted is upgraded? Thx. If there is a comand named "needrestart" (I don't see it on my Wheezy system), then presumably a (bash?) script could be w

Re: Question on Unattended Upgrades

2020-05-12 Thread l0f4r0
Hi, 12 mai 2020 à 12:03 de ghesk...@shentel.net: > I can see a major disaster in the making, what if that reboot was > commanded in the middle of your nightly backup run, leaving your backup > program with a totally bogus database it cannot recover from? > > Frankly the update shouldn't be allo

Re: Question on Unattended Upgrades

2020-05-12 Thread Gene Heskett
omatic-Reboot "true";' should do it > in /etc/apt/apt.conf.d/50unattended-upgrades. If I were you, I would > check /etc/apt/apt.conf.d/20auto-upgrades as well because those are > the 2 most important configuration files for unattended-upgrades. > > Best regards, &g

Re: Question on Unattended Upgrades

2020-05-12 Thread l0f4r0
Hi, 12 mai 2020 à 08:22 de keifer@gmail.com: > Is there a way to configure it to automatically restart when a package that > needs to be restarted is upgraded? > I think 'Unattended-Upgrade::Automatic-Reboot "true";' should do it in  /etc/apt/apt.conf.d/50unatt

Re: Question on Unattended Upgrades

2020-05-11 Thread Keifer Bly
Is there a way to configure it to automatically restart when a package that needs to be restarted is upgraded? Thx. --Keifer On Mon, May 11, 2020 at 11:14 PM Charles Curley < charlescur...@charlescurley.com> wrote: > On Tue, 12 May 2020 11:54:48 +0700 > Victor Sudakov wrote: > > > > Does the OS

Re: Question on Unattended Upgrades

2020-05-11 Thread Charles Curley
On Tue, 12 May 2020 11:54:48 +0700 Victor Sudakov wrote: > > Does the OS need to be restarted for this to take effect? Thx. > > That depends. If the kernel has been upgraded, then probably yes. > > If some daemon has been upgraded, it could be enough to restart the > daemon (or does apt rest

Re: Re: Question on Unattended Upgrades

2020-05-11 Thread Keifer Bly
Is there a way to configure it to automatically restart when a package that needs to be restarted is upgraded? Thx. --Keifer Virus-free. www.avast.com

Re: Re: Question on Unattended Upgrades

2020-05-11 Thread Victor Sudakov
Keifer Bly wrote: >So upon doing that, I am seeing this: Please don't use graphics where you could have shown plain text. Not everyone here is using a graphical mail client. > >Does this mean it is updating these automatically? Look for lines matching "Commandline: /usr/bin/unattended-

Re: Question on Unattended Upgrades

2020-05-11 Thread Victor Sudakov
Keifer Bly wrote: > What file would > I check to make sure the unattended upgrades is working and the > packages it updated? Thanks. I look for lines matching "Commandline: /usr/bin/unattended-upgrade" in /var/log/apt/history.log, but there may be a better approach. -- Vi

Question on Unattended Upgrades

2020-05-11 Thread Keifer Bly
Hello, So I am using unattended upgrades for my Debian Linux OS, as well as a certain package I added to be updated by it. I am wondering, does the OS need to be restarted for the upgrade to take effect? What file would I check to make sure the unattended upgrades is working and the packages it

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-15 Thread Charles Curley
On Tue, 15 Oct 2019 17:03:19 +1100 Keith Bainbridge wrote: > Also, there is a process to get one PC to download the updates, and > share that /var/cache/apt/archives/ to your other PCs You might look into apt-cacher or apt-cacher-ng for that. -- Does anybody read signatures any more? https:

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-15 Thread Yvan Masson
Le 15/10/2019 à 14:10, Curt a écrit : On 2019-10-15, Yvan Masson wrote: I am currently using a VM with snapshots to try to find the culprit, I will let you know. I could not find the culprit so I reported the bug: https://github.com/mvo5/unattended-upgrades/issues/229 There's this

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-15 Thread Curt
On 2019-10-15, Yvan Masson wrote: >> >> I am currently using a VM with snapshots to try to find the culprit, I >> will let you know. > > I could not find the culprit so I reported the bug: > https://github.com/mvo5/unattended-upgrades/issues/229 >>> There&#x

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-15 Thread Yvan Masson
Le 15/10/2019 à 09:19, Yvan Masson a écrit : Le 15/10/2019 à 08:03, Keith Bainbridge a écrit : On 15/10/19 11:31 am, Keith Bainbridge wrote: How to prevent a repeat is the real question. My only suggestion is extend the time-out, but how long.  Maybe run manual upgrades on one machine every

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-15 Thread Yvan Masson
Le 15/10/2019 à 08:03, Keith Bainbridge a écrit : On 15/10/19 11:31 am, Keith Bainbridge wrote: How to prevent a repeat is the real question. My only suggestion is extend the time-out, but how long.  Maybe run manual upgrades on one machine every day, before shutting down the others

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-14 Thread Keith Bainbridge
On 15/10/19 11:31 am, Keith Bainbridge wrote: How to prevent a repeat is the real question. My only suggestion is extend the time-out, but how long.  Maybe run manual upgrades on one machine every day, before shutting down the others?? There was a response suggesting getting cron to run

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-14 Thread Charles Curley
On Tue, 15 Oct 2019 11:31:22 +1100 Keith Bainbridge wrote: > It was intuition rather than any knowledge I had - beyond the fact > that sometimes upgrade takes longer than normal. > > How to prevent a repeat is the real question. Upgrades and updates often require fetching across

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-14 Thread Keith Bainbridge
sometimes upgrade takes longer than normal. How to prevent a repeat is the real question. My only suggestion is extend the time-out, but how long. Maybe run manual upgrades on one machine every day, before shutting down the others?? -- Keith Bainbridge ke1th3...@gmail.com +61 (0)447 667 468

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-14 Thread Yvan Masson
Le 14/10/2019 à 04:22, Keith Bainbridge a écrit : On 14/10/19 6:16 am, Yvan Masson wrote: Hi, I forgot to tell that I configured another important thing, in /etc/systemd/logind.conf: … InhibitDelayMaxSec=600 … Which should let enough time to do the upgrades. Any hint is very welcome! Le

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-13 Thread Keith Bainbridge
On 14/10/19 6:16 am, Yvan Masson wrote: Hi, I forgot to tell that I configured another important thing, in /etc/systemd/logind.conf: … InhibitDelayMaxSec=600 … Which should let enough time to do the upgrades. Any hint is very welcome! Le 12/10/2019 à 18:45, Yvan Masson a écrit : Hi list

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-13 Thread Yvan Masson
Hi, I forgot to tell that I configured another important thing, in /etc/systemd/logind.conf: … InhibitDelayMaxSec=600 … Which should let enough time to do the upgrades. Any hint is very welcome! Le 12/10/2019 à 18:45, Yvan Masson a écrit : Hi list, I configured some Buster desktops in a

unattended-upgrades does not install upgrades on shutdown

2019-10-12 Thread Yvan Masson
Hi list, I configured some Buster desktops in a school to upgrade automatically on shutdown via unattended-upgrades. I am almost sure it worked at first but it does not anymore. I would really appreciate any suggestion as I already spent a few hours on this issue without any result

Re: Differences between apt-listchanges/unattended-upgrades/apticron/cron-apt

2019-09-29 Thread l0f4r0
f changes  I will need to install * apticron for A) and configure /etc/apticron/apticron.conf* unattended-upgrade for B) and configure both /etc/apt/apt.conf.d/20auto-upgrades and  /etc/apt/apt.conf.d/50unattended-upgrades * apt-listchanges for C) and configure /etc/apt/listchanges.conf I bet

Re: Differences between apt-listchanges/unattended-upgrades/apticron/cron-apt

2019-09-10 Thread Dan Ritter
l0f...@tuta.io wrote: > Hello, > > Can somebody explain to me the differences between apt-listchanges, > unattended-upgrades, apticron and cron-apt please? > > I have the following feeling: > * apt-listchanges: its main purpose is to indicate what's new between >

Re: Differences between apt-listchanges/unattended-upgrades/apticron/cron-apt

2019-09-10 Thread Jonas Smedegaard
Quoting l0f...@tuta.io (2019-09-10 19:05:39) > Can somebody explain to me the differences between apt-listchanges, > unattended-upgrades, apticron and cron-apt please? > > I have the following feeling: > * apt-listchanges: its main purpose is to indicate what's new between

Differences between apt-listchanges/unattended-upgrades/apticron/cron-apt

2019-09-10 Thread l0f4r0
Hello, Can somebody explain to me the differences between apt-listchanges, unattended-upgrades, apticron and cron-apt please? I have the following feeling: * apt-listchanges: its main purpose is to indicate what's new between different packages versions. So it's handy to lear

Re: Debian9.6 upgrades to Debian 10 byitself.

2019-06-29 Thread Matthew Crews
On 6/29/19 5:07 PM, rhkra...@gmail.com wrote: > On Saturday, June 29, 2019 07:26:34 PM Matthew Crews wrote: >> Sounds like you have a partially installed Debian Buster. This is what can >> happen when you change your sources, but you don't do a full-upgrade. >> Generally it probably isn't good to r

Re: Debian9.6 upgrades to Debian 10 byitself.

2019-06-29 Thread Peter Ehlert
i'll do it know to clear things up. I hope! On 30/6/19 2:26 π.μ., Matthew Crews wrote: From: aprekates Sent: Sun Jun 30 00:45:12 CEST 2019 To: Subject: Re: Debian9.6 upgrades to Debian 10 byitself. Thanks for the reply. You'r right. The pr

Re: Debian9.6 upgrades to Debian 10 byitself.

2019-06-29 Thread rhkramer
On Saturday, June 29, 2019 07:26:34 PM Matthew Crews wrote: > Sounds like you have a partially installed Debian Buster. This is what can > happen when you change your sources, but you don't do a full-upgrade. > Generally it probably isn't good to run this way. > > Now is a good time to upgrade to

Re: Debian9.6 upgrades to Debian 10 byitself.

2019-06-29 Thread aprekates
ates Sent: Sun Jun 30 00:45:12 CEST 2019 To: Subject: Re: Debian9.6 upgrades to Debian 10 byitself. Thanks for the reply. You'r right. The problem was in my sources. Two weeks ago i tried sth and forgot to revert back the correct ones.. Now i wonder what damage i've done. My system

  1   2   3   4   5   6   7   >