Re: autoinstall with local file

2017-01-13 Thread Theo de Raadt
> The original idea of this was to allow ... > >Welcome to the OpenBSD/amd64 6.0 installation program. >(I)nstall, (U)pgrade, (A)utoinstall or (S)hell? s ># cat <<_EOF >/auto_install.conf >> system hostname = hostA >> password for root = whateversecurepassword >> http

Re: autoinstall with local file

2017-01-13 Thread Raf Czlonka
On Fri, Jan 13, 2017 at 06:14:16PM GMT, Theo de Raadt wrote: > > On Fri, Jan 13, 2017 at 06:20:25AM -0600, Ed Ahlsen-Girard wrote: > > > The man page seems to indicate that autoinstall will work with an > > > auto_upgrade.conf file on the local machine, but specifying the path as: > > > > > >

Re: Small Business email server using OpenSMTPD

2017-01-13 Thread Vijay Sankar
Quoting aretes27...@mypacks.net: > I'm trying to move a small business email server from an older OpenBSD > using sendmail to one with OpenBSD 6.0 using OpenSMTPD. > > The current email server has: > - a certificate (used by StartTLS) > - MS Outlook clients using pop3 to retrieve their mail > -

Re: autoinstall with local file

2017-01-13 Thread Raf Czlonka
On Fri, Jan 13, 2017 at 07:21:12PM GMT, Theo de Raadt wrote: > > Given that there is no official supported way to put an > > auto_upgrade.conf onto an existing bsd.rd, what would be a suggested > > way to achieve the same end result - in this case, an automated > > non-interactive, off-line

Re: autoinstall with local file

2017-01-13 Thread Theo de Raadt
> Given that there is no official supported way to put an > auto_upgrade.conf onto an existing bsd.rd, what would be a suggested > way to achieve the same end result - in this case, an automated > non-interactive, off-line upgrade? Hack up a solution however you like. But understand it isn't

Re: Small Business email server using OpenSMTPD

2017-01-13 Thread Mark Carroll
On 13 Jan 2017, aretes wrote: > I'm trying to move a small business email server from an older OpenBSD using > sendmail to one with OpenBSD 6.0 using OpenSMTPD. > > The current email server has: > - a certificate (used by StartTLS) You can use openssl to set up keys and put pki directives into

Re: autoinstall with local file

2017-01-13 Thread Sebastien Marie
On Fri, Jan 13, 2017 at 11:14:16AM -0700, Theo de Raadt wrote: > > I would be very surprised to hear that people are using > vnconfig+mount+vnconfig+mount, to add such a file. I am still using this (unsupported) method for auto_upgrading all openbsd hosts I administrate. As all are running

Small Business email server using OpenSMTPD

2017-01-13 Thread aretes27884
I'm trying to move a small business email server from an older OpenBSD using sendmail to one with OpenBSD 6.0 using OpenSMTPD. The current email server has: - a certificate (used by StartTLS) - MS Outlook clients using pop3 to retrieve their mail - OpenWebmail for non-local client access I've

Re: autoinstall with local file

2017-01-13 Thread Theo Buehler
On Fri, Jan 13, 2017 at 06:20:25AM -0600, Ed Ahlsen-Girard wrote: > The man page seems to indicate that autoinstall will work with an > auto_upgrade.conf file on the local machine, but specifying the path as: > > /auto_upgrade.conf > or > file://auto_upgrade.conf > or > file:auto_upgrade.conf

Re: autoinstall with local file

2017-01-13 Thread Theo de Raadt
> On Fri, Jan 13, 2017 at 06:20:25AM -0600, Ed Ahlsen-Girard wrote: > > The man page seems to indicate that autoinstall will work with an > > auto_upgrade.conf file on the local machine, but specifying the path as: > > > > /auto_upgrade.conf > > or > > file://auto_upgrade.conf > > or > >

Re: autoinstall with local file

2017-01-13 Thread Robert Peichaer
On Fri, Jan 13, 2017 at 06:20:25AM -0600, Ed Ahlsen-Girard wrote: > The man page seems to indicate that autoinstall will work with an > auto_upgrade.conf file on the local machine, but specifying the path as: > > /auto_upgrade.conf > or > file://auto_upgrade.conf > or > file:auto_upgrade.conf

Re: autoinstall with local file

2017-01-13 Thread jungle Boogie
On 13 January 2017 at 04:20, Ed Ahlsen-Girard wrote: > The man page seems to indicate that autoinstall will work with an > auto_upgrade.conf file on the local machine, but specifying the path as: > > /auto_upgrade.conf > or > file://auto_upgrade.conf > or >

autoinstall with local file

2017-01-13 Thread Ed Ahlsen-Girard
The man page seems to indicate that autoinstall will work with an auto_upgrade.conf file on the local machine, but specifying the path as: /auto_upgrade.conf or file://auto_upgrade.conf or file:auto_upgrade.conf do not work. Is this still a "watch this space!" feature? -- Edward

Re: Unable to boot encrypted drive

2017-01-13 Thread Timo Myyrä
Joel Sing writes: > On Friday 06 January 2017 15:23:32 Timo Myyrä wrote: > >> Here's the output of installboot on running system: >> $ doas installboot -v sd1 >> Using / as root >> installing bootstrap on /dev/rsd1c >> using first-stage /usr/mdec/biosboot, second-stage

Re: autoinstall with local file

2017-01-13 Thread Robert Peichaer
On Fri, Jan 13, 2017 at 11:14:16AM -0700, Theo de Raadt wrote: > > On Fri, Jan 13, 2017 at 06:20:25AM -0600, Ed Ahlsen-Girard wrote: > > > The man page seems to indicate that autoinstall will work with an > > > auto_upgrade.conf file on the local machine, but specifying the path as: > > > > > >

Re: autoinstall with local file

2017-01-13 Thread Theo de Raadt
> On my actual disk at / I have auto_upgrade.conf and when I start the > upgrade process at boot, I press s. > This will allow me to mount /dev/wd0a mnt; cp mnt/auto_upgrade .; autoinstall That is yet another example of interactive use, of an installer feature designed for NON-INTERACTIVE USE. I

Vultr support for OpenBSD

2017-01-13 Thread Troy Frericks
Vultr now has direct support for #*OpenBSD* . Launch your OpenBSD environment easily from our deploy panel at http://Vultr.com ! #*Cloud* https://twitter.com/Vultr

Re: autoinstall with local file

2017-01-13 Thread Ed Ahlsen-Girard
On Fri, 13 Jan 2017 18:06:35 + Robert Peichaer wrote: > On Fri, Jan 13, 2017 at 06:20:25AM -0600, Ed Ahlsen-Girard wrote: > [...] > > The installer looks at the filesystem provided by bsd.rd itself, not > the filesystem on disk. > Thanks. -- Edward Ahlsen-Girard

Re: autoinstall with local file

2017-01-13 Thread Ed Ahlsen-Girard
On Fri, 13 Jan 2017 12:01:36 -0700 "Theo de Raadt" wrote: > [...] > > That is yet another example of interactive use, of an installer > feature designed for NON-INTERACTIVE USE. > > I feel like we're being pushed to support a set of use cases which > are not core

Re: openiked and PAM or RADIUS

2017-01-13 Thread Stuart Henderson
On 2017-01-13, Piotr Soróbka wrote: > Hi, > can openiked send EAP requests to a PAM module or directly to RADIUS server? In a word: no. OpenBSD doesn't use PAM at all, and the only EAP method implemented in iked is MSCHAPv2 using a local database of passwords (as the server

IPv6 OSPF

2017-01-13 Thread Claudiu Popescu
Hi, First of all, hopefully I managed to send this email to the correct list :) I am pretty new to OpenBSD but so far I managed to get everything working for a router without IPv6 OSPF. I have ospfd and ospf6d running but I did not figure out how to check against ospf6d with ospfctl. I tried: #

Re: IPv6 OSPF

2017-01-13 Thread z3rgl1ngz
Not sure how I missed that. Thank you :) > On 13 Jan 2017, at 14:10, Peter Hessler wrote: > > On 2017 Jan 13 (Fri) at 13:48:13 +0200 (+0200), Claudiu Popescu wrote: > :Hi, > : > :First of all, hopefully I managed to send this email to the correct list :) > :I am pretty new

Re: OpenBGPd - Multi-home ISP : DDoS Protection

2017-01-13 Thread Peter Hessler
On 2017 Jan 12 (Thu) at 11:18:58 +0100 (+0100), Uday MOORJANI wrote: :Dear OpenBSD-Misc, : :First of all, awesome work on the OpenBGPd and BFD code. I'm working on a :WAN setup for an enterprise and we are migrating from static route WAN to a :full fledge BGP transit in a multi home environment

Re: IPv6 OSPF

2017-01-13 Thread Peter Hessler
On 2017 Jan 13 (Fri) at 13:48:13 +0200 (+0200), Claudiu Popescu wrote: :Hi, : :First of all, hopefully I managed to send this email to the correct list :) :I am pretty new to OpenBSD but so far I managed to get everything :working for a router without IPv6 OSPF. :I have ospfd and ospf6d running

openiked and PAM or RADIUS

2017-01-13 Thread Piotr Soróbka
Hi, can openiked send EAP requests to a PAM module or directly to RADIUS server?

radicale and httpd

2017-01-13 Thread Jan Lambertz
Hi, having Problems for some time now with the webserver in python2/3 and radicale, i tried to get it working with httpd. installed flup. python is working in the chroot. here's my work so far but i'm not getting any further. anyone got this working ? Jan # cat /etc/httpd.conf server