slowroll ignoring packages in updates repo
# zypper -v dup Verbosity: 2 Initializing Target ... The following 269 items are locked and will not be changed by any action: Available: ... and 165 more items. Installed: agfa-fonts 2003.03.19-94 google-droid-fonts 20121204-8.5 kernel-default 5.14.21-150500.55.19.1 kernel-default 6.4.12-1.1 Run 'zypper locks -s' to see the complete list of locked items. Nothing to do. # zypper lr -p # | Alias | Enabled | GPG Check | Priority | URI --+----------+---------+-----------+----------+---------------------------------------------------------------------------------------------- 1 | KDE3 | Yes | (r ) Yes | 99 | https://download.opensuse.org/repositories/KDE:/KDE3/Slowroll/ 2 | Non-OSS | Yes | (r ) Yes | 99 | http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/b... 3 | OSS | Yes | (r ) Yes | 99 | http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/b... 4 | PackmanE | Yes | (r ) Yes | 90 | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_Slowroll/Essentials 5 | Update | Yes | (r ) Yes | 80 | http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/s... 6 | openh264 | Yes | (r ) Yes | 99 | http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed/ # * no Slowroll directory * # zypse workspace ... | kdebase3-workspace | package | 3.5.10.1-379.1 | x86_64 | KDE3 | plasma5-workspace-branding-openSUSE | package | 84.87~git20230131T131056~433af24-10.1 | noarch | Update | plasma5-workspace-branding-openSUSE | package | 84.87~git20230131T131056~433af24-9.1 | noarch | OSS | plasma5-workspace-lang | package | 5.27.7-3.1 | noarch | OSS | plasma5-workspace-lang | package | 5.27.8-2.1 | noarch | Update | plasma5-workspace-wallpapers | package | 5.27.7-1.1 | noarch | OSS | plasma5-workspace-wallpapers | package | 5.27.8-1.1 | noarch | Update i | plasma5-workspace-libs | package | 5.27.7-3.1 | x86_64 | OSS i+ | plasma5-workspace | package | 5.27.7-3.1 | x86_64 | OSS v | plasma5-workspace | package | 5.27.8-2.1 | x86_64 | Update v | plasma5-workspace-libs | package | 5.27.8-2.1 | x86_64 | Update # rpm -qf /etc/zypp/zypper.conf zypper-1.14.64-1.1.x86_64 # rpm -ql zypper | grep repo # zypper ll | egrep -i 'kde|kf5|plasm|qt' # What am I missing here? Is it a bug that plasma5-workspace* doesn't get upgraded by a dup? -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
Neil Rickert composed on 2023-09-27 20:08 (UTC-0500):
On Wed, 27 Sep 2023 15:19:27 -0400 Felix Miata wrote:
# What am I missing here?
Try using: zypper refresh
You know I know better than that. I just neglected to include it in the paste. :p
If you used the Wiki page to setup repos, then they might not be configured for auto-refresh.
# zypper lr Repository priorities in effect: (See 'zypper lr -P' for details) 80 (raised priority) : 1 repository 90 (raised priority) : 1 repository 99 (default priority) : 4 repositories # | Alias | Enabled | GPG Check | URI --+----------+---------+-----------+---------------------------------------------------------------------------------------------- 1 | KDE3 | Yes | (r ) Yes | https://download.opensuse.org/repositories/KDE:/KDE3/Slowroll/ 2 | Non-OSS | Yes | (r ) Yes | http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/b... 3 | OSS | Yes | (r ) Yes | http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/b... 4 | PackmanE | Yes | (r ) Yes | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_Slowroll/Essentials 5 | Update | Yes | (r ) Yes | http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/s... 6 | openh264 | Yes | (r ) Yes | http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed/ # zypper ref Repository 'KDE3' is up to date. Repository 'Non-OSS' is up to date. Repository 'OSS' is up to date. Repository 'PackmanE' is up to date. Repository 'Update' is up to date. Repository 'openh264' is up to date. All repositories have been refreshed. # zypper dup Loading repository data... Reading installed packages... ... and 165 more items. Installed: agfa-fonts google-droid-fonts kernel-default-5.14.21-150500.55.19.1 kernel-default-6.4.12-1.1 Run 'zypper locks -s' to see the complete list of locked items. Nothing to do. # cat /usr/local/bin/zypse #!/bin/sh zypper --no-refresh se -s $* | grep -Ev '32bit|debug|devel|srcp|openSUSE-20' | grep -E 'x86|noarch'| sort # zypse kspace ... | plasma5-workspace-branding-openSUSE | package | 84.87~git20230131T131056~433af24-10.1 | noarch | Update | plasma5-workspace-branding-openSUSE | package | 84.87~git20230131T131056~433af24-9.1 | noarch | OSS | plasma5-workspace-lang | package | 5.27.7-3.1 | noarch | OSS | plasma5-workspace-lang | package | 5.27.8-2.1 | noarch | Update | plasma5-workspace-wallpapers | package | 5.27.7-1.1 | noarch | OSS | plasma5-workspace-wallpapers | package | 5.27.8-1.1 | noarch | Update i | plasma5-workspace-libs | package | 5.27.7-3.1 | x86_64 | OSS i+ | plasma5-workspace | package | 5.27.7-3.1 | x86_64 | OSS v | plasma5-workspace | package | 5.27.8-2.1 | x86_64 | Update v | plasma5-workspace-libs | package | 5.27.8-2.1 | x86_64 | Update # Still same problem 6 hours later. :( -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 27/09/2023 21.19, Felix Miata wrote:
The following 269 items are locked and will not be changed by any action:
so many locks... that is not a good sign. You would get some answers from zypper in -f plasma5-workspace Sometimes it requires a locked package to be installed or upgraded. Ciao Bernhard M.
Today "it" did not get ignored.... Bernhard M. Wiedemann composed on 2023-10-03 06:29 (UTC+0200):
Felix Miata wrote:
The following 269 items are locked and will not be changed by any action:
so many locks... that is not a good sign.
You would get some answers from zypper in -f plasma5-workspace
Sometimes it requires a locked package to be installed or upgraded.
Or "broken", which is standard procedure here, because the official rpm requires often is a lie, when the only possible "breakage" would be some devs ego who will never see any of my computers and thinks his software "requires" some particular font I never want to see and won't allow to waste bandwidth, filesystem space, or solid state media lifetime. Besides fonts, most locked packages are the many variants of *irefox*, *erbird* *kManag* *ymouth* and similar, nothing that actually matters except the kernel, which I choose when to install from my local cache. Normally Plasma update time in TW for the past many moons since TW was born produces something more verbose than the following: ( # zypper ll | grep font 6 | adobe-source*-fonts | package | (any) | 7 | agfa-font* | package | (any) | 10 | google-*-fonts | package | (any) | 11 | hack-font* | package | (any) | 16 | raleway-font* | package | (any) | # grep RETT /etc/os-release PRETTY_NAME="openSUSE Tumbleweed-Slowroll" ) # zypper -v dup Verbosity: 2 Initializing Target Checking whether to refresh metadata for Non-OSS Checking whether to refresh metadata for OSS Checking whether to refresh metadata for Update Loading repository data... Reading installed packages... Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command. Computing distribution upgrade... Force resolution: No Computing upgrade... Problem: the to be installed plasma5-workspace-5.27.8-1.1.x86_64 requires 'frameworkintegration-plugin', but this requirement cannot be provided not installable providers: frameworkintegration-plugin-5.110.0-1.1.x86_64[OSS] Solution 1: Following actions will be done: keep obsolete plasma5-workspace-5.27.7-3.1.x86_64 keep obsolete plasma5-workspace-libs-5.27.7-3.1.x86_64 Solution 2: Following actions will be done: deinstallation of plasma5-workspace-5.27.7-3.1.x86_64 deinstallation of plasma5-session-5.27.8-1.1.noarch deinstallation of plasma5-desktop-5.27.8-1.1.x86_64 deinstallation of patterns-kde-kde_plasma-20230801-1.1.noarch Solution 3: remove lock to allow installation of hack-fonts-3.003-2.2.noarch[OSS] Solution 4: break plasma5-workspace-5.27.8-1.1.x86_64 by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/3/4/c/d/?] (c): 4 Applying solution 4 Resolving dependencies... Computing distribution upgrade... Force resolution: No Computing upgrade... The following 240 items are locked and will not be changed by any action: Available: MozillaFirefox MozillaFirefox-branding-openSUSE MozillaFirefox-branding-upstream MozillaFirefox-devel MozillaFirefox-translations-common MozillaFirefox-translations-other MozillaThunderbird MozillaThunderbird-translations-common MozillaThunderbird-translations-other NetworkManager NetworkManager-applet NetworkManager-applet-lang NetworkManager-bluetooth NetworkManager-branding-openSUSE NetworkManager-branding-upstream NetworkManager-cloud-setup NetworkManager-connection-editor NetworkManager-devel NetworkManager-devel-32bit NetworkManager-dns-bind NetworkManager-dns-dnsmasq NetworkManager-fortisslvpn NetworkManager-fortisslvpn-gnome NetworkManager-fortisslvpn-lang NetworkManager-iodine NetworkManager-iodine-gnome NetworkManager-iodine-lang NetworkManager-l2tp NetworkManager-l2tp-gnome NetworkManager-l2tp-lang NetworkManager-lang NetworkManager-libreswan NetworkManager-libreswan-gnome NetworkManager-libreswan-lang NetworkManager-openconnect NetworkManager-openconnect-gnome NetworkManager-openconnect-lang NetworkManager-openvpn NetworkManager-openvpn-gnome NetworkManager-openvpn-lang NetworkManager-ovs NetworkManager-pppoe NetworkManager-pptp NetworkManager-pptp-gnome NetworkManager-pptp-lang NetworkManager-strongswan NetworkManager-strongswan-gnome NetworkManager-strongswan-lang NetworkManager-tui NetworkManager-vpnc NetworkManager-vpnc-gnome NetworkManager-vpnc-lang NetworkManager-wwan PackageKit PackageKit-backend-dnf PackageKit-backend-zypp PackageKit-branding-openSUSE PackageKit-branding-upstream PackageKit-devel PackageKit-gstreamer-plugin PackageKit-gtk3-module PackageKit-lang adobe-sourcecodepro-fonts adobe-sourcehansans-cn-fonts adobe-sourcehansans-hk-fonts adobe-sourcehansans-jp-fonts adobe-sourcehansans-kr-fonts adobe-sourcehansans-tw-fonts adobe-sourcehanserif-cn-fonts adobe-sourcehanserif-hk-fonts adobe-sourcehanserif-jp-fonts adobe-sourcehanserif-kr-fonts adobe-sourcehanserif-tw-fonts adobe-sourcesans3-fonts adobe-sourcesanspro-fonts adobe-sourceserif4-fonts adobe-sourceserifpro-fonts dmraid firewall-applet firewall-config firewall-macros firewalld firewalld-bash-completion firewalld-lang firewalld-rpcbind-helper firewalld-test firewalld-zsh-completion google-alegreya-fonts google-alegreya-sans-fonts google-allerta-fonts google-anonymouspro-fonts google-cabin-fonts google-caladea-fonts google-cardo-fonts google-carlito-fonts google-exo-fonts google-inconsolata-fonts google-lekton-fonts google-merriweather-fonts google-nobile-fonts ... and 136 more items. Installed: agfa-fonts 2003.03.19-94 google-droid-fonts 20121204-8.5 kernel-default 5.14.21-150500.55.19.1 kernel-default 6.4.12-1.1 Run 'zypper locks -s' to see the complete list of locked items. The following 2 packages are going to be upgraded: plasma5-workspace 5.27.7-3.1 -> 5.27.8-1.1 plasma5-workspace-libs 5.27.7-3.1 -> 5.27.8-1.1 2 packages to upgrade. Overall download size: 15.5 MiB. Already cached: 0 B. After the operation, additional 496.0 B will be used. Continue? [y/n/v/...? shows all options] (y): y committing Checking for file conflicts: (1 skipped) ..............................................................................................................................................[done] Warning: 2 packages had to be excluded from file conflicts check because they are not yet downloaded. Note: Checking for file conflicts requires not installed packages to be downloaded in advance in order to access their file lists. See option '--download-in-advance / --dry-run --download-only' in the zypper manual page for details. Retrieving: plasma5-workspace-libs-5.27.8-1.1.x86_64 (OSS) (1/2), 494.2 KiB Retrieving: plasma5-workspace-libs-5.27.8-1.1.x86_64.rpm ................................................................................................................[done (317.7 KiB/s)] (1/2) Installing: plasma5-workspace-libs-5.27.8-1.1.x86_64 ............................................................................................................................[done] Retrieving: plasma5-workspace-5.27.8-1.1.x86_64 (OSS) (2/2), 15.0 MiB Retrieving: plasma5-workspace-5.27.8-1.1.x86_64.rpm .......................................................................................................................[done (7.0 MiB/s)] (2/2) Installing: plasma5-workspace-5.27.8-1.1.x86_64 .................................................................................................................................[done] CommitResult (total 2, done 2, error 0, skipped 0, updateMessages 0) Checking for running processes using deleted libraries... There are running programs which still use files and libraries deleted or updated by recent upgrades. They should be restarted to benefit from the latest updates. Run 'zypper ps -s' to list these programs. # inxi -S System: Host: ab560 Kernel: 6.4.12-1-default arch: x86_64 bits: 64 Console: pty pts/0 Distro: openSUSE Tumbleweed-Slowroll 20231001 # To get the above abbreviated dup I first locked plasma5-workspace, did a dup, removed the lock, then dup'd again. All seems back to normal now, for some definition of "Slowroll"! I have 8 so far, but only one dup'd from TW, which I need more from. One came from 15.4, the rest from 15.5. Now that 20231001 has arrived, more of my TWs are old enough to clone from without producing downgrades during sslo dup. :) -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
participants (3)
-
Bernhard M. Wiedemann
-
Felix Miata
-
Neil Rickert