Re: can't get vmd to work on current

2016-09-08 Thread Mart Tõnso
> True. If it was merely GENERIC[.MP] with vmm enabled, then fine. But a > kernel named "TIMMU" could deserve some explanation as to what's been > done to it. That's why I included the config in the first email, but I see where the confusion arises. Since VMM is not enabled by default and changing

Re: can't get vmd to work on current

2016-09-07 Thread Mart Tõnso
>> OpenBSD 6.0-current (TIMMU) #4: Wed Sep 7 00:35:13 EEST 2016 > > Not going to help with custom kernels. Work on -current on real Only reason that I'm using a custom kernel is to enable vmm, so this is a catch 22. > hardware with a standard kernel if you want to play with vmm please. Hm, yes,

Re: can't get vmd to work on current

2016-09-07 Thread Mart Tõnso
Pardon me, dmesg follows. This is inside a Virtualbox VM for "testing purposes". OpenBSD 6.0-current (TIMMU) #4: Wed Sep 7 00:35:13 EEST 2016 r...@bsd1.lan:/usr/src/sys/arch/amd64/compile/TIMMU real mem = 1056899072 (1007MB) avail mem = 1020399616 (973MB) mpath0 at root scsibus0 at mpath0: 25

can't get vmd to work on current

2016-09-07 Thread Mart Tõnso
Hello, I'm trying to get vmd working, but am failing so far. What I've done: Custom kernel config to enable vmm: include "arch/amd64/conf/GENERIC" option MULTIPROCESSOR #option MP_LOCKDEBUG cpu*at mainbus? # enable vmm vmm0 at mainbus0 # EOF /etc/vm.conf: # vm.conf sets="/va

Re: spreed server

2016-07-26 Thread Mart Tõnso
Did you use "gmake"? Mart On Thu, Jul 21, 2016 at 10:29 PM, Stephen Graf wrote: > Has anyone tried to build the spreed server? > https://github.com/strukturag/spreed-webrtc > > I tried, but the configure would not run with openbsd automake, autoconf and > m4 packages. > When I loaded the GNU equ

Re: Secure PKG_PATH for doas

2016-05-19 Thread Mart Tõnso
Do feel free to select from the list of actual mirrors: http://www.openbsd.org/ftp.html Mart On Thu, May 19, 2016 at 10:02 PM, Mihai Popescu wrote: >> echo "installpath = http://your.favorite.mirror/"; > /etc/pkg.conf > >> .. and enjoy! > > Error from http://your.favorite.mirror/ > ftp: your.fav

Re: Secure PKG_PATH for doas

2016-05-19 Thread Mart Tõnso
There is an alternative to PKG_PATH env var: http://man.openbsd.org/OpenBSD-current/man5/pkg.conf.5 echo "installpath = http://your.favorite.mirror/"; > /etc/pkg.conf .. and enjoy! Mart On Thu, May 19, 2016 at 4:32 AM, Ted Unangst wrote: > Igor Mironov wrote: >> The packages and ports' FAQ m

Re: routes get assigned to a wrong interface, openbsd 5.9

2016-04-18 Thread Mart Tõnso
On Wed, Apr 13, 2016 at 1:50 PM, Martin Pieuchot wrote: > On 13/04/16(Wed) 13:27, Mart Tõnso wrote: >> Thank you! Assigning a proper ppp netmask solved this issue. I'll see >> if I can get arround to testing the patch. Is there a chance of >> including it in the "cu

Re: routes get assigned to a wrong interface, openbsd 5.9

2016-04-13 Thread Mart Tõnso
t that's how the client interface ends up when server is running with "subnet" topology. It seems to work well with bsd/linux/macos/windows clients, so I haven't gone digging deeper. Regards, Mart On Wed, Apr 13, 2016 at 10:45 AM, Martin Pieuchot wrote: > Hello Mart, > >

Re: routes get assigned to a wrong interface, openbsd 5.9

2016-04-12 Thread Mart Tõnso
PM, Martin Pieuchot wrote: > On 12/04/16(Tue) 16:20, Mart Tõnso wrote: >> Hello. >> >> I am hitting a strange behaviour with openbsd 5.9. >> >> # uname -a >> OpenBSD router_dev01.lan 5.9 GENERIC.MP#1888 amd64 >> >> There's pppd running on the b

routes get assigned to a wrong interface, openbsd 5.9

2016-04-12 Thread Mart Tõnso
Hello. I am hitting a strange behaviour with openbsd 5.9. # uname -a OpenBSD router_dev01.lan 5.9 GENERIC.MP#1888 amd64 There's pppd running on the box (for a 3g connection) and OpenVPN connection on top of that. The bug is that any routes pushed from openvpn server get assigned to ppp0 interfa