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

推荐订阅源

D
DataBreaches.Net
J
Java Code Geeks
有赞技术团队
有赞技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
Apple Machine Learning Research
Apple Machine Learning Research
量子位
D
Docker
V
Visual Studio Blog
博客园 - 司徒正美
Martin Fowler
Martin Fowler
人人都是产品经理
人人都是产品经理
WordPress大学
WordPress大学
U
Unit 42
M
MIT News - Artificial intelligence
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
V
V2EX
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
Vercel News
Vercel News
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) - zoneminder
2026-05-31 · via AUR Newest Packages

Nocifer commented on 2026-05-31 13:52 (UTC)

Indeed it's not new, I checked the wiki and it's already mentioned there as well, so I don't think it's something that even warrants an extra note during installation. Why it appeared on the 1.38.2 changelog is a mystery to me though :)

ilsensine commented on 2026-05-30 18:48 (UTC)

It's not new. It has been always needed, from the first time I installed zoneminder. A quick look at journalctl pointed me to the permission issue, and I didn't think it was a "bug", but normal system administration. So, an installation notice it's enough IMHO. The fact that nobody complained here suggests that it is not a real issue.

Nocifer commented on 2026-05-30 11:47 (UTC)

Yep, that's what I had in mind as well, add a note about it in the install notes.

But just to verify, this is a new behavior of/requirement for 1.38.2, right? USB devices used to Just Work™ with Zoneminder 1.38.1 and older?

ilsensine commented on 2026-05-27 17:03 (UTC)

Yes Nocifer, I had to add http to the "video" group in order to open /dev/video* devices. But in my opinion a notice during the installation is enough -- it's up to the user then to add 'http' to 'video' if he needs to.

Nocifer commented on 2026-05-27 07:06 (UTC) (edited on 2026-05-31 13:56 (UTC) by Nocifer)

NOTE: The changelog for 1.38.2 contains the following tidbit:

www-data video group - Debian/Ubuntu postinst adds www-data to video and dialout groups so zmc can open /dev/video* on fresh installs (refs #4642)

It's possible that a similar tweak may be required on Arch Linux as well, i.e. add the http user to the video group. Unfortunately I don't have the means to test for this, so I'd appreciate it if someone can verify it and notify me about it.

Nocifer commented on 2026-05-14 06:45 (UTC) (edited on 2026-05-14 06:45 (UTC) by Nocifer)

@light9876 If you must do it by hand, then I'm guessing you're not using an AUR helper (like yay, paru, etc)?

Unfortunately that's the nature of the AUR: any and all packages, along with their dependencies, must be built from source (unless they're closed-source and distributed as binaries only). AUR helpers can help with that by largely automating the process, and in this case the Perl dependencies rarely if ever get any updates, so it should mostly be a "build them once, use them for a long time" scenario - perhaps, if you're not already doing so, you should be keeping the built dependencies around to be used for future rebuilds of Zoneminder instead of deleting them?

light9876 commented on 2026-05-13 13:04 (UTC) (edited on 2026-05-13 13:05 (UTC) by light9876)

Such a long list of dependencies required, all need to be installed by hand. It would be nice if the installation script could do it automatically. So far I have to do:

git clone https://aur.archlinux.org/perl-net-sftp-foreign.git
git clone https://aur.archlinux.org/perl-php-serialization.git
git clone https://aur.archlinux.org/perl-sys-cpu.git
git clone https://aur.archlinux.org/perl-sys-mmap.git
git clone https://aur.archlinux.org/perl-uri-encode.git
git clone https://aur.archlinux.org/perl-io-interface.git
git clone https://aur.archlinux.org/perl-io-socket-multicast.git
git clone https://aur.archlinux.org/perl-soap-wsdl.git
git clone https://aur.archlinux.org/perl-crypt-eksblowfish.git
git clone https://aur.archlinux.org/perl-data-entropy.git
git clone https://aur.archlinux.org/perl-class-mix.git

And build each one. And this list isn't finished!

Isn't it possible to move this package out of AUR into the main repositories?

boogschutter commented on 2026-03-05 12:25 (UTC)

Question: Quote: "/etc/nginx/nginx.conf and add the following line at the end of the http block: "...

Should the end of nginx.conf look like this, with the line inside the http block? As I read it, yes. But if I'm wrong, do correct me while I try to get the web interface started...

CODE:
# root html;
# index index.html index.htm;
# }
#}
include sites-enabled/*.conf;
}

Thanks!! :)

boogschutter commented on 2026-03-05 07:13 (UTC) (edited on 2026-03-05 11:08 (UTC) by boogschutter)