ypldap.conf help - was: Samba4 and OpenBSD

2016-01-10 Thread Theodore Wynnychenko
Hello again: First, I will try to document what I did to get samba up as an AD DC in the next few days (I will note, as an older mail post stated, it takes a "LONG" time for it to start up when the system boots). But, I am hoping that someone can help me understand where my ypldap problem is. As

pfctl: DIOCGETQSTATS: Bad file descriptor

2016-01-10 Thread lists
Whenever running "doas pfctl -s queue -v" on a 5.8/amd64 box (PC engines apu1d4), it outputs the error "pfctl: DIOCGETQSTATS: Bad file descriptor". Has anyone seen this before? Both queuing and port filtering have been working without issue. Here's a 1:1 copy of the queuing section I'm running

Re: Laptop Dell vostro 1500 hang after suspend/resume

2016-01-10 Thread Mike Larkin
On Sun, Jan 10, 2016 at 06:07:58PM +0100, Sol??ne Rapenne wrote: > Hello, > > I am using a Dell Vostro 1500, apmd is started with -A flag > and when I type "zzz" to enter in suspend mode everything > seems to works as expected. > > But when I resume it, the screen stays black, the backlight > of

bc says unimplemented on seemingly normal code

2016-01-10 Thread Joel Rees
Given the following code, define vc(vs,t,r,c) { return vs * (1-e(-t/(r*c))); } scale = 5; vs = 120; r = 60; c = .01; for ( t=0.0; t<5.0; t += 0.1 ) { vc = vc(vs,t,r,c ); vr = vs - vc; a = vr / r; p = vr * a; print"t: ", t, " vc:", vc(vs,t,r,c ), " a: ",

Re: Block IP with pf rules

2016-01-10 Thread Peter N. M. Hansteen
On 01/10/16 12:40, Gianluca D.Muscelli wrote: Hi, I do not understand, I'm blocking some IP with these PF rules: [ ... ] pass in quick on egress proto tcp \ from \ to (egress) port smtp \ rdr-to 127.0.0.1 port spamd pass out quick on egress proto tcp to any port smtp

Re: Block IP with pf rules

2016-01-10 Thread Marko Cupać
On Sun, 10 Jan 2016 13:36:44 +0100 "Peter N. M. Hansteen" wrote: > On 01/10/16 12:40, Gianluca D.Muscelli wrote: > > Hi, I do not understand, I'm blocking some IP with these PF rules: > > [ ... ] > > > pass in quick on egress proto tcp \ > >from \ > >to

How to disable hwfeatures CSUM_TCPv4 on em(4) ?

2016-01-10 Thread Denis Fondras
Hi, Can anyone tell me how to disable CSUM_TCPv4 on em(4) please ? Thank you in advance, Denis

Block IP with pf rules

2016-01-10 Thread Gianluca D.Muscelli
Hi, I do not understand, I'm blocking some IP with these PF rules: table persist table persist table persist file "/var/db/blacklist” block in log block in quick from urpf-failed label uRPF pass out all modulate state pass in quick inet proto icmp icmp-type { echoreq, unreach } pass in

Re: PF: can't make queueing and priority work as expected

2016-01-10 Thread Marko Cupać
On Sat, 9 Jan 2016 11:11:27 -0700 Daniel Melameth wrote: > You NEED to set a max on your ROOT queues. I came to this conclusion as well. But not only on root queues. For example, when max is set on root queue but only bandwidth on child queues, no shaping takes place:

Laptop Dell vostro 1500 hang after suspend/resume

2016-01-10 Thread Solène Rapenne
Hello, I am using a Dell Vostro 1500, apmd is started with -A flag and when I type "zzz" to enter in suspend mode everything seems to works as expected. But when I resume it, the screen stays black, the backlight of the screen enables, the power LED show that it's no longer in sleep mode and

Re: Relayd as a HTTPS client

2016-01-10 Thread Lampshade
I have posted this message also to bugs mailing lists with subject Relayd in TlsClient mode accepts TLSv1 and TLSv1.1 today, January 10, 2016

Re: How to disable hwfeatures CSUM_TCPv4 on em(4) ?

2016-01-10 Thread Christian Weisgerber
On 2016-01-10, Denis Fondras wrote: > Can anyone tell me how to disable CSUM_TCPv4 on em(4) please ? There is no way to configure this. You would have to patch the driver. But why would you want to do this in the first place? -- Christian "naddy" Weisgerber

Re: Wifi on Acer Aspire One ZG5 doesn't work

2016-01-10 Thread Stuart Henderson
On 2016-01-09, Stefan Sperling wrote: > On Sat, Jan 09, 2016 at 03:48:41PM +0100, Nick Erdmann wrote: >> Hi, >> I'm running OpenBSD 5.8 i386 on an Acer Aspire One ZG5. Wifi doesn't work. >> I've attached the dmesg output. The device has a wifi switch, which doesn't >> seem to have

Re: Mg scroll-up issue in xterm

2016-01-10 Thread Christian Weisgerber
On 2015-12-27, Christian Weisgerber wrote: >> I noticed issue with mg scroll-up keybinding when "xterm*locale: true" is >> set in >> ~/.Xresources. >> When the above option is set, mg requires that you type C-v C-v to scroll-up >> instead of single C-v. I'm not sure if this