**NOTE** January 2022 - Changes to Gstreamer and Pipewire packages from PackmanPlease read the following thread about the current changes
-
Re: "2321" packages to upgrade . . . on reboot another "204" yet to go?? Why???
Gents:
I am an "enthusiast" . . . multi-booter type. Today is back in TW day and today's packages were "510" and it took roughly "30 mins" from when I clicked "y" to when the cursor returned . . . so more or less on par for the previous dl & install times . . . ??
I ran "dup" . . . "dupa" . . . "dup.service" . . . and "dupa.service" in Yast and got "no results found"???
I ran #inxi -CMSd and it shows my cpu speed as "1596 MHz" on a Xeon processor . . . definitely is SATA . . . TW is on an HDD . . . possibly SATA 2???
I would like to keep TW going due to the long term relationship that I have had with it, but not looking forward to the next "balloon" upgrade.
I could ask the gal at Gecko about the gcc package upgrade thing, she may or may not reply . . . as posted previously, when TW was running 2321 packages that same week Gecko found 1700 . . . and ran through a tad bit quicker than TW in the running of them . . . same machine, etc.
-
AW: Re: AW: Re: "2321" packages to upgrade . . . on reboot another "204" yet to go?? Why???
 Originally Posted by Miuku
You're wasting your time.
He's clearly argumentative and does not even understand the basics of what rebuilding the entire system with a new compiler vs simply installing a different compiler version means.
You are right I read the last post.......
-
Re: AW: Re: AW: Re: "2321" packages to upgrade . . . on reboot another "204" yet to go?? Why???
 Originally Posted by Sauerland
You are right I read the last post.......
These recent comments also seem "argumentative" to the OP. My point has been that to the end user it doesn't make that much difference whether the "entire system is recompiled" or whether just a "new compiler is installed."
The end result is similar as far as using the GUI is concerned. I would like to understand how to make processing these huge package upgrades simpler and more efficient, because for what is mainly a "daily" or rather a "weekly driver" having these huge hits of time and electricity to process them makes TW more cumbersome.
It is interesting how other regulars on this forum don't seem to be hitting these package tsunamis . . . .
-
Re: AW: Re: AW: Re: "2321" packages to upgrade . . . on reboot another "204" yet to go?? Why???
 Originally Posted by non_space
I would like to understand how to make processing these huge package upgrades simpler and more efficient
Follow karlmistelberger's lead. Create services that dup daily, underneath whatever else is going on.
because for what is mainly a "daily" or rather a "weekly driver" having these huge hits of time and electricity to process them makes TW more cumbersome.
Big rebuilds are part & parcel of any rolling release. They're not as frequent on average as this thread makes them out to be. This one was rather tougher than average because of missed failures causing multiple major rebuilds in short succession, which isn't normal. IOW, the first of this latest series wasn't really ready.
It is interesting how other regulars on this forum don't seem to be hitting these package tsunamis . . . .
They're hitting what you're hitting. You're just reacting differently, in large part due to your infrequency of actually using TW. TW is not intended for people who are bothered by numerous updates. Best way forward for you, other than not using a rolling release, is probably to initiate dups manually at times you are leaving the house, going to bed, or about to start watching a movie.
Reg. Linux User 211409 *** multibooting since 1992
Primary: 15.3, TW, 15.1 & 13.1 on Haswell @earthlink.net
Secondary: eComStation (OS/2) &15.2 on i965P/Radeon
Tertiary: Debian, Fedora, Mageia, more on Rocket Lake & older Intel, AMD, NVidia....
-
Re: "2321" packages to upgrade . . . on reboot another "204" yet to go?? Why???
 Originally Posted by mrmazda
