Compile failure, Openbsd 6.1, building userland.

2017-05-10 Thread John Watts
Hello Openbsd, I have been using Openbsd for a couple of years now as a router/firewall machine. I access the openbsd machine from one of the machines behind, via ssh on the lan. I do the rebuilds of the kernel and userland discussed below "over the wire". Whenever the buglist requires, I

Re: disk is fast when using bsd.rd, but very slow using bsd

2017-05-10 Thread Solène Rapenne
Le 2017-05-10 00:56, Hwang, Wey a écrit : # mount /dev/sd3a on / type ffs (local, noatime, softdep) /dev/sd3e on /home type ffs (local, noatime, nodev, nosuid, softdep) /dev/sd3h on /tmp type ffs (local, noatime, nodev, nosuid, softdep) /dev/sd3f on /usr type ffs (local, noatime, nodev,

Openiked not able to set up tunnel with CISCO router

2017-05-10 Thread Tibor Várkonyi
OpenBSD 6.1 installed from image and runs fine. I tried to set up an "active" connection towards a CISCO router (Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 15.2(4)S5, RELEASE SOFTWARE (fc1)). Passive mode runs great when the router initiates the connection, but the CISCO

Re: i386: gcc: error: -msave-args makes no sense in the 32-bit mode

2017-05-10 Thread Sebastien Marie
On Wed, May 10, 2017 at 09:46:55AM +0200, Mark Kettenis wrote: > > Date: Wed, 10 May 2017 09:06:24 +0200 > > From: Sebastien Marie > > > > Hi, > > > > I am trying to build -current kernel on i386 (current running code is > > from Sun May 7 07:09:01 CEST 2017 - full dmesg

Re: i386: gcc: error: -msave-args makes no sense in the 32-bit mode

2017-05-10 Thread Theo Buehler
On Wed, May 10, 2017 at 09:06:24AM +0200, Sebastien Marie wrote: > Hi, > > I am trying to build -current kernel on i386 (current running code is > from Sun May 7 07:09:01 CEST 2017 - full dmesg below). > > > As mentioned in /faq/current.html, I first rebuild and install cc (and > do a make

Re: i386: gcc: error: -msave-args makes no sense in the 32-bit mode

2017-05-10 Thread Mark Kettenis
> Date: Wed, 10 May 2017 09:06:24 +0200 > From: Sebastien Marie > > Hi, > > I am trying to build -current kernel on i386 (current running code is > from Sun May 7 07:09:01 CEST 2017 - full dmesg below). > > > As mentioned in /faq/current.html, I first rebuild and install cc

i386: gcc: error: -msave-args makes no sense in the 32-bit mode

2017-05-10 Thread Sebastien Marie
Hi, I am trying to build -current kernel on i386 (current running code is from Sun May 7 07:09:01 CEST 2017 - full dmesg below). As mentioned in /faq/current.html, I first rebuild and install cc (and do a make clean for kernel) before trying to build a new kernel.