Re: vsftp problems

2024-11-10 Thread Michael D. Setzer II via users
On 10 Nov 2024 at 16:04, ToddAndMargo via users wrote: Date sent: Sun, 10 Nov 2024 16:04:13 -0800 To: Community support for Fedora users Subject:vsftp problems Send reply to: Community support for Fedora users From: To

Re: vsftp problems

2024-11-10 Thread Samuel Sieb
On 11/10/24 4:04 PM, ToddAndMargo via users wrote: is there a way to tell fsftp to handle more handles and traffic at once? What's happening? -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread Samuel Sieb
On 11/10/24 1:46 PM, Stephen Morris wrote: On 11/11/24 04:30, ToddAndMargo via users wrote: Hi All, This happened to me again when I went to upgrade my shop computer from FC40 to fc41.  So I though I'd repeat my fix here: Note: dnf dose not use /etc/redhat-release as it release version.  It us

Re: HDR Support in KDE

2024-11-10 Thread Samuel Sieb
On 11/10/24 2:03 PM, Stephen Morris wrote: On 10/11/24 10:06, Samuel Sieb wrote: On 11/9/24 2:43 PM, Stephen Morris wrote: On 10/11/24 04:41, Barry Scott wrote: On 8 Nov 2024, at 22:59, Stephen Morris wrote: Just as a matter of interest what brand monitor do you use. I use a Dell Ultra

Re: How to free up space on the / filesystem

2024-11-10 Thread Jon LaBadie
On Sun, Nov 10, 2024 at 07:20:58AM -0500, Terry Hurlbut wrote: Answers to Will's questions: The message, which was the output of dnf system-upgrade download --releasever=41 --allowerasing, ended with: Error summary: Disk Requirements: At least 4437 MB more space required on the / filesystem.

Re: vsftp problems

2024-11-10 Thread ToddAndMargo via users
On 11/10/24 21:55, Samuel Sieb wrote: On 11/10/24 4:04 PM, ToddAndMargo via users wrote: is there a way to tell fsftp to handle more handles and traffic at once? What's happening? I am backing up Windows workstations to it with Cobian Backup. If two go off at the same time (I try to space t

Re: Systemd-resolved

2024-11-10 Thread Barry
> On 10 Nov 2024, at 08:04, jarmo wrote: > > I see no network, after starting computer What does `ip addr` report when you have “no network”? I wonder if you have a hardware problem? Might be worth running memtest diagnostic to eliminate RAM issues. Barry -- __

Re: Systemd-resolved

2024-11-10 Thread jarmo
Sun, 10 Nov 2024 09:27:46 + Barry kirjoitti: > > On 10 Nov 2024, at 08:04, jarmo wrote: > > > > I see no network, after starting computer > > What does `ip addr` report when you have “no network”? > > I wonder if you have a hardware problem? > Might be worth running memtest diagnostic t

Re: Systemd-resolved

2024-11-10 Thread jarmo
Fri, 8 Nov 2024 23:14:57 + Barry kirjoitti: > > On 8 Nov 2024, at 13:19, jarmo wrote: > > > > Had to install inxi first :) > > Thanks for the info. > > Do you see systemd-resolved failing immediately after you first login? > Or does if fail after you have been using the system for a lit

How to free up space on the / filesystem

2024-11-10 Thread Terry Hurlbut
Everyone: I have a problem upgrading to Fedora 41. After I download all the packages and import the keys, it's telling me I need around 5 GB more space on the / filesystem. The / system is on a partition that has only 50 GiB total, and 395.2 MiB free. (I use the GiB and MiB symbols deliberately.)

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: Systemd-resolved

2024-11-10 Thread jarmo
For those, who tried to help me, big hand. I think I found reason. OPENSSL. I had to edit openssl.conf, to get TRUSTEDQSL work. /etc/pki/tls/openssl.conf, There # Uncomment the sections that start with ## below to enable the legacy provider. # Loading the legacy provider enables support for the f

Re: How to free up space on the / filesystem

2024-11-10 Thread Felix Miata
Terry Hurlbut composed on 2024-11-10 06:23 (UTC-0500): > I have a problem upgrading to Fedora 41. After I download all the > packages and import the keys, it's telling me I need around 5 GB more > space on the / filesystem. The / system is on a partition that has only > 50 GiB total, and 395.2 MiB

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: Systemd-resolved

2024-11-10 Thread jarmo
Sun, 10 Nov 2024 07:44:54 -0500 Jonathan Billings kirjoitti: >> Sadly, your excerpt from the journal starts *just* after anything > useful might have been recorded. It’s just systemd noise about the > service not failing and how it isn’t restarting it. > > But I can’t comment further because ap

tip: when dnf thinks you are on the wrong release

2024-11-10 Thread ToddAndMargo via users
Hi All, This happened to me again when I went to upgrade my shop computer from FC40 to fc41. So I though I'd repeat my fix here: Note: dnf dose not use /etc/redhat-release as it release version. It uses /usr/share/licenses/fedora/fedora-release-common* -T When dnf thinks you are on the wr

tip: stray kernel entries in your grub boot screen

2024-11-10 Thread ToddAndMargo via users
Hi All, I usually do not pay much attention to the kernel entries on my grub boot screen, but after upgrading my shop computer from FC40 to FC41 I looked. Oh Goody, I have kernels on my geub boot screen all the way back to FC32!!! 3/4 of my screen was filled with kernels! Checking "rpm qa kern

Re: How to free up space on the / filesystem

2024-11-10 Thread GianPiero Puccioni
On 10/11/2024 13:11, Will McDonald wrote: Understand where your space is being consumed on the / device. > Don't use '-h' so you can sort easily, use 'x' so as to limit your 'du' to a single device. e.g. "sort -h" can be used to properly sort a "du -h" and be readable. G --

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread Charlie Dennett
When upgrading following the instructions at https://docs.fedoraproject.org/en-US/quick-docs/upgrading-fedora-offline/, make sure you perform the optional post upgrade tasks like Clean up retired packages, clean up old packages, clean up old keys, clean up old sym-links. Doing that can reduce your

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread Jeffrey Walton
On Sun, Nov 10, 2024 at 2:15 PM Charlie Dennett wrote: > > When upgrading following the instructions at > https://docs.fedoraproject.org/en-US/quick-docs/upgrading-fedora-offline/, > make sure you perform the optional post upgrade tasks like Clean up retired > packages, clean up old packages, c

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 Terry Hurlbut
Here are the outputs of the various other commands you recommended I run: sudo pvs: PV VGFmt Attr PSizePFree /dev/sda2 fedora_localhost-live lvm2 a-- <110.79g0 sudo vgs VG#PV #LV #SN Attr VSizeVFree fedora_localhost-live 1 3

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread Stephen Morris
On 11/11/24 04:30, ToddAndMargo via users wrote: Hi All, This happened to me again when I went to upgrade my shop computer from FC40 to fc41.  So I though I'd repeat my fix here: Note: dnf dose not use /etc/redhat-release as it release version.  It uses    /usr/share/licenses/fedora/fedora-rele

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread Stephen Morris
On 11/11/24 08:46, Stephen Morris wrote: On 11/11/24 04:30, ToddAndMargo via users wrote: Hi All, This happened to me again when I went to upgrade my shop computer from FC40 to fc41.  So I though I'd repeat my fix here: Note: dnf dose not use /etc/redhat-release as it release version.  It uses

Re: HDR Support in KDE

2024-11-10 Thread Stephen Morris
On 10/11/24 10:06, Samuel Sieb wrote: On 11/9/24 2:43 PM, Stephen Morris wrote: On 10/11/24 04:41, Barry Scott wrote: On 8 Nov 2024, at 22:59, Stephen Morris wrote: Just as a matter of interest what brand monitor do you use. I use a Dell Ultra HDR and also have a LG HDR monitor. The Del

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread home user via users
On 11/10/24 10:30 AM, ToddAndMargo via users wrote: Hi All, [snip] On my stand-alone home workstation, that is a link to a link to /usr/lib/fedora-release: -bash.1[~]: ls -l /etc/redhat-release lrwxrwxrwx. 1 root root 14 Apr 11 2024 /etc/redhat-release -> fedora-release -bash.2[~]: ls /etc/

Re: Systemd-resolved

2024-11-10 Thread Jonathan Billings
On Nov 10, 2024, at 03:04, jarmo wrote: > > I see no network, after starting computer, which I do very seldom, > only when there comes kernel update. > So network does not start at all and when doing journal query I get > this, what I sent before... > > journalctl -xeu systemd-resolved.service >

Re: How to free up space on the / filesystem

2024-11-10 Thread Will McDonald
Oh, and according to https://unix.stackexchange.com/questions/414963/fedora-25-to-27-upgrade-not-enough-space you could also try symlinking or bind mounting /var/lib/dnf/system-upgrade over to a device with more free disk space. I imagine having the upgrade packages on the root device is probably a

Re: How to free up space on the / filesystem

2024-11-10 Thread Patrick O'Callaghan
On Sun, 2024-11-10 at 11:58 +, Will McDonald wrote: > (Optional, `du -xk / | sort -n -k1 | tac` if you prefer your output the > other way round...) Or just use 'sort -r ...' poc -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscr

Re: How to free up space on the / filesystem

2024-11-10 Thread Terry Hurlbut
Answers to Will's questions: The message, which was the output of dnf system-upgrade download --releasever=41 --allowerasing, ended with: Error summary: Disk Requirements: At least 4437 MB more space required on the / filesystem. Output of lsblk: NAMEMAJ:MIN RM S

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread Stephen Morris
On 11/11/24 09:10, home user via users wrote: On 11/10/24 10:30 AM, ToddAndMargo via users wrote: Hi All, [snip] On my stand-alone home workstation, that is a link to a link to /usr/lib/fedora-release: -bash.1[~]: ls -l /etc/redhat-release lrwxrwxrwx. 1 root root 14 Apr 11  2024 /etc/redha

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread home user via users
On 11/10/24 3:24 PM, Stephen Morris wrote: On 11/11/24 09:10, home user via users wrote: On 11/10/24 10:30 AM, ToddAndMargo via users wrote: Hi All, [snip] On my stand-alone home workstation, that is a link to a link to /usr/lib/fedora-release: -bash.1[~]: ls -l /etc/redhat-release lrwxrwx

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread home user via users
On 11/10/24 12:14 PM, Charlie Dennett wrote: When upgrading following the instructions at https://docs.fedoraproject.org/en-US/quick-docs/upgrading-fedora-offline/ , make sure you perform the optional post upgrade tasks

Re: HDR Support in KDE

2024-11-10 Thread Stephen Morris
On 10/11/24 12:29, Steve Underwood wrote: On 08/11/2024 22:59, Stephen Morris wrote: Just as a matter of interest what brand monitor do you use. I've had a look at some LG 4K monitors with HDR10 and HDR 400, and it seems that with those to get all the features of the monitor available (presuma

Re: HDR Support in KDE

2024-11-10 Thread Stephen Morris
On 10/11/24 13:46, Tim via users wrote: On Sun, 2024-11-10 at 01:29 +, Steve Underwood wrote: I don't think anyone has mentioned which graphics hardware they are using. I'm not sure the HDR support is equal amongst them. As someone who's worked in video production since the 1980s, I've trie

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread ToddAndMargo via users
On 11/10/24 14:47, home user via users wrote: Now hol-ol-ol-d your horses there. I've been doing as suggested above for a few years now. Me as well -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread ToddAndMargo via users
On 11/10/24 13:46, Stephen Morris wrote: Note: dnf dose not use /etc/redhat-release as it release version.  It uses    /usr/share/licenses/fedora/fedora-release-common* On my F41 system upgraded from F40, it is using /etc/redhat-release to store its release version which for me contains Fedora r

Re: tip: when dnf thinks you are on the wrong release

2024-11-10 Thread ToddAndMargo via users
On 11/10/24 14:10, home user via users wrote: It uses     /usr/share/licenses/fedora/fedora-release-common* On my stand-alone home workstation, there's no such thing: After I got it all cleaned up, I did not have them either. -- ___ users mailing l

vsftp problems

2024-11-10 Thread ToddAndMargo via users
Hi All, is there a way to tell fsftp to handle more handles and traffic at once? Many thanks, -T -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: h