Re: [arch-general] Grub installiert issue

2022-01-18 Thread Frank Zimmermann via arch-general
Am 19. Januar 2022 00:58:44 MEZ schrieb u34--- via arch-general : >Frank Zimmermann via arch-general wrote: > >> I'm doing my first Arch install on an UEFI system and have troubles with >> GRUB. Following the instruction on the Wiki grub-mkconfig complained about a >> missing /boot/grub/grub

Re: [arch-general] Grub installiert issue

2022-01-18 Thread u34--- via arch-general
Frank Zimmermann via arch-general wrote: > I'm doing my first Arch install on an UEFI system and have troubles with > GRUB. Following the instruction on the Wiki grub-mkconfig complained about a > missing /boot/grub/grub.cfg.new. > So I manually created a grub.cfg file but when rebooting Grub s

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

2022-01-18 Thread u34--- via arch-general
mpan via arch-general wrote: > > Right to the point. A systemd timer script had a too strict Umask setting. That should have been UMask, not Umask. It could be that Umask is supported. It is UMask at https://www.freedesktop.org/software/systemd/man/systemd.exec.html . >Are you invoking pa

[arch-general] minor, DeveloperWiki, I have no permissions. A fix, 3 broken links.

2022-01-18 Thread u34--- via arch-general
Referring to https://wiki.archlinux.org/title/DeveloperWiki:Package_signing#Source_packages : I seem to have no permission to edit. A fix for 3 broken URLs is: 1. http://ftp.de.debian.org/debian/pool/main/a/acpid/acpid_2.0.4.orig.tar.gz -> https://snapshot.debian.org/archive/debian/20100422T

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

[arch-general] Grub installiert issue

2022-01-18 Thread Frank Zimmermann via arch-general
I'm doing my first Arch install on an UEFI system and have troubles with GRUB. Following the instruction on the Wiki grub-mkconfig complained about a missing /boot/grub/grub.cfg.new. So I manually created a grub.cfg file but when rebooting Grub says error: unknown file system. In rescue mode I t

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

2022-01-18 Thread u34--- via arch-general
mpan via arch-general wrote: > > 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 >

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] pacman caches packages with u=rw, g=, o= permissions

2022-01-18 Thread Merlin Büge via arch-general
Hi, > 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? On my system they're all 644, updated yesterday. Are you using pacman directly? -- Merlin Büge

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

2022-01-18 Thread u34--- 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? -- jadon