support to view rc(8) startup skript output via dmesg -c

2014-12-07 Thread Marco Pfatschbacher
Hi, something that has often bothered me, is that once you hook up a console to a headless server, you've missed all the output. This makes it harder to diagnose bugs in rc(8) startup skripts from remote. Another thing i've missed is that fsck(8) output will just scroll by and is usually lost.

Re: support to view rc(8) startup skript output via dmesg -c

2014-12-07 Thread olli hauer
On 2014-12-07 14:03, Marco Pfatschbacher wrote: Hi, something that has often bothered me, is that once you hook up a console to a headless server, you've missed all the output. This makes it harder to diagnose bugs in rc(8) startup skripts from remote. Another thing i've missed is that

Re: patch: Support long lines in Plan B

2014-12-07 Thread Tobias Stoeckmann
Anyone? On Sat, Nov 29, 2014 at 05:40:31PM +0100, Tobias Stoeckmann wrote: Hi, this diff doesn't just fix the division by zero for input files with lines longer than 1023 chars in Plan B mode, it actually removes this line limit! Before: $ dd if=/dev/zero bs=1 count=1024 | tr '\0' a

Re: assert(3) manpage tweaks

2014-12-07 Thread Kaspars Bankovskis
On Sun, Dec 07, 2014 at 02:33:29AM +0100, Ingo Schwarze wrote: By the way, i just grepped v6 for assert and came up empty-handed. Anybody knows whether the statement is even correct? Didn't it rather first appear in v7? If we can rely on the files that we get from tuhs, yes - it's not in v6,

Re: stdarg(3) manpage tweaks

2014-12-07 Thread Ingo Schwarze
Hi Kaspars, Kaspars Bankovskis wrote on Sat, Dec 06, 2014 at 11:00:35PM +0200: I'm proposing the following changes to stdarg(3). Moved description of return values to its own section + macro cleanup. Committed, thanks. Ingo Index: stdarg.3

gomoku debug regression

2014-12-07 Thread Jonas 'Sortie' Termansen
Hi, I noticed revision 1.25 of games/gomoku/main.c was faulty: if (!debug) -#ifdef SVR4 - srand(time(0)); -#endif if (interactive) cursinit(); /* initialize curses */ The if (!debug) line should've been removed as well. Now curses isn't

Re: current smtpd: auth failed when username = 31 chars, Syntax error when username 31

2014-12-07 Thread Abel Abraham Camarillo Ojeda
ping On Wed, Dec 3, 2014 at 9:10 AM, Abel Abraham Camarillo Ojeda acam...@verlet.org wrote: Hi Gilles, On Wed, Dec 3, 2014 at 8:27 AM, Gilles Chehade gil...@poolp.org wrote: Nope it shouldn't because: listen on egress tls pki test.verlet.org auth This will authenticate users against the

Re: gomoku debug regression

2014-12-07 Thread Jonas 'Sortie' Termansen
I just realized SVR4 wasn't defined in the first place, so this isn't a regression. It was always broken.

small acpiac(4) update

2014-12-07 Thread William Orr
This is a small documentation update for acpiac(4). The implmentation no longer seems to poll every 10 seconds, so I've removed it from the manpage. Index: share/man/man4/acpiac.4 === RCS file: /cvs/src/share/man/man4/acpiac.4,v