Re: Encrypting carp traffic with ipsec

2016-08-01 Thread C. L. Martinez
On Fri 29.Jul'16 at 10:55:01 +0300, Kapetanakis Giannis wrote: > On 28/07/16 22:47, C. L. Martinez wrote: > > Hi all, > > > > I will try to encrypt all carp traffic between two OpenBSD 5.9 fws > > (fully patched). According to ifconfig(8) man page: > > > > carppeer peer_address > > Send the carp

Re: tmpfs

2016-08-01 Thread Marko Cupać
On Sun, 31 Jul 2016 21:48:46 +0300 Consus wrote: > Come on, both you and Theo are such drama queens. Shut up already. This. But I'd say there's more to it. I don't know how things were back when OpenBSD has just been forked, but I imagine it was something like a wave. Maybe similar to wave of t

resolv.conf with dhcp when upgrading with bsd.rd

2016-08-01 Thread Solène RAPENNE
Hello, Using -current with unbound as a local dns resolver. dhclient.conf is set to supersede the dhcp nameserver to use my unbound server /etc/dhclient.conf send host-name "solene"; supersede domain-name-servers 127.0.0.1; When upgrading with bsd.rd, dhclient will use this dhclie

Re: resolv.conf with dhcp when upgrading with bsd.rd

2016-08-01 Thread Raf Czlonka
On Mon, Aug 01, 2016 at 01:14:27PM BST, Solène RAPENNE wrote: > Hello, > > Using -current with unbound as a local dns resolver. dhclient.conf is set to > supersede the dhcp nameserver to use my unbound server > > /etc/dhclient.conf > send host-name "solene"; > supersede domain-name-se

Re: resolv.conf with dhcp when upgrading with bsd.rd

2016-08-01 Thread Jeremie Courreges-Anglas
Solène RAPENNE writes: > Hello, > > Using -current with unbound as a local dns resolver. dhclient.conf is > set to supersede the dhcp nameserver to use my unbound server > > /etc/dhclient.conf > send host-name "solene"; > supersede domain-name-servers 127.0.0.1; > > When upgrading wit

Re: how to install OpenBSD in a computer with Linux and Grub2

2016-08-01 Thread Luiz Gustavo S. Costa
2010-04-06 8:27 GMT-03:00 Salvador Fandino : > AFAIK, this procedure is not documented in any place and it is quite handy > in order to install OpenBSD on boxes that already have a recent Linux inside > and use grub2 as the boot manager: > Hi, your save my life :-) -- Luiz Gustavo Costa (Powered

SSH key encryption when using FDE

2016-08-01 Thread Hugo Osvaldo Barrera
Hi, I've always used password-protected ssh keys, with ssh-agent, and in recent year, I've been using full disk encryption as well. I'm wondering if there's some redundancy here, and if using FDE nullifies the need for password-protecting the keys, or if there's some attack vector I'm no consideri

Small fix for www/faq/faq7.html

2016-08-01 Thread Paul Kelly
Hi misc, www/faq/faq7.html links to termcap(5) but the link is simply http://man.openbsd.org/termcap, which ends up at termcap(3). A diff is included below. Also an observation: on faq7.html linked text often specify the specific section that is being linked, but the actual links often do no

Re: Small fix for www/faq/faq7.html

2016-08-01 Thread Theo Buehler
On Mon, Aug 01, 2016 at 09:42:07PM +0200, Paul Kelly wrote: > Hi misc, > > www/faq/faq7.html links to termcap(5) but the link is simply > http://man.openbsd.org/termcap, which ends up at termcap(3). A diff is > included below. Fixed, thanks! > Also an observation: on faq7.html linked text often

Re: Nfs

2016-08-01 Thread Edgar Pettijohn
On 16-07-31 09:22:45, H??kon Heggernes Lerring wrote: > Sendt fra min iPhone > > Den 31. jul. 2016 kl. 08.17 skrev Edgar Pettijohn > : > > > > I'm trying to set up an nfs share. The server (5.9 stable) is set up as > > described in the FAQ. rpcinfo shows what it should. When I try to connect > from

Re: Small fix for www/faq/faq7.html

2016-08-01 Thread Ingo Schwarze
Hi Theo, Theo Buehler wrote on Tue, Aug 02, 2016 at 12:31:43AM +0200: > I don't think so. The numbers are added in the link text to make it > plain that we link to a man page and since this is the usual form of > referring to a man pgae. However, we try to omit the numbers from the > link itsel

Re: Kernel Panic

2016-08-01 Thread Chris Cappuccio
arrowscr...@mail.com [arrowscr...@mail.com] wrote: > I login on root to restart the network and the system crashed. > What I did: > - Login with root on ttyC0 > - Tell dhcp that I wanted dns to localhost: > > # echo "supersede domain-name-servers 127.0.0.1;" >> /etc/dhclient.conf > > - Then resta

Re: Small fix for www/faq/faq7.html

2016-08-01 Thread Theo Buehler
On Tue, Aug 02, 2016 at 01:44:17AM +0200, Ingo Schwarze wrote: > Hi Theo, > > Theo Buehler wrote on Tue, Aug 02, 2016 at 12:31:43AM +0200: > > > I don't think so. The numbers are added in the link text to make it > > plain that we link to a man page and since this is the usual form of > > referr

Re: Small fix for www/faq/faq7.html

2016-08-01 Thread Dmitrij D. Czarkoff
Theo Buehler wrote: >Yes, of course, but the problem with adding the section numbers is that > >http://man.openbsd.org/doas.8";>doas(8) > >won't work, while the mistake > >http://man.openbsd.org/doas";>doas(8), > >still produces what I want. That's why I don't think that adding the >numbers to t

Re: SSH key encryption when using FDE

2016-08-01 Thread Remi Locherer
On Mon, Aug 01, 2016 at 07:10:21PM -0300, Hugo Osvaldo Barrera wrote: > Hi, > > I've always used password-protected ssh keys, with ssh-agent, and in > recent year, I've been using full disk encryption as well. > I'm wondering if there's some redundancy here, and if using FDE > nullifies the need f

Re: Small fix for www/faq/faq7.html

2016-08-01 Thread lists
Tue, 2 Aug 2016 01:44:17 +0200 Ingo Schwarze [...] > In special cases, advanced users can play with this for special > effects. > > http://man.openbsd.org/malloc.3 > > shows just malloc(3) and nothing else. > > http://man.openbsd.org/malloc > > shows the same page, but an additional hyperl

Re: tmpfs

2016-08-01 Thread Eric Furman
On Mon, Aug 1, 2016, at 06:41 AM, Marko Cupać wrote: > On Sun, 31 Jul 2016 21:48:46 +0300 > Consus wrote: > > > Come on, both you and Theo are such drama queens. Shut up already. > > This. But I'd say there's more to it. The guy was just being a troll and Theo saw right through him. At the risk