en
Feedback
Arch Linux Chinese Messages

Arch Linux Chinese Messages

Open in Telegram

Arch Linux 中文相关信息 跟进 Arch Linux 日常踩坑预警,翻译官方新闻, testing 测试预警等。另有 @archlinuxcn_updates 提供滚动打包记录。 频道内容来自 Arch Linux 中文社区群组 @archlinuxcn_group https://fars.ee/~readme.html 杜洛夫在所有订阅数较多的频道下方都添加了广告,其收益并不分配给频道主,频道主也无法控制其内容。如果在本频道下方看到广告,均与 Arch CN 社区无关,请勿点击或相信其内容

Show more

📈 Analytical overview of Telegram channel Arch Linux Chinese Messages

Channel Arch Linux Chinese Messages (@archlinuxcn) in the Chinese language segment is an active participant. Currently, the community unites 11 176 subscribers, ranking 10 752 in the Technologies & Applications category and 17 916 in the China region.

📊 Audience metrics and dynamics

Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 11 176 subscribers.

According to the latest data from 27 August, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 94 over the last 30 days and by 7 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 79.06%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 8 838 views. Within the first day, a publication typically gains 0 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 97.

📝 Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
Arch Linux 中文相关信息 跟进 Arch Linux 日常踩坑预警,翻译官方新闻, testing 测试预警等。另有 @archlinuxcn_updates 提供滚动打包记录。 频道内容来自 Arch Linux 中文社区群组 @archlinuxcn_group https://fars.ee/~readme.html 杜洛夫在所有订阅数较多的频道下方都添加了广告,其收益并不分配给频道主,频道主也无法控制其内容。如果在本频道下方看到广告,均与 Arch CN 社区无关,请勿点击或...

