





















Hi, @Dominiquini Thank you for checking this. I was able to install netwatch-tui without problem, and even diskwatch and syswatch installed without problem (they have had the same problem, but I didn't report it).
@Derson5: I found the problem! crates.io was blocking requests from unknown user-agents. I must have changed this on my machine globally some time ago that I forget. This should be fixed now!
I believe you. But nor paru, nor yay, could install 0.22.0 version, nor 0.23.0. Previous netwatch version installed without problem for many weeks. Funny enough, if I copy this url to my browser https://crates.io/api/v1/crates/netwatch-tui/0.23.0/download I can download netwatch-tui-0.23.0.crate. I don't know what is wrong, but I switched to -bin version for now. Thank you for fast respond.
@Derson5: It's working here! It seems there's some problem with your internet connection that's preventing the package from downloading...
I can't build
==> Making package: netwatch-tui 0.22.0-1 (Thu 28 May 2026 01:15:41 CEST)
==> Retrieving sources...
-> Downloading netwatch-0.22.0.crate...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 0
curl: (22) The requested URL returned error: 403
==> ERROR: Failure while downloading https://crates.io/api/v1/crates/netwatch-tui/0.22.0/download
Aborting...
error: failed to download sources for 'netwatch-tui-0.22.0-1':
checking dependencies...
Package (1) Old Version Net Change
nasm 3.01-1 -5.26 MiB
Total Removed Size: 5.26 MiB
:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
(1/1) removing nasm [###########################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Refreshing PackageKit...
error: packages failed to build: netwatch-tui-0.22.0-1
Add traceroute to dependencies or optional dependencies. And I think we can CAP_NET_RAW in the PKGBUILD
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@Derson5: Yes, when I discover the problem, I fix every package I maintain that download directly from crates.io. Thanks for the report!