Gmail Notifier Firefox plugin gone mute

2024-09-12 Thread Sam Varshavchik
After installing a recent batch of updates the audio notification from this Firefox plugin is MIA. I still get a popup notification but there's no audio. In the extension's settings the "Play" button has no effect. All the dancing cats on Youtube are still meowing, loud and clear, so I see

Re: Managing guest VMs on Fedora KVM host

2024-08-24 Thread Sam Varshavchik
Philip Prindeville via users writes: Hi, I have some Linux VMs that are running out of space. Is there a tool I can use to manage their .IMG or .QCOW files? In particular, I have a build farm with some Linux machines using LVM filesystems, and I need to resize their PV’s and LV’s, grow t

Re: Reboot timeout

2024-08-22 Thread Sam Varshavchik
Patrick O'Callaghan writes: On Thu, 2024-08-22 at 07:15 -0400, Sam Varshavchik wrote: > Patrick O'Callaghan writes: > > > When I reboot the system, there's a delay of around a minute before > > anything happens. This is a single-user desktop and I really don

Re: Reboot timeout

2024-08-22 Thread Sam Varshavchik
Patrick O'Callaghan writes: When I reboot the system, there's a delay of around a minute before anything happens. This is a single-user desktop and I really don't need to stare at a spinner for so long. Is there a setting somewhere that lets me change this? I'm aware of 'reboot -f' but I assume

Re: OT: UEFI settings for DDR5 RAM

2024-08-19 Thread Sam Varshavchik
Patrick O'Callaghan writes: Apologies in advance if this is too OT. I recently installed a new system based on an MSI B650-P motherboard with an AMD Ryzen 7600 and Corsair DDR5 RAM. The RAM specs show a recommended frequency of 5200 MHz, but the UEFI screen shows it running at 4800MHz (even tho

scroll lock shortcut in emacs

2024-07-30 Thread Sam Varshavchik
Anyone happen to know which alternate key combination toggle scrolls lock mode in emacs? I'm constantly using two different laptops, and, of course, their keyboards have Fn and Ctrl in opposite order. Somehow my fumbling around activates scroll lock mode in Emacs. define- function says tha

emacs packaging glitch

2024-07-27 Thread Sam Varshavchik
Am I the only lucky one who: 1. Has only emacs-gtk+x11 installed 2. Every update of emacs-gtk+x11 also installs the emacs package 3. Then running emacs shows a loud, annoying warning, scolding me for doing something stupid and telling me that I should be running emacs-gtk+x11 4. Manually execu

Re: Installing MS Edge Browser

