Re: DNF Upgrade Query

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2024-11-28 at 09:19 +1100, Stephen Morris wrote:
> I forced a refresh and below is the info requested. I've also just
> noticed that the refresh and load is also being done twice for the
> Fedora 41 repository as well. I've also listed the contents of the
> google-chrome.repo.
> 
> sudo dnf update --refresh 
> [sudo] password for steve:  
> Updating and loading repositories: 
> Fedora 41 - x86_64                                           100% |   2.5 KiB/s |   4.3 KiB |  00m02s 
> Fedora 41 openh264 (From Cisco) - x86_64                     100% |   1.7 KiB/s | 989.0   B |  00m01s 
> RPM Sphere - Basearch                                        100% |   3.6 KiB/s |   3.0 KiB |  00m01s 
> RPM Fusion for Fedora 41 - Free - Updates                    100% |   6.5 KiB/s |  10.7 KiB |  00m02s 
> RPM Fusion for Fedora 41 - Nonfree                           100% |  10.0 KiB/s |  16.4 KiB |  00m02s 
> RPM Sphere - Noarch                                          100% |   4.3 KiB/s |   3.0 KiB |  00m01s 
> Fedora 41 - x86_64 - Updates                                 100% |   5.2 KiB/s |   4.8 KiB |  00m01s 
> google-chrome                                                100% |   4.0 KiB/s |   1.3 KiB |  00m00s 
> RPM Fusion for Fedora 41 - Free                              100% |   9.9 KiB/s |  12.0 KiB |  00m01s 
> RPM Fusion for Fedora 41 - Nonfree - Updates                 100% |   9.6 KiB/s |  14.8 KiB |  00m02s 
> Copr repo for gnome-shell-extensions owned by bedsteler20    100% |   1.0 KiB/s |   1.5 KiB |  00m02s 
> Copr repo for neurofedora-extra owned by @neurofedora        100% |   4.6 KiB/s |   1.5 KiB |  00m00s 
> Copr repo for PyCharm owned by phracek                       100% |   5.9 KiB/s |   1.8 KiB |  00m00s 
> Docker CE Stable - x86_64                                    100% |   9.8 KiB/s |   3.5 KiB |  00m00s 
> Fedora 41 - x86_64                                           100% | 291.0 KiB/s | 453.9 KiB |  00m02s 
> google-chrome                                                100% |   3.5 KiB/s |   3.3 KiB |  00m01s 
> Repositories loaded. 
> Nothing to do.

Looking through the above, and just taking a few salient things out of
it for reading clarity:

Fedora 41 - x86_64    100% |   2.5 KiB/s |   4.3 KiB |  00m02s 
Fedora 41 - x86_64    100% | 291.0 KiB/s | 453.9 KiB |  00m02s 

google-chrome         100% |   4.0 KiB/s |   1.3 KiB |  00m00s
google-chrome         100% |   3.5 KiB/s |   3.3 KiB |  00m01s 

I can only see *them* appearing twice.  Since I'm not watching your
system as it's running, I could make this guess:

On my system parallel loads were allowed.  That means two or more
things are downloading at the same time.  Sometimes the writing to the
console of the progress of a download gets interrupted, and *one* thing
being downloaded once *appears* twice.  The earlier, shorter, progress
note hadn't actually finished when the text looked like it had.

Or it could be an interruption, or stall, and a resume of a download.

Either way, I don't see as anything to be concerned about.

If you really wanted to check, you could just update one repo by
itself.  You'd have to disable all the other repos, though.

Watching my own system I saw an oddity that took a bit of observation
to understand:  As several things were downloading, the one at the
bottom of the list had enormous speed and size that didn't make sense. 
It was the total speed and downloads, of everything, as things
progressed, not that particular item.  As soon as that item at the
bottom had finished and new item took its place, the list moved up one
and I could see the actual much smaller speed and size of that item.  I
think the outputted info could have been formatted better, with a
running total below instead of alongside the last item on the list.


> sudo dnf repolist 
> repo id                                                                repo name                                                                                               
> copr:copr.fedorainfracloud.org:bedsteler20:gnome-shell-extensions      Copr repo for gnome-shell-extensions owned by bedsteler20                                               
> copr:copr.fedorainfracloud.org:group_neurofedora:neurofedora-extra     Copr repo for neurofedora-extra owned by @neurofedora                                                   
> copr:copr.fedorainfracloud.org:phracek:PyCharm                         Copr repo for PyCharm owned by phracek                                                                  
> docker-ce-stable                                                       Docker CE Stable - x86_64                                                                               
> fedora                                                                 Fedora 41 - x86_64                                                                                      
> fedora-cisco-openh264                                                  Fedora 41 openh264 (From Cisco) - x86_64                                                                
> google-chrome                                                          google-chrome                                                                                           
> rpmfusion-free                                                         RPM Fusion for Fedora 41 - Free                                                                         
> rpmfusion-free-updates                                                 RPM Fusion for Fedora 41 - Free - Updates                                                               
> rpmfusion-nonfree                                                      RPM Fusion for Fedora 41 - Nonfree                                                                      
> rpmfusion-nonfree-updates                                              RPM Fusion for Fedora 41 - Nonfree - Updates                                                            
> rpmsphere                                                              RPM Sphere - Basearch                                                                                   
> rpmsphere-noarch                                                       RPM Sphere - Noarch                                                                                     
> updates                                                                Fedora 41 - x86_64 - Updates

Looking through the repolists above, I don't see anything listed twice,
excepting that google-chrome has the same repo id (left column) as its
repo name (right column).  Other things have differences between their
ID and their NAME.


> cat /etc/yum.repos.d/google-chrome.repo 
> [google-chrome] 
> name=google-chrome 
> baseurl=https://dl.google.com/linux/chrome/rpm/stable/x86_64 
> enabled=1 
> gpgcheck=1 
> gpgkey=https://dl.google.com/linux/linux_signing_key.pub

Looks normal enough.  You can see its [ID] and name= are the same. 
Compare that with another repo to see what I mean.
 
-- 
 
uname -rsvp
Linux 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 

-- 
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux