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

推荐订阅源

D
Docker
Simon Willison's Weblog
Simon Willison's Weblog
H
Help Net Security
F
Fortinet All Blogs
H
Heimdal Security Blog
S
Schneier on Security
L
LangChain Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
NISL@THU
NISL@THU
P
Palo Alto Networks Blog
J
Java Code Geeks
博客园 - 【当耐特】
The Last Watchdog
The Last Watchdog
W
WeLiveSecurity
www.infosecurity-magazine.com
www.infosecurity-magazine.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Vulnerabilities – Threatpost
I
InfoQ
Recorded Future
Recorded Future
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
CERT Recently Published Vulnerability Notes
T
Tenable Blog
腾讯CDC
C
Check Point Blog
量子位
M
MIT News - Artificial intelligence
GbyAI
GbyAI
罗磊的独立博客
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
B
Blog
小众软件
小众软件
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
CXSECURITY Database RSS Feed - CXSecurity.com
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
P
Privacy & Cybersecurity Law Blog
V2EX - 技术
V2EX - 技术
T
Threatpost
Engineering at Meta
Engineering at Meta
Attack and Defense Labs
Attack and Defense Labs
T
Tailwind CSS Blog
S
Securelist
The Cloudflare Blog
博客园 - 叶小钗
L
LINUX DO - 最新话题
T
Troy Hunt's Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
爱范儿
爱范儿

AUR Newest Packages

AUR (en) - xcute AUR (en) - wallrift AUR (en) - smolvm-git AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - chess-cat-git AUR (en) - uac-launch-control-bin AUR (en) - openclaw AUR (en) - keyviz-zh-bin AUR (en) - runex-bin AUR (en) - sing-box-ref1nd-beta-bin AUR (en) - netscan-tui AUR (en) - koharu-appimage AUR (en) - pulsedb AUR (en) - android-cli AUR (en) - rudo-bin AUR (en) - marmalade-bin AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - mautrix-telegram-bin AUR (en) - ketesa AUR (en) - clawd-on-desk-bin AUR (en) - rebased-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - reflection AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - pentest-ghostwriter AUR (en) - papagaia AUR (en) - outport-bin AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - libspatialaudio-git AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-git AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - tasks-bin AUR (en) - ruri-git AUR (en) - gitmun-bin AUR (en) - python-cozempic AUR (en) - paintfe-bin AUR (en) - paintfe AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - dota2-minify-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - excalidraw-desktop-bin AUR (en) - binaryobjectscanner-bin AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - brave-origin-beta-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - yaak-cli AUR (en) - yaak-cli-bin AUR (en) - deez-notes-bin AUR (en) - goosestation-libretro AUR (en) - whispers-cuda-bin AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - whispers-bin AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - agentop-bin AUR (en) - cosmic-ext-connected-git AUR (en) - skwd-daemon AUR (en) - ter-music-cn AUR (en) - elio-bin AUR (en) - keyboard-chattering-fix-git AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - sharey AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - twig-bin AUR (en) - ascendara-bin
AUR (en) - audirvana-studio
2026-06-12 · via AUR Newest Packages

Unfortunately, systemctl --user enable --now avahi-daemon results in "Failed to enable unit: Unit avahi-daemon.service does not exist".

When trying to start the latest version (3.2.0-2) I get the following message:

Failed to start audirvanaStudio.service: Unit avahi-daemon.service not found.

But avahi-daemon.service is up and running. Is this because Audirvana is running on the user bus and avahi on the system bus? What is the best way to resolve this?

Just wanted to say thank you for the update. Very nice of you to do this so promptly.

Fix for missing libxml2.so.2 and Audirvana Remote connectivity

If Audirvana Studio fails to start with:

error while loading shared libraries: libxml2.so.2: cannot open shared object file

the issue is that some recent distro builds ship libxml2 with soname libxml2.so.16, while Audirvana expects libxml2.so.2.

Installing the legacy compatibility package resolves it:

sudo pacman -S libxml2-legacy

After installing, verify:

ldconfig -p | grep libxml2.so.2

Then start the user service:

systemctl --user start audirvanaStudio

or enable autostart at login:

systemctl --user enable audirvanaStudio

Audirvana Remote connectivity note

Audirvana uses a dynamic TCP port for the Remote server. Example log line:

RemoteServer: Server started and advertised on port 39033

If using a firewall such as ufw, the phone may discover the server via mDNS but fail to connect unless the dynamic port is allowed.

Minimal LAN-only rule:

sudo ufw allow from 192.168.0.0/16 to any port 1024:65535 proto tcp
sudo ufw allow 5353/udp
sudo ufw reload

(Restrict to your LAN subnet if desired.)

This avoids having to update firewall rules every time Audirvana restarts and selects a new Remote port.


Note: I passed my troubleshooting steps into ChatGPT, requesting that ChatGPT address grammar, syntax, and technical inaccuracies, and output in markdown syntax.

Thank you so much for building this

Have it working on both Arch installations now. :-)

I finally got a good error message in the non-working installation (don't know why it hadn't appeared before) that Audirvana needed an older version of icu. However, I couldn't downgrade because libxml2 depended on the newer version. Removed libxml2.so.2 and installed libxml2-legacy, and now everything is fine.

Well it seems I have the “(code=exited, status=127)” error again, though strangely on only one of my two Arch installations - only on the minimal installation without GUI. Would you have any idea of what I may have done (or not done) to cause the error this time?

Please be sure that you have read the Pinned comment (Eula)

~/.config/audirvana/audirvana-studio.ini must be owned by your user otherwise Audirvana cannot write to it.

-rw-r--r-- 1 your_user your_user 2385 3 nov 17.19 audirvana-studio.ini

Check log with

sudo journalctl -u audirvanaStudio.service -f