|
Bugzilla – Full Text Bug Listing |
| Summary: | Certificate error while fetching from https://debuginfod.opensuse.org | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dimitrios Apostolou <jimis> |
| Component: | Development | Assignee: | Martin Liška <martin.liska> |
| Status: | REOPENED --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | Andreas.Stieger, georg.pfuetzenreuter, kocelfc, mjambor |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dimitrios Apostolou
2024-02-14 18:47:14 UTC
emailed admin@ https://progress.opensuse.org/issues/155506#change-764728 this is now deployed to serve our deprecation page with a valid certificate: https://code.opensuse.org/heroes/salt/c/bae4d5773420d23fb882d4a68f0801a8685b8d48?branch=production From https://debuginfod.opensuse.org/ openSUSE - deprecated service Deprecated Service We are very sorry, but the website you are trying to access no longer exists. It was decided to shut it down to protect our infrastructure and its users from unmaintained and potentially insecure services. If you are interested and would like become the new maintainer of this service, please get in touch with us. Thank you. But this website is listed in a file that is included in a package in OpenSUSE-Tumbleweed. The website is polled by gdb (this is how I saw the error) for downloading debug symbols when debugging a binary/library in the distribution. $ cat /etc/debuginfod/elfutils.urls https://debuginfod.opensuse.org/ $ rpm -qf /etc/debuginfod/elfutils.urls debuginfod-profile-0.190-1.3.x86_64 From Base:System/elfutils/elfutils-debuginfod.spec
%if %{suse_version} > 1500
--enable-debuginfod-urls=https://debuginfod.opensuse.org/ \
%endif
4y: https://progress.opensuse.org/news/94
https://github.com/openSUSE/debuginfod-o-o
I believe the recommended way to install debuginfos is from repos, not a web service.
Hi, there are plans to reinstate the service. |