2024-07-26 Thread Sam Varshavchik
Jonathan Ryshpan writes: « HTML content follows I am trying to install the MS Edge Browser (to access a web site that doesn't work properly under Firefox or Chrome of the KDE native browser). The installation fails when I attempt to install the repo, as follows: # curl -v https://packag

Re: Virtualization and older CPUs

2024-07-23 Thread Sam Varshavchik
Javier Perez writes: »Hi. How can I tell virt-manager to create a VM but with a CPU of an older generation? I am trying to play an old game with wine but I keep getting crashes. Something about UMIP and SIDTs and similar stuff. I did some VM tinkering earlier this year. My recollection is

Re: apache won't start after upgrade - read-only filesystem

2024-07-05 Thread Sam Varshavchik
Alex writes: Do you have any idea why this option isn't part of the systemd service file on the other systems I upgraded? The document root for the other systems uses/var/www, but they didn't have this problem, and their home directories are also defined with this path. I checked my other

Re: apache won't start after upgrade - read-only filesystem

2024-07-05 Thread Sam Varshavchik
Alex writes: « HTML content follows »Hi, I've just upgraded from fedora38 to fedora39 and directly to fedora40 and now apache won't start: (30)Read-only file system: AH00091: httpd: could not open error log file /home/httpd/http://www.mysite.com/logs/error_log>www.mysite.com/logs/err

Re: Interesting mount problem - F40

2024-06-18 Thread Sam Varshavchik
Frank Bures writes: What is happening now is that the machine boots from /dev/sda, but then mounts /dev/sdg for its /boot and /boot/efi. So in df I see /dev/sdg instead of /dev/sda that the machine booted from. I solved the problem by editing /etc/fstab and pointing /boot and /boot/efi t

Re: How to remove settings from a systemd unit file

2024-06-05 Thread Sam Varshavchik
Felix Miata writes: > I tried using > systemctl edit httpd > And putting this in there: > [Service] > ProtectHome= > However this apparently did not work. Please show us the override file in /etc/systemd* that resulted from your edits. Using systemctl edit for for over a year had me baff

How to remove settings from a systemd unit file

2024-06-04 Thread Sam Varshavchik
So I was tearing my hair out trying to figure out why attempts to push via DAV to a git repo were failing. Eventually I succeeded in stracing the httpd process sto capture the request. It was getting an EROFS when it tried to write to the git repo. Amusing. To make a long story short, the

No screen blanking after inactivity, Framework 16 laptop

2024-06-04 Thread Sam Varshavchik
I installed the F40 XFCE Spin on a Framework 16 laptop. Display power management is enabled but the laptop display does not blank after the prescribed period of inactivity, whether the laptop is plugged in or on battery. I tried uninstalling xfce4-screensaver, this made no difference. Does

Re: Please stop hijacking /etc/resolv.conf

2024-06-03 Thread Sam Varshavchik
Jeffrey Walton writes: On Mon, Jun 3, 2024 at 6:42 AM Sam Varshavchik wrote: > > Tim via users writes: > > > Tim: > > >> Is Anaconda more than just the OS installer, now? Is it needed post- > > >> install? > > > > Kevin Fenzi: > > >

Re: Please stop hijacking /etc/resolv.conf

2024-06-03 Thread Sam Varshavchik
Tim via users writes: Tim: >> Is Anaconda more than just the OS installer, now? Is it needed post- >> install? Kevin Fenzi: > No, it's not needed. It's somewhat of a historical artifact of the way > some installs work that it's there. There was some talk about it > removing itself at the end,

Re: chroot

2024-06-01 Thread Sam Varshavchik
Patrick Dupre via users writes: Hello, To update a system installed on a specific partition that way? (after dnf update --refresh) mount /dev/sdx /mnt/linux chroot /mnt/linux dnf system-upgrade download --releasever=40 A bunch of other stuff will likely need to be mounted. Pretty much anythi

Re: Please stop hijacking /etc/resolv.conf

2024-05-31 Thread Sam Varshavchik
Kevin Fenzi writes: On Thu, May 30, 2024 at 04:25:44PM GMT, Sam Varshavchik wrote: > Kevin Fenzi writes: > > > So, I think if you: > > > > disable systemd-resolved > > or > > make /etc/resolv.conf a real file, not a link. > > or > > set &#

Re: Please stop hijacking /etc/resolv.conf

2024-05-30 Thread Sam Varshavchik
Samuel Sieb writes: On 5/30/24 3:44 PM, Jeffrey Walton wrote: On Thu, May 30, 2024 at 6:06 PM Samuel Sieb wrote: On 5/30/24 2:12 PM, Jeffrey Walton wrote: I guess what the logic or script is missing (the one Kevin detailed) is, what to do if NetworkManager is installed and running. That see

Re: Please stop hijacking /etc/resolv.conf

2024-05-30 Thread Sam Varshavchik
-- which would avoid the situation Sam had where it got installed due to a dependency chain and then started because the preset enables it. Well, if it was installed due to a dependency, then it would be reasonably expected that whatever declared it as a dependency required a working systemd

Re: Please stop hijacking /etc/resolv.conf

2024-05-30 Thread Sam Varshavchik
Kevin Fenzi writes: So, I think if you: disable systemd-resolved or make /etc/resolv.conf a real file, not a link. or set 'DNSStubListener=no' in /etc/systemd/resolved.conf It will not be replaced anymore. I did not even /have/ systemd-resolved installed. dnf system-upgrade installed it on

Re: Please stop hijacking /etc/resolv.conf

2024-05-30 Thread Sam Varshavchik
Barry Scott writes: > On 29 May 2024, at 23:49, Sam Varshavchik wrote: > > I updated from F39 to F40. I used to have: > > /etc/resolv.conf -> /run/NetworkManager/no-stub-resolv.conf > > Everything got messed up because the update hijacked this symlink again: > &

Re: Please stop hijacking /etc/resolv.conf

2024-05-30 Thread Sam Varshavchik
Jeffrey Walton writes: On Wed, May 29, 2024 at 6:55 PM Sam Varshavchik wrote: > > I updated from F39 to F40. I used to have: > > /etc/resolv.conf -> /run/NetworkManager/no-stub-resolv.conf > > Everything got messed up because the update hijacked this symlink again: &

Please stop hijacking /etc/resolv.conf

2024-05-29 Thread Sam Varshavchik
I updated from F39 to F40. I used to have: /etc/resolv.conf -> /run/NetworkManager/no-stub-resolv.conf Everything got messed up because the update hijacked this symlink again: lrwxrwxrwx. 1 root root 39 May 29 09:44 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf I was confident t

Re: F40 Live image boot failure

2024-05-03 Thread Sam Varshavchik
Samuel Sieb writes: On 5/3/24 17:26, Sam Varshavchik wrote: Samuel Sieb writes: error: ../../grub-core/disk/efi/efidisk.c:531:invalid buffer alignment -1112264040 error: ../../grub-core/loader/i386/efi/linux.c:258:you need to load the kernel first. Press any key to continue... Although

Re: F40 Live image boot failure

2024-05-03 Thread Sam Varshavchik
Samuel Sieb writes: error: ../../grub-core/disk/efi/efidisk.c:531:invalid buffer alignment -1112264040 error: ../../grub-core/loader/i386/efi/linux.c:258:you need to load the kernel first. Press any key to continue... Although my plans are to use dnf system-upgrade, this looks like a kerne

Re: F40 Live image boot failure

2024-05-03 Thread Sam Varshavchik
ToddAndMargo via users writes: On 5/3/24 15:42, Sam Varshavchik wrote: With all the talk of Wayland, I followed up on the idea of downloading an F40 Live image and seeing if it boots on my existing hardware. Well, it did boot on two out of three laptops that are currently running F39. On a

F40 Live image boot failure

2024-05-03 Thread Sam Varshavchik
With all the talk of Wayland, I followed up on the idea of downloading an F40 Live image and seeing if it boots on my existing hardware. Well, it did boot on two out of three laptops that are currently running F39. On a 2013-era Thinkpad W520 it immediately fails with a: error: ../../grub-cor

Re: Live USB extra space

2024-04-28 Thread Sam Varshavchik
ToddAndMargo via users writes: Hi All, I "Finally" have a customer interested in Fedora. I talked him into letting me spin a Live USB flash drive for him to play with before we jump ahead. Question: Is there a way to use the extra space on the drive to install a few more programs for him to

Re: The best way to still use Fedora + Xorg + Gnome ... even after version 40

2024-04-22 Thread Sam Varshavchik
Wolfgang Pfeiffer via users writes: On Mon, Apr 22, 2024 at 12:01:58PM +0200, Wolfgang Pfeiffer via users wrote: On Sun, Apr 21, 2024 at 10:00:02AM -0400, Sam Varshavchik wrote: Wolfgang Pfeiffer via users writes: I can't buy these repeatedly and ad nauseam asserted ideas of x11

Re: The best way to still use Fedora + Xorg + Gnome ... even after version 40

2024-04-21 Thread Sam Varshavchik
Wolfgang Pfeiffer via users writes: I can't buy these repeatedly and ad nauseam asserted ideas of x11/xorg vulnerabilities as an excuse for dumping the Xorg/X11 system as a whole. I don't see much value is discussing the validity of those excuses. It is what it is. They don't want to work on

Re: The best way to still use Fedora + Xorg + Gnome ... even after version 40

2024-04-21 Thread Sam Varshavchik
George N. White III writes: I definitely know what I'll be missing with Wayland, though. There are things Wayland won't permit (xeyes), and things that are yet to implemented.  The latter may not get much attention if they aren't considered important by large enterprises.  Colleagues in

What's up with debuginfod?

2024-04-19 Thread Sam Varshavchik
Can anyone vouch for having a reliable, established, experience with debuginfod? My 'make check' runs valgrind a bunch of times. Right now, each invocation is sitting and doing nothing for about ten minutes, before it apparently times out downloading something from debuginfod.fedoraproject.

Re: The best way to still use Fedora + Xorg + Gnome ... even after version 40

2024-04-19 Thread Sam Varshavchik
Barry writes: The problem is no one is maintaining the X11 code. All the people that used to work on X11 moved on to wayland after it became very clear that X11’s design was preventing implementation of features that end users wanted. So if you stick on X11 you will be running code that is unm

Re: [correction] The best way to still use Fedora + Xorg + Gnome ... even after version 40

2024-04-18 Thread Sam Varshavchik
Suse Shi writes: »from my exprience, fedora xfce spin is a good choice for old hardware, and I'm using fedora+xfce for desktop 10yrs+. The XFCE spin is also a pretty good choice for new hardware, too. pgpyIKEJnGyB2.pgp Description: PGP signature --

Re: The best way to still use Fedora + Xorg + Gnome ... even after version 40

2024-04-17 Thread Sam Varshavchik
Jeffrey Walton writes: Wayland is still pretty immature when compared to X11. It would be nice if Wayland was more mature before we are forced to switch to it.  The question on everyone's mind is: well, here's a video card that works fine with X. It's 5-10 years old, one of mine is even old

Re: Which keys did I hit?

2024-04-12 Thread Sam Varshavchik
Sjoerd Mullender via users writes: On 12/04/2024 10.11, Sam Varshavchik wrote: My fingers had a mind of their own and apparently hit some combination of keys that had a very weird result. I'm using an XFCE desktop. And, apparently, it became, maybe, fourty or so virtual pixels wide

Which keys did I hit?

2024-04-12 Thread Sam Varshavchik
My fingers had a mind of their own and apparently hit some combination of keys that had a very weird result. I'm using an XFCE desktop. And, apparently, it became, maybe, fourty or so virtual pixels wider. Of course, the monitor still has the same number of pixels, so what was happening is

Re: systemd-networkd-wait-online times out

2024-04-11 Thread Sam Varshavchik
Tim via users writes: "The service systemd-networkd-wait-online.service invokes systemd- networkd-wait-online without any options. Thus, it waits for all managed interfaces to be configured or failed, and for at least one to be online." Could it be that you have some additional interfaces conf

Re: systemd-networkd-wait-online times out

2024-04-11 Thread Sam Varshavchik
could tell, systemd- networkd-wait-online did nothing at all, for me, whatsoever, except to delay other units from starting for a couple of minutes. On Wed, Apr 10, 2024 at 6:20 AM Sam Varshavchik wrote: > > Samuel Sieb writes: > > > I have a similar problem where the w

Re: systemd-networkd-wait-online times out

2024-04-10 Thread Sam Varshavchik
Samuel Sieb writes: I have a similar problem where the wait-online service suddenly started taking a very long time and then failing. My system that used to boot in a few seconds now takes over a minute. So I have two questions. What is it waiting for? My main ethernet card gets an addre

Re: systemd-networkd-wait-online times out

2024-04-10 Thread Sam Varshavchik
Tim via users writes: On Tue, 2024-04-09 at 22:12 -0400, Sam Varshavchik wrote: > > Everything comes up normally. Network connectivity on this box is normal. > Originally I was looking into why it took a long time for keepalived to come > up on this box and grab its virtual IP ad

systemd-networkd-wait-online times out

2024-04-09 Thread Sam Varshavchik
I've been made aware that it takes two minutes for systemd-networkd-wait- online.service to spin its wheels, before giving up with a squeal: Apr 09 22:03:30 shorty.email-scan.com systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured… Apr 09 22:05:30 short

Re: F40: mock fails with (some) explicit paths in BuildRequires:

2024-04-05 Thread Sam Varshavchik
Todd Zullinger writes: > So, can anyone tell me why %{_includedir}/ltdl.h, which is > /usr/include/ltdl.h, got rejected by mock+dnf5, but %{__make}, which is > /usr/bin/make was just peachy? Using file or directory paths in requires is only allowed for /usr/bin /usr/sbin, and /etc, per the pack

F40: mock fails with (some) explicit paths in BuildRequires:

2024-04-03 Thread Sam Varshavchik
I cannot mock-rebuild packages that have /some/ BuildRequires: with explicit file dependencies, for F40. I have no idea why just /some/ of them are rejected. I'm using mock to rebuild SRPMS in an F40 chroot, and it fails thusly: Updating and loading repositories: updates

Re: Which scanner/copier do you use with Fedora?

2024-03-21 Thread Sam Varshavchik
Dave Ihnat writes: But with the talk of using HP AiOs, I had to pipe up. I have advised all my clients to no longer buy HP printers of any type, including the AiOs, and will personally never buy another HP printer until and unless they back off their current policies and practices. I believe t

Re: Which scanner/copier do you use with Fedora?

2024-03-21 Thread Sam Varshavchik
Patrick O'Callaghan writes: My Brother all-in-one units (I've had two) have never done that. Also, I can get third-party toner cartridges for very reasonable prices. Did you get that unit after crossing your fingers, and hoping that it works, or did you verify compatibility somehow. I tried

