Re: nmcli connection edit introduces duplicate connection

2025-05-28 Thread fxkl47BF
On Wed, 28 May 2025, accipiter wrote: > On 5/27/25 7:40 PM, Titus Newswanger wrote: >> >> On 5/26/25 14:20, accipiter wrote: >>> Attempting to delete/remove the connection entry with the wrong data >>> simply caused the defective connection entry to be replicated, only >>> now with yet another UUI

Re: nmcli connection edit introduces duplicate connection

2025-05-28 Thread accipiter
On 5/27/25 7:40 PM, Titus Newswanger wrote: On 5/26/25 14:20, accipiter wrote: Attempting to delete/remove the connection entry with the wrong data simply caused the defective connection entry to be replicated, only now with yet another UUID.  It is this erroneous connection entry that appear

Re: How to combine package grub-efi-amd64 with grub-efi-ia32 and grub-pc ?

2025-05-28 Thread Thomas Schmitt
Hi, Dan Ritter wrote: > Would downloading the deb packages, then un-ar'ing them in a tmp dir > get you most of what you want? Maybe. But i was looking for a way to create BIOS+EFI grub-mkrescue ISOs by regular Debian means. To answer my own question: https://tracker.debian.org/media/packages/

Re: How to combine package grub-efi-amd64 with grub-efi-ia32 and grub-pc ?

2025-05-28 Thread Dan Ritter
Thomas Schmitt wrote: > Hi, > > i am trying to reproduce a problem of grub-mkrescue. For that i need > the directories > /usr/lib/grub/i386-pc > /usr/lib/grub/i386-efi > alongside the already installed > /usr/lib/grub/x86_64-efi > in order to get an ISO for legacy BIOS and EFI together. > G

How to combine package grub-efi-amd64 with grub-efi-ia32 and grub-pc ?

2025-05-28 Thread Thomas Schmitt
Hi, i am trying to reproduce a problem of grub-mkrescue. For that i need the directories /usr/lib/grub/i386-pc /usr/lib/grub/i386-efi alongside the already installed /usr/lib/grub/x86_64-efi in order to get an ISO for legacy BIOS and EFI together. Gentoo and Arch obviously can have this. I'm

Re: How to set umask for apache2

2025-05-28 Thread Chris Green
Greg Wooledge wrote: > On Wed, May 28, 2025 at 15:34:39 +0100, Chris Green wrote: > > ... and I have set UMask in the systemd apache2.service:- > > > > chris$ more /etc/systemd/system/apache2.service.d/override.conf > > [service] > > UMask=0002 > > Shouldn't that square-bracket heade

Re: Alpha testing Debian Trixie

2025-05-28 Thread Xiyue Deng
Timothy M Butterworth writes: > On Wed, May 28, 2025 at 10:16 AM Dan Ritter wrote: > >> Timothy M Butterworth wrote: >> > Does anyone know if there is a forum or email group for testing Trixie. I >> > did a upgrade from Debian 12 to 13 using apt-get dist-upgrade. The >> upgrade >> > went through

Re: Alpha testing Debian Trixie

2025-05-28 Thread Erwan David
On Wed, May 28, 2025 at 05:52:40PM CEST, Timothy M Butterworth said: > On Wed, May 28, 2025 at 10:16 AM Dan Ritter wrote: > > > Timothy M Butterworth wrote: > > > Does anyone know if there is a forum or email group for testing Trixie. I > > > did a upgrade from Debian 12 to 13 using apt-get dis

Re: Alpha testing Debian Trixie

2025-05-28 Thread Timothy M Butterworth
On Wed, May 28, 2025 at 10:16 AM Dan Ritter wrote: > Timothy M Butterworth wrote: > > Does anyone know if there is a forum or email group for testing Trixie. I > > did a upgrade from Debian 12 to 13 using apt-get dist-upgrade. The > upgrade > > went through but after I rebooted I did not have any

Re: How to set umask for apache2

2025-05-28 Thread Greg Wooledge
On Wed, May 28, 2025 at 15:34:39 +0100, Chris Green wrote: > ... and I have set UMask in the systemd apache2.service:- > > chris$ more /etc/systemd/system/apache2.service.d/override.conf > [service] > UMask=0002 Shouldn't that square-bracket header be capitalized? [Service] instead o

Re: How to set umask for apache2

2025-05-28 Thread Max Nikulin
On 28/05/2025 21:34, Chris Green wrote: chris$ more /etc/systemd/system/apache2.service.d/override.conf [service] UMask=0002 [...] chris$ systemctl show apache2.service | grep -i umask UMask=0022 So why can't I set it!!?? I think, you can, but you need to fix a typo

Re: How to set umask for apache2

2025-05-28 Thread Šarūnas Burdulis
On 5/28/25 10:34 AM, Chris Green wrote: [...] ... and I have set UMask in the systemd apache2.service:- chris$ more /etc/systemd/system/apache2.service.d/override.conf [service] UMask=0002 It may necessary to reset UMask first, i.e.: [Service] UMask= UMask=0002 -- Šarūnas Bur

How to set umask for apache2

2025-05-28 Thread Chris Green
I am running apache2 on my debian 12 system. I am trying to set the umask for apache2 to 0002 but I'm failing miserably. I have set umask in both /etc/apache2/envvars:- chris$ tail -10 /etc/apache2/envvars ## Enable the debug mode for maintainer scripts. ## This will produce a verbos

Re: Alpha testing Debian Trixie

2025-05-28 Thread Dan Ritter
Timothy M Butterworth wrote: > Does anyone know if there is a forum or email group for testing Trixie. I > did a upgrade from Debian 12 to 13 using apt-get dist-upgrade. The upgrade > went through but after I rebooted I did not have any entries in KDE's > application launcher. I created a new acco