Re: Which really small, portable and lightweight system/device is usable running OpenBSD?

2018-09-24 Thread Tim Jones
> Can confirm, typing on mine currently. Have to use an external wifi adapter, > but most everything else works just fine. It's a little on the slow side, but > it does well enough for daily computing. Out of interest, did you find a OpenBSD friendly USB-C WIFI adapter or are you using an adap

Re: hijack client DNS query to localhost cache in the router 

2018-09-24 Thread Craig Skinner
On Sun, 23 Sep 2018 12:21:36 +0800 Fung wrote: > simple router build with OpenBSD > Wan a.b.c.d > Lan 192.168.0.1/24 > Unbound run for DNS cache in 127.0.0.1 > > > we want: > no mater a client pc set dns to any address ( 8.8.8.8 or 9.9.9.9 ) > all clients' dns query are redirect to the localhost

Re: Which really small, portable and lightweight system/device is usable running OpenBSD?

2018-09-24 Thread Jake Champlin
On Mon, Sep 24, 2018 at 09:13:48AM +, Tim Jones wrote: > > Can confirm, typing on mine currently. Have to use an external wifi > > adapter, but most everything else works just fine. It's a little on the > > slow side, but it does well enough for daily computing. > > > Out of interest, did y

USB Ethernet adapter

2018-09-24 Thread Bogdan Kulbida
Dear Community, Please don’t judge that hard, but I’m trying to see if I can set-up a network gateway with one of the old’ish servers I have here. It was running OBSD just fine for a looong time but has only one network interface. It does have few extra USB ports, ta-da... Anyway, what USB networ

Problem building GCC 8.2.0 amd64-to-i386 cross-compiler

2018-09-24 Thread Katherine Rohl
I need to build a GCC cross-compiler targeting i386-pc-elf. I'm running into problems with the build on OpenBSD 6.3. I've already successfully built a binutils-2.31.1 for i386-pc-elf. Trying to use the GCC 4.9.4 package (as GCC 4.2 is too old to build GCC 8), my configure is: CC=egcc CXX=eg+

Re: Problem building GCC 8.2.0 amd64-to-i386 cross-compiler

2018-09-24 Thread Daniel Corbe
at 11:43 PM, Katherine Rohl wrote: *** /usr/bin/ld: build/genmodes.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC *** Have you tried following the compiler’s advice and rebuilding with -fPIC