Re: How to turn grub2-install from sad to happy.

2024-03-20 Thread Sam Varshavchik
Stephen Morris writes: resynced all RAID partitions, I ran grub2-install and I'm fairly certain there was a definitive change in grub's behavior, afterwards. Originally three periods were initially shown, for a few seconds, before the grub menu opened. I have a recollection that the number

Re: How to turn grub2-install from sad to happy.

2024-03-19 Thread Sam Varshavchik
Samuel Sieb writes: On 3/19/24 16:50, Sam Varshavchik wrote: Samuel Sieb writes: On 3/19/24 16:05, Sam Varshavchik wrote: I noticed that there was a grub2 update.  From prior experience I know that one needs to manually run grub2-install to actually update the bootloader. Additionally I

Re: How to turn grub2-install from sad to happy.

2024-03-19 Thread Sam Varshavchik
Samuel Sieb writes: On 3/19/24 16:05, Sam Varshavchik wrote: I noticed that there was a grub2 update. From prior experience I know that one needs to manually run grub2-install to actually update the bootloader. Additionally I run mdraid, so I need the bootloader on both /dev/sda and /dev

How to turn grub2-install from sad to happy.

2024-03-19 Thread Sam Varshavchik
I noticed that there was a grub2 update. From prior experience I know that one needs to manually run grub2-install to actually update the bootloader. Additionally I run mdraid, so I need the bootloader on both /dev/sda and /dev/sdb. But: [root@jack ~]# grub2-install /dev/sda grub2-install:

