hig
September 11, 2024, 5:39pm
1
Hi
I just updated Slowroll and after the update my system says it is Tumbleweed…
cat /etc/os-release
NAME="openSUSE Tumbleweed"
# VERSION="20240901"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20240901"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
# CPE 2.3 format, boo#1217921
CPE_NAME="cpe:2.3:o:opensuse:tumbleweed:20240901:*:*:*:*:*:*:*"
#CPE 2.2 format
#CPE_NAME="cpe:/o:opensuse:tumbleweed:20240901"
BUG_REPORT_URL="https://bugzilla.opensuse.org"
SUPPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"
LOGO="distributor-logo-Tumbleweed"
zypper lr -d
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
--+-------------------------------+----------------------------------------+---------+-----------+---------+----------+--------+---------------------------------------------------------------------------+--------
1 | download.opensuse.org-non-oss | Main Repository (NON-OSS) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/slowroll/repo/non-oss/ |
2 | download.opensuse.org-oss | Main Repository (OSS) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/slowroll/repo/oss/ |
3 | download.opensuse.org-oss_1 | Main Update Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/slowroll/repo/oss/ |
4 | librewolf | librewolf | Yes | (r ) Yes | Yes | 99 | rpm-md | https://rpm.librewolf.net/ |
5 | openSUSE-20240803-0 | openSUSE-20240803-0 | No | ---- | ---- | 99 | rpm-md | hd:/?device=/dev/disk/by-id/usb-SanDisk_Cruzer_1942520501D0DA7B-0:0-part2 |
6 | repo-debug | openSUSE-Slowroll-Debug | No | ---- | ---- | 99 | N/A | http://download.opensuse.org/debug/slowroll/repo/oss/ |
7 | repo-openh264 | Open H.264 Codec (openSUSE Tumbleweed) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed |
8 | repo-source | openSUSE-Slowroll-Source | No | ---- | ---- | 99 | N/A | http://download.opensuse.org/source/slowroll/repo/oss/ |
Did I do something wrong?
larryr
September 11, 2024, 6:12pm
2
Don’t know why - mine works and this are the sites I go to do a zypper dup
slowroll:~ # cat /etc/os-release
NAME="openSUSE Tumbleweed-Slowroll"
# VERSION="20240803"
ID="opensuse-slowroll"
ID_LIKE="opensuse suse"
VERSION_ID="20240803"
PRETTY_NAME="openSUSE Tumbleweed-Slowroll"
ANSI_COLOR="0;32"
# CPE 2.3 format, boo#1217921
CPE_NAME="cpe:2.3:o:opensuse:slowroll:20240803:*:*:*:*:*:*:*"
#CPE 2.2 format
#CPE_NAME="cpe:/o:opensuse:slowroll:20240803"
BUG_REPORT_URL="https://bugzilla.opensuse.org"
SUPPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org"
DOCUMENTATION_URL="https://en.opensuse.org/openSUSE:Slowroll"
LOGO="distributor-logo-Slowroll"
slowroll:~ # grep http /etc/zypp/repos.d/*.repo
/etc/zypp/repos.d/base-non-oss.repo:baseurl=http://cdn.opensuse.org/slowroll/repo/non-oss/
/etc/zypp/repos.d/base-oss-debug.repo:baseurl=https://download.opensuse.org/debug/slowroll/repo/oss/
/etc/zypp/repos.d/base-oss.repo:baseurl=http://cdn.opensuse.org/slowroll/repo/oss/
/etc/zypp/repos.d/base-src-oss.repo:baseurl=http://cdn.opensuse.org/slowroll/repo/src-oss/
/etc/zypp/repos.d/h264.repo:baseurl=http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed/
/etc/zypp/repos.d/packman.repo:baseurl=http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Slowroll/Essentials/
/etc/zypp/repos.d/update.repo:baseurl=http://cdn.opensuse.org/update/slowroll/repo/oss/
slowroll:~ #
larryr
September 11, 2024, 6:14pm
3
I would change your repos to point to where mine point to in last post and do:
zypper ref
zypper dup
mrmazda
September 11, 2024, 7:36pm
4
This happened to me, a packaging issue over distribution-logos-openSUSE-Tumbleweed being installed instead of distribution-logos-openSUSE-Slowroll, solved via factory mailing list thread .
hig
September 13, 2024, 3:52pm
5
Thanks for all the replays.
So if I understand this correctly, I’m still run slowroll just the wrong logo is installed?
And how do I now fix that?
I tried to uninstall the package distribution-logos-openSUSE-Tumbleweed and install distribution-logos-openSUSE-Slowroll that worked but it still shows me the wrong logo and name, same as before.
Any other solutions?
What is “it” and where does “it” show that and why do you think that what is shown is wrong?
epp
September 13, 2024, 11:20pm
7
You might have to reboot after installing the Slowroll logos package, before you see it.
hig
September 14, 2024, 6:44am
8
I did reboot. It still shows everywhere that I run tumbleweed.
What I mean with it: fastfetch / grub / system settings / boot screen, everywhere it shows tumbleweed instead of slowroll.
Any other suggestions?
It’s a packaging problem.
I couldn’t find a bug reported on this issue. Have you reported it?
You could revert the upgrade, but since - as far as I know - this seems to be only a naming problem, I would recommend waiting for the fix.
https://en.opensuse.org/openSUSE:Submitting_bug_reports
mrmazda
September 15, 2024, 1:57am
10
On another installation moments ago, I did:
rpm -e --nodeps distribution-logos-openSUSE-Tumbleweed
I followed up with:
time zypper -v up -d
Among the output was:
The following product is going to be reinstalled:
openSUSE Tumbleweed-Slowroll 20240803-0
The following 13 NEW packages are going to be installed:
cpp14 14.2.0+git10526-2.1
dbus-broker 36-1.1
dbus-broker-block-restart 36-1.1
distribution-logos-openSUSE-Slowroll 20240429-1.1
Following an actual dup, none of Tumbleweed remained readily apparent:
# zypper se -si eweed
Loading repository data...
Reading installed packages...
No matching items found.
# zypper se -si nsuse lease logo
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+--------------------------------------------+---------+--------------------------------------+--------+------------------
i | branding-openSUSE | package | 84.87.20240405-4.4sr | noarch | Update
i | desktop-data-openSUSE | package | 15.2.20200107-2.12 | noarch | OSS
i | distribution-logos-openSUSE-Slowroll | package | 20240429-1.1 | noarch | OSS
i | gfxboot-branding-openSUSE | package | 84.87.20240405-4.4sr | noarch | Update
i | gio-branding-openSUSE | package | 42.1-21.7 | noarch | OSS
i | gtk2-branding-openSUSE | package | 15.0-2.2 | noarch | OSS
i | hicolor-icon-theme-branding-openSUSE | package | 42.1-2.16 | noarch | OSS
i | lsb-release | package | 3.3-1.3 | noarch | OSS
i+ | openSUSE | product | 20240803-0 | x86_64 | Update
i+ | openSUSE | product | 20240803-0 | x86_64 | Update
i+ | openSUSE | product | 20240803-0 | x86_64 | Update
i | openSUSE-build-key | package | 1.0-54.1 | x86_64 | OSS
i+ | openSUSE-release | package | 20240803-3030.9.1.sr20240803 | x86_64 | Update
i | openSUSE-release-ftp | package | 20240803-3030.9.1.sr20240803 | x86_64 | Update
i+ | release-notes-openSUSE | package | 84.87.20180228.827b030-1.48 | noarch | OSS
i | systemd-default-settings-branding-openSUSE | package | 0.10-1.1 | noarch | OSS
i | systemd-presets-branding-openSUSE | package | 12.2-23.3 | noarch | OSS
i | wallpaper-branding-openSUSE | package | 84.87.20240405-4.4sr | noarch | Update
i | yast2-qt-branding-openSUSE | package | 84.87.20240405-1.5 | noarch | OSS
#
If you still have installed packages with Tumbleweed in their names, I suggest to remove them.
Does your update repository have higher priority than OSS?
I can confirm OP’s claim, I’ve tested in a fresh installation and the distribution upgrade installs openSUSE-release 20240901-3079.1 which comes with Tumbleweed version content.
> zypper search --installed-only --details opensuse-release
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+----------------------+---------+-----------------+--------+----------------------------
i+ | openSUSE-release | package | 20240901-3079.1 | x86_64 | Repositório principal (OSS)
My guess is that Slowroll is doing something out of the ordinary for Tumbleweed-based distributions.
Slowroll is an overlay for Tumbleweed.
Ignoring that this is English speaking forum - repository name without repository URL is completely useless. You are not new on this forum to now know it.
According to https://build.opensuse.org/public/build/openSUSE:Slowroll:Build:Overlay/standard/x86_64/000release-packages:openSUSE-release/_log the latest openSUSE-release
package for Slowroll has been built on September, 14th, with the version 20240901-2742.17.5sr. This package (or any package that has sr
in its release) is not present on the repository server. Sounds like something went wrong with assembling Slowroll repository. I would say - either factory mailing list or bugzilla.
The repos have been updated and 20240901-3079.12.1 is now available on the servers.
And how exactly does it help?
NAME="openSUSE Tumbleweed"
# VERSION="20240901"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20240901"
PRETTY_NAME="openSUSE Tumbleweed"
vs. expected
NAME="openSUSE Tumbleweed-Slowroll"
# VERSION="%{version}%{?betaversion: %{betaversion}}"
ID="opensuse-slowroll"
ID_LIKE="opensuse suse"
VERSION_ID="$VERSION_ID"
PRETTY_NAME="openSUSE Tumbleweed-Slowroll"
Mine looks like this:
xxxt:~> cat /etc/os-release
NAME="openSUSE Tumbleweed-Slowroll"
# VERSION="20240901"
ID="opensuse-slowroll"
ID_LIKE="opensuse suse"
VERSION_ID="20240901"
PRETTY_NAME="openSUSE Tumbleweed-Slowroll"
Yours looks like you still have the one from the base repo. (slowroll/repo/oss/)
You are right, sorry. The Slowroll package is provided via updates repository.
hig
September 18, 2024, 5:17am
18
Thanks for all the answers. I’m currently on the road but once I’m back, I will test if an updated will fix it. If not I will make a bug report.
Thank you all
cheers