---------- Forwarded message ----------
From: Pablo Sanchez <pablo@blueoakdb.com>
To: factory@lists.opensuse.org
Cc:
Bcc:
Date: Tue, 7 Mar 2023 17:27:57 -0500
Subject: Re: TW slow to process zypper dup?? (Pablo Sanchez)
On 2023-03-07 17:21, Fritz Hudnut wrote:
>
> [ trimmed ]
> But, I boot a different system every day and it's about busy-ness, so
> I don't want to cut some script process off while it's running . . .
> so I just manually run the zypper . . . as root, in screen -L . . . .
>
> I essentially do the same thing with each of my other systems
> "update/upgrade" often using sudo . . . . I'm not digging down into
> the process and messing around with it. It is essentially box stock,
> run by zypper . . . .
Hey Fritz,
Assuming a Bourne compatible shell, you could do the following:
--8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-<--
export ZYPP_MEDIANETWORK=1
export ZYPP_SINGLE_RPMTRANS=1
zypper dup -l
--8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-<--
Cheers!
---
Pablo Sanchez - Blueoak Database Engineering
OK, thanks for the continuing hints . . . problem is that those commands or scripts add to the list of tasks needed to execute to run a basic ref/dup procedure . . . .
Today happens to be Leap 15.5 day . . . in #screen -L #zypper ref && zypper dup -l showed 289 packages to upgrade or process, including a kernel upgrade to 5.14 . . . ten minutes later the cursor was back. Same machine, possibly same drive or even an HDD compared to the SSD that TW is in . . . . TW took 1.5 hours to process less packages????
F