Skip to content

Commit

Permalink
new post lts: arch_syyu; posts.md cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dongdigua committed Mar 24, 2024
1 parent 47ee007 commit bac9cb4
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 16 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
-->
<div class="home">
<pre>
(<font color=#e67e80>let</font> ((blog <strong>"<a href=https://dongdigua.github.io/posts>posts/</a>"</strong>)
(<font color=#e67e80>let</font> ((blog <strong>"<a href=https://dongdigua.github.io/posts>地瓜先生集</a>"</strong>)
(collections "<a href=https://dongdigua.github.io/internet_collections>MagicalIndex</a>")
(rss "<a href=https://dongdigua.github.io/feed.xml>feed.xml</a>")
(mai1 "<a>dongdigua砹outlook碘com</a>")
Expand Down
1 change: 1 addition & 0 deletions org/about.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
- Minecraft JE 技术生存 (MC 正统在 JE!)
- 骑公路车的
- Elixir > Rust > Python
- 不是很喜欢扁平化设计
34 changes: 34 additions & 0 deletions org/arch_syyu.org
Original file line number Diff line number Diff line change
@@ -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


20 changes: 5 additions & 15 deletions posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
- [2024-02-29 : Wayland 下在 Minecraft (1.12) 里输入中文](minecraft_im)<br>
- [2024-02-14 : 智能闹钟不如随身听不如派](alarm_clock)<br>
- [2023-12-29 : 消失的 emacs dunnet 教程](dunnet)<br>
<!--
- [2023-08-11 : MC 知识体系构建的思考](tmc_archive)<br>
-->
<!-- - [2023-08-11 : MC 知识体系构建的思考](tmc_archive)<br> -->
- [2023-07-25 : Run a Lua Demo](lua_demo)<br>
- [2023-07-10 : 在 NanoPi R2S 上运行 FreeBSD](nanopi_freebsd)<br>
- [2023-06-08 : Org: Disable Gnus Loading when Org is Loaded](gmi/org_load_gnus_disable.gmi.txt)<br>
Expand All @@ -20,35 +18,27 @@
- [2023-01-02 : 2023 了, 试试 emacs 29](emacs29_2023)<br>
- [2022-12-19 : Fix TTY after Fedora 37 Upgrade](fix_tty)<br>
- [2022-12-02 : 狗日的腾讯会议](damn_tencent_meeting)<br>
上网课有感而发
- [2022-11-20 : New Blog Architecture](new_blog_arch)<br>
mess -> branch -> CI
- [2022-11-13 : 记一次帮老师修U盘](recover_udisk)<br>
- [2022-11-04 : Clear Kernel Compile Error? Fix It](clear_kernel_compile_fix)<br>
- [2022-10-29 : Gentoo LLVM\_TARGETS not Working?](gentoo_llvm_targets)<br>
- [2022-09-29 : CentOS/Fedora 不同的配置默认都安装了什么软件](anaconda_kickstarts)<br>
for [COSSIG](https://www.cossig.org)
- [2022-09-29 : CentOS/Fedora 不同的配置默认都安装了什么软件 (cossig.org)](anaconda_kickstarts)<br>
- [2022-09-11 : moonboos, 懂的都懂](moonboos)<br>
- [2022-08-17 : MGLNDD scans](weird_mglndd)<br>
- [2022-07-08 : My gnome config](my_gnome_config)<br>
- [2022-07-06 : 我对 SciCraft 更新1.19的看法](gmi/scicraft_update.gmi.txt)<br>
- [2022-06-27 : 推荐 everforest 主题](recommend_everforest_theme)<br>
any kind of contribution is welcome
- [2022-06-18 : 我对显示 IP 属地的看法](bili_ip)<br>
<!-- - [2022-06-18 : 我对显示 IP 属地的看法](bili_ip)<br> -->

---

### Long Term Update
- [Arch 滚挂二三事](arch_syyu)<br>
- [study4fun archives](study4fun)<br>
- [Gopher/Gemini reactions](gmi/re.gmi.txt)<br>
- [Gopher/Gemini collections, a quiet web](gmi/collections.gmi.txt)<br>
- [Random Ideas](ideas)<br>
画大饼
- [Play with Swaywm and Nixos (solutions)](wayland)<br>
if you have some problem with sway, you can probably find solution here
- [(Editor) Cheatsheet](cheatsheet)<br>
- [Internet Collections](internet_collections)<br>
博客, YouTube 等收集
- [Internet Collections (博客, YouTube 等收集)](internet_collections)<br>

---

Expand Down

0 comments on commit bac9cb4

Please sign in to comment.