Which scanner/copier do you use with Fedora?

2024-03-18 Thread Sam Varshavchik
Which scanner/copier does everyone use, that works out of the box with Xsane? Printing would be nice but I already have an HP that does the job for me. pgpxrfExOehoA.pgp Description: PGP signature -- ___ users mailing list -- users@lists.fedoraproject.

Re: dmesg suddenly fails when run as normal user on FC39

2024-03-13 Thread Sam Varshavchik
Ron Flory via users writes: »Hi-  does not happen on FC38, or any prior RedHat/Fedora version since forever. Sounds like this has landed: https://lists.fedoraproject.org/archives/list/de...@lists.fedoraproject.org/thread/U2XA6J5BGPKMS54YM7DTOI4QHUXQTARI/ pgpHS0_YMt3pr.pgp Description: PG

Re: tigervnc server configuration limitation

2024-02-24 Thread Sam Varshavchik
Samuel Sieb writes: On 2/24/24 08:52, Sam Varshavchik wrote: Sam Varshavchik writes: But something is still broken. I went through the motions, set session=xfce, but then something is still broken with systemd. systemctl start vncserver@: 1 results in: Feb 24 11:30:33 monster.email

Re: tigervnc server configuration limitation

2024-02-24 Thread Sam Varshavchik
Samuel Sieb writes: On 2/24/24 07:10, Sam Varshavchik wrote: I'm not sure when Fedora switched to the current tigervnc systemd-based configuration, but: I've been using tigervnc to log in to an Ubuntu box, and it was simple to set up tigervnc on Ubuntu for remote access. I just

