Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread Geo Kozey via arch-general
> > From: Giancarlo Razzolini > Sent: Thu Oct 31 19:30:42 CET 2019 > To: General Discussion about Arch Linux , Geo > Kozey > Subject: Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod > > There are several reasons for not using it. It's over

Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread Geo Kozey via arch-general
> > From: Eli Schwartz via arch-general > Sent: Thu Oct 31 20:16:18 CET 2019 > To: > Cc: Eli Schwartz > Subject: Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod > > > On 10/31/19 2:11 PM, Geo Kozey via arch-general wrote: > > What was the

Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread David C. Rankin
On 10/31/2019 01:30 PM, Giancarlo Razzolini via arch-general wrote: > Em outubro 31, 2019 15:11 Geo Kozey escreveu: >> >> What was the reason for not using kernel-install[1] standard instead of >> all of those Arch's exclusive hooks again?? >> >> https://www.freedesktop.org/software/systemd/man/k

[arch-general] bugs.archlinux.org need help with lost password retrieval

2019-10-31 Thread Kai Korla
Hello, i lost my password for bugs.archlinux.org and tried to reset it via the "Lost password retrieval" option, but i got no mail. Maybe something is wrong with the account...possible the email address. Could someone get in touch with me to solve this problem? Thank you very much! regards Kai

Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread Giancarlo Razzolini via arch-general
Em outubro 31, 2019 16:16 Eli Schwartz via arch-general escreveu: What was the reason for suggesting to use kernel-install non-standard Fedora tool that does gross things in a gross way instead of "all those tools" (all one of them) which do the exact same thing in a more KISS manner that respec

Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread Eli Schwartz via arch-general
On 10/31/19 2:11 PM, Geo Kozey via arch-general wrote: > What was the reason for not using kernel-install[1] standard instead of all > of those Arch's exclusive hooks again?? > > https://www.freedesktop.org/software/systemd/man/kernel-install.html What was the reason for suggesting to use kernel

Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread Giancarlo Razzolini via arch-general
Em outubro 31, 2019 15:28 Damjan Georgievski via arch-general escreveu: I can make a more general hook, for example triggering on usr/lib/modules/*/pkgbase (or vmlinuz?) - is that the recommended way now? All the official kernels will have pkgbase on them. So, trigger on vmlinuz, which is the

Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread Giancarlo Razzolini via arch-general
Em outubro 31, 2019 15:11 Geo Kozey escreveu: What was the reason for not using kernel-install[1] standard instead of all of those Arch's exclusive hooks again?? https://www.freedesktop.org/software/systemd/man/kernel-install.html Yours sincerely G. K. There are several reasons for not us

Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread Damjan Georgievski via arch-general
On Thu, 31 Oct 2019 at 14:55, Giancarlo Razzolini wrote: > > Em outubro 31, 2019 9:46 Damjan Georgievski via arch-general escreveu: > > Can someone explain in better detail the changes in > > * kmod 26-3 > > * mkinitcpio 27-1 > > * linux 5.3.8.1-1 > > around packaging and pacman hooks? > > > > I c

Re: [arch-general] sudo: setrlimit(RLIMIT_CORE): Operation not permitted

2019-10-31 Thread Neven Sajko via arch-general
It seems like your container is set up with too low of a RLIMIT_CORE rlimit for core files, causing the error when sudo attempts to increase it. Maybe you messed up a config file for Docker? See this for more info: https://pubs.opengroup.org/onlinepubs/9699919799/functions/getrlimit.html Regards

Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread Geo Kozey via arch-general
> > From: Giancarlo Razzolini via arch-general > Sent: Thu Oct 31 14:55:47 CET 2019 > To: General Discussion about Arch Linux > Cc: Giancarlo Razzolini > Subject: Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod > > Hi Damjan, > > The kern

Re: [arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread Giancarlo Razzolini via arch-general
Em outubro 31, 2019 9:46 Damjan Georgievski via arch-general escreveu: Can someone explain in better detail the changes in * kmod 26-3 * mkinitcpio 27-1 * linux 5.3.8.1-1 around packaging and pacman hooks? I can see there's some reorganization of the hooks and scripts, and the kernel package no

[arch-general] new packaging of the kernel/mkinitcpio/kmod

2019-10-31 Thread Damjan Georgievski via arch-general
Can someone explain in better detail the changes in * kmod 26-3 * mkinitcpio 27-1 * linux 5.3.8.1-1 around packaging and pacman hooks? I can see there's some reorganization of the hooks and scripts, and the kernel package no longer installing directly to /boot (which is a welcome change, the kerne

[arch-general] sudo: setrlimit(RLIMIT_CORE): Operation not permitted

2019-10-31 Thread Cem Keylan via arch-general
Hello list, I have a script for bootstrapping Arch and I test it on the archlinux/base docker container everytime before I make a release in order to make sure everything runs fine. Yesterday, I have run the script on the container, and it started throwing an error everytime my script called "sud