Re: Fwd: Trying to build rust 1.24 on -current

2018-03-12 Thread Patrick Marchand
> Temporary hack to get it building until semarie can generate new bootstraps: > > post-extract: > cp /usr/lib/libpthread.so.25.1 \ > ${WRKDIR}/rustc-bootstrap-${MACHINE_ARCH}-1.24.0-20180213/lib/ Yep, that worked, thanks.

Re: Upgrading to current prep

2018-03-12 Thread SJP Lists
> On Sat, Mar 10, 2018 at 11:42:55PM -0500, Rupert Gallagher wrote: > > > only as originally intended for unix systems. Further, variable > > content partitions such as /var and /home should be large enough to > > allow for ssd wear levelling, or you will toss away expensive ssds > > like autumn le

Re: Fwd: Re: booting hd0a:/bsd: open hd0a:/bsd: Invalid argument

2018-03-12 Thread Stefan Wollny
Gesendet: Sonntag, 11. März 2018 um 22:41 Uhr > Von: "Stefan Wollny" > An: misc > Betreff: Re: Fwd: Re: booting hd0a:/bsd: open hd0a:/bsd: Invalid argument > Hi Alexander, > > thank you for taking your time to look at my problem! Really appreciate it! > >> Am 11.03.2018 um 22:04 schrieb Alexan

Re: Upgrading to current prep

2018-03-12 Thread Otto Moerbeek
On Mon, Mar 12, 2018 at 10:34:44PM +1100, SJP Lists wrote: > > On Sat, Mar 10, 2018 at 11:42:55PM -0500, Rupert Gallagher wrote: > > > > > only as originally intended for unix systems. Further, variable > > > content partitions such as /var and /home should be large enough to > > > allow for ssd w

Iked trouble

2018-03-12 Thread Aaron
Hi all, I’m having an issue with iked. I’m assuming it something trivial but I can’t seem to figure it out. I’ve setup an ipsec connection between my home edge gateway running 6.2 and an instance I setup in the cloud also running 6.2 So I’ve got the tunnel established and my home gateway which

Re: Upgrading to current prep

2018-03-12 Thread Kevin Chadwick
On Mon, 12 Mar 2018 22:34:44 +1100 > I keep hearing about longevity issues with flash based storage. It > seems this paranoia just won't die. > It is not paranoia but dependent on use cases! The OPs concerns have a high chance to be unfounded however. > I'm coming up to 13 years of installing

Iked troubleshooting

2018-03-12 Thread Aaron
Hi all, I’m having an issue with iked. I’m assuming it something trivial but I can’t seem to figure it out. I’ve setup an ipsec connection between my home edge gateway running 6.2 and an instance I setup in the cloud also running 6.2 So I’ve got the tunnel established and my home gateway which

Re: booting hd0a:/bsd: open hd0a:/bsd: Invalid argument

2018-03-12 Thread Kevin Chadwick
On Mon, 12 Mar 2018 12:25:40 +0100 > into normal operations. Guess I have to do > 'installboot sd2' I know it is more to type but you can use uids to make sure it is the right disk too.

Re: booting hd0a:/bsd: open hd0a:/bsd: Invalid argument

2018-03-12 Thread Stefan Wollny
Am 03/12/18 um 15:02 schrieb Kevin Chadwick: > On Mon, 12 Mar 2018 12:25:40 +0100 > > >> into normal operations. Guess I have to do >> 'installboot sd2' > > I know it is more to type but you can use uids to make sure it is the > right disk too. > You are right - that would have been the better

Re: The vim display issue on OpenBSD

2018-03-12 Thread jungle Boogie
On 11 March 2018 at 18:18, Nan Xiao wrote: > Hi all, > > Update: > > I try to install vim-8.0.0987p0-no_x11, still the same problem, thanks! I am using vim-8.0.1589-no_x11-python3 without any issues on openBSD snapshot from this morning. > Best Regards > Nan Xiao >

Trying to build golang on 9th march snapshot

