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

推荐订阅源

C
Check Point Blog
IT之家
IT之家
V
Visual Studio Blog
The Cloudflare Blog
博客园 - 司徒正美
Jina AI
Jina AI
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
S
SegmentFault 最新的问题
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
博客园 - Franky
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

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) - proxmox-backup-client-bin
2026-06-24 · via AUR Newest Packages

Latest Comments

danya02 commented on 2025-06-11 19:03 (UTC)

JamesArchibald,

why they would have dropped thepbs-no-subscriptionfrom the path

They probably didn't. I recently came back to updating this package and noticed that there's actually a root-level pbs-client repo, so I went ahead and changed the URL to point there (since that package might have differences that make it more compatible or something), but when changing the URL I only updated one part of it and not the other.

JamesArchibald commented on 2025-06-11 19:01 (UTC)

That did the trick, thank you! I was just weary as to why they would have dropped the pbs-no-subscription from the path and if both the binaries are the same, but I guess time will tell.

ps. Thanks for maintaining this, appreciate it!

danya02 commented on 2025-06-11 18:52 (UTC)

JamesArchibald, think I fixed it with 8ebb01e. Can you try again?

JamesArchibald commented on 2025-06-11 18:42 (UTC)

danya02 commented on 2025-06-01 03:18 (UTC)

Thanks Behem0th for the hint. I pushed a new commit applying your patch.

Behem0th commented on 2025-05-31 11:23 (UTC)

On the latest updated Arch PBC crashes with this error:

proxmox-backup-client: error while loading shared libraries: libfuse3.so.3: cannot open shared object file: No such file or directory
root-> ls -l /usr/lib/libfuse3*
lrwxrwxrwx 1 root root   13 мар 25 08:53 /usr/lib/libfuse3.so -> libfuse3.so.4
-rwxr-xr-x 1 root root 255K мар 25 08:53 /usr/lib/libfuse3.so.3.17.1
lrwxrwxrwx 1 root root   18 мар 25 08:53 /usr/lib/libfuse3.so.4 -> libfuse3.so.3.17.1

For solve this issue i know 2 way

1`st Create link

ln -s usr/lib/libfuse3.so usr/lib/libfuse3.so.3

2`nd Patch elf

patchelf --replace-needed libfuse3.so.3 libfuse3.so /usr/bin/proxmox-backup-client

danya02 commented on 2024-06-26 11:47 (UTC)

This is my first AUR package, so there might be errors. Feel free to point them out so I can fix them!