From bac9cb4a6e80e72a5332477f8e077e2e473747df Mon Sep 17 00:00:00 2001 From: dongdigua Date: Sun, 24 Mar 2024 20:57:42 +0800 Subject: [PATCH] new post lts: arch_syyu; posts.md cleanup --- index.html | 2 +- org/about.org | 1 + org/arch_syyu.org | 34 ++++++++++++++++++++++++++++++++++ posts.md | 20 +++++--------------- 4 files changed, 41 insertions(+), 16 deletions(-) create mode 100644 org/arch_syyu.org diff --git a/index.html b/index.html index c1b8337..0fe8272 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ -->
-(let ((blog "posts/")
+(let ((blog "地瓜先生集")
       (collections "MagicalIndex")
       (rss "feed.xml")
       (mai1 "dongdigua砹outlook碘com")
diff --git a/org/about.org b/org/about.org
index aa44ddd..b0c7ea9 100644
--- a/org/about.org
+++ b/org/about.org
@@ -7,3 +7,4 @@
 - Minecraft JE 技术生存 (MC 正统在 JE!)
 - 骑公路车的
 - Elixir > Rust > Python
+- 不是很喜欢扁平化设计
diff --git a/org/arch_syyu.org b/org/arch_syyu.org
new file mode 100644
index 0000000..6fca40c
--- /dev/null
+++ b/org/arch_syyu.org
@@ -0,0 +1,34 @@
+#+TITLE: Arch 滚挂二三事
+#+DATE: <2024-03-24 日>
+#+OPTIONS: \n:t
+
+今儿早 Arch 滚挂了,遂打算开一个长期更新主题,记录计算机维修艺术。
+
+* 2024-03-24
+一周没滚 Arch,早上八点多一滚,挂了!首先是更新时报错:
+#+BEGIN_EXAMPLE
+[2024-03-24T08:30:37+0800] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
+[2024-03-24T08:30:37+0800] [ALPM-SCRIPTLET] /usr/bin/gdk-pixbuf-query-loaders: /usr/lib/libmount.so.1: version `MOUNT_2_40' not found (required by /usr/lib/libgio-2.0.so.0)
+[2024-03-24T08:30:37+0800] [ALPM] running 'gio-querymodules.hook'...
+[2024-03-24T08:30:37+0800] [ALPM] running 'glib-compile-schemas.hook'...
+[2024-03-24T08:30:37+0800] [ALPM-SCRIPTLET] /usr/bin/glib-compile-schemas: /usr/lib/libmount.so.1: version `MOUNT_2_40' not found (required by /usr/lib/libgio-2.0.so.0)
+[2024-03-24T08:30:37+0800] [ALPM] running 'gtk-update-icon-cache.hook'...
+[2024-03-24T08:30:37+0800] [ALPM-SCRIPTLET] gtk-update-icon-cache: /usr/lib/libmount.so.1: version `MOUNT_2_40' not found (required by /usr/lib/libgio-2.0.so.0)
+#+END_EXAMPLE
+然后一堆程序报错:
+#+BEGIN_EXAMPLE
+/usr/lib/libmount.so.1: version `MOUNT_2_40' not found (required by /usr/lib/libgio-2.0.so.0)
+#+END_EXAMPLE
+重启直接进不去桌面了,也连不上网了(NetworkManager)。
+我手里的 Arch 镜像还因为太老被我从 Ventoy 删掉了(没错,作为 Arch 用户这很尴尬),
+我就启动原来的 Fedora 系统下了个最新的 =util-linux-libs= 包替换掉老的 =libmount.so= (这个操作不要学,有危险,可以直接安装本地包),能联网了,再更新一遍。
+但 gdm 进去白屏 =:(= 脸,nautilus 也不能启动,log 都指向了 gsettings schema,
+所以就重装任意一个 gnome 程序(比如 nautilus),pacman 就会运行相应的 hook。
+
+这次滚挂的原因我猜可能国内源同步的时候 =glib2= 已经更新了,但 =util-linux-libs= 还没,然后恰好被我赶上了……
+#+BEGIN_EXAMPLE
+util-linux-libs 2.40rc2-1 Last Updated: 	2024-03-23 23:34 UTC
+glib2 2.80.0-2            Last Updated: 	2024-03-23 22:55 UTC
+#+END_EXAMPLE
+
+
diff --git a/posts.md b/posts.md
index 3673d9a..c774d5f 100644
--- a/posts.md
+++ b/posts.md
@@ -3,9 +3,7 @@
 - [2024-02-29 : Wayland 下在 Minecraft (1.12) 里输入中文](minecraft_im)
- [2024-02-14 : 智能闹钟不如随身听不如派](alarm_clock)
- [2023-12-29 : 消失的 emacs dunnet 教程](dunnet)
- + - [2023-07-25 : Run a Lua Demo](lua_demo)
- [2023-07-10 : 在 NanoPi R2S 上运行 FreeBSD](nanopi_freebsd)
- [2023-06-08 : Org: Disable Gnus Loading when Org is Loaded](gmi/org_load_gnus_disable.gmi.txt)
@@ -20,35 +18,27 @@ - [2023-01-02 : 2023 了, 试试 emacs 29](emacs29_2023)
- [2022-12-19 : Fix TTY after Fedora 37 Upgrade](fix_tty)
- [2022-12-02 : 狗日的腾讯会议](damn_tencent_meeting)
-上网课有感而发 - [2022-11-20 : New Blog Architecture](new_blog_arch)
-mess -> branch -> CI - [2022-11-13 : 记一次帮老师修U盘](recover_udisk)
- [2022-11-04 : Clear Kernel Compile Error? Fix It](clear_kernel_compile_fix)
- [2022-10-29 : Gentoo LLVM\_TARGETS not Working?](gentoo_llvm_targets)
-- [2022-09-29 : CentOS/Fedora 不同的配置默认都安装了什么软件](anaconda_kickstarts)
-for [COSSIG](https://www.cossig.org) +- [2022-09-29 : CentOS/Fedora 不同的配置默认都安装了什么软件 (cossig.org)](anaconda_kickstarts)
- [2022-09-11 : moonboos, 懂的都懂](moonboos)
- [2022-08-17 : MGLNDD scans](weird_mglndd)
- [2022-07-08 : My gnome config](my_gnome_config)
- [2022-07-06 : 我对 SciCraft 更新1.19的看法](gmi/scicraft_update.gmi.txt)
- [2022-06-27 : 推荐 everforest 主题](recommend_everforest_theme)
-any kind of contribution is welcome -- [2022-06-18 : 我对显示 IP 属地的看法](bili_ip)
+ --- ### Long Term Update +- [Arch 滚挂二三事](arch_syyu)
- [study4fun archives](study4fun)
-- [Gopher/Gemini reactions](gmi/re.gmi.txt)
- [Gopher/Gemini collections, a quiet web](gmi/collections.gmi.txt)
-- [Random Ideas](ideas)
-画大饼 - [Play with Swaywm and Nixos (solutions)](wayland)
-if you have some problem with sway, you can probably find solution here - [(Editor) Cheatsheet](cheatsheet)
-- [Internet Collections](internet_collections)
-博客, YouTube 等收集 +- [Internet Collections (博客, YouTube 等收集)](internet_collections)
---