DNS-Server bind no longer available since snapshot 20211110

After updating with ‘zypper update’ bind is no longer available. What is the reason and what can I do ?

I’m on TW 20230716 and running ‘zypper se bind’ & ‘zypper in bind’ allows me to install.

What is the output of

sudo zypper repos

@MarioBlunk did you really just update a snapshot from 2021?

Repository priorities are without effect. All enabled repositories share the same priority.

| Alias | Name | Enabled | GPG Check | Refresh

–±--------------------±----------------------------±--------±----------±-------
1 | openSUSE-20211110-0 | openSUSE-20211110-0 | No | ---- | ----
2 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ----
3 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Yes | (r ) Yes | Yes
4 | repo-oss | openSUSE-Tumbleweed-Oss | Yes | (r ) Yes | Yes
5 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ----
6 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes

It is a i686 machine that does nothing more than DNS, IP-forwarding and CUPS. Yes, I updated this old system. For the moment I just want to fix the bind issue.

Ah… running i686 TW. I think thats the issue as I’m not able to find a 32-bit version of Bind. I believe you may have to download and compile from source.

Or maybe run it as a docker container? Not sure about that one either as I don’t have a 32-bit system.

@MarioBlunk Ahh that was the install date, can you show the output from;

cat /etc/os-release

Likewise there is no zypper update only zypper dup which may be part of the issue.

As broadly announced, the 32bit support got split out into seperate repositories.

@MarioBlunk If you have a 32bit machine you need to configure the i586/i686 repositories.
https://download.opensuse.org/ports/i586/tumbleweed/repo/oss/
https://download.opensuse.org/ports/i586/tumbleweed/repo/non-oss/

While it seems that the root problem is already found, this might be important for future cases. Your repository list as posted is unusable. It does not have the URLs of the repos, it only has the Names and Aliasas that are local to your system.

You did not include the command you used (that is something we very much like to see, it is just one line more at the beginning of your copy/paste), but next time better use something like

zypper lr -d

Oh, and please select computer text in the post and then apply the </> button from the post editor’s toolbar. It will make things much better readable.

So in short not:
5.14.21-150400.24.69-default
but:

henk@boven:~> uname -r
5.14.21-150400.24.69-default
henk@boven:~>

Thank you all for your help. I added the repository https://download.opensuse.org/ports/i586/tumbleweed/repo/oss/ . Bind is now available.
Best, Mario