Re: Upgrade to 41 from 39 stays on 39 but says it is 41

2024-10-23 Thread ToddAndMargo via test
On 10/23/24 11:54, Adam Williamson wrote: On Tue, 2024-10-22 at 03:33 -0700, ToddAndMargo via test wrote: fedora-release-common-39-36.noarch was not removed (had a duplicate of 41) by the upgrade. This caused dnf to think I was still on 39 and why all the 39 packages remained Duplicate

Re: Upgrade to 41 from 39 stays on 39 but says it is 41

2024-10-22 Thread ToddAndMargo via test
On 10/22/24 7:48 AM, Scott Dowdle via test wrote: On Monday, October 21st, 2024 at 5:00 PM, ToddAndMargo via test wrote: Hi All, I do not know if this is the correct place for this, but ... Now this is weird. Really, Really WEIRD! Yesterday I did the offline upgrade from FC39 to FC41

Re: Upgrade to 41 from 39 stays on 39 but says it is 41

2024-10-22 Thread ToddAndMargo via test
On 10/21/24 16:00, ToddAndMargo via test wrote: Hi All, I do not know if this is the correct place for this, but ... Now this is weird.  Really, Really WEIRD! Yesterday I did the offline upgrade from FC39 to FC41 Beta. Now a fresh "# dnf upgrade" wants to download 3000+ FC39 rpm&#x

Upgrade to 41 from 39 stays on 39 but says it is 41

2024-10-21 Thread ToddAndMargo via test
Hi All, I do not know if this is the correct place for this, but ... Now this is weird. Really, Really WEIRD! Yesterday I did the offline upgrade from FC39 to FC41 Beta. Now a fresh "# dnf upgrade" wants to download 3000+ FC39 rpm's. And "rpm -qa" shows 39 on everything. # cat /etc/redhat-r

Re: NetworkManager down eno2

2020-04-28 Thread ToddAndMargo via test
On 2020-04-28 11:07, ToddAndMargo via test wrote: On 2020-04-26 18:47, Ed Greshko wrote: On 2020-04-27 09:43, Samuel Sieb wrote: On 4/26/20 6:22 PM, ToddAndMargo via test wrote: On 2020-04-26 14:48, ToddAndMargo via test wrote: "dnf remove network-scripts" And I just put it

Re: NetworkManager down eno2

2020-04-28 Thread ToddAndMargo via test
On 2020-04-26 18:47, Ed Greshko wrote: On 2020-04-27 09:43, Samuel Sieb wrote: On 4/26/20 6:22 PM, ToddAndMargo via test wrote: On 2020-04-26 14:48, ToddAndMargo via test wrote: "dnf remove network-scripts" And I just put it back in as qemu-kvm requires it to do bridge netwo

Re: NetworkManager down eno2

2020-04-26 Thread ToddAndMargo via test
On 2020-04-26 18:22, ToddAndMargo via test wrote: On 2020-04-26 14:48, ToddAndMargo via test wrote: "dnf remove network-scripts" And I just put it back in as qemu-kvm requires it to do bridge networking (br0) Error starting domain: Cannot get interface MTU on 'br0&#

Re: NetworkManager down eno2

2020-04-26 Thread ToddAndMargo via test
On 2020-04-26 14:48, ToddAndMargo via test wrote: "dnf remove network-scripts" And I just put it back in as qemu-kvm requires it to do bridge networking (br0) ___ test mailing list -- test@lists.fedoraproject.org To unsubscribe send a

Re: ifdown access denied

2020-04-26 Thread ToddAndMargo via test
On 2020-04-26 16:08, Richard Ryniker wrote: Try: nmcli general permissions I suspect network-scripts is the "old way" and with Network Manager you need something else to specify who may do what with respect to network connections. Dang! maybe I am, missing something # nmcli general permi

Re: NetworkManager down eno2

2020-04-26 Thread ToddAndMargo via test
On 2020-04-26 15:41, Samuel Sieb wrote: On 4/26/20 2:44 PM, ToddAndMargo via test wrote: Why does    /usr/sbin/NetworkManager down eno2 not work? NetworkManager is the server, you never run it directly.  You talk to it over dbus using either an applet or the nmcli command. Then the man

Re: ifdown access denied

2020-04-26 Thread ToddAndMargo via test
On 2020-04-26 14:55, ToddAndMargo via test wrote: Hi All, Fedora 32 # grep USERCTL /etc/sysconfig/network-scripts/ifcfg-eno2 USERCTL=yes $ /usr/libexec/nm-ifdown eno2 Error: failed to load connection: access denied. $ ifdown eno2 Error: failed to load connection: access denied. GR -T

ifdown access denied

2020-04-26 Thread ToddAndMargo via test
Hi All, Fedora 32 # grep USERCTL /etc/sysconfig/network-scripts/ifcfg-eno2 USERCTL=yes $ /usr/libexec/nm-ifdown eno2 Error: failed to load connection: access denied. $ ifdown eno2 Error: failed to load connection: access denied. GR -T ___ tes

Re: NetworkManager down eno2

2020-04-26 Thread ToddAndMargo via test
On 2020-04-26 14:44, ToddAndMargo via test wrote: On 2020-04-26 14:39, Samuel Sieb wrote: On 4/26/20 2:38 PM, ToddAndMargo via test wrote: On 2020-04-26 14:31, Samuel Sieb wrote: On 4/26/20 2:28 PM, ToddAndMargo via test wrote: On 2020-04-26 14:22, Samuel Sieb wrote: On 4/26/20 2:07 PM

Re: NetworkManager down eno2

2020-04-26 Thread ToddAndMargo via test
On 2020-04-26 14:39, Samuel Sieb wrote: On 4/26/20 2:38 PM, ToddAndMargo via test wrote: On 2020-04-26 14:31, Samuel Sieb wrote: On 4/26/20 2:28 PM, ToddAndMargo via test wrote: On 2020-04-26 14:22, Samuel Sieb wrote: On 4/26/20 2:07 PM, ToddAndMargo via test wrote: Fedora 32 ifup/ifdown

Re: NetworkManager down eno2

2020-04-26 Thread ToddAndMargo via test
On 2020-04-26 14:31, Samuel Sieb wrote: On 4/26/20 2:28 PM, ToddAndMargo via test wrote: On 2020-04-26 14:22, Samuel Sieb wrote: On 4/26/20 2:07 PM, ToddAndMargo via test wrote: Fedora 32 ifup/ifdown warns me it is about to be depreciated and to use NetworkManager instead. Question: Why

Re: NetworkManager down eno2

2020-04-26 Thread ToddAndMargo via test
On 2020-04-26 14:22, Samuel Sieb wrote: On 4/26/20 2:07 PM, ToddAndMargo via test wrote: Fedora 32 ifup/ifdown warns me it is about to be depreciated and to use NetworkManager instead. Question: Why does    # /usr/sbin/NetworkManager down eno2 not disconnect me, but    # nmcli dev

Re: NetworkManager down eno2

2020-04-26 Thread ToddAndMargo via test
On 2020-04-26 14:07, ToddAndMargo via test wrote: Fedora 32 ifup/ifdown warns me it is about to be depreciated and to use NetworkManager instead. Question: Why does   # /usr/sbin/NetworkManager down eno2 not disconnect me, but   # nmcli dev disconnect eno2 does? Many thanks, -T

NetworkManager down eno2

2020-04-26 Thread ToddAndMargo via test
Fedora 32 ifup/ifdown warns me it is about to be depreciated and to use NetworkManager instead. Question: Why does # /usr/sbin/NetworkManager down eno2 not disconnect me, but # nmcli dev disconnect eno2 does? Many thanks, -T ___ test m

Re: Brave blocking upgrade

2020-04-21 Thread ToddAndMargo via test
On 2020-04-21 21:28, Ed Greshko wrote: On 2020-04-22 11:49, ToddAndMargo via test wrote: On 2020-04-21 19:32, Ed Greshko wrote: On Wed, Apr 22, 2020, 09:41 ToddAndMargo via test mailto:test@lists.fedoraproject.org>> wrote:     On 2020-04-21 18:36, Ed Greshko wrote: > On 2020

Re: Brave blocking upgrade

2020-04-21 Thread ToddAndMargo via test
On 2020-04-21 19:32, Ed Greshko wrote: On Wed, Apr 22, 2020, 09:41 ToddAndMargo via test mailto:test@lists.fedoraproject.org>> wrote: On 2020-04-21 18:36, Ed Greshko wrote: > On 2020-04-22 08:21, ToddAndMargo via test wrote: >> Now the 64,000 dollar question is

Re: Brave blocking upgrade

2020-04-21 Thread ToddAndMargo via test
On 2020-04-21 18:36, Ed Greshko wrote: On 2020-04-22 08:21, ToddAndMargo via test wrote: Now the 64,000 dollar question is, is this a bug or normal operation? It is an issue for the Brave distribution to address.  Not related to Fedora. So, rpm was not suppose to overwrite the key? Sound a

Re: Brave blocking upgrade

2020-04-21 Thread ToddAndMargo via test
On 2020-04-20 18:30, Ed Greshko wrote: On 2020-04-19 04:58, ToddAndMargo via test wrote: Dear Testers,  To get FC32 to upgrade on one of my VM's, I have to add     --disablerepo=brave*  to the following: #dnf --enablerepo=* update --refresh --disablerepo=brave* ... # dnf s

Brave blocking upgrade

2020-04-18 Thread ToddAndMargo via test
Dear Testers, To get FC32 to upgrade on one of my VM's, I have to add --disablerepo=brave* to the following: #dnf --enablerepo=* update --refresh --disablerepo=brave* ... # dnf system-upgrade download --refresh --releasever=32 --allowerasing --best --disablerepo=brave* I opened: G

Thunderbird 68.8

2020-04-13 Thread ToddAndMargo via test
Dear Testers, I am getting reports from colleagues that Thunderbird 68.8 dumps your message filters. Reverting to 68.7 brings them back. Would you please make sure messages filters work with an new Thunderbird release on our horizon? Many thanks, -T

Re: Qemu issue upgrading to FC31

2019-11-04 Thread ToddAndMargo via test
On 11/2/19 5:01 PM, ToddAndMargo via test wrote: Hi All, Fedora 30, attempting to upgrade to Fedora 31 # dnf system-upgrade download --refresh --releasever=31 --allowerasing --best --skip-broken Error:  Problem: cannot install the best update candidate for package qemu-system-x86-core-2

Re: Qemu issue upgrading to FC31

2019-11-02 Thread ToddAndMargo via test
On 11/2/19 5:01 PM, ToddAndMargo via test wrote: Hi All, Fedora 30, attempting to upgrade to Fedora 31 # dnf system-upgrade download --refresh --releasever=31 --allowerasing --best --skip-broken Error:  Problem: cannot install the best update candidate for package qemu-system-x86-core-2

Qemu issue upgrading to FC31

2019-11-02 Thread ToddAndMargo via test
Hi All, Fedora 30, attempting to upgrade to Fedora 31 # dnf system-upgrade download --refresh --releasever=31 --allowerasing --best --skip-broken Error: Problem: cannot install the best update candidate for package qemu-system-x86-core-2:4.1.0-4.fc30.x86_64 - problem with installed packag