Unbound(8) error: could not set SSL_OP_NO_SSLv2

2015-10-26 Thread Gerald Hanuer
Hello misc@, Unbound(8) in current errors out, not starting. This is not a bug report. If this is known to devs@ please disregard. /usr/bin/unbound -v Version 1.5.4 linked libs: libevent 1.4.15-stable (it uses kqueue), LibreSSL 2.3.1 linked modules: dns64 validator iterator BSD

inteldrm errors with i915

2015-10-26 Thread Jan Stary
WIth the latest current/amd64 snapshot (dmesg below) inteldrm shows the following errors: drm: render error detected, EIR: 0x0010 drm: page table error drm: PGTBL_ER: 0x0102 error: [drm:pid0:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x0010, masking drm: render error

Qemu error on OpenBSD 5.8

2015-10-26 Thread Jan Lambertz
When you do: open xterm ulimit -d 2000 start vm from this xterm same error ?

Load balancing based on user-agent string? (relayd)

2015-10-26 Thread Bernd
Hi, has anyone ever build this on relayd? If so, are you willing to share your config? E.g., I'd need users that use the Internet Exploder, Opera and Chrome redirected to Server A, while I need clients running Safari, Firefox and Vivaldi redirected to Server B. Thanks, Bernd

Re: Qemu error on OpenBSD 5.8

2015-10-26 Thread ilyes aiouaz
Le 10/26/15 10:34, Jan Lambertz a écrit : When you do: open xterm ulimit -d 2000 start vm from this xterm same error ? Yes, Qemu work now without any problem.

Re: apu1d as an NTP server

2015-10-26 Thread Aviolat Romain
We have a NTP server (OpenNTPd) running on the pervious board (alix2d3) which is way less powerful (256MB RAM, 500MHz CPU) and OpenBSD for our infra (100 servers). It's perfectly fine in term of load and reliability. Romain -Original Message- From: owner-m...@openbsd.org

Re: apu1d as an NTP server

2015-10-26 Thread Gene
On Fri, Oct 23, 2015 at 4:49 PM, Brian Conway wrote: > How large is your network? > I have ~500 systems/devices that would be pointed at them, would increase 10-20% yearly. I imagine the CPU on the APU is more than capable of handling 10x as much and more. On Sat, Oct

Re: difficulties with ext2 drives

2015-10-26 Thread Matej Nanut
Hey, I've reported, possibly incorrectly, the exact same issue here: https://www.marc.info/?l=openbsd-misc=144408289116398 I tried formatting a different partition on my internal drive as ext2 from an Ubuntu live DVD and that works as expected, but it is much smaller (30 G vs 2 TB). Matej

Re: NAT replies not triggering pf rule

2015-10-26 Thread Michael S. Keller
Because there will never be a packet on gem0 with destination 192.168.1.64. The packets are being natted, aren't they? Try using tags, your life will be much simpler. I tried tags in an earlier iteration of this. Didn't help. As a simpler test, I revised the rule for packets leaving gem0 to

Fixes to donor list

2015-10-26 Thread Tae Wong
The page is located at http://www.openbsd.org/donations.html Duplicate donors to remove: Fabien Aratbi Dit Perrot (entry to keep - fourth column) Fabien Perrot (entry to remove - fourth column) Steven Lindell (entry to keep - first column) Steve Lindell (entry to remove) Johan M:son Lindman

Chromium-44.0 freezes a machine with 5.8-STABLE

2015-10-26 Thread Alessandro DE LAURENZIS
Dear misc@ readers, I'm facing a systematic crash on 5.8-STABLE triggered by a sequence of operations in Chromium: - open the extension folder; - search for Tampermonkey; - go to the chrome web store; then the machine freezes, without coming back to the console; all stops working, I'm not even

Re: Strange network issue during startup

2015-10-26 Thread Alessandro DE LAURENZIS
Hi Mike, On Fri 09/10/2015 19:20, Mike Belopuhov wrote: > On 9 October 2015 at 19:15, Alessandro DE LAURENZIS > wrote: > > Hi Mike, > > > > On Fri 09/10/2015 19:07, Mike Belopuhov wrote: > >> Hi, > >> > >> Please drop the diff I've sent you and try current. > >> The fix

Re: difficulties with ext2 drives

2015-10-26 Thread Peter Van Eenoo
Oh interesting. My drive is a Seagate 2TB drive as well On Mon, Oct 26, 2015 at 1:14 PM, Matej Nanut wrote: > Hey, > > I've reported, possibly incorrectly, the exact same issue here: > > https://www.marc.info/?l=openbsd-misc=144408289116398 > > I tried formatting a different

Re: relayd as reverse-proxy with authentication?

2015-10-26 Thread Predrag Punosevac
Christian Kildau wrote: > Hello, > > is it possible to run relayd as kind of a HTTP reverse-proxy that adds > SSL and Authentication? > Currently we run apache2 as a reverse proxy on our gateway that takes > request on port 443 using ssl, > requires authentication against a htaccess file and and

Re: NAT replies not triggering pf rule

2015-10-26 Thread Giancarlo Razzolini
Em 25-10-2015 15:31, Michael S. Keller escreveu: > I want to set queues to limit bandwidth for the streaming media > devices on my home network. Unfortunately, the "pass out" rules on my > internal network (external is PPPoE) don't ever trip for replies > received from the world. Are you aware

Re: correct way to clear sensitive data from env?

2015-10-26 Thread Giancarlo Razzolini
Em 24-10-2015 09:07, Stuart Henderson escreveu: > I don't understand why openvpn doesn't just allow passing the > username/password on a file descriptor to the authentication command. > That would avoid the permission problems with via-file and the unsafe > nature of via-env. I don't understand

Re: Making IPv6 NAT prefer privacy address

2015-10-26 Thread Giancarlo Razzolini
Em 25-10-2015 01:37, Fernando Gont escreveu: > ... as long as IPv6 addresses are not embedded in the app protocol. > > FWIW, I wouldn't go this way. ULAs (fd00::/8) erver a different purpose: > e.g., still be able to communicate within your network if global > connectivity/addressing fails. The

Re: NAT replies not triggering pf rule

2015-10-26 Thread Michael S. Keller
On 10/26/15 8:12 AM, Giancarlo Razzolini wrote: Are you aware that you'll need to have a queue on the internal interface and another on the egress one right? Queuing incoming packets is very tricky and not always have the desired effect. I suggest you start with prio and see where it leads you:

difficulties with ext2 drives

2015-10-26 Thread Peter Van Eenoo
I'm having problems copying over some files from an external backup drive. The files were created on a linux system and the file system is ext2 (not 3 or 4) The OpenBSD system I've mounted the drive on and I'm attempting to copy to, is 5.8 I noticed a lot of errors of: "Invalid argument": Here