Re: tigervnc server configuration limitation

2024-02-24 Thread Sam Varshavchik
Michael D. Setzer II via users writes: As I stated. I've found Turbo VNC seems to work very well. At my home, I've got a notebook, and use it to vnc into 6 other Fedora 39 machines, and two windows machines in house. I hear you. I'm not married to tigervnc, just not sure if trying to get tur

Re: tigervnc server configuration limitation

2024-02-24 Thread Sam Varshavchik
francis.montag...@inria.fr writes: Hi. On Sat, 24 Feb 2024 11:52:40 -0500 Sam Varshavchik wrote: > But something is still broken. I went through the motions, set session=xfce, > ... and that was because even xfce is not going to work. The reason was > dumped into ~/.vnc/*log: &

Re: tigervnc server configuration limitation

2024-02-24 Thread Sam Varshavchik
Sam Varshavchik writes: Michael D. Setzer II via users writes: On 24 Feb 2024 at 10:10, Sam Varshavchik wrote: > That's a no-go for me. My Fedora system is configured to automatically log > into a graphical desktop. This won't work for me, then. Not sure on the latest versio

Re: tigervnc server configuration limitation

2024-02-24 Thread Sam Varshavchik
Michael D. Setzer II via users writes: On 24 Feb 2024 at 10:10, Sam Varshavchik wrote: > That's a no-go for me. My Fedora system is configured to automatically log > into a graphical desktop. This won't work for me, then. Not sure on the latest version of tigervnc on Fedora, f

tigervnc server configuration limitation

2024-02-24 Thread Sam Varshavchik
I'm not sure when Fedora switched to the current tigervnc systemd-based configuration, but: I've been using tigervnc to log in to an Ubuntu box, and it was simple to set up tigervnc on Ubuntu for remote access. I just tried the same on Fedora and was informed that launching vncserver was "d

Re: Copy broken in recent Firefox?

2024-02-23 Thread Sam Varshavchik
Patrick O'Callaghan writes: Works for me. Firefox on KDE (X11), F39. It turned out to be xfce4-terminal, and not Firefox. There was a recent xfce4-terminal rpm update. … and another update just landed, with a helpful "Fix clipboard handling" changelog… pgptrybcI_RRz.pgp Description: P

Copy broken in recent Firefox?

2024-02-23 Thread Sam Varshavchik
Is it just me, or is everyone else no longer able to highlight any multi- line chunk of code in Firefox, copy, then paste it somewhere else? I did some experiments. I can highlight a portion of a line, and that can be pasted in another window. Highlight anything more than a line, nothing gets

Re: github cloning from cmdline

2024-01-14 Thread Sam Varshavchik
bruce writes: It appears that the "ssh -vT g...@github.com" cmd seems to always request a "passphrase" even though the ssh key was created without a passphrase. That's because you don't ssh to github. Once the key is set up, and added to your github profile, "git clone" clones the reposito

Re: sudo problem on restore from archive

2023-12-30 Thread Sam Varshavchik
Robert McBroom via users writes: On a system restore from a tar archive sudo won't work. Says /usr/bin/sudo  needs to be owned by 0 with the suid bit set. Root owns the file and is 0. Looking at a working system directory list shows   -rwsr-xr-x.  1 root root   57456 Aug 16 20:00 su   -

Solution: OVMF 4M-based VMs broken after updating to F39

2023-11-10 Thread Sam Varshavchik
I had an EFI VM that was configured to use /usr/share/edk2/ovmf-4m/OVMF_CODE.secboot.fd as its bootloader in F38. The edk2-ovmf package in F39 no longer installs it. This results in an error message starting any VM that uses OVMF 4M images. The /usr/share/edk2/ovmf-4m directory no longer exis

Re: libvirtd.service won't start

2023-07-09 Thread Sam Varshavchik
ToddAndMargo via users writes: On 7/9/23 04:21, Sam Varshavchik wrote: ToddAndMargo via users writes: Okay, after erasing all the 9005's, redoing the following https://www.libvirt.org/daemons.html#switching-to-modular-daemons and rebooting, all my VM stuff is running perfectly

Re: libvirtd.service won't start

2023-07-09 Thread Sam Varshavchik
ToddAndMargo via users writes: Okay, after erasing all the 9005's, redoing the following https://www.libvirt.org/daemons.html#switching-to-modular-daemons and rebooting, all my VM stuff is running perfectly again. Thank you all for the help! Upstream documentation, like that, isn't really

Re: libvirtd.service won't start

2023-07-09 Thread Sam Varshavchik
ToddAndMargo via users writes: On 7/8/23 18:38, ToddAndMargo via users wrote: On 7/8/23 17:26, Chris Adams wrote: Once upon a time, ToddAndMargo said: # rpm -qa libvirt-libs libvirt-libs-9.0.0-3.fc38.x86_64 Removing and reinstalling both libvirt-daemon and libvirt-libs did not change the sy

Re: libvirtd.service won't start

2023-07-08 Thread Sam Varshavchik
ToddAndMargo via users writes: Starting libvirtd directly gives: # /usr/sbin/libvirtd & [1] 10957 /usr/sbin/libvirtd: /lib64/libvirt.so.0: version `LIBVIRT_PRIVATE_9.0.0' not found (required by /usr/sbin/libvirtd) And I can not find what provide it: # dnf whatprovides LIBVIRT_PRIVATE Last

Re: ide editor??

2023-05-23 Thread Sam Varshavchik
bruce writes: Hi. Curious to know what IDE/editors you guys use for developing code (and why if you care to expound). Are there any you prefer for linux vs windows? There's only one true editor for developers: emacs Everything else is a pale imitation of emacs' awesomeness. pgpmN3hwMKc

Re: exslt.org domain name expired

2023-05-14 Thread Sam Varshavchik
Mike Wright writes: On 5/11/23 05:25, Sam Varshavchik wrote: If anyone here knows anyone associated with exslt.org, home of xml and xpath extensions, used in xsltproc and others, kindly let them know that their domain has expired. Hi Sam, Both exslt.org and fourthought.com (which handles

exslt.org domain name expired

2023-05-11 Thread Sam Varshavchik
If anyone here knows anyone associated with exslt.org, home of xml and xpath extensions, used in xsltproc and others, kindly let them know that their domain has expired. pgp4ml3YmHnL6.pgp Description: PGP signature ___ users mailing list -- users

Keeping ssh sessions alive

2023-05-10 Thread Sam Varshavchik
I switched wifi routers. The new model, a Linksys WRT3200ACM kills my idle SSH sessions. I have /etc/ssh/sshd_config.d/01-local.conf that has a "ClientAliveInterval" setting. With my previous router setting ClientAliveInterval to 60 seconds was enough to keep it from killing my idle SSH s

Re: F38/Xfce restoring apps on login

2023-04-30 Thread Sam Varshavchik
Robert Moskowitz writes: What do I set so that the apps I had running the last login are autorestarted? That is the behavior I am use to, but I can't figure out what is different that on this new F38, I start up on login with nothing running. When you go to Applications > Logout and get t

Re: grubby --set-default LOLs at me

2023-01-08 Thread Sam Varshavchik
Stephen Morris writes: And at boot/reboot, GRUB had to be configured to read the default variable to see which menu item to boot. I lack the perseverance to read through the conglomeration of GRUB menu files to see what it does these days. From a google check for the default grub kernel boots

Re: grubby --set-default LOLs at me

2023-01-07 Thread Sam Varshavchik
Tom Horsley writes: On Sat, 07 Jan 2023 20:40:18 -0500 Sam Varshavchik wrote: > But at boot the grub menu still highlights the most recently installed > kernel, and that's what boots by default. If you can stand looking through the scripts that are used to build the grub.cfg (I thi

grubby --set-default LOLs at me

2023-01-07 Thread Sam Varshavchik
Can anyone try using grubby --set-default to change the default boot kernel to something other than the most recently-installed kernel, successfully? It tells me that it obeys my request, and grubby --info=DEFAULT shows that the default boot kernel is what I specified. But at boot the grub

Re: 127.0.0.53 question

2022-12-17 Thread Sam Varshavchik
ToddAndMargo via users writes: All this silliness started as of Fedora Core 37. There were no issues with 36. How certain are you that you had systemd-resolved installed in 36, and it didn't get pulled in during the upgrade to 37? This particular rpm package has a tendency to get pulled in

Re: Named keeps dying on me

2022-12-15 Thread Sam Varshavchik
ToddAndMargo via users writes: # cat /etc/resolv.conf nameserver 127.0.0.53 options edns0 trust-ad search . Ummm. This is not bind. This is, most likely, systemd-resolved. pgpjBPesEYtnH.pgp Description: PGP signature ___ users mailing list -- u

Re: Clearing DNS cache without rebooting

2022-12-10 Thread Sam Varshavchik
Tim via users writes: Tim: >> Previously, yours was: >> >> hosts: files mdns4_minimal [NOTFOUND=return] dns myhostname >> >> Which first tries the hosts file, then mdns, then aborts if nothing >> found (I believe, going by the comments in the rest of the fil

Re: Clearing DNS cache without rebooting

2022-12-09 Thread Sam Varshavchik
Tim via users writes: Previously, yours was: hosts: files mdns4_minimal [NOTFOUND=return] dns myhostname Which first tries the hosts file, then mdns, then aborts if nothing found (I believe, going by the comments in the rest of the file). The My read of nsswitch.conf's man page is that [NO

Re: Upgrade from the ISO?

2022-11-29 Thread Sam Varshavchik
ToddAndMargo via users writes: Hi All, Is tehre a way to upgrade FC36 --> FC37 using the iso? Nope. Upgrade support in the installer was done away with many releases ago. The only working path is dnf system-upgrade. If there are multiple machines to upgrade there are ways to avoid having

Re: Re: F37 XFCE bell – where to turn it off

2022-11-26 Thread Sam Varshavchik
Doug H. writes: On Sat, Nov 26, 2022, at 4:15 AM, Sam Varshavchik wrote: > This seems to be /usr/share/sounds/freedesktop/stereo/bell.oga That might be configured via: /etc/pulse/default.pa Mine has: load-sample-lazy x11-bell /usr/share/sounds/freedesktop/stereo/bell.oga load-module mod

Re: F37 XFCE bell – where to turn it off

2022-11-26 Thread Sam Varshavchik
Tim via users writes: On Sat, 2022-11-26 at 16:15 +1030, Tim via users wrote: > I suppose you could search for likely sounding file names for the > sample that's played. > > e.g. locate sounds|grep usr > > Look through the results and play the likely candidates. Then if you > find it, delete it

Re: Re: F37 XFCE bell – where to turn it off

2022-11-26 Thread Sam Varshavchik
Dave Ulrick writes: On 11/25/22 2:34 PM, Sam Varshavchik wrote: I have a sneaky suspicion that XFCE inherited this from Gnome. There must be a Gnome configuration knob for this, if you're running the Gnome desktop; but this is not configurable in XFCE. You get this annoying drip s

Re: F37 XFCE bell – where to turn it off

2022-11-25 Thread Sam Varshavchik
Sam Varshavchik writes: This is something that appears to be a new feature. In xfce4-terminal's settings' "Advanced" tab I found an "Audible Bell" that shuts this off. But ^G in emacs was still yapping away. I finally found "System Sounds" in audio

Re: F37 XFCE bell – where to turn it off

2022-11-21 Thread Sam Varshavchik
stan via users writes: On Mon, 21 Nov 2022 07:18:33 -0500 Sam Varshavchik wrote: > After updating to F37, the new XFCE desktop appears to have > implemented the screen beep/bell function. The default beep/bell > audio is quite annoying, does anyone know where the setting for tha

F37 XFCE bell – where to turn it off

2022-11-21 Thread Sam Varshavchik
After updating to F37, the new XFCE desktop appears to have implemented the screen beep/bell function. The default beep/bell audio is quite annoying, does anyone know where the setting for that is, I can't find it. I tried doing xset b off But it's still barking at me. pgpwTeBwDmbtY.pgp

F37 broke netupstools

2022-11-21 Thread Sam Varshavchik
After updating F37 nut is unhappy, spewing this every couple of seconds: Nov 21 06:48:28 monster.email-scan.com nut-server[1735]: Can't connect to UPS [nutdev1] (usbhid-ups-nutdev1): No such file or directory Interestingly enough, the XFCE desktop's panel has a widget that shows the UPS and

Re: problem with sudo

2022-11-19 Thread Sam Varshavchik
Geoffrey Leach writes: any suggestion as what might be my probem (yes, change made with visudo) Perhaps if you try to actually describe what your problem is, someone might be able to figure it out for you. But merely stating that you have some kind of a "problem with sudo" is not very il

Re: [Undeliverable: Re: Mailing lists and Discourse]

2022-10-28 Thread Sam Varshavchik
Samuel Sieb writes: This is the problem. The server either doesn't like the SPF policy or the received message fails the SPF policy. Maybe the mailing list admins will have to add gmx.net to the list of hidden senders. I run very stringent SPF checks, and to my knowledge I have no issues

Re: Mailing lists and Discourse

2022-10-25 Thread Sam Varshavchik
Wolfgang Pfeiffer writes: On Mon, Oct 24, 2022 at 08:44:20PM -0400, Sam Varshavchik wrote: I understand that the explanation for the migration away from mailing lists is that maintaining the mailing lists is a hassle and takes up too much resources. I'm suspicious of the veracity of

Re: Native Windows to qemu-kvm?

2022-10-25 Thread Sam Varshavchik
Samuel Sieb writes: On 10/24/22 21:26, ToddAndMargo via users wrote: On 10/24/22 21:09, Slade Watkins via users wrote: On 10/24/22 11:38 PM, ToddAndMargo via users wrote: Is there a way to tape a native Windows hard drive and port it to qemu-kvm? Hm. Did a bit of digging... this is all I c

Re: Mailing lists and Discourse

2022-10-24 Thread Sam Varshavchik
Patrick O'Callaghan writes: It appears that the gnome.org is hosted by RedHat, which is a member of the Gnome Foundation. That being the case, I would like to know if there is any danger (I use the word advisedly) of this list and others in the Fedora ecosphere suffering the same fate. Maybe n

Re: latest kernel for Fedora 35?

2022-10-05 Thread Sam Varshavchik
Sbob writes: I think I tried this awhile back and found that KVM VM's only work with wired network connections on the host and not wifi, is this still true? News to me, and the VM running Windows 10, on this laptop. pgpltk28icyoT.pgp Description: PGP signature _

Re: ed2k-ovmf missing "4M version"

2022-09-25 Thread Sam Varshavchik
Patrick O'Callaghan writes: I'm no expert either, but by coincidence I fired up a Win10 VM yesterday for the first time in several months and (after taking ages to update itself) it worked without problems. Is this issue only appearing with new VM installations? Currently the problem is limite

ed2k-ovmf missing "4M version"

2022-09-24 Thread Sam Varshavchik
It seems that Win10 guest VMs are now choking after Microsoft did …something to reject the current OVMF firmware. This entire discussion, pretty much, is way over my head: https://github.com/tianocore/edk2/discussions/3221 As best as I can make things out: There is an alternative OVMF firwar

Re: Using kernel 5.19.8 does not boot

2022-09-21 Thread Sam Varshavchik
George N. White III writes: « HTML content follows » On Tue, Sep 20, 2022 at 8:57 PM Roger Heflin rogerhef...@gmail.com> wrote: Someone also reported nosound after 5.19.8 so it sounds like a lot of the modules either weren't built (at all or correct) or

Re: Using kernel 5.19.8 does not boot

2022-09-18 Thread Sam Varshavchik
dwoody...@rdwoodyard.com writes: I am attaching a screen shot to show part of the boot process... I have searched google the fedora sights with no results. I have been using 5.18.10 Anybody have any ideas? This will likely be a waste of time, but, presuming that your previous kernel does

  1   2   3   4   5   6   7   8   9   10   >