Only when comparing comparables. I've been caching 64bit TW rpms on LAN server, and binding the cache to /var/cache/zypp/packages/. Thus, few files are being downloaded on each next of my 30 or so 64bit TWs, making time spent downloading lower than typical for TW users.
CPU time used by dup/dupa correctly reflects the effect of caching packages. Compare these values to typical Firefox session:
Code:
erlangen:~ # journalctl -b -1 -u dup -u dupa -g Consumed -q
May 22 00:02:17 erlangen systemd[1]: dup.service: Consumed 4.790s CPU time.
May 22 00:03:55 erlangen systemd[1]: dupa.service: Consumed 23.072s CPU time.
May 23 03:43:28 erlangen systemd[1]: dup.service: Consumed 7.975s CPU time.
May 23 05:35:57 erlangen systemd[1]: dupa.service: Consumed 22.442s CPU time.
erlangen:~ #
Code:
erlangen:~ # journalctl -b -1 -g app-firefox-20a719d9bbdb487eb8bee8177abba915.scope -q
May 23 07:28:59 erlangen systemd[1267]: app-firefox-20a719d9bbdb487eb8bee8177abba915.scope: Killing process 12119 (TaskCon~ller #6) with signal SIGKILL.
May 23 07:28:59 erlangen systemd[1267]: app-firefox-20a719d9bbdb487eb8bee8177abba915.scope: Consumed 4h 5min 17.957s CPU time.
erlangen:~ #
Zypper's fraction of above total is: (4 + 23 + 7 + 22) / (4 * 3600 + 5 * 60 + 17 + 4 + 23 + 7 + 22) = 0.4%. This is peanuts.
i7-6700K (2016), i5-8250U (2018), AMD Ryzen 5 3400G (2020), 5600X (2022) openSUSE Tumbleweed, KDE Plasma
-
Re: AW: Re: AW: Re: "2321" packages to upgrade . . . on reboot another "204" yet to go?? Why???
 Originally Posted by non_space
It is interesting how other regulars on this forum don't seem to be hitting these package tsunamis . . . .
Hi
I do, but just let it do it's thing in the background (as in download first, or run screen) and carry on doing stuff..... only some extra work here on a kernel update to manually rebuild the nvidia driver.
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SUSE SLE, openSUSE Leap/Tumbleweed (x86_64) | GNOME DE
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below... Thanks!
-
Re: AW: Re: AW: Re: "2321" packages to upgrade . . . on reboot another "204" yet to go?? Why???
 Originally Posted by non_space
My point has been that to the end user it doesn't make that much difference whether the "entire system is recompiled" or whether just a "new compiler is installed."
That may be true. But for openSUSE, Tumbleweed is used for testing new software that may eventually make it to Leap and SLE.
Maybe it isn't for you.
It is interesting how other regulars on this forum don't seem to be hitting these package tsunamis . . . .
We see them. We just deal with them when they come.
openSUSE Leap 15.4; KDE Plasma 5.24.4;
testing Tumbleweed.
-
Re: AW: Re: AW: Re: "2321" packages to upgrade . . . on reboot another "204" yet to go?? Why???
 Originally Posted by mrmazda
Follow karlmistelberger's lead. Create services that dup daily, underneath whatever else is going on.
Big rebuilds are part & parcel of any rolling release. They're not as frequent on average as this thread makes them out to be. This one was rather tougher than average because of missed failures causing multiple major rebuilds in short succession, which isn't normal. IOW, the first of this latest series wasn't really ready.
@mrmazda:
Thanks for those suggestions. I would be interested in Karl's suggestions, but as posted in checking in Yast on terms "dup" "dupa" . . . nothing shows up . . . .
And, thanks also for posting the "first of the series wasn't really ready" comment . . . that I believe is a statement of truth . . . .
 Originally Posted by karlmistelberger
CPU time used by dup/dupa correctly reflects the effect of caching packages. Compare these values to typical Firefox session:
[CODE] erlangen:~ # journalctl -b -1 -u dup -u dupa -g Consumed -q
Zypper's fraction of above total is: (4 + 23 + 7 + 22) / (4 * 3600 + 5 * 60 + 17 + 4 + 23 + 7 + 22) = 0.4%. This is peanuts. 
Running the original post of this command brought the empty cursor . . . . Yast doesn't show "dup" or "dupa" . . . .
 Originally Posted by malcolmlewis
Hi
I do, but just let it do it's thing in the background (as in download first, or run screen) and carry on doing stuff..... only some extra work here on a kernel update to manually rebuild the nvidia driver.
Cool. We'll see how TW develops in the coming future.
 Originally Posted by nrickert
That may be true. But for openSUSE, Tumbleweed is used for testing new software that may eventually make it to Leap and SLE.
Maybe it isn't for you.
We see them. We just deal with them when they come.
TW isn't the only rolling edition that I have or have used . . . but, perhaps after 6 years of using it . . . there may be "irreconcilable differences."
Using another OS, today was "Sid" day . . . the Sid guys on the forum take the same, "You don't know what you are doing" attitude on users of their fine offering when finding issues. BTW I run updates in all of my installs every week, today Sid had "103 packages" it dl'd and installed them in 3 or 4 minutes. Sid does everything fast. If I compare that time to the "505" packages that I upgraded in TW yesterday in half an hour . . . the Sid time beats TW by ten minutes . . . same "old" machine.
-
Re: AW: Re: AW: Re: "2321" packages to upgrade . . . on reboot another "204" yet to go?? Why???
 Originally Posted by non_space
I would be interested in Karl's suggestions, but as posted in checking in Yast on terms "dup" "dupa" . . . nothing shows up . . . .
Running the original post of this command brought the empty cursor . . . . Yast doesn't show "dup" or "dupa" . . . .
As spelled out in post #58, dup and dupa are local services. Local in a config file name always means the admin is entirely responsible for their content; hence, neither rpm nor zypper nor yast would know anything about them, unless possibly created from a packaged skeleton file.
Reg. Linux User 211409 *** multibooting since 1992
Primary: 15.3, TW, 15.1 & 13.1 on Haswell @earthlink.net
Secondary: eComStation (OS/2) &15.2 on i965P/Radeon
Tertiary: Debian, Fedora, Mageia, more on Rocket Lake & older Intel, AMD, NVidia....
-
Re: AW: Re: AW: Re: "2321" packages to upgrade . . . on reboot another "204" yet to go?? Why???
 Originally Posted by non_space
BTW I run updates in all of my installs every week, today Sid had "103 packages" it dl'd and installed them in 3 or 4 minutes. Sid does everything fast. If I compare that time to the "505" packages that I upgraded in TW yesterday in half an hour . . . the Sid time beats TW by ten minutes . . . same "old" machine.
Oh debian sid again? I suppose it's gcc 12 / glibc 2.35 over there already. That is fast!
openSUSE Tumbleweed
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|