Re: [arch-general] Rollback to specific date works fine -- but really slow download

2022-05-13 Thread mpan via arch-general
I just wanted to confirm that the 300-500KiB I was getting in download was normal or if I had missed something on the wiki page. Even if slow, the archive is invaluable for circumstances just like this, and I can understand why limiting the download may help create a balance for the use of the arc

Re: [arch-general] Rollback to specific date works fine -- but really slow download

2022-05-13 Thread mpan via arch-general
The rollback worked flawlessly, but is there anything that can be done to help the download rate? Due to the ICU 7.0->7.1 update, there were 368 packages in 1.3GiB to download. At 300->500KiB it took forever. Did you use ArchLinux Archive? It’s meant for solving crisis situations, not for ev

Re: [arch-general] Whom to report a possible bug with Flyspray, powering bugs.archlinux.org?

2022-02-24 Thread mpan via arch-general
I have a problem with bugs.archlinux.org. I think there is a bug with the software powering the site. I tried to search how to report, and failed. It is tricky to choose the right search expression. Should I report to bugs.flyspary.org? I am not related to bugs.archlinux.org adminstrators. I could

Re: [arch-general] pacman caches packages with u=rw, g=, o= permissions

2022-01-19 Thread mpan via arch-general
According to https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported pacman -Sywu is not safe. But pacman -Syu is safe. Quoting the wiki, the rational is that pacman -Sywu will update the pacman sync database without installing the newer packages. What I fail to s

Re: [arch-general] pacman caches packages with u=rw, g=, o= permissions

2022-01-18 Thread mpan via arch-general
Right to the point. A systemd timer script had a too strict Umask setting. Are you invoking pacman in an unattended manner in a systemd timer? If yes, you probably have another problem. I suppose you mean calling `pacman -Sywu`. That puts your system into a potential partial upgrade scenario

Re: [arch-general] pacman caches packages with u=rw, g=, o= permissions

2022-01-18 Thread mpan via arch-general
Lately, possibly starting at mid December, files in /var/cache/pacman/pkg/ are kept with mode u=rw,g=,o= . Am I the only one having it? Not observed here: - $ find /var/cache/pacman/pkg/ -iname '*.tar.zst' -exec stat -c '%a' {} + | sort -u 644 - Check what `umask` prints before in

Re: [arch-general] Why is README stripped from gawk package?

2022-01-08 Thread mpan via arch-general
Just a question of why the README is stripped from the gawk package. It seems that should be placed in /usr/share/doc/gawk, but that directory doesn't even exist. It holds the developer information and instead of having that information as part of the package, I ended up stumbling around gnu.or

Re: [arch-general] Is it possible to download only one single update from community-testing?

2021-09-03 Thread mpan via arch-general
manually download package from mirror, install with pacman -U filename.pkg.tar.zst You may -U a URL directly: $ sudo pacman -U 'https://archlinux.org/packages/community-testing/x86_64/PKGNAME/download' OpenPGP_signature Description: OpenPGP digital signature

Re: [arch-general] when keys aren't updated

2021-06-22 Thread mpan via arch-general
Pacman could do with a feature to bypass authors packages and keys so those don't disrupt updates. That would mean installing packages that are not bearing valid signature. If you don’t want package signing, simply disable signature checking altogether in your pacman configuration. Accepting a

Re: [arch-general] udev rules 2 times exec script

2021-06-12 Thread mpan via arch-general
If the command shares any resources, and name “autobackup” suggests it does, it should include some mechanism that prevents concurrent execution if another instance is already running. Otherwise, even if a single match happens, multiple instances of the script may be executed. For USB devices

Re: [arch-general] USB Access of Nikon D3500 DSLR

2021-06-07 Thread mpan via arch-general
Thank you friends for your trying to help. But none of the suggestions worked. In fact I had already tried those before writing to the mailing list. Finally one of my friends (not in mailing list) suggested me to install 'shotwell' ( https://archlinux.org/packages/community/x86_64/shotwell/), and

Re: [arch-general] USB Access of Nikon D3500 DSLR

2021-06-05 Thread mpan via arch-general
Can you please help me? The filesystem is not showing anything, like it does with a thumb-drive or music-player. Do I to install some packages? You may need gvfs-gphoto2 for the file manager to see it. Photo cameras are usually offering PTP (Picture Transfer Protocol) or its extension MTP (

Re: [arch-general] How to say Arch

2021-05-15 Thread mpan via arch-general
(https://www.youtube.com/watch?v=nLdexZlVkAY) that goes to sing how to pronounce SUSE. Now, as Arch faces the same issue (being Ark Linux vs Arch linux), I was wondering if we could get some momentum towards building such content. :) The topic pops up regularly on IRC. The proper pronunciation o

Re: [arch-general] package validation failed

2021-04-18 Thread mpan via arch-general
When you have this situation, what can be done to remove the build files from your machine that failed to build? This happened here with the yabasic tonight. Pass the `--cleanbuild` option to `makepkg`: it will remove $srcdir before building the package. OpenPGP_signature Description: Open

Re: [arch-general] RFC: Use x86_64-v2 architecture

2021-03-13 Thread mpan via arch-general
I am going to benchmark the performance difference between the various x86 uarch levels. I will be using Phoronix Test Suite, which has some support for performing compiler and compile flag benchmarks. I believe that for the purpose of this discussion that will be a waste of your time. There is

Re: [arch-general] [arch-dev-public] RFC: Use x86_64-v2 architecture

2021-03-06 Thread mpan via arch-general
If a separate arch/repo is going to be set up, perhaps it would be wiser to go straight for v3? May yield even better results and eliminates the need to bump the version after a few years. Since people have a choice, there is no risk of leaving v1 and v2 users behind. If there is going to

Re: [arch-general] [arch-announce] Moving to Zstandard images by default on mkinitcpio

2021-02-20 Thread mpan via arch-general
I benchmarked it on my mkinitcpio image, and zstd with mkinitcpio's […] Though you have benchmarked a wrong thing. It’s decompression time that matters here, not compression. The image is compressed to make it load faster during boot and that’s the important metric here. I did my own bench