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

推荐订阅源

J
Java Code Geeks
G
Google Developers Blog
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
博客园 - 聂微东
V
Visual Studio Blog
博客园_首页
D
DataBreaches.Net
腾讯CDC
I
InfoQ
F
Fortinet All Blogs
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
云风的 BLOG
云风的 BLOG
月光博客
月光博客
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
C
Check Point 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.