cgdconfig verification method failure

2019-02-20 Thread rudolf
Hi, (observed under netbsd-8, attached is an untested (but trivial) patch for current) cgdconfig(8) currently (and under netbsd-8) behaves inconsistently regarding the verification method failure: if the verification method is "ffs" or "disklabel", then on a password mismatch it prompts for

Re: cgdconfig verification method failure

2019-02-21 Thread rudolf
rudolf wrote: (observed under netbsd-8, attached is an untested (but trivial) patch for current) Attached is a tested and corrected version of the patch (differences to previous: 1. missing brackets, 2. ignore stderr of rump.cgdconfig in the tests). cgdconfig(8) currently (and under netbsd

Re: cgdconfig verification method failure

2019-02-21 Thread rudolf
Christos Zoulas wrote: Something is missing. Can you please send-pr it. I don't know what you mean. I've send-pr it: bin/53999. Kind regards, r.

Re: cgdconfig verification method failure

2019-04-08 Thread rudolf
Hi, rudolf wrote: I've send-pr it: bin/53999. Is there any problem with the PR (is the problem questionable or the patch funny in any way)? I've received no feedback. Thanks, r.

rc.subr: unset _rc_pid (fixes network after acpi S3 wakeup)

2017-03-19 Thread rudolf
Hi, I've recently switched from netbsd-6 to netbsd-7 (amd64) and today i found out that the wakeup from the S3 acpi sleep state on my old ThinkPad SL510 finally reliably works (using hw.acpi.sleep.vbios=2). Thanks to everybody responsible! One minor problem was the network connection, which

Re: rc.subr: unset _rc_pid (fixes network after acpi S3 wakeup)

2017-03-20 Thread rudolf
Christos Zoulas wrote: In article <58cea448.2050...@eq.cz>, rudolf wrote: [...] One way to avoid this is to unset the variables exported by /etc/rc and /etc/rc.subr before running rc.d commands. [...] --- etc/rc.subr.orig2017-03-19 15:04:05.0 +0100 +++ etc/rc.subr 2017