anonfunc
anonfunc renamed repository from rtt-ping-polybar to anonfunc/rtt-polybar-waybar 2023-11-15 20:39:45 +01:00
anonfunc pushed to main at anonfunc/rtt-polybar-waybar 2023-11-15 20:38:31 +01:00
d846e021ac fix max packetloss being over 100%
anonfunc pushed to main at anonfunc/rtt-polybar-waybar 2023-11-15 20:34:04 +01:00
102842d807 make colors customizable
anonfunc pushed to main at anonfunc/rtt-polybar-waybar 2023-11-15 20:26:36 +01:00
ebc4d0104a increase default amount of averaged pings
anonfunc transferred repository vikingowl/rtt-ping-polybar to anonfunc/rtt-polybar-waybar 2023-11-15 20:23:58 +01:00
anonfunc pushed to main at anonfunc/rtt-polybar-waybar 2023-11-15 20:20:25 +01:00
4a1cad6054 remove idea folder
anonfunc pushed to main at anonfunc/rtt-polybar-waybar 2023-11-15 20:19:18 +01:00
67b0636faa updated gitignore
anonfunc pushed to main at anonfunc/rtt-polybar-waybar 2023-11-15 20:18:47 +01:00
f5143c56a9 made ping continuous to make response quicker
anonfunc pushed to master at anonfunc/aur-packages 2023-11-13 23:02:05 +01:00
66aa43d2d0 upgpkg: adguardhome 1:0.107.41-1
anonfunc commented on issue ALHP/ALHP.GO#219 2023-11-10 15:50:16 +01:00
zless command not found after switching to ALHP

That is weird. Not sure why gzip would be compiling successfully without zless. I'll requeue it as first step, lets see if zless is included this time. If not I have to dig a little further.

anonfunc commented on issue ALHP/ALHP.GO#18 2023-11-06 18:32:23 +01:00
Provide x86-64-v4

Sadly not, because a lot of packages have different compile stages that depend on a previously build binary. Another big chunk of packages would fail in testing, which is necessary sine Arch does…

anonfunc commented on issue ALHP/ALHP.GO#18 2023-11-06 17:19:50 +01:00
Provide x86-64-v4

I have news on this one. I can probably get my hands on an AM5 cpu for my home server in the next couple of months. Its not guaranteed yet, but it looks promising for now.

I'll keep this issue…

anonfunc commented on issue ALHP/ALHP.GO#197 2023-11-06 16:40:38 +01:00
Firefox/Thunderbird build failing with RUSTFLAGS takes 1 value

This is fixed with #217. Except the new firefox builds within the next couple of hours.

anonfunc closed issue ALHP/ALHP.GO#197 2023-11-06 16:40:38 +01:00
Firefox/Thunderbird build failing with RUSTFLAGS takes 1 value
anonfunc commented on pull request ALHP/ALHP.GO#217 2023-11-06 16:09:03 +01:00
Fix firefox failing build

I ran into a similar issue, and the problem was an insufficient amount of RAM. I have 32GB of RAM, and had to add lots of swap space, because an LTO build of firefox used 73GB of RAM at its…

anonfunc commented on issue ALHP/ALHP.GO#218 2023-11-06 00:33:25 +01:00
Crashes pacman on full system upgrade from existing core/extra/multilib install

I removed libaccounts-qt-1.16-3.1. Should be rebuild with the next cycle. Can you try syncing after 3.1 is gone from the repo? (should be momentarily, as soon as the mirrors sync up)

anonfunc commented on issue ALHP/ALHP.GO#218 2023-11-05 15:06:59 +01:00
Crashes pacman on full system upgrade from existing core/extra/multilib install

strcmp in _alpm_sync_prepare seems to segfault. As far as I know that only happens if one of its args is not initialized.

https://gitlab.archlinux.org/pacman/pacman/-/blob/0108e2c64ebb46a9f4…

anonfunc commented on issue ALHP/ALHP.GO#218 2023-11-05 11:28:17 +01:00
Crashes pacman on full system upgrade from existing core/extra/multilib install

Can you try getting the coredump via coredumpctl?

anonfunc commented on issue ALHP/ALHP.GO#197 2023-11-01 13:18:01 +01:00
Firefox/Thunderbird build failing with RUSTFLAGS takes 1 value

Possible fix #217