Call for Talk and Presentation Proposals for EuroBSDCon 2019 is open

2019-03-14 Thread Peter Nicolai Mathias Hansteen
EuroBSDcon 2019: Lillehammer, Norway The Call for Talk and presentation proposals for EuroBSDCon 2019 is now open. EuroBSDcon is the European technical conference for users and developers of BSD-based systems. The conference will take place September 19-22 2019 in Lillehammer, Norway. The tutor

Re: cannot install iozone

2019-03-14 Thread Antoine Jacoutot
On Fri, Mar 15, 2019 at 09:17:32AM +0300, Максим wrote: > Hello. > I cannot install iozone though it is shown using command pkglocate > $ pkglocate iozone > iozone-3.465:benchmarks/iozone:/usr/local/bin/iozone > iozone-3.465:benchmarks/iozone:/usr/local/man/man1/iozone.1 > > $ pkg_info -Q iozone >

cannot install iozone

2019-03-14 Thread Максим
Hello. I cannot install iozone though it is shown using command pkglocate $ pkglocate iozone iozone-3.465:benchmarks/iozone:/usr/local/bin/iozone iozone-3.465:benchmarks/iozone:/usr/local/man/man1/iozone.1 $ pkg_info -Q iozone shows nothing $ doas pkg_add -i iozone quirks-3.107 signed on 2019-03-

XSS vuln in cvsweb

2019-03-14 Thread Peter J. Philipp
Hi all, I have been notified by a wonderful security researcher that my site was vulnerable to XSS attacks. The first one was on software I wrote, and the second one was on software I got from OpenBSD ports. Not sure if I should be writing this to the ports mailing list though. I have written M

How to monitor class usage/limits?

2019-03-14 Thread Joel Carnat
Hi, The Internet is full of "OpenBSD desktop works better when rising datasize/maxproc/openfiles/stacksize in login.conf". One thing I can't manage to find is how you can monitor those values? I'm Ok to set arbitrary recommended values depending on system configuration and general usecases (like

IPv6 on AWS fails after 30 seconds

2019-03-14 Thread Jordan Geoghegan
Hi Folks, I was able to get OpenBSD working on AWS thanks to an awesome script by ajacoutot@ : https://github.com/ajacoutot/aws-openbsd Everything seems to be working great, except I've had difficulty getting IPv6 working properly. AWS unfortunately uses DHCPv6 rather than slaac for IPv6 ad

Re: TLS suddenly not working over IKED site-to-site - SOLVED?

2019-03-14 Thread Zhi-Qiang Lei
Mine is resolved by applying a smaller max-mss in pf and disabling ipcomp. Only disabling ipcomp didn’t work. > On Mar 15, 2019, at 3:15 AM, Andrew Daugherity > wrote: > > On Thu, Dec 20, 2018 at 6:54 PM Theodore Wynnychenko > wrote: >> Then, I took the advice above, and disable ipcomp on th

Re: TLS suddenly not working over IKED site-to-site - SOLVED?

2019-03-14 Thread Andrew Daugherity
On Thu, Dec 20, 2018 at 6:54 PM Theodore Wynnychenko wrote: > Then, I took the advice above, and disable ipcomp on the tunnel, and, BAHM, > https (and imaps) were working without an issue from openbsd, Windows 7, and > Macs! > > Just to be sure, I updated this am to the 12/19 amd64 snapshot. > >

Re: Are there open source firewall distributions which are built on top of OpenBSD?

2019-03-14 Thread Aham Brahmasmi
Hi Stuart, > Sent: Wednesday, March 13, 2019 at 11:05 AM > From: "Stuart Henderson" > To: misc@openbsd.org > Subject: Re: Are there open source firewall distributions which are built on > top of OpenBSD? > > On 2019-03-13, Mehma Sarja wrote: > > My current setup is basic firewall with DHCP, NAT

Re: what is the excellent USB wifi as wifi router made by openbsd

2019-03-14 Thread Stefan Sperling
On Thu, Mar 14, 2019 at 06:42:07PM +0900, Tuyosi T wrote: > hi all . > > i made a wifi router by openbsd . > but my USB wifi is too old , so slow speed . > > do you know some good USB wifis ? Try https://www.raspberrypi.org/products/raspberry-pi-usb-wifi-dongle/

Re: Are there open source firewall distributions which are built on top of OpenBSD?

2019-03-14 Thread Kamil Monticolo
The only one project I found that is actively maintained is https://github.com/sonertari/UTMFW You may also consider ansible playbook to manage pf, for example: https://www.lab-time.it/2017/10/13/openbsd-firewall-with-pf-usin

what is the excellent USB wifi as wifi router made by openbsd

2019-03-14 Thread Tuyosi T
hi all . i made a wifi router by openbsd . but my USB wifi is too old , so slow speed . do you know some good USB wifis ? the next is my setting . i386# ./comment-out.bat /etc/rc.local /root/wifi-router.bat-rum0 /etc/rc.d/dhcpd -f restart i386# cat /root/wifi-router.bat-rum0 ifconfi

Re: Are there open source firewall distributions which are built on top of OpenBSD?

2019-03-14 Thread Marco Prause
>> A standard OpenBSD installation is somewhat susceptible to power failures >> though. Especially fail/back/fail again during the startup procedure while >> it's relinking libraries in random order. Not saying it can't be used but >> some thought is needed if you know that it's *likely* to be po