S390x/已知问题

来自 Alpine Linux
此材料正在进行中...

在此通知移除之前,请勿遵循此处的说明。
(最后由 Prabuanand 于 2024 年 10 月 15 日编辑。)

当运行 3.9 网络引导安装程序时,您可能会遇到此问题,尤其是在 z/VM hypervisor(常见于没有 RTC 时钟的架构,如 armhf、aarch64、s390x)中 

Which NTP client to run? ('busybox', 'openntpd', 'chrony' or 'none') [chrony] busybox
 \* service ntpd added to runlevel default
 \* Starting busybox ntpd ...                                              [ ok ]
ssl_client: mirrors.alpinelinux.org: ocsp verify failed: ocsp response not current
wget: error getting response: Connection reset by peer
r) Add random from the above list
f) Detect and add fastest mirror from above list
e) Edit /etc/apk/repositories with text editor

Enter mirror number (1-0) or URL to add (or r/f/e/done) [f]: 

这是因为 s390x 上的时钟源未被检测到。有一个 pull request 旨在解决此问题(应在 3.9.1 版本中可用)。

https://github.com/alpinelinux/aports/pull/6183
https://github.com/alpinelinux/aports/pull/6184

在此期间,为了克服这个问题,您需要更新系统时间,可以使用 date 命令手动更新,或者使用 NTP,然后如下所示启动安装程序。

# setup-interfaces
# setup-dns
# service networking start
# ntpd -qn -p pool.ntp.org
# setup-alpine