Re: [arch-general] kernel compilation

2019-03-29 Thread Markus Schaaf via arch-general
Am 28.03.19 um 11:25 schrieb Pascal via arch-general: > after compilation, if I modify/patch file src/linux-4.19/block/blk-core.c, > do I have to replace the kernel ? the kernel and all its modules ? or just > the module concerned by the change (if it concerns a module) ? You just need to replace

Re: [arch-general] Hibernation Failure

2020-01-12 Thread Markus Schaaf via arch-general
Am 12.01.20 um 01:39 schrieb Paul Dann via arch-general: > I'm having trouble getting hibernation to work on my new Dell Inspiron > 7590. It seems that the image is stored correctly (onto LUKS+LVM thin-lv), I've noticed something similar on a similar setup. It looks like the kernel is taking so

Re: [arch-general] Hibernation Failure

2020-04-06 Thread Markus Schaaf via arch-general
Am 12.01.20 um 12:19 schrieb Markus Schaaf via arch-general: > > > Am 12.01.20 um 01:39 schrieb Paul Dann via arch-general: >> I'm having trouble getting hibernation to work on my new Dell Inspiron >> 7590. It seems that the image is stored correctly (onto LUKS+LVM t

Re: [arch-general] Hibernation Failure

2020-04-23 Thread Markus Schaaf via arch-general
Am 23.04.20 um 10:14 schrieb Paul Dann via arch-general: > it down to a kernel update. That being said, I don't hibernate > regularly, so maybe I've just been lucky :p Probably. I needed to read some of the code and it hasn't changed lately AFAIK. My guess is that the problem has something to

Re: [arch-general] NFS "updates"?

2020-04-27 Thread Markus Schaaf via arch-general
Am 27.04.20 um 16:51 schrieb Hauke Fath: > NFSV4: Unsupported transport protocol udp Have you tried vers=3 in mount options?

Re: [arch-general] NFS "updates"?

2020-04-27 Thread Markus Schaaf via arch-general
Am 27.04.20 um 20:00 schrieb Leonidas Spyropoulos via arch-general: > It's a kernel configuration which is introduced with 5.6 kernel. In my > CONFIG_NFS_DISABLE_UDP_SUPPORT=y Wow! I'd say udp is used a lot with nfsvers=3. That will break many nfs3 deployments.

Re: [arch-general] NFS "updates"?

2020-04-29 Thread Markus Schaaf via arch-general
Am 29.04.20 um 13:44 schrieb Andy Pieters: > While it is relatively trivial to compile your own kernel with those > options enabled using Arch's build system, I think you'd better talk to the > actual people that made the change upstream. > This change might have slipped through unnoticed. It see

Re: [arch-general] Heads up: After system update, LUKS fails with certain BIOS versions

2020-05-01 Thread Markus Schaaf via arch-general
Am 01.05.20 um 16:56 schrieb LuKaRo: > [...] I tried cryptsetup open, luksOpen, luksDump and isLuks > ..., all hanging after printing the header checksum. May I ask if your headers are --type=luks or luks2?