Thanks to the high frequency of updates (latest data received on 28 August, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

11 176
Subscribers
+724 hours
+107 days
+9430 days
Posts Archive
#news 镜像站现已恢复对外部的访问。再次对对各位造成的不便表示表示歉意。

`base` 元包替代了同名的包组并且要求安装,需要手动干预升级 原本的 base 包组(group)已经被替换为同名的元包(metapackage),我们建议所有用户安装这个新包(pacman -Syu base),因为从今往后事实上要求安装该包。 对寻求帮助和支持的用户,我们期待他们运行的系统安装了 base 包。 附加说明: 请注意,新的 base 包不再包含以下内容: – 内核 – 编辑器 – 文件系统工具 (比如 e2fsprogs) ……以及可能还有别的你预期会有的包。对新安装的系统需要额外安装这些包。 https://www.archlinuxcn.org/base-group-replaced-by-mandatory-base-package-manual-intervention-required/

#news 由于不可抗力,国庆期间重庆大学多个对外服务将无法从外部访问。镜像站服务亦受到牵连。恢复对外服务时间未知。对于所造成的不便我们深感遗憾。

已经恢复同步。

btrfs 用户在 5.2.x 系列内核有概率遇到 1. 系统卡死 或者 2. 最后的写入不完整从而下次开机无法挂载。 SUSE/btrfs 开发者建议对 5.2 内核打修复补丁,相应补丁已经应用于 linux 5.2.14.arch2 和 linux-zen 5.2.14.zen2 内核( arch2 和 zen2 分别包含对应补丁),并准备合并入上游 5.2.15 和 5.3 。请使用 btrfs 并且内核在 5.2.x 系列内核的用户尽快升级至 5.2.14.arch2 / 5.2.14.zen2 之后的内核版本。5.1.x 及之前的内核比如 linux-lts 不受影响。相关报告见: [1] https://bugs.archlinux.org/task/63733 [2] https://marc.info/?l=linux-btrfs&m=156827465218288

网易开源镜像站(mirrors.163.com)用户请注意:其 Arch Linux 仓库已经延迟六天,Arch Linux CN 仓库已经延迟两天。

astyle>=3.1-2 更新需要手动干预 astyle 包在 3.1-2 之前的版本缺少了一个动态库的链接。这个问题已经在 3.1-2 中修复,所以更新过程需要覆盖掉 ldconfig 创建出的未被 pacman 跟踪的链接文件。如果你在更新时遇到如下报错:
astyle: /usr/lib/libastyle.so.3 exists in filesystem

那么请使用如下命令
pacman -Suy --overwrite usr/lib/libastyle.so.3

来完成系统更新。 https://www.archlinuxcn.org/astyle31-2-update-requires-manual-intervention/

tensorflow>=1.14.0-5 更新需要手动干预 tensorflow 包在 1.14.0-5 之前的版本缺少几个动态库的链接。这个问题已经在 1.14.0-5 中修复,所以更新过程需要覆盖掉 ldconfig 创建出的未被 pacman 跟踪的链接文件。如果你在更新时遇到如下报错
tensorflow: /usr/lib/libtensorflow.so.1 exists in filesystem
tensorflow: /usr/lib/libtensorflow_cc.so.1 exists in filesystem
tensorflow: /usr/lib/libtensorflow_framework.so.1 exists in filesystem

那么请使用如下命令
pacman -Suy --overwrite=usr/lib/libtensorflow.so.1,usr/lib/libtensorflow_cc.so.1,usr/lib/libtensorflow_framework.so.1

来完成系统更新。 https://www.archlinuxcn.org/tensorflow1140-5-update-requires-manual-intervention/

libbloom>=1.6-2 更新需要手动干预 libbloom 包在 1.6-2 之前的版本缺少了一个动态库的链接。这个问题已经在 1.6-2 中修复, 所以更新过程需要覆盖掉 ldconfig 创建出的未被跟踪的链接文件。如果你在更新时遇到这样的报错:
libbloom: /usr/lib/libbloom.so.1 exists in filesystem
请通过:
pacman -Suy --overwrite usr/lib/libbloom.so.1
来完成更新 https://www.archlinuxcn.org/libbloom16-2-update-requires-manual-intervention/

setting the iwlwifi module option swcrypto=1 seems to avoid the problem. https://t.me/archlinuxcn_offtopic/1417603

Intel AC 9xxx wifi 用户请注意, 新版 linux-firmware 20190628.70e4394-1 可能导致 wifi 无法工作,[1] 报告中受影响的 Intel AC 包括 9260 9560 等网卡。遇到问题请降级 linux-firmware 到 20190618.acb56f2-1 ,并等待修复。 [1] https://bugs.archlinux.org/task/63117

mariadb 10.4.x 更新需要手动干预 遵从上游的建议, mariadb 更新到 10.4.6-1 或者之后的版本需要改变配置文件的布局。 主配置文件的位置从 /etc/mysql/my.cnf (以及它的引入文件夹 /etc/mysql/my.cnf.d/ )移动到了 /etc/my.cnf (相应的 /etc/my.cnf.d/ )。请确保迁移您的配置。 逐实例的服务(像 mariadb@foo.service 这种)不再用单独的文件配置(像 /etc/mysql/myfoo.cnf 这种),而是移动到了主配置文件中的带群组后缀的配置块里面,每个服务一个带后缀的配置块。一个配置块看起来类似这样:
[mysqld.foo]
datadir = /var/lib/mysql-foo
socket = /run/mysqld/mysqld-foo.sock

和之前几次 mariadb 功能性升级一样的是,这一次也需要升级 data 文件夹。在修改好配置文件之后请运行以下命令进行升级: systemctl restart mariadb.service && mariadb-upgrade -u root -p https://www.archlinux.org/news/mariadb-104x-update-requires-manual-intervention/

大部分镜像(包括 archlinux 及 archlinuxcn)已经恢复正常同步。

#warning 由于系统重置,以及数据盘初始化,我们将暂停服务一个月。全站将重定向到USTC。对您造成的不便我们深表歉意。

新版 1.7.10-1 和 1.7.10-3 还是有点问题,请升级到 1.7.10-5 (testing 用户是 1.7.10-6)

更新到 community/telegram-desktop 1.7.9-3 (testing 用户是 community-testing/telegram-desktop 1.7.9-4 )将修复此问题

telegram-desktop (使用 gcc 9.1.0-1 编译)的一些版本可能导致无法打开,具体有故障的版本是 1.7.7-3 和 1.7.9-1 ,请尝试回退到 1.7.7-2 , 1.7.7-4 或等待 1.7.9-2 (与 gcc 9.1.0-2 一同)从 community-testing 移动到 community 。相关 bug https://bugs.archlinux.org/task/62953 和 gcc bug https://bugs.archlinux.org/task/62977

USTC 镜像遇到一些问题,目前已经暂停同步。请需要更新的用户切换到其他镜像。

testing 中的 mesa 19.0.6-1 及相关包已修复该问题。