Re: unable to add tun interface to bridge

2016-04-24 Thread Daniel Gillen
On 24.04.2016 04:39, niya levi wrote: > hi everyone > i am trying to setup openvpn with tun on a bridge (openbsd 5.9), > i tried the following but got an Invalid argument error, > > ifconfig tun0 create > ifconfig bridge0 create > ifconfig bridge0 add em0 > ifconfig bridge0 add tun0 > ifconfig:

Re: unable to add tun interface to bridge

2016-04-24 Thread Theron ZORBAS
blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Hi, I was just looking for usage of tap device.Is there any real world example for tap?There is no information about tap at man

Re: current on Thinkpad T460p

2016-04-24 Thread Jonathan Gray
On Sat, Apr 23, 2016 at 09:04:36AM +0200, P Arun Babu wrote: > Hi Misc, > > I just purchased my first Thinkpad T460p yesterday. This one comes > with a WQHD display. > > Though this is a new hardware, -current seems to be working fine for me. > Thank you very much :) > > Below are my initial

Re: pledging fork?

2016-04-24 Thread Sebastien Marie
On Sun, Apr 24, 2016 at 05:53:45PM +0100, ra...@openmailbox.org wrote: > I'm having a problem with pledge on openbsd > > #include > void main(void) { pledge("proc", NULL); fork(); } > > when I run this I get: > > Program received signal SIGABRT, Aborted. > 0x05f7309c70ba in mprotect () at

pledging fork?

2016-04-24 Thread rain1
I'm having a problem with pledge on openbsd #include void main(void) { pledge("proc", NULL); fork(); } when I run this I get: Program received signal SIGABRT, Aborted. 0x05f7309c70ba in mprotect () at :2 here is a backtrace #0 0x05f7309c70ba in mprotect () at :2 #1

Re: pledging fork?

2016-04-24 Thread Theo de Raadt
If you can't use ktrace, you should not try to do pledge work. You are not tall enough to ride. >I'm having a problem with pledge on openbsd > >#include >void main(void) { pledge("proc", NULL); fork(); } > >when I run this I get: > >Program received signal SIGABRT, Aborted. >0x05f7309c70ba

Re: current on Thinkpad T460p

2016-04-24 Thread Jonathan Gray
On Sun, Apr 24, 2016 at 05:56:27PM +0200, P Arun Babu wrote: > On Sun, Apr 24, 2016 at 11:09 AM, Jonathan Gray wrote: > > On Sat, Apr 23, 2016 at 09:04:36AM +0200, P Arun Babu wrote: > >> Hi Misc, > >> > >> I just purchased my first Thinkpad T460p yesterday. This one comes > >>

Re: Difference between 5.9 vs 5.7

2016-04-24 Thread Muhammad Muntaza
On Apr 24, 2016 8:53 PM, "Mohammad BadieZadegan" wrote: > > Hi everybody, Hi, > /home/user/.xinitrc[2]: startxfce4: not found $ echo $PATH $ which startxfce4 $ echo 'exec startxfce4' > ~/.xinitrc $ startx Muhammad Muntaza bin Hatta

Apr 24 snap - video broken on chrome running as different user?

2016-04-24 Thread lists
Hello all - I run chrome as a different user, "browser". In my .xinitrc, I have the command "xhost si:localuser:browser", and a script that fixes environment variables and effectively launches "doas -u browser sh -c chrome". In the Apr 24 snapshot for amd64, chrome no longer plays youtube

Re: Apr 24 snap - video broken on chrome running as different user?

2016-04-24 Thread lists
It's also worth mentioning that I get this error when run from xterm: [62930:679092224:0425/050804:ERROR:video_layer_impl.cc(369)] Not implemented reached in virtual void cc::VideoLayerImpl::AppendQuads(cc::RenderPass *, cc::AppendQuadsData *)

Re: pledging fork?

2016-04-24 Thread Bryan Irvine
Can someone commit this please? :-) --- theo.c 2016-04-24 16:04:34.0 -0700 +++ theo.c.new 2016-04-24 16:05:25.0 -0700 @@ -195,6 +195,7 @@ "I want a new vax, one that's not so slow.", "This sausage is made from unsound meat.", "The people who wrote this code are not on your

Re: Difference between 5.9 vs 5.7

2016-04-24 Thread Raf Czlonka
On Sun, Apr 24, 2016 at 11:29:41PM BST, Muhammad Muntaza wrote: > On Apr 24, 2016 8:53 PM, "Mohammad BadieZadegan" > wrote: > > > > Hi everybody, > Hi, > > > /home/user/.xinitrc[2]: startxfce4: not found > > $ echo $PATH > $ which startxfce4 Hi Muhammad, You have to set

Re: Can't use sshfs as user

2016-04-24 Thread Thuban
* Thuban le [22-04-2016 16:51:39 +0200]: > Hi, > I try to mount a directory with sshfs as non-root, but I get the > following error : > > fuse_mount: Permission denied > > I don't get it. I have "kern.usermount=1" in /etc/sysctl.conf, but > according to [1] I need to

Re: Can't use sshfs as user

2016-04-24 Thread Sebastien Marie
On Fri, Apr 22, 2016 at 04:51:39PM +0200, Thuban wrote: > Hi, > I try to mount a directory with sshfs as non-root, but I get the > following error : > > fuse_mount: Permission denied > > I don't get it. I have "kern.usermount=1" in /etc/sysctl.conf, but > according to [1] I need to use some

Re: unable to add tun interface to bridge

2016-04-24 Thread Claudio Jeker
On Sun, Apr 24, 2016 at 03:39:58AM +0100, niya levi wrote: > hi everyone > i am trying to setup openvpn with tun on a bridge (openbsd 5.9), > i tried the following but got an Invalid argument error, > > ifconfig tun0 create > ifconfig bridge0 create > ifconfig bridge0 add em0 > ifconfig bridge0