So exactly what does this message mean and exactly what do I need to do.
Previously I've just repeated the command and the nag message went
away but this time it stays.
user@system: sudo apt-get update
Get:1 http://deb.devuan.org/merged chimaera InRelease [33.9 kB]
Get:2 http://deb.devuan.org/merg
On 23-01-2022 10:17, terryc wrote:
So exactly what does this message mean and exactly what do I need to do.
Previously I've just repeated the command and the nag message went
away but this time it stays.
user@system: sudo apt-get update
Get:1 http://deb.devuan.org/merged chimaera InRelease [33.9
On Sun, 23 Jan 2022 12:44:55 +0100
"d...@d404.nl" wrote:
> On 23-01-2022 10:17, terryc wrote:
> > So exactly what does this message mean and exactly what do I need
> > to do. Previously I've just repeated the command and the nag
> > message went away but this time it stays.
> >
> > user@system: s
On Sun, 23 Jan 2022 12:07:07 +0900
Olaf Meeuwissen via Dng wrote:
> Hi,
>
> Florian Zieboll via Dng writes:
>
> > On Fri, 21 Jan 2022 10:34:28 -0500
> > tempforever wrote:
> >
> >> Something to check/verify:
> >> If swap is listed in /etc/fstab, then make sure it is listed by
> >> UUID rather t
On January 21, 2022 7:15:06 PM GMT+01:00, o1bigtenor via Dng
wrote:
> Greetings
>
> For a non-profit - - - this is not bulk email for sales - - - - bulk
> email for connection.
>
> Is there a linux program (foss hopefully) that will allow me to do this?
>
> (Sending regualr emails to a group o
On Fri, 21 Jan 2022 13:29:11 -0600
Hector Gonzalez Jaime via Dng wrote:
>
> On 1/21/22 11:03, Florian Zieboll via Dng wrote:
> > On Fri, 21 Jan 2022 10:34:28 -0500
> > tempforever wrote:
> >
> >> Something to check/verify:
> >> If swap is listed in /etc/fstab, then make sure it is listed by
> >>
Hi,
On 23/1/22 19:54, Florian Zieboll via Dng wrote:
Returning to kernel 5.10.0-10-amd64 does NOT solve the issue, as well
as the upgrade to linux-image-5.15.0-0.bpo.2-amd64.
If you are using several kernels, then you should run:
# update-initramfs -u -k all
to update all the initramfs.
Che
On Sun, Jan 23, 2022 at 07:29:27PM +0100, Florian Zieboll via Dng wrote:
> On January 21, 2022 7:15:06 PM GMT+01:00, o1bigtenor via Dng
> wrote:
> > Greetings
> >
> > For a non-profit - - - this is not bulk email for sales - - - - bulk
> > email for connection.
> >
> > Is there a linux program
On Fri, 21 Jan 2022 15:45:46 +0100
Florian Zieboll via Dng wrote:
>
> Hallo list,
>
> after the latest kernel-update (chimaera, from 5.10.0-10-amd64 to
> 5.10.0-11-amd64), my desktop's initramfs no longer finds the swap
> (suspend/resume) partition.
>
> Running 'update-initramfs -u' returns t
On Sun, 23 Jan 2022 19:54:34 +0100
Florian Zieboll via Dng wrote:
> I also just swapped the cables at the two disks: No change.
Now the disk with the swap partition appears as sdb, persistent over
at least four reboots - so this issue seems to have "disappeared".
__
Hi Florian,
On 21/1/22 15:45, Florian Zieboll via Dng wrote:
Running 'update-initramfs -u' returns the correct UUID "to resume
from", and also adding the line
resume=UUID=
to '/etc/initramfs-tools/conf.d/resume' does not solve the issue:
Booting stalls for half a minute and then contin
On Sun, 23 Jan 2022 20:05:43 +0100
aitor wrote:
> Hi,
>
> On 23/1/22 19:54, Florian Zieboll via Dng wrote:
> > Returning to kernel 5.10.0-10-amd64 does NOT solve the issue, as
> > well as the upgrade to linux-image-5.15.0-0.bpo.2-amd64.
>
> If you are using several kernels, then you should ru
Busybox is GNU. The fact that FSF doesn't own it is immaterial. I developed
it for Debian GNU/Linux.
On Thu, Jan 20, 2022, 11:07 AM onefang wrote:
> On 2022-01-20 18:40:13, Antony Stone wrote:
> > On Thursday 20 January 2022 at 17:24:46, Peter Duffy wrote:
> >
> > > On Sun, 2022-01-16 at 04:12 -
On Sun, 23 Jan 2022 20:29:39 +0100
aitor wrote:
> If the name swap happens randomly, then the required setting might be:
>
> RESUME=none
>
> instead of:
>
> resume=UUID=
>
> in your /etc/initramfs-tools/conf.d/resume
>
> HTH,
>
> Aitor
Thank you Aitor, that was the crucial hint, the 'RES
On Sun, 23 Jan 2022 20:23:51 +0100
tito via Dng wrote:
> On Fri, 21 Jan 2022 15:45:46 +0100
> Florian Zieboll via Dng wrote:
>
> >
> > Hallo list,
> >
> > after the latest kernel-update (chimaera, from 5.10.0-10-amd64 to
> > 5.10.0-11-amd64), my desktop's initramfs no longer finds the swap
>
On Sun, 23 Jan 2022 21:20:56 +0100
Florian Zieboll via Dng wrote:
> On Sun, 23 Jan 2022 20:29:39 +0100
> aitor wrote:
>
> > If the name swap happens randomly, then the required setting might
> > be:
> >
> > RESUME=none
> >
> > instead of:
> >
> > resume=UUID=
> >
> > in your /etc/initramfs-
On Sun, 23 Jan 2022 12:44:55 +0100
"d...@d404.nl" wrote:
,,,
>
> IIRC you should use apt instead of apt-get.
> apt will ask for conformation.
Thank you. That fixed it.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi,
On Sun, 2022-01-23 at 20:17 +1100, terryc wrote:
> So exactly what does this message mean and exactly what do I need to do.
> Previously I've just repeated the command and the nag message went
> away but this time it stays.
>
> user@system: sud
Isn't this one of the things the "dracut" alternative to initramfs-tools
was intended to fix?
On Sun, Jan 23, 2022 at 12:42 PM Florian Zieboll via Dng
wrote:
> On Sun, 23 Jan 2022 21:20:56 +0100
> Florian Zieboll via Dng wrote:
>
> > On Sun, 23 Jan 2022 20:29:39 +0100
> > aitor wrote:
> >
> >
19 matches
Mail list logo