惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
博客园 - Franky
IT之家
IT之家
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
腾讯CDC
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
博客园_首页
G
Google Developers Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - limine-snapper-sync
2026-06-05 · via AUR Newest Packages

limine-snapper-watcher won't clean up the pacman lock file if DBPath in /etc/pacman.conf is not the default. From /usr/bin/limine-snapper-watcher:

### Remove pacman lock after restore for Arch Linux & Arch based distros
remove_pacman_lock() {
    if [[ -f /var/lib/pacman/db.lck ]]; then
        if ! pgrep -x pacman &>/dev/null; then
            rm /var/lib/pacman/db.lck
        fi
    fi
}

@Zesko Thank you for clarification! I thought the file inside EFI should not be deleted. Everything works perfectly fine as before now.

@ghorshy

Please do not copy /boot/limine.conf to /boot/EFI/limine/limine.conf. This location has the highest priority and should not be managed by automation. But it is intended only for users or developers who want full control and wish to override automated configurations.

If you want to use automated configuration, remove any other conflicting Limine config files. Keep only the default /boot/limine.conf, which is managed by automated processes and is the easiest for most users to find. Do not hide config files in deep directories.