Re: Snapshot issue: panic: trap type 18, code=0

2018-09-16 Thread Stuart Henderson
Almost certainly the same problem, retry when you have a newer snap. The list currently doesn't reject attachments, but please don't send a 740k image when a hundred bytes of text would do (and be easier for readers). -- Sent from a phone, apologies for poor formatting. On 16 September 2018 23

Re: Change to mailer.conf(5) man page

2018-09-16 Thread Jason McIntyre
On Sun, Sep 16, 2018 at 05:49:58PM -0400, Matt Schwartz wrote: > Yes, the comment should go as it is superfluous. Let me know if you > decide you want the BUGS section after all and I will re-do the patch. thanks, but at this stage there's no need to resubmit a diff - i can tweak it based on any f

Re: Change to mailer.conf(5) man page

2018-09-16 Thread Matt Schwartz
Yes, the comment should go as it is superfluous. Let me know if you decide you want the BUGS section after all and I will re-do the patch. On Sun, Sep 16, 2018 at 5:44 PM Jason McIntyre wrote: > > On Sun, Sep 16, 2018 at 12:25:47PM +0200, Sebastian Benoit wrote: > > Jason McIntyre(j...@kerhand.co.

Re: fdformat: reformat usage()

2018-09-16 Thread Jason McIntyre
On Wed, Sep 12, 2018 at 05:40:49PM +0100, Jason McIntyre wrote: > On Wed, Sep 12, 2018 at 11:50:18AM +0200, Sascha Paunovic wrote: > > Since C99, string literal concatenation is provided, allowing the number > > of printf() calls to be greatly reduced (20 -> 1). > > > > This is my first diff I'm s

Re: Change to mailer.conf(5) man page

2018-09-16 Thread Jason McIntyre
On Sun, Sep 16, 2018 at 12:25:47PM +0200, Sebastian Benoit wrote: > Jason McIntyre(j...@kerhand.co.uk) on 2018.09.16 07:17:24 +0100: > > On Sat, Sep 15, 2018 at 09:42:47PM -0400, Matt Schwartz wrote: > > > Damnit! I forgot one line. Please disregard the previous. Now all > > > lines of mailer.conf(

Re: bsd.rd failure in VirtualBox

2018-09-16 Thread Johan Huldtgren
On 2018/09/16 10:52, David Higgs wrote: > On Sun, Sep 16, 2018 at 10:17 AM, David Higgs wrote: >> On Sat, Sep 15, 2018 at 10:05 PM, Philip Guenther wrote: >>> On Sat, Sep 15, 2018 at 11:59 AM David Higgs wrote: I often use VirtualBox (version 5.2.18 on OS X) to familiarize myself

Re: bsd.rd failure in VirtualBox

2018-09-16 Thread David Higgs
On Sun, Sep 16, 2018 at 10:17 AM, David Higgs wrote: > On Sat, Sep 15, 2018 at 10:05 PM, Philip Guenther wrote: >> On Sat, Sep 15, 2018 at 11:59 AM David Higgs wrote: >>> >>> I often use VirtualBox (version 5.2.18 on OS X) to familiarize myself >>> with new features in snapshots, before upgradin

Re: bsd.rd failure in VirtualBox

2018-09-16 Thread David Higgs
On Sat, Sep 15, 2018 at 10:05 PM, Philip Guenther wrote: > On Sat, Sep 15, 2018 at 11:59 AM David Higgs wrote: >> >> I often use VirtualBox (version 5.2.18 on OS X) to familiarize myself >> with new features in snapshots, before upgrading my physical hardware. >> >> This afternoon, I tried updati

Re: rdist: use passwd/group caches

2018-09-16 Thread Todd C. Miller
Any rdist users out there? The way rdist does group caching (stash the struct group pointer) will stop working in the future so I'd like to get these changes in before then. - todd On Thu, 13 Sep 2018 13:24:49 -0600, "Todd C. Miller" wrote: > Use password/group cache functions and avoid stashi

Re: Change to mailer.conf(5) man page

2018-09-16 Thread Matt Schwartz
I am not sure how the patch got mangled but below reflects the suggested changes - sorry for the noise. BUGS section removed and I made a note to install sendmail via ports. Index: mailer.conf.5 === RCS file: /cvs/src/usr.sbin/mailwra

Re: Change to mailer.conf(5) man page

2018-09-16 Thread Sebastian Benoit
Jason McIntyre(j...@kerhand.co.uk) on 2018.09.16 07:17:24 +0100: > On Sat, Sep 15, 2018 at 09:42:47PM -0400, Matt Schwartz wrote: > > Damnit! I forgot one line. Please disregard the previous. Now all > > lines of mailer.conf(5) should reflect that sendmail is no longer in > > the default install. >

Re: (patch) reduce confusion with absolute pathnames in vnconfig

2018-09-16 Thread Theo de Raadt
I find myself disagreeing, since now there is a tocto race. The pathname is being translated in userland rather than letting the kernel do it. >Hello, this is my first patch. > >vnconfig(8) should print absolute pathnames of configured disk images, >instead of repeating whatever was given to -c.

(patch) reduce confusion with absolute pathnames in vnconfig

2018-09-16 Thread lawgiver
Hello, this is my first patch. vnconfig(8) should print absolute pathnames of configured disk images, instead of repeating whatever was given to -c. Contrived example: $ doas vnconfig -l vnd0: covering ../images/../images/foo on sd4l, inode 15301672 vnd1: covering foo on sd4l, inode 15562887 vnd