Re: [Off-topic] Assessing CPU and storage power load

2024-11-11 Thread Will McDonald
On Mon, 11 Nov 2024 at 17:50, Max Pyziur wrote: > I'm trying to work to compute some processing metrics (one computation > requires X amount of power) for CPUs and storage > You haven't indicated specific scale here, or level of abstraction. You've mentioned some specific CPUs, and storage devic

Re: How to free up space on the / filesystem

2024-11-10 Thread Will McDonald
On Sun, 10 Nov 2024 at 20:48, Terry Hurlbut wrote: > Output of sudo yum clean all > 988 files removed > > And now, using Dolphin, I find that the / LV no longer has that > concerning red line, and is showing 5.6 GiB free. > > Have I just freed up the space I need? Do you still have ~3GiB of stu

Re: How to free up space on the / filesystem

2024-11-10 Thread Will McDonald
On Sun, 10 Nov 2024 at 12:21, Terry Hurlbut wrote: > Answers to Will's questions: > At least 4437 MB more space required on the / filesystem. > > Output of lsblk: > > NAMEMAJ:MIN RM SIZE RO TYPE MOUNTPOINTS > > sda 8:00 111.8G 0 di

Re: How to free up space on the / filesystem

2024-11-10 Thread Will McDonald
a better option if you can, so exercise caution. On Sun, 10 Nov 2024 at 11:58, Will McDonald wrote: > If you can, show people actual command outputs, it'll make it easier to > help. > > Do you have any flex with LVM or are your filesystems directly on block > devices? e.g. &g

Re: How to free up space on the / filesystem

2024-11-10 Thread Will McDonald
If you can, show people actual command outputs, it'll make it easier to help. Do you have any flex with LVM or are your filesystems directly on block devices? e.g. root@fedora:~# pvs; vgs; lvs Review your mounts/filesystems, e.g.: root@fedora:~# lsblk NAMEMAJ:MIN RM SIZE RO TYPE MOUNT

Re: Issue with PHP based web service on Fedora 40

2024-11-07 Thread Will McDonald
On Thu, 7 Nov 2024 at 02:41, Steven P. Ulrick wrote: > > On 11/6/24 8:03 PM, Will McDonald wrote: > > On Wed, 6 Nov 2024 at 17:11, Steven P. Ulrick > wrote: > > > I think there might be some missing steps here? > > > > 1. How did you install PHP? > dnf in

Re: Issue with PHP based web service on Fedora 40

2024-11-06 Thread Will McDonald
On Wed, 6 Nov 2024 at 17:11, Steven P. Ulrick wrote: > I just did a full install of Fedora 40. It is fully updated. > I am attempting to run Gallery3 on a webserver that I host on this > computer (the one with Fedora 40 on it) I was able to install Gallery3, > but when I attempt to go to the gall

Re: mounting a 16TB USB on Fedora 40

2024-11-06 Thread Will McDonald
On Wed, 6 Nov 2024 at 16:54, Ranjan Maitra via users < users@lists.fedoraproject.org> wrote: > I recently got a 16TB USB disk and was trying to mount it on Fedora 40 > using spacefm. I get the following: > > Mount /dev/sdb: > > Status: Finished with error (Exit status 1). > > Object /org/freedeskt

Re: Running flameshot on GNOME Wayland

2024-11-06 Thread Will McDonald
On Wed, 6 Nov 2024 at 13:32, Paul Smith wrote: > Is there some way of running > > flameshot > > on GNOME Wayland, other than using the terminal with: > > flameshot gui > The package ships with a .desktop file: $ dnf repoquery -l flameshot | grep desk /usr/share/applications/org.flameshot.Flames

Re: unable to locate printer on network change

2024-11-05 Thread Will McDonald
On Tue, 5 Nov 2024 at 22:50, Neal Becker wrote: > I have a brother printer at home connected via dnssd. If I take my laptop > to work and then come home, then try to print it sits in the queue. Hover > over the printer icon (kde) I see "unable to locate printer". > > Rebooting gets the printer

Re: wireless network adapter not working

2024-11-05 Thread Will McDonald
On Tue, 5 Nov 2024 at 13:40, Peter Lesterhuis wrote: > Hi, > Recently I purchased a laptop (Asus Vivobook S15 M5506NA-MA056W). > I installed fedora 41 alongside Windows 11. > > peter@fedora:~$ nmcli radio > WIFI-HW WIFI WWAN-HW WWAN > missing enabled missing disabled > What does "nmcli device" s

Re: Trustedqsl

2024-11-04 Thread Will McDonald
On Mon, 4 Nov 2024 at 13:29, jarmo wrote: > Who maintain TQSL package? > With this new F-41 sending file to ARRL, NO GO. > There is new version available tsqsl-2.7.4. F-41 > has 2.7.2. > I tried compile from source, but have too new LIBEXPAT. > I'm stuck! > Checking the changelog for the package

Re: dnf disable-repo???

2024-10-28 Thread Will McDonald
On Mon, 28 Oct 2024 at 21:25, ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > On 10/28/24 13:39, Samuel Sieb wrote: > > On 10/28/24 12:33 PM, ToddAndMargo via users wrote: > >> Hi All, > >> > >> fedora 41 > 41, or 40? > >> What am I doing wrong here? > Consistently trying to r

Re: What replaces --allowerasing in dnf5?

2024-10-25 Thread Will McDonald
On Fri, 25 Oct 2024 at 13:16, ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > > On Fri, 25 Oct 2024 at 11:57, ToddAndMargo via users > I am confused. When I tried using --allowerasing, > I got: > > Unknown argument "--allowerasing" > > The --allowerasing allowed me to remo

Re: What replaces --allowerasing in dnf5?

2024-10-25 Thread Will McDonald
+1 for the "stop this madness, clean reinstall time camp", fwiw. That said... If you read the dnf5 man page, you'll see that the individual subcommands have been broken out... [root@94a0d274cbcb /]# man dnf5 COMMANDS Here is the list of the available commands. For more details see the separ

Re: repo $release server question

2024-10-22 Thread Will McDonald
On Tue, 22 Oct 2024 at 10:20, Samuel Sieb wrote: > On 10/22/24 2:14 AM, ToddAndMargo via users wrote: > > In file /etc/yum.repos.d/fedora.repo, > > > > metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora- > > $releasever&arch > > > > Where does the "$releasever" come from? how can >

Re: filezilla and firewalls

2024-10-10 Thread Will McDonald
Can you use `openssl s_client` to validate the certificate chains in each scenario? openssl s_client -connect example.com:21 -showcerts On Thu, 10 Oct 2024 at 13:43, Tim via users wrote: > On Wed, 2024-10-09 at 15:03 +0100, Will McDonald wrote: > > If it's definitely FTPS (as

Re: filezilla and firewalls

2024-10-09 Thread Will McDonald
If it's definitely FTPS (as opposed to SSH-based SFTP) it looks like that needs ports 990 and 989. https://en.wikipedia.org/wiki/FTPS You've already mostly discounted tethering as a cause. So it's probably either firewall or potential certificate-related. Does the working system have anything add

Re: Calibre error

2024-09-02 Thread Will McDonald
On Mon, 2 Sept 2024 at 10:21, Patrick O'Callaghan wrote: > On Sun, 2024-09-01 at 15:19 -0700, Samuel Sieb wrote: > > > However I also have mingw64-libxml2-2.12.7-1.fc40.noarch, which was > > > installed together with Wine. I assume that's the root of the problem, > > > but I can't solve it withou

Re: Fedora 40: the last three kernels fail

2024-08-27 Thread Will McDonald
If you can ping the VM and SSH in, then your VM's starting. Just not quite as fully as it does with the previous kernels, which is weird. Do you normally boot into a Gnome or KDE session (graphical.target

Re: Fedora 40: the last three kernels fail

2024-08-27 Thread Will McDonald
So there's a common problem here with VMWare Workstation and f40? What version of workstation are you both running? What are you running on, Windows 10, 11, something else? When your VMs boot with the new kernels, but blank screens, are the IPs connected to the appropriate virtual network? Can yo

Re: OT: UEFI settings for DDR5 RAM

2024-08-19 Thread Will McDonald
Your BIOS is probably set in EZ mode and as Richad said, you probably need to tweak some XMP or EXPO modes in the BIOS to get the most out of the modules. The motherboard manual is here: https://download.msi.com/archive/mnu_exe/mb/PROB650-PWIFI.pdf But doesn't go into a ton of detail about specifi

Re: /var/spool/abrt/ccpp-* crash informations not created after debuginfo package installed

2024-08-10 Thread Will McDonald
It doesn't help with the lack of coredump, but does starting Bind in the foreground with increased verbosity help in terms of casting light on the root problem? On Sat, 10 Aug 2024 at 21:02, Franta Hanzlík via users < users@lists.fedoraproject.org> wrote: > On my Fedora 40 x86_64 system named (IS

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Will McDonald
On Tue, 30 Jul 2024 at 20:32, Neal Becker wrote: > On Tue, Jul 30, 2024 at 10:44 AM Will McDonald > wrote: > >> On Tue, 30 Jul 2024 at 15:38, Will McDonald wrote: >> >>> The default behaviour for the desktop application invocation will be >>> in /usr/shar

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Will McDonald
On Tue, 30 Jul 2024 at 15:38, Will McDonald wrote: > The default behaviour for the desktop application invocation will be > in /usr/share/applications/google-chrome.desktop in the Exec definition if > you don't mind hacking packaged files. > > There's probably a canoni

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Will McDonald
On Tue, 30 Jul 2024 at 15:32, Daniel Walsh wrote: > On 7/30/24 10:28, Will McDonald wrote: > > On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote: > >> On 7/30/24 10:01, George N. White III >> >> Fedora 40. >> >> $ rpm -q google-chrome-stable goog

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Will McDonald
On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote: > On 7/30/24 10:01, George N. White III > > Fedora 40. > > $ rpm -q google-chrome-stable google-chrome-unstable > google-chrome-stable-127.0.6533.72-1.x86_64 > google-chrome-unstable-129.0.6614.3-1.x86_64 > > Happened in the last couple of weeks.

Re: teal(?) messages during boot.

2024-07-25 Thread Will McDonald
Does it look anything like this image... https://redhat.discourse-cdn.com/fedoraproject/original/3X/3/c/3c95f957d2a3f8a99d11fe8e5c7007229f78ae6a.jpeg ... from this thread... https://discussion.fedoraproject.org/t/stuck-on-boot-fedora-40-windows-update/124096 On Thu, 25 Jul 2024, 01:46 home user

Re: Virtualization and older CPUs

2024-07-23 Thread Will McDonald
root 1811 Mar 1 11:19 /usr/share/libvirt/cpu_map/x86_Broadwell-noTSX-IBRS.xml On Tue, 23 Jul 2024 at 10:07, Will McDonald wrote: > This looks like if might help lead you toward an answer... > > > https://qemu-project.gitlab.io/qemu/system/qemu-cpu-models.html#libvirt-guest-xml > >

Re: Virtualization and older CPUs

2024-07-23 Thread Will McDonald
This looks like if might help lead you toward an answer... https://qemu-project.gitlab.io/qemu/system/qemu-cpu-models.html#libvirt-guest-xml On Tue, 23 Jul 2024, 09:54 Javier Perez, wrote: > Hi. > How can I tell virt-manager to create a VM but with a CPU of an older > generation? I am trying

Re: VDQ finding dnf names

2024-03-26 Thread Will McDonald
On Tue, 26 Mar 2024 at 16:48, Joe Zeff wrote: > On 03/26/2024 10:41 AM, Beartooth wrote: > > It couldn't find brave, falcon, opera, nor vivaldi. VERY Dumb > > Question : How do I look up what it calls them? > > Assuming that they have launchers on your desktop, edit the launcher and > look