Hi fellow Geekos, I got multiple good news on the progress of Slowroll: 1. We now got a proper install DVD, linked at https://en.opensuse.org/openSUSE:Slowroll It might still be a good idea to do zypper install openSUSE-repos-Slowroll to get the changed prio for the update repo. 2. Cloud/VM images also got a fix for repos: https://download.opensuse.org/update/slowroll/images/ 3. We now have 18 kernel-module-packages (KMPs) for kernel-longterm: https://www.reddit.com/r/openSUSE_Slowroll/comments/1cpj00b/kmps_for_kernell... 4. We got some branding included. Thanks go to pprmint for creating the logo [1] and to lcp for adding SVGs into distribution-logos. Those are now in wallpaper-branding-openSUSE, neofetch [2] and fastfetch [3]. Ciao Bernhard M. [1] https://en.opensuse.org/File:Slowroll_logo_by_pprmint.svg [2] https://github.com/bmwiedemann/neofetch/commit/ae66731fd [3] https://github.com/fastfetch-cli/fastfetch/pull/913
is slowroll supposed to have these many repo problems every day or the other? right now atm e.g. sudo zypper ref Repository 'base-non-oss' is up to date. Repository 'base-oss' is up to date. Repository 'h264' is up to date. Repository 'packman' is up to date. Retrieving repository 'update' metadata ..............................................................................................................................................................................................................[error] Repository 'update' is invalid. [update|http://cdn.opensuse.org/update/slowroll/repo/oss/] Valid metadata not found at specified URL History: - File './repodata/dabb9213596f59652aab7ac72d77f00ffc19c912136a0e74966fb5f9155d8fac696f35c9633ae157ce0e15345ccb97e2d91ebc48d586aeb56fcc4b01b842a134-filelists-ext.xml.zst' not found on medium 'http://cdn.opensuse.org/update/slowroll/repo/oss/' Please check if the URIs defined for this repository are pointing to a valid repository. Skipping repository 'update' because of the above error. Some of the repositories have not been refreshed because of an error. abittner@2a0b:~> sudo zypper lr -d # | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service --+--------------+--------------+---------+-----------+---------+----------+--------+------------------------------------------------------------------------------+-------- 1 | base-non-oss | base-non-oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://cdn.opensuse.org/slowroll/repo/non-oss/ | 2 | base-oss | base-oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://cdn.opensuse.org/slowroll/repo/oss/ | 3 | base-src-oss | base-src-oss | No | ---- | ---- | 99 | N/A | http://cdn.opensuse.org/slowroll/repo/src-oss/ | 4 | h264 | h264 | Yes | (r ) Yes | Yes | 99 | rpm-md | http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed/ | 5 | packman | packman | Yes | (r ) Yes | Yes | 70 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Slowroll/Essentials/ | 6 | update | update | Yes | (r ) Yes | Yes | 80 | rpm-md | http://cdn.opensuse.org/update/slowroll/repo/oss/ | ty
On 11/05/2024 17.56, cagsm wrote:
is slowroll supposed to have these many repo problems every day or the other? right now atm e.g.
sudo zypper ref Repository 'base-non-oss' is up to date. Repository 'base-oss' is up to date. Repository 'h264' is up to date. Repository 'packman' is up to date. Retrieving repository 'update' metadata
It could be solved with sed -i 's/cdn\./download./' /etc/zypp/repos.d/*repo or zypper in openSUSE-repos-Slowroll It seems, the CDN is not that good at handling large files. Ciao Bernhard M.
participants (2)
-
Bernhard M. Wiedemann
-
cagsm