Strange DNS behavior

2025-05-24 Thread Dave Close
I run my own internal name server using my own resolv.conf. Everything has been running perfectly for years. Yesterday, my ISP changed my address and now things are flaky. I think I've found and changed all references to the old address ("find / -type f | xargs grep -l $oldaddress") but it's not wo

Re: F42: whither xsane-gimp?

2025-05-24 Thread Sam Varshavchik
Jeffrey Walton writes: On Sat, May 24, 2025 at 5:29 PM Sam Varshavchik wrote: > > Todd Zullinger writes: > > > Not per https://src.fedoraproject.org/rpms/xsane/c/2cc8bf4 > > (Drop GIMP plugin for Fedora >= 41, 2024-10-13) and the > > follow-up which fixes the reversed values in that commit. >

Re: F42: whither xsane-gimp?

2025-05-24 Thread Jeffrey Walton
On Sat, May 24, 2025 at 5:29 PM Sam Varshavchik wrote: > > Todd Zullinger writes: > > > Not per https://src.fedoraproject.org/rpms/xsane/c/2cc8bf4 > > (Drop GIMP plugin for Fedora >= 41, 2024-10-13) and the > > follow-up which fixes the reversed values in that commit. > > > > I would guess that's

Re: F42: whither xsane-gimp?

2025-05-24 Thread Sam Varshavchik
Todd Zullinger writes: Not per https://src.fedoraproject.org/rpms/xsane/c/2cc8bf4 (Drop GIMP plugin for Fedora >= 41, 2024-10-13) and the follow-up which fixes the reversed values in that commit. I would guess that's because gimp-3.x and the xsane-gimp plugin don't play well together or, more o

Re: Getting warning with Libreoffice (Fedora) but not Libreoffice (LibreOffice)?

2025-05-24 Thread Will McDonald
On Sat, 24 May 2025 at 17:10, Michael D. Setzer II via users < users@lists.fedoraproject.org> wrote: > Just updated machine from Fedora 41 to 42. > Running libreoffice --calc from command line get lots of these > messages? > warning: parent does not have any rules defined > (child: ) > warning: p

Issues with Libreoffice after upgrading to Fedora 42 from 41?

2025-05-24 Thread Michael D. Setzer II via users
Run libreoffice --calc from script and with Fedora 41 saw no warning messages using either the Fedora default install or version from libreoffice site. Now with upgrade to Fedora 42 on 7 machines, I'm getting warning messages. Versions of libreoffice installed. $rpm -qa | grep libreoffice | grep

Re: F42: whither xsane-gimp?

2025-05-24 Thread Will McDonald
On Sat, 24 May 2025 at 19:12, Todd Zullinger wrote: > Jeffrey Walton wrote: > > On Sat, May 24, 2025 at 12:19 PM Sam Varshavchik > wrote: > >> > >> In gimp I'm missing the File/Create option to pull an image from a > scanner. > >> Google results mention the xsane-gimp package, but dnf in F42 kno

Re: F42: whither xsane-gimp?

2025-05-24 Thread Todd Zullinger
Jeffrey Walton wrote: > On Sat, May 24, 2025 at 12:19 PM Sam Varshavchik > wrote: >> >> In gimp I'm missing the File/Create option to pull an image from a scanner. >> Google results mention the xsane-gimp package, but dnf in F42 knows nothing >> about it. >> >> I did find /usr/share/sane/xsane/do

Re: F42: whither xsane-gimp?

2025-05-24 Thread Jeffrey Walton
On Sat, May 24, 2025 at 12:19 PM Sam Varshavchik wrote: > > In gimp I'm missing the File/Create option to pull an image from a scanner. > Google results mention the xsane-gimp package, but dnf in F42 knows nothing > about it. > > I did find /usr/share/sane/xsane/doc/sane-xsane-gimp-doc.html that t

F42: whither xsane-gimp?

2025-05-24 Thread Sam Varshavchik
In gimp I'm missing the File/Create option to pull an image from a scanner. Google results mention the xsane-gimp package, but dnf in F42 knows nothing about it. I did find /usr/share/sane/xsane/doc/sane-xsane-gimp-doc.html that tells me to manually create a symbolic link. Huh? That's not p

Getting warning with Libreoffice (Fedora) but not Libreoffice (LibreOffice)?

2025-05-24 Thread Michael D. Setzer II via users
Just updated machine from Fedora 41 to 42. Running libreoffice --calc from command line get lots of these messages? warning: parent does not have any rules defined (child: ) warning: parent does not have any rules defined (child: ) warning: parent does not have any rules defined (child: ) $

Re: dev null placement?

2025-05-24 Thread ToddAndMargo via users
On 5/24/25 4:56 AM, Patrick O'Callaghan wrote: On Sat, 2025-05-24 at 04:47 -0700, ToddAndMargo via users wrote: Hi All, I still get all the trash with this: echo $msg | /usr/bin/mailx $smtp -s $IAm" Disk Status" -r $From $To 2>&1 > /dev/nul I think I am putting the `2>&1 > /dev/nul` in the w

Re: dev null placement?

2025-05-24 Thread Todd Zullinger
ToddAndMargo via users wrote: >> This worked: >>    ...  > /dev/null 2>&1 > > And it is exactly what Patrick told me to do. I kept > reversing things in my mind. It is well worth reading the Bash documentation on redirection: https://www.gnu.org/software/bash/manual/bash.html#Redirections

Re: dev null placement?

2025-05-24 Thread ToddAndMargo via users
On 5/24/25 6:02 AM, ToddAndMargo via users wrote: On 5/24/25 6:00 AM, ToddAndMargo via users wrote: On 5/24/25 5:15 AM, ToddAndMargo via users wrote: On 5/24/25 5:10 AM, ToddAndMargo via users wrote: On 5/24/25 4:56 AM, Patrick O'Callaghan wrote: On Sat, 2025-05-24 at 04:47 -0700, ToddAndMarg

Re: dev null placement?

2025-05-24 Thread ToddAndMargo via users
On 5/24/25 6:00 AM, ToddAndMargo via users wrote: On 5/24/25 5:15 AM, ToddAndMargo via users wrote: On 5/24/25 5:10 AM, ToddAndMargo via users wrote: On 5/24/25 4:56 AM, Patrick O'Callaghan wrote: On Sat, 2025-05-24 at 04:47 -0700, ToddAndMargo via users wrote: Hi All, I still get all the tr

Re: dev null placement?

2025-05-24 Thread ToddAndMargo via users
On 5/24/25 5:15 AM, ToddAndMargo via users wrote: On 5/24/25 5:10 AM, ToddAndMargo via users wrote: On 5/24/25 4:56 AM, Patrick O'Callaghan wrote: On Sat, 2025-05-24 at 04:47 -0700, ToddAndMargo via users wrote: Hi All, I still get all the trash with this: echo $msg | /usr/bin/mailx $smtp -s

Re: dev null placement?

2025-05-24 Thread Patrick O'Callaghan
On Sat, 2025-05-24 at 05:10 -0700, ToddAndMargo via users wrote: > On 5/24/25 4:56 AM, Patrick O'Callaghan wrote: > > On Sat, 2025-05-24 at 04:47 -0700, ToddAndMargo via users wrote: > > > Hi All, > > > > > > I still get all the trash with this: > > > > > > echo $msg | /usr/bin/mailx $smtp -s $IA

Re: dev null placement?

2025-05-24 Thread ToddAndMargo via users
On 5/24/25 5:10 AM, ToddAndMargo via users wrote: On 5/24/25 4:56 AM, Patrick O'Callaghan wrote: On Sat, 2025-05-24 at 04:47 -0700, ToddAndMargo via users wrote: Hi All, I still get all the trash with this: echo $msg | /usr/bin/mailx $smtp -s $IAm" Disk Status" -r $From  $To 2>&1 > /dev/nul

Re: dev null placement?

2025-05-24 Thread Patrick O'Callaghan
On Sat, 2025-05-24 at 04:47 -0700, ToddAndMargo via users wrote: > Hi All, > > I still get all the trash with this: > > echo $msg | /usr/bin/mailx $smtp -s $IAm" Disk Status" -r $From $To > 2>&1 > /dev/nul > > I think I am putting the `2>&1 > /dev/nul` in the wrong place. > > What am I doing

dev null placement?

2025-05-24 Thread ToddAndMargo via users
Hi All, I still get all the trash with this: echo $msg | /usr/bin/mailx $smtp -s $IAm" Disk Status" -r $From $To 2>&1 > /dev/nul I think I am putting the `2>&1 > /dev/nul` in the wrong place. What am I doing wrong? Many thanks, -T -- ___ users m

Re: Question on change from dnf to dnf5

2025-05-24 Thread Barry
> On 23 May 2025, at 11:42, Patrick O'Callaghan wrote: > > As I understand Barry's answer, that's expected behaviour. Dnf5 doesn't > use /var/cache/dnf. That is correct. Until the transition from dnf4 to dnf5 completes there will to apps using the dnf4 library APIs and thus that old dnf4 fold