From w1 at zak.co.il Mon Oct 3 12:36:10 2022 From: w1 at zak.co.il (Omer Zak) Date: Mon, 03 Oct 2022 12:36:10 +0300 Subject: Some serious bugs when upgrading from Debian Buster (10) to Debian Bullseye (11) Message-ID: I have at last upgraded my desktop Debian Linux installation from Debian Buster to Debian Bullseye. However, I found that some packages have frightening bugs reported against them, which do not seem to have been fixed for long time. Does anyone know if I really need to be afraid of those bugs? The packages in question are: grub-pc - #1019564: (during upgrade) grub-install: warning: Attempting to install GRUB to a disk with multiple partition labels. This is not supported yet fwupd-amd64-signed - #973715: fwupd-amd64-signed: Uninstallable; not binNMU-friendly Those packages (and some other packages) are currently pinned at a Buster version and whenever I start aptitude to install security upgrades, I have to manually cancel removals of the above packages and some packages upon which they depend. Thanks, --- Omer Zak -- "Prior to capitalism, the way people amassed great wealth was by looting, plundering and enslaving their fellow man. Capitalism made it possible to become wealthy by serving your fellow man." - Walter E. Williams My own blog is at https://tddpirate.zak.co.il/ My opinions, as expressed in this E-mail message, are mine alone. They do not represent the official policy of any organization with which I may be affiliated in any way. WARNING TO SPAMMERS:??at https://www.zak.co.il/spamwarning.html From slitt at troubleshooters.com Thu Oct 6 01:31:32 2022 From: slitt at troubleshooters.com (Steve Litt) Date: Wed, 05 Oct 2022 18:31:32 -0400 Subject: GoLUG bull session tonight (10/5/2022) Message-ID: <81f0c2a5d84947351716227e5f34f30df7ce6fd6.camel@troubleshooters.com> Hi all, GoLUG stands for Greater Orlando Linux User Group: Many of us are in Orlando Florida and were too wiped out by Hurricane Ian to plan a presentation. So instead we're going to have a Free Software Bull Session (FSBS) starting in 1/2 hour, meaning 7PM Eastern DAYLIGHT time on 10/5/2022.? We'd love it if you join up. Syeed Ali will be there, and he's always a great conversation starter. Join us at https://meet.jit.si/golug?. Thanks, SteveT GoLUG Publicity Coordinator From uri at speedy.net Thu Oct 13 03:03:44 2022 From: uri at speedy.net (=?UTF-8?B?15DXldeo15k=?=) Date: Thu, 13 Oct 2022 03:03:44 +0300 Subject: Upgrading the Kernel Message-ID: Hi, I have a remote Ubuntu 22.04 server. How do I check which kernel I'm using, and how do I upgrade the kernel to its latest stable version without risking the server? Thanks, Uri Rodberg, Speedy Net. ???? uri at speedy.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From shlomo.solomon at gmail.com Thu Oct 13 06:08:26 2022 From: shlomo.solomon at gmail.com (Shlomo Solomon) Date: Thu, 13 Oct 2022 06:08:26 +0300 Subject: Upgrading the Kernel In-Reply-To: References: Message-ID: <20221013060826.27ab80cb@shlomo1.solomon> uname -r will tell you the current version I currently have 5.15.0-48-generic but do not remeber if that is the latest (it was a couple of months ago) To upgrade, the following worked for me, although, for various reasons I did it a bit differently: https://linuxhint.com/install-upgrade-linux-kernel-ubuntu-linux-mint/ On Thu, 13 Oct 2022 03:03:44 +0300 ???? wrote: > Hi, > > I have a remote Ubuntu 22.04 server. How do I check which kernel I'm > using, and how do I upgrade the kernel to its latest stable version > without risking the server? > > Thanks, > Uri Rodberg, Speedy Net. > ???? > uri at speedy.net -- Shlomo Solomon http://the-solomons.net Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04 From shlomo.solomon at gmail.com Thu Oct 13 06:17:54 2022 From: shlomo.solomon at gmail.com (Shlomo Solomon) Date: Thu, 13 Oct 2022 06:17:54 +0300 Subject: Upgrading the Kernel In-Reply-To: <20221013060826.27ab80cb@shlomo1.solomon> References: <20221013060826.27ab80cb@shlomo1.solomon> Message-ID: <20221013061754.5745a690@shlomo1.solomon> BTW - in addition to my previous answer, when I usded the method I suggested, I originally made an error and upgraded to a more advanced version (5.19.*) that was not supported by Ubuntu. Everything worked fine, but I did have a problem with VirtualBox so needed to "downgrade" to a supported version which is now 5.15.** On Thu, 13 Oct 2022 06:08:26 +0300 Shlomo Solomon wrote: > uname -r will tell you the current version > I currently have 5.15.0-48-generic but do not remeber if that is > the latest (it was a couple of months ago) > > To upgrade, the following worked for me, although, for various > reasons I did it a bit differently: > https://linuxhint.com/install-upgrade-linux-kernel-ubuntu-linux-mint/ > > > > On Thu, 13 Oct 2022 03:03:44 +0300 > ???? wrote: > > > Hi, > > > > I have a remote Ubuntu 22.04 server. How do I check which kernel I'm > > using, and how do I upgrade the kernel to its latest stable version > > without risking the server? > > > > Thanks, > > Uri Rodberg, Speedy Net. > > ???? > > uri at speedy.net > > > -- Shlomo Solomon http://the-solomons.net Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04 From uri at speedy.net Thu Oct 13 06:30:53 2022 From: uri at speedy.net (=?UTF-8?B?15DXldeo15k=?=) Date: Thu, 13 Oct 2022 06:30:53 +0300 Subject: Upgrading the Kernel In-Reply-To: <20221013061754.5745a690@shlomo1.solomon> References: <20221013060826.27ab80cb@shlomo1.solomon> <20221013061754.5745a690@shlomo1.solomon> Message-ID: Thank you. ???? uri at speedy.net On Thu, Oct 13, 2022 at 6:17 AM Shlomo Solomon wrote: > BTW - in addition to my previous answer, when I usded the method I > suggested, I originally made an error and upgraded to a more advanced > version (5.19.*) that was not supported by Ubuntu. Everything worked > fine, but I did have a problem with VirtualBox so needed to "downgrade" > to a supported version which is now 5.15.** > > > On Thu, 13 Oct 2022 06:08:26 +0300 > Shlomo Solomon wrote: > > > uname -r will tell you the current version > > I currently have 5.15.0-48-generic but do not remeber if that is > > the latest (it was a couple of months ago) > > > > To upgrade, the following worked for me, although, for various > > reasons I did it a bit differently: > > https://linuxhint.com/install-upgrade-linux-kernel-ubuntu-linux-mint/ > > > > > > > > On Thu, 13 Oct 2022 03:03:44 +0300 > > ???? wrote: > > > > > Hi, > > > > > > I have a remote Ubuntu 22.04 server. How do I check which kernel I'm > > > using, and how do I upgrade the kernel to its latest stable version > > > without risking the server? > > > > > > Thanks, > > > Uri Rodberg, Speedy Net. > > > ???? > > > uri at speedy.net > > > > > > > > > > -- > Shlomo Solomon > http://the-solomons.net > Claws Mail 3.17.5 - KDE Plasma 5.18.5 - Kubuntu 20.04 > -------------- next part -------------- An HTML attachment was scrubbed... URL: