Re: dnf conflict with vlc-plusings-freeworld today

2025-06-29 Thread Andre Robatino
It's now in Rpmfusion updates-testing. Might take a while to get to stable. https://download1.rpmfusion.org/free/fedora/updates/testing/42/ -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedo

Re: dnf conflict with vlc-plusings-freeworld today

2025-06-27 Thread Andre Robatino
I fixed it by installing the signed Rpmfusion package from https://koji.rpmfusion.org/kojifiles/packages/vlc-plugins-freeworld/3.0.21/5.fc42/data/signed/d651ff2e/ (it's not in Rpmfusion's updates or updates-testing yet). Alternatively, if you remove the existing vlc-plugins-freeworld package, th

Re: dnf conflict with vlc-plusings-freeworld today

2025-06-27 Thread Barry Scott
vlc-plugins-freeworld-3.0.21-4.fc42.x86_64 > > Any ideas how to proceed? The fix has been made and will turn up start of next week. If you do not use vls you can uninstall it. Or do this sudo dnf update -x 'vlc*' Barry -- __

Re: dnf conflict with vlc-plusings-freeworld today

2025-06-27 Thread Patrick O'Callaghan
On Fri, 2025-06-27 at 11:25 -0400, Neal Becker wrote: > Running transaction > Transaction failed: Rpm transaction failed. > - file /usr/lib64/vlc/plugins/codec/libfaad_plugin.so from install of > vlc-plugins-base-1:3.0.21-24.fc42.x86_64 conflicts with file from package > vlc-plugins-freeworld-3.0

dnf conflict with vlc-plusings-freeworld today

2025-06-27 Thread Neal Becker
Running transaction Transaction failed: Rpm transaction failed. - file /usr/lib64/vlc/plugins/codec/libfaad_plugin.so from install of vlc-plugins-base-1:3.0.21-24.fc42.x86_64 conflicts with file from package vlc-plugins-freeworld-3.0.21-4.fc42.x86_64 Any ideas how to proceed? Thanks, Neal -- _

Re: [Solved] is there a way to disable dnf from ignoring conflicting requests

2025-06-16 Thread Todd Zullinger
Ranjan Maitra via users wrote: > However, trying to eliminate all possibilities led me to > the answer. And that is, it likely was the case that the > tarball that was created and I was using had this outdated > libssl.so.1.1 included inside it. So, I created a new > tarball (with the code that was

Re: [Solved] is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Ranjan Maitra via users
ect: Re: is there a way to disable dnf from ignoring conflicting > requests > > On Sun, Jun 15, 2025 at 8:44 PM Ranjan Maitra via users > wrote: > > > > On Sun Jun15'25 08:26:29PM, Jeffrey Walton wrote: > > > From: Jeffrey Walton > > > Date: Sun

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Jeffrey Walton
On Sun, Jun 15, 2025 at 9:48 PM Ranjan Maitra via users wrote: > > Thanks for this! > > On Sun Jun15'25 08:45:38PM, Todd Zullinger wrote: > [...] > > > > I see libPropList is listed as a BuildRequires. Is it > > needed at build or install time? Typically, I'd expect the > > BuildRequires to be m

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Ranjan Maitra via users
Hi Todd, Thanks for this! On Sun Jun15'25 08:45:38PM, Todd Zullinger wrote: > From: Todd Zullinger > Date: Sun, 15 Jun 2025 20:45:38 -0400 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: is there a way to disable dnf from

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Jeffrey Walton
; Reply-To: noloa...@gmail.com, Community support for Fedora users > > > > Subject: Re: is there a way to disable dnf from ignoring conflicting > > requests > > > > On Sun, Jun 15, 2025 at 7:15 PM Ranjan Maitra via users > > wrote: > > > > > >

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Todd Zullinger
Hi, Ranjan Maitra via users wrote: > I have a program called gbuffy which is very old, but used to compile fine in > F41 (and even in F42). > > I am able to create a RPM but I have a strange problem in that while > installing it, I get: > > $ sudo dnf install ../RPMS/

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Ranjan Maitra via users
ubject: Re: is there a way to disable dnf from ignoring conflicting > requests > > On Sun, Jun 15, 2025 at 7:15 PM Ranjan Maitra via users > wrote: > > > > On Sun Jun15'25 09:30:27PM, Marco Moock wrote: > > > From: Marco Moock > > > Date: Sun, 15 Ju

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Jeffrey Walton
users > > Subject: Re: is there a way to disable dnf from ignoring conflicting > > requests > > > > Am 15.06.2025 um 14:25:06 Uhr schrieb Ranjan Maitra via users: > > > > > BUt I wonder where this different version comes in? Can I specify the > > > up

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Ranjan Maitra via users
On Sun Jun15'25 09:30:27PM, Marco Moock wrote: > From: Marco Moock > Date: Sun, 15 Jun 2025 21:30:27 +0200 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: is there a way to disable dnf from ignoring conflicting > request

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Jeffrey Walton
On Sun, Jun 15, 2025 at 2:52 PM Ranjan Maitra via users wrote: > > I have a program called gbuffy which is very old, but used to compile fine in > F41 (and even in F42). > > I am able to create a RPM but I have a strange problem in that while > installing it, I get: >

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Will McDonald
installing it, I get: > > $ sudo dnf install ../RPMS/x86_64/gbuffy-0.2.8-3.fc42.x86_64.rpm > Updating and loading repositories: > Repositories loaded. > Failed to resolve the transaction: > Problem: conflicting requests > - nothing provides libcrypto.so.1.1()(64bit) n

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Marco Moock
Am 15.06.2025 um 14:25:06 Uhr schrieb Ranjan Maitra via users: > BUt I wonder where this different version comes in? Can I specify the > updated ssl version through the spec file or something else? Do more binaries exist that might be the issue? -- Gruß Marco Send unsolicited bulk mail to 1749

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Ranjan Maitra via users
On Sun Jun15'25 09:15:10PM, Marco Moock wrote: > From: Marco Moock > Date: Sun, 15 Jun 2025 21:15:10 +0200 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: is there a way to disable dnf from ignoring conflicting > request

Re: is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Marco Moock
Am 15.06.2025 um 13:51:35 Uhr schrieb Ranjan Maitra via users: > $ sudo dnf install ../RPMS/x86_64/gbuffy-0.2.8-3.fc42.x86_64.rpm > Updating and loading repositories: > Repositories loaded. > Failed to resolve the transaction: > Problem: conflicting requests >

is there a way to disable dnf from ignoring conflicting requests

2025-06-15 Thread Ranjan Maitra via users
Hi, I have a program called gbuffy which is very old, but used to compile fine in F41 (and even in F42). I am able to create a RPM but I have a strange problem in that while installing it, I get: $ sudo dnf install ../RPMS/x86_64/gbuffy-0.2.8-3.fc42.x86_64.rpm Updating and loading

Re: DMESG Messages after Sudo DNF Upgrade

2025-06-12 Thread Todd Zullinger
Stephen Morris wrote: > If the systemd warnings are because livesys hasn't been > updated, and with the specified file not being owned by > any package, how do I upgrade livesys given that standard > system version upgrades haven't refreshed it? You can simply remove those initscripts (IIRC, there

RE: DMESG Messages after Sudo DNF Upgrade

2025-06-12 Thread Stephen Morris
*From:* Stephen Morris *Sent:* Wednesday, 11 June 2025 at 09:28 UTC+10 *To:* users@lists.fedoraproject.org *Subject:* RE: DMESG Messages after Sudo DNF Upgrade *From:* Roger Heflin *Sent:* Wednesday, 11 June 2025 at 09:11 UTC+10 *To:* Community support for Fedora users *Cc

RE: DMESG Messages after Sudo DNF Upgrade

2025-06-10 Thread Stephen Morris
*From:* Roger Heflin *Sent:* Wednesday, 11 June 2025 at 09:11 UTC+10 *To:* Community support for Fedora users *Cc:* francis.montag...@inria.fr *Subject:* RE: DMESG Messages after Sudo DNF Upgrade On Tue, Jun 10, 2025 at 6:04 PM Stephen Morris wrote: From:francis.montag...@inria.fr

Re: DMESG Messages after Sudo DNF Upgrade

2025-06-10 Thread Roger Heflin
On Tue, Jun 10, 2025 at 6:04 PM Stephen Morris wrote: > > From: francis.montag...@inria.fr > > Sent: Wednesday, 11 June 2025 at 00:54 UTC+10 > > To: Community support for Fedora users > > Cc: steve.morris...@gmail.com > > Subject: RE: DMESG Messages after Sudo DNF U

RE: DMESG Messages after Sudo DNF Upgrade

2025-06-10 Thread Stephen Morris
*From:* francis.montag...@inria.fr *Sent:* Wednesday, 11 June 2025 at 00:54 UTC+10 *To:* Community support for Fedora users *Cc:* steve.morris...@gmail.com *Subject:* RE: DMESG Messages after Sudo DNF Upgrade Hi On Tue, 10 Jun 2025 08:18:22 +1000 Stephen Morris wrote: With the

Re: DMESG Messages after Sudo DNF Upgrade

2025-06-10 Thread Francis . Montagnac
.log - dnf.log.4 nor /var/log/dnf.rpm.log - > dnf.rpm.log.4 have the log for the dnf process I just did), dnf is currently dnf5, but dnf4 still exits. The logs of dnf are in /var/log/dnf5.log* :-( > but why did multiples of that message occur. The update did upgrade > akmod-nvidia f

RE: DMESG Messages after Sudo DNF Upgrade

2025-06-09 Thread Stephen Morris
*From:* Stephen Morris *Sent:* Tuesday, 10 June 2025 at 08:18 UTC+10 *To:* fedora *Cc:* steve.morris...@gmail.com *Subject:* DMESG Messages after Sudo DNF Upgrade Hi,     With the systemd message below, are they known issues that are already in hand, or do I need to raise a bug

DMESG Messages after Sudo DNF Upgrade

2025-06-09 Thread Stephen Morris
tting "permission denied" (I was running the upgrade under sudo and I don't have the exact message and /var/log/dnf.log - dnf.log.4 nor /var/log/dnf.rpm.log - dnf.rpm.log.4 have the log for the dnf process I just did), but why did multiples of that message occur. The update did upgra

Re: Getting "gpg: WARNING: No valid encryption subkey left over." sometimes running dnf

2025-05-28 Thread Tim via users
Michael D. Setzer II: > dnf install /usr/bin/clean-rpm-gpg-pubkey Installed it. > /usr/bin/clean-rpm-gpg-pubkey --dry-run Did a test run, that should show you what it would do, but not actually do it (that dry-run option) > /usr/bin/clean-rpm-gpg-pubkey Actually ran it. > W

Re: Getting "gpg: WARNING: No valid encryption subkey left over." sometimes running dnf

2025-05-28 Thread Barry Scott
> On 28 May 2025, at 12:08, Michael D. Setzer II wrote: > > Don't know what encryption subkeys are?? They are a GPG concept. A key can have sub keys. I'm guessing the message means that all the sub keys of all keys were checked. Barry -- ___ user

Re: Getting "gpg: WARNING: No valid encryption subkey left over." sometimes running dnf

2025-05-28 Thread Michael D. Setzer II via users
On 28 May 2025 at 8:48, Barry wrote: From: Barry Subject:Re: Getting "gpg: WARNING: No valid encryption subkey left over." sometimes running dnf Date sent: Wed, 28 May 2025 08:48:14 +0100 To: mi...@guam.

Re: Getting "gpg: WARNING: No valid encryption subkey left over." sometimes running dnf

2025-05-28 Thread Barry
> On 28 May 2025, at 05:55, Michael D. Setzer II via users > wrote: > > How would one correct this warning?? What rpm was being installed when you got this errror? Is it a Fedora rpm? Or from a third party? Barry -- ___ users mailing list -- users

Getting "gpg: WARNING: No valid encryption subkey left over." sometimes running dnf

2025-05-27 Thread Michael D. Setzer II via users
How would one correct this warning?? Thanks. ++ Michael D. Setzer II - Computer Science Instructor (Retired) mailto:mi...@guam.net mailto:msetze...@gmail.com mailto:msetze...@gmx.com Guam - Where Am

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 lib

Re: Question on change from dnf to dnf5

2025-05-23 Thread Patrick O'Callaghan
On Thu, 2025-05-22 at 19:06 +, Bob Marčan via users wrote: > On Thu, 22 May 2025 18:55:34 +0100 > "Barry" wrote: > > > > On 22 May 2025, at 13:24, Michael D. Setzer II via users > > > wrote: > > > > > > Was just looking at /var/cache/

Re: Question on change from dnf to dnf5

2025-05-22 Thread Bob Marčan via users
On Thu, 22 May 2025 18:55:34 +0100 "Barry" wrote: > > On 22 May 2025, at 13:24, Michael D. Setzer II via users > > wrote: > > > > Was just looking at /var/cache/dnf and /var/cache/libdnf5 > > /var/cache/dnf is used by dnf4 and any tools that have not

Re: Question on change from dnf to dnf5

2025-05-22 Thread Barry
> On 22 May 2025, at 13:24, Michael D. Setzer II via users > wrote: > > Was just looking at /var/cache/dnf and /var/cache/libdnf5 /var/cache/dnf is used by dnf4 and any tools that have not ported to dnf5. /var/cache/libdnf5 is used by dnf5 and any tools that use dnf5 as a bac

Question on change from dnf to dnf5

2025-05-22 Thread Michael D. Setzer II via users
Was just looking at /var/cache/dnf and /var/cache/libdnf5 noticed /var/cache/dnf had a lot of older files and directories /var/cache/lib/dnf5 had a lot less. moved contents of dnf directory to backup, and ran dnf update to see what it would create and nothing was created, but files updated in

Re: on dnf update, system hung in restorecon

2025-05-06 Thread Joe Zeff
On 05/06/2025 12:45 PM, Roger Heflin wrote: I am pretty sure I saw this as the command: "restorecon -r /" (from ps) and that command from the command line takes a while to run. I would expect it to run for quite some time. Reading the man page tells me that this command runs in / and continue

Re: on dnf update, system hung in restorecon

2025-05-06 Thread Roger Heflin
I am pretty sure I saw one of the rpm installs doing a long running restorecon. I am pretty sure I saw this as the command: "restorecon -r /" (from ps) and that command from the command line takes a while to run. On Tue, May 6, 2025 at 7:15 AM Patrick O'Callaghan wrote: > > On Tue, 2025-05-06 at

Re: on dnf update, system hung in restorecon

2025-05-06 Thread Patrick O'Callaghan
On Tue, 2025-05-06 at 08:07 -0300, George N. White III wrote: > On Mon, May 5, 2025 at 6:15 PM Patrick O'Callaghan > wrote: > > > On Mon, 2025-05-05 at 17:23 +0100, Barry wrote: > > > > > > > On 5 May 2025, at 10:41, Robert Moskowitz wrote: > > > > > > > > Just tried that and system came back

Re: on dnf update, system hung in restorecon

2025-05-06 Thread George N. White III
On Mon, May 5, 2025 at 6:15 PM Patrick O'Callaghan wrote: > On Mon, 2025-05-05 at 17:23 +0100, Barry wrote: > > > > > On 5 May 2025, at 10:41, Robert Moskowitz wrote: > > > > > > Just tried that and system came back immediately. > > > > See the man page. Without a path to check the command does

Re: on dnf update, system hung in restorecon

2025-05-05 Thread Patrick O'Callaghan
On Mon, 2025-05-05 at 17:23 +0100, Barry wrote: > > > On 5 May 2025, at 10:41, Robert Moskowitz wrote: > > > > Just tried that and system came back immediately. > > See the man page. Without a path to check the command does nothing. > I am not sure what is an appropriate command line to use. >

Re: on dnf update, system hung in restorecon

2025-05-05 Thread Barry
> On 5 May 2025, at 10:41, Robert Moskowitz wrote: > > Just tried that and system came back immediately. See the man page. Without a path to check the command does nothing. I am not sure what is an appropriate command line to use. Any one else know? Barry -- ___

Re: on dnf update, system hung in restorecon

2025-05-05 Thread Robert Moskowitz
week, instead of logging into my graphical window, I switched to Term2, logged in as root and ran "dnf update". I have done this a lot of times when I hung like this. Don't log into graphical window and then have all the apps start and still should do an

Re: on dnf update, system hung in restorecon

2025-05-03 Thread George N. White III
, I switched to Term2, logged > in as root and ran "dnf update". > > I have done this a lot of times when I hung like this. Don't log into > graphical window and then have all the apps start and still should do an > update. > > So ~87 updates and a new kernel. B

on dnf update, system hung in restorecon

2025-05-02 Thread Robert Moskowitz
Today, on attempting resuming after suspending my system before boarding my plane.  My system hung. So I powered cycled, and since I have not done an update in over a week, instead of logging into my graphical window, I switched to Term2, logged in as root and ran "dnf update". I

Curious messages from dnf

2025-04-24 Thread Robert McBroom via users
Get the following at the end of "dnf update" of f41 - >>> Running trigger-install scriptlet: systemd-0:256.12-1.fc41.x86_64 >>> Finished trigger-install scriptlet: systemd-0:256.12-1.fc41.x86_64 >>> Scriptlet output: >>> Failed to connect to us

Re: DNF Error Messages

2025-04-05 Thread Barry
> On 3 Apr 2025, at 22:33, Stephen Morris wrote: > > How do I find what it is talking about and how do I get them rectified? It is a known issue with some rpms that should eventually be fixed. The messages can be ignored. Barry -- ___ users mailing

DNF Error Messages

2025-04-03 Thread Stephen Morris
Hi, I did a DNF upgrade this morning, which was the first upgrade for about a week, and got the following errors from post-install scripts DNF runs. How do I find what it is talking about and how do I get them rectified? >>> Running trigger-install scriptlet: systemd-0:256.12-1.fc

/var/cache/dnf

2025-03-15 Thread Felix Miata
I have multiple F41 installations system-upgraded from F40, upgraded from F39, etc., and a few of F42 from F41. Now with DNF5 operational, is there any reason in F41+ for /var/cache/dnf/ to continue to exist? It has multiple files of considerable size. -- Evolution as taught in public schools is

Re: dnf downgrade dependencies

2025-03-13 Thread Michael D. Setzer II via users
On 13 Mar 2025 at 22:58, Dave Close wrote: To: users@lists.fedoraproject.org Subject:Re: dnf downgrade dependencies From: Dave Close Date sent: Thu, 13 Mar 2025 22:58:42 -0700 Send reply to: users@lists.fedoraproject.org

Re: dnf downgrade dependencies

2025-03-13 Thread Dave Close
>On 3/13/25 10:20 PM, Dave Close wrote: >> I've decided I'm unhappy with one of the changes made by the most >> recent version of LibreOffice, 24.8, and I want to try going back to >> the previous version, 24.2, which is part of the FC40 repository. >> But I'm astounded by the result of the command

Re: dnf downgrade dependencies

2025-03-13 Thread Samuel Sieb
e command below. (Without allowerasing the command won't do anything.) dnf downgrade --allowerasing --enable-repo=fedora40,updates40 \ libreoffice-24.2.2.1-3.fc40.x86_64 ... Transaction Summary: Installing:21 packages Upgrading: 8 packages Replacing:

dnf downgrade dependencies

2025-03-13 Thread Dave Close
ommand won't do anything.) dnf downgrade --allowerasing --enable-repo=fedora40,updates40 \ libreoffice-24.2.2.1-3.fc40.x86_64 ... Transaction Summary: Installing:21 packages Upgrading: 8 packages Replacing: 1169 packages Removing: 13 pac

Re: /var/cache/dnf

2025-03-06 Thread Felix Miata
;> reason in >> F41+ for /var/cache/dnf/ to continue to exist? It has multiple files of >> considerable size. > I would think you could get rid of them but until you get a more definitive > answer, you can clean them out with: > sudo dnf4 clean all > That should clea

Re: /var/cache/dnf

2025-03-06 Thread Mark C. Allman via users
there any reason in F41+ for /var/cache/dnf/ to continue to exist? It has multiple files of considerable size. I would think you could get rid of them but until you get a more definitive answer, you can clean them out with: sudo dnf4 clean all That should clean out all the old dnf4 cruft. That

Re: /var/cache/dnf

2025-03-06 Thread Charlie Dennett
On Thu, Mar 6, 2025 at 2:56 PM Felix Miata wrote: > I have multiple F41 installations system-upgraded from F40, upgraded from > F39, > etc., and a few of F42 from F41. Now with DNF5 operational, is there any > reason in > F41+ for /var/cache/dnf/ to continue to exist? It has mu

Re: dnf behavior

2025-03-02 Thread Todd Zullinger
Paolo Galtieri wrote: > Folks, >  a long time ago I installed a number of i686 packages on my system.  I now > want to remove them.  When I try to remove one particular package I get some > unexpected behavior. > > I do > > dnf remove pixman.i686 >

dnf behavior

2025-03-02 Thread Paolo Galtieri
Folks,  a long time ago I installed a number of i686 packages on my system.  I now want to remove them.  When I try to remove one particular package I get some unexpected behavior. I do dnf remove pixman.i686 and I get: Package Arch   Version Repository   Size

Re: DNF Openjdk Update Issue in F41

2025-02-11 Thread Stephen Morris
On 12/2/25 08:39, Tim Evans wrote: On 2/11/25 4:23 PM, Stephen Morris wrote: The java-17-openjdk package is deprecated and may no longer receive updates. Since f42 install adoptium-temurin-java-repository and install temurin-17-jre https://fedoraproject.org/wiki/Changes/ThirdPartyLegacyJdks#a

Re: DNF Openjdk Update Issue in F41

2025-02-11 Thread Tim Evans
On 2/11/25 4:23 PM, Stephen Morris wrote: The java-17-openjdk package is deprecated and may no longer receive updates. Since f42 install adoptium-temurin-java-repository and install temurin-17-jre https://fedoraproject.org/wiki/Changes/ThirdPartyLegacyJdks#adoptium- temurin-java-repository I

DNF Openjdk Update Issue in F41

2025-02-11 Thread Stephen Morris
Hi,     A "sudo dnf upgrade" produced the following messages twice at the beginning of the update process and again with the trigger scripts. These messages provide instructions for what to do in F42, but what is the solution for F41, or isn't there?     Also, what is the dnf

Re: DNF Upgrade Error Messages

2025-02-02 Thread Jeffrey Walton
On Sun, Feb 2, 2025 at 5:41 PM Stephen Morris wrote: > > I did a dnf upgrade this morning and received the following messages. > Where do I look to determine what the errors are talking about? `journalctl -f` will probably do the trick. > >>> Running trigger-install

DNF Upgrade Error Messages

2025-02-02 Thread Stephen Morris
Hi,     I did a dnf upgrade this morning and received the following messages. Where do I look to determine what the errors are talking about? Running trigger-install scriptlet: systemd-0:256.11-1.fc41.x86_64 Finished trigger-install scriptlet: systemd-0:256.11-1.fc41.x86_64 Scriptlet output

Re: DNF Upgrade Error

2025-01-09 Thread Tim via users
ee it's not enabled, so you can ignore it. > I've also done a dnf upgrade this morning which updated to a new > kernel, but it did not make any attempt upgrade the two packages that > failed yesterday. And you have skip if unavailable enabled in various places, so it won't

Re: DNF Upgrade Error

2025-01-09 Thread Stephen Morris
ontents of all my repos. As a result of doing that I've noticed that I have a fedora-rawhide.repo, which I am not aware of having been created, and I have no need of packages from there. I've also done a dnf upgrade this morning which updated to a new kernel, but it did not make any attemp

Re: DNF Upgrade Error

2025-01-09 Thread Stephen Morris
On 9/1/25 09:38, Jeffrey Walton wrote: On Wed, Jan 8, 2025 at 4:44 PM Stephen Morris wrote: Hi, With this mornings update, when DNF tried to download dnsmasq-0:2.90-4.fc41.x86_64 and firefox-0:134.0-1.fc41.x86_64, DNF got a 404 error from the mirror that looks to by my ISP's mirror

Re: DNF Upgrade Error

2025-01-08 Thread Tim via users
On Thu, 2025-01-09 at 09:20 +1100, Stephen Morris wrote: > so I changed the option to send the mail as html and text, which is > the mail client will select which on to use. > I didn't want to have to flip flop between sending options depending > on where I was sending the mail to. The reason you'

Re: DNF Upgrade Error

2025-01-08 Thread Patrick O'Callaghan
On Thu, 2025-01-09 at 09:20 +1100, Stephen Morris wrote: > On 9/1/25 09:11, Patrick O'Callaghan wrote: > > On Thu, 2025-01-09 at 08:43 +1100, Stephen Morris wrote: > > > I'm resending this message with the information as attachments as > > > embedding the messages in the mail caused the mail

Re: DNF Upgrade Error

2025-01-08 Thread Jeffrey Walton
On Wed, Jan 8, 2025 at 4:44 PM Stephen Morris wrote: > > Hi, > With this mornings update, when DNF tried to download > dnsmasq-0:2.90-4.fc41.x86_64 and firefox-0:134.0-1.fc41.x86_64, DNF got a 404 > error from the mirror that looks to by my ISP's mirror, and after gett

Re: DNF Upgrade Error

2025-01-08 Thread Stephen Morris
On 9/1/25 09:11, Patrick O'Callaghan wrote: On Thu, 2025-01-09 at 08:43 +1100, Stephen Morris wrote: I'm resending this message with the information as attachments as embedding the messages in the mail caused the mail to be moderator held because it was longer than 60KB. It's still one e

Re: DNF Upgrade Error

2025-01-08 Thread Patrick O'Callaghan
On Thu, 2025-01-09 at 08:43 +1100, Stephen Morris wrote: > I'm resending this message with the information as attachments as > embedding the messages in the mail caused the mail to be moderator held > because it was longer than 60KB. > It's still one email message and it's the total size t

DNF Upgrade Error

2025-01-08 Thread Stephen Morris
Hi,     With this mornings update, when DNF tried to download dnsmasq-0:2.90-4.fc41.x86_64 and firefox-0:134.0-1.fc41.x86_64, DNF got a 404 error from the mirror that looks to by my ISP's mirror, and after getting that error it did not appear to try to download those packages from any

Re: DNF Stats Issue

2024-12-19 Thread Stephen Morris
On 18/12/24 09:22, Jeffrey Walton wrote: On Tue, Dec 17, 2024 at 5:09 PM Stephen Morris wrote: On 17/12/24 12:46, Tim via users wrote: On Mon, 2024-12-16 at 09:37 +1100, Stephen Morris wrote: Why does dnf show the download, install and cleanup timings starting as negative values? Is it a

Re: DNF Stats Issue

2024-12-17 Thread Jeffrey Walton
On Tue, Dec 17, 2024 at 5:09 PM Stephen Morris wrote: > > On 17/12/24 12:46, Tim via users wrote: > > On Mon, 2024-12-16 at 09:37 +1100, Stephen Morris wrote: > > Why does dnf show the download, install and cleanup timings starting > as negative values? > > Is it a cou

Re: DNF Stats Issue

2024-12-17 Thread Stephen Morris
On 17/12/24 12:46, Tim via users wrote: On Mon, 2024-12-16 at 09:37 +1100, Stephen Morris wrote: Why does dnf show the download, install and cleanup timings starting as negative values? Is it a countdown to estimated time of completion? I can see some logic in doing things that way. Although

Re: DNF Stats Issue

2024-12-16 Thread Tim via users
On Mon, 2024-12-16 at 09:37 +1100, Stephen Morris wrote: > Why does dnf show the download, install and cleanup timings starting > as negative values? Is it a countdown to estimated time of completion? I can see some logic in doing things that way. Although such things are rarely corre

Re: DNF Stats Issue

2024-12-16 Thread Stephen Morris
On 16/12/24 14:10, Jeffrey Walton wrote: On Sun, Dec 15, 2024 at 5:38 PM Stephen Morris wrote: On 15/12/24 14:32, Jeffrey Walton wrote: On Sat, Dec 14, 2024 at 6:59 PM Stephen Morris wrote: When I run "sudo dnf upgrade", as an example, and it displays the stats for the downloads

Re: DNF Stats Issue

2024-12-15 Thread Jeffrey Walton
On Sun, Dec 15, 2024 at 5:38 PM Stephen Morris wrote: > > On 15/12/24 14:32, Jeffrey Walton wrote: > > On Sat, Dec 14, 2024 at 6:59 PM Stephen Morris > wrote: > > When I run "sudo dnf upgrade", as an example, and it displays the stats for > the downloads, i

Re: DNF Stats Issue

2024-12-15 Thread Stephen Morris
On 15/12/24 14:32, Jeffrey Walton wrote: On Sat, Dec 14, 2024 at 6:59 PM Stephen Morris wrote: When I run "sudo dnf upgrade", as an example, and it displays the stats for the downloads, installs and Removes (cleanup), the elapsed time column shows the times starting as ne

Re: Non-sensical DNF Functionality

2024-12-14 Thread Tim via users
Tim: > > Usually man pages are wrapped and "justified" so that each line of text > > is the same length (just under the current width of the viewing > > window). It does the justifying by adding extra spaces between some > > words, and hyphenating others. > > > > Does that describe what you're se

Re: DNF Stats Issue

2024-12-14 Thread Jeffrey Walton
On Sat, Dec 14, 2024 at 6:59 PM Stephen Morris wrote: > > When I run "sudo dnf upgrade", as an example, and it displays the stats for > the downloads, installs and Removes (cleanup), the elapsed time column shows > the times starting as negative and increasing to 0 an

DNF Stats Issue

2024-12-14 Thread Stephen Morris
When I run "sudo dnf upgrade", as an example, and it displays the stats for the downloads, installs and Removes (cleanup), the elapsed time column shows the times starting as negative and increasing to 0 and above, and then when the process is finished it then displays the time as th

Re: Non-sensical DNF Functionality

2024-12-14 Thread Stephen Morris
On 14/12/24 11:27, Jeffrey Walton wrote: On Fri, Dec 13, 2024 at 7:22 PM Tim via users wrote: Greg: This is by no means an issue. The program you use to display the man page, let's assume man, formats the man page source code, using the groff program in turn. Part of the formatting is making i

Re: Non-sensical DNF Functionality

2024-12-14 Thread Stephen Morris
On 14/12/24 11:21, Tim via users wrote: Greg: This is by no means an issue. The program you use to display the man page, let's assume man, formats the man page source code, using the groff program in turn. Part of the formatting is making intervals between the words on a line more or less equal

Re: Non-sensical DNF Functionality

2024-12-13 Thread Jeffrey Walton
On Fri, Dec 13, 2024 at 7:22 PM Tim via users wrote: > > Greg: > > > This is by no means an issue. > > > The program you use to display the man page, let's assume man, > > > formats the man page source code, using the groff program in turn. > > > Part of the formatting is making intervals between

Re: Non-sensical DNF Functionality

2024-12-13 Thread Tim via users
Greg: > > This is by no means an issue. > > The program you use to display the man page, let's assume man, > > formats the man page source code, using the groff program in turn. > > Part of the formatting is making intervals between the words on a line > > more or less equal by adding/removing blan

Re: Non-sensical DNF Functionality

2024-12-13 Thread Stephen Morris
On 14/12/24 05:44, greg wrote: I have also encountered another issue, I've modified the man file to document the extra option I have added, and when I display the man page, for my changes there are place where it is displaying two blanks between words where in the source there is only one, and

Re: Non-sensical DNF Functionality

2024-12-13 Thread greg
> I have also encountered another issue, I've modified the man file to document > the extra option I have added, and when I display the man page, > for my changes there are place where it is displaying two blanks between > words where in the source there is only one, and I don't know why > it is

Re: Non-sensical DNF Functionality

2024-12-13 Thread greg
> I have also encountered another issue, I've modified the man file to document > the extra option I have added, and when I display the man page, > for my changes there are place where it is displaying two blanks between > words where in the source there is only one, and I don't know why it > is

Re: Non-sensical DNF Functionality

2024-12-12 Thread Jeffrey Walton
On Fri, Dec 6, 2024 at 9:28 PM Todd Zullinger wrote: > > Stephen Morris wrote: > > Yes, but this still highlights the final question as "sudo dnf download > > symlinks-1.7-11.fc41.src" does the download but as shown above "sudo dnf > > install symlink

Re: Non-sensical DNF Functionality

2024-12-12 Thread Samuel Sieb
this still highlights the final question as "sudo dnf download symlinks-1.7-11.fc41.src" does the download but as shown above "sudo dnf install symlinks-1.7-11.fc41.src" won't do the install. Use rpm -i src-rpm to install the sources. They will be in -/rpmbuild (I th

Re: Non-sensical DNF Functionality

2024-12-12 Thread Stephen Morris
"sudo dnf download symlinks-1.7-11.fc41.src" does the download but as shown above "sudo dnf install symlinks-1.7-11.fc41.src" won't do the install. Use rpm -i src-rpm to install the sources. They will be in -/rpmbuild (I think). Being open source the software is d

Re: Non-sensical DNF Functionality

2024-12-11 Thread Samuel Sieb
On 12/11/24 1:55 PM, Stephen Morris wrote: On 9/12/24 10:47, Samuel Sieb wrote: On 12/8/24 1:45 PM, Stephen Morris wrote: On 8/12/24 00:50, Barry wrote: On 7 Dec 2024, at 01:54, Stephen Morris wrote: Yes, but this still highlights the final question as "sudo dnf download symlinks-1

Re: Non-sensical DNF Functionality

2024-12-11 Thread Stephen Morris
On 9/12/24 10:47, Samuel Sieb wrote: On 12/8/24 1:45 PM, Stephen Morris wrote: On 8/12/24 00:50, Barry wrote: On 7 Dec 2024, at 01:54, Stephen Morris wrote: Yes, but this still highlights the final question as "sudo dnf download symlinks-1.7-11.fc41.src" does the download bu

Re: DNF Upgrade Cleanup Dangling Symlinks

2024-12-10 Thread Jonathan Billings
On Dec 8, 2024, at 16:16, Stephen Morris wrote: > >  >> On 7/12/24 17:09, Samuel Sieb wrote: >> On 12/6/24 7:14 PM, Stephen Morris wrote: On 7/12/24 13:28, Samuel Sieb wrote: There's nothing accumulating here. The lock file is checked at application startup. If it's still valid

Re: DNF Upgrade Cleanup Dangling Symlinks

2024-12-10 Thread Jonathan Billings
On Dec 8, 2024, at 16:39, Stephen Morris wrote: On 8/12/24 09:34, Jonathan Billings wrote: On Dec 6, 2024, at 22:14, Stephen Morris wrote: What determines that the lock file is valid? In the case of Thunderbird where it creates a lock file

Re: Non-sensical DNF Functionality

2024-12-08 Thread Samuel Sieb
On 12/8/24 1:45 PM, Stephen Morris wrote: On 8/12/24 00:50, Barry wrote: On 7 Dec 2024, at 01:54, Stephen Morris wrote: Yes, but this still highlights the final question as "sudo dnf download symlinks-1.7-11.fc41.src" does the download but as shown above "sudo dnf install

Re: Non-sensical DNF Functionality

2024-12-08 Thread Stephen Morris
On 8/12/24 00:50, Barry wrote: On 7 Dec 2024, at 01:54, Stephen Morris wrote: Yes, but this still highlights the final question as "sudo dnf download symlinks-1.7-11.fc41.src" does the download but as shown above "sudo dnf install symlinks-1.7-11.fc41.src" won't do

  1   2   3   4   5   6   7   8   9   10   >