2018-03-12 Thread Patrick Marchand
Like it says on the tin, I tried building golang so I could get fzf but I get the following compilation errors. I got help to build rustlang last time, so maybe golang is just a small fix away? I didnt see any mention of golang in the ports mailing list in the last few days. I'm guessing the respo

Re: Trying to build golang on 9th march snapshot

2018-03-12 Thread Erling Westenvik
On Mon, Mar 12, 2018 at 08:44:09PM -0400, Patrick Marchand wrote: > Like it says on the tin, I tried building golang so I could get fzf but > I get the following compilation errors. I got help to build rustlang > last time, so maybe golang is just a small fix away? I didnt see any > mention of gola

Re: Trying to build golang on 9th march snapshot

2018-03-12 Thread Patrick Marchand
> Apparently something to do with Go according to a message I received > off-list after writing to the maintainer of syncthing(1) earlier today: In that case I'll wait for a diff on the golang port to appear in the mailing list.

The sysctl(3) is changed to sysctl(2)?

2018-03-12 Thread Nan Xiao
Hi all, Greetings from me! I find sysctl(3) in OpenBSD 6.2 is changed to system call in -current (please refer the manual: https://man.openbsd.org/sysctl.2). So the sysctl would be a system call instead of library function in future OpenBSD? Thanks in advance! Best Regards Nan Xiao

Re: The vim display issue on OpenBSD

2018-03-12 Thread Nan Xiao
I tried other options, but still the same problem ... Best Regards Nan Xiao On Tue, Mar 13, 2018 at 12:51 AM, jungle Boogie wrote: > On 11 March 2018 at 18:18, Nan Xiao wrote: >> Hi all, >> >> Update: >> >> I try to install vim-8.0.0987p0-no_x11, still the same problem, thanks! > > I am using v

Re: The sysctl(3) is changed to sysctl(2)?

2018-03-12 Thread Theo de Raadt
It is a library routine that calls a system call. It isn't worth changing at this point. > I find sysctl(3) in OpenBSD 6.2 is changed to system call in -current > (please refer the manual: https://man.openbsd.org/sysctl.2). > > So the sysctl would be a system call instead of library function in

Re: The sysctl(3) is changed to sysctl(2)?

2018-03-12 Thread Philip Guenther
On Mon, Mar 12, 2018 at 7:52 PM, Theo de Raadt wrote: > It is a library routine that calls a system call. > It isn't worth changing at this point. > Actually we did. > > I find sysctl(3) in OpenBSD 6.2 is changed to system call in -current > > (please refer the manual: https://man.openbsd.org/

Re: The vim display issue on OpenBSD

2018-03-12 Thread Ville Valkonen
Hi, can you please show your ~/.vimrc? Thanks, Ville On Tue, 13 Mar 2018 at 4.52, Nan Xiao wrote: > I tried other options, but still the same problem ... > Best Regards > Nan Xiao > > > On Tue, Mar 13, 2018 at 12:51 AM, jungle Boogie > wrote: > > On 11 March 2018 at 18:18, Nan Xiao wrote: >

Re: The vim display issue on OpenBSD

2018-03-12 Thread Nan Xiao
Hi Ville, I don't have ~/.vimrc, only a ~/.viminfo, thanks! Best Regards Nan Xiao On Tue, Mar 13, 2018 at 1:47 PM, Ville Valkonen wrote: > Hi, > > can you please show your ~/.vimrc? > > Thanks, > Ville > > On Tue, 13 Mar 2018 at 4.52, Nan Xiao wrote: >> >> I tried other options, but still the

Re: OSPF over gif on top of IPsec transport -current

2018-03-12 Thread David Gwynne
> On 11 Mar 2018, at 05:30, Atanas Vladimirov wrote: > > On 2018-03-10 00:01, Remi Locherer wrote: >>> >> With below diff the setup works as expected: tcpdump shows OSPF hellos >> on gif0 and ospfd sees the neighbour. >> I don't think it's the correct fix though. >> Index: if_gif.c >> =