HP 1020 G1 OpenBSD 6.0 Beta status and dmesg

2016-06-15 Thread Bodie
Hi all, trying to find if OpenBSD will be usable on this laptop via USB live OpenBSD 6.0 Beta install. There was some fight with old USB flash and EFI, but is already resolved so that I can provide some outputs and info. 1) VGA works including 3D 2) USB camera is detected (I have firmware on

Re: DNS servers around here not working for days. dig works. fix?

2016-06-15 Thread Peter Hessler
On 2016 Jun 14 (Tue) at 11:38:03 -0700 (-0700), Christopher Ahrens wrote: :li...@wrant.com wrote: :>Tue, 14 Jun 2016 11:46:39 -0500 Chris Bennett :> :>>$ dig bsd.org @8.8.4.4 +trace :>>dig: couldn't get address for 'm.root-servers.net': not found :>> :>>pass ~ $ dig bsd.org @8.8.8.8 +trace :>>dig

Re: DNS servers around here not working for days. dig works. fix?

2016-06-15 Thread Abel Abraham Camarillo Ojeda
On Tue, Jun 14, 2016 at 3:49 PM, Chris Bennett wrote: > On Tue, Jun 14, 2016 at 09:05:57PM +0100, Stuart Henderson wrote: >> >> If you can't find some other way to get things working then at least >> you should be able to browse by "ssh -D 1080 somehost" and setting the >> browser to use 127.0.0.1

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-15 Thread Peter N. M. Hansteen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 This is one of the cases where the best possible answer is, "tcpdump is your friend". You have outlined a number of test cases. It would be really useful if you try each one of them, and use tcpdump to record and identify the effects of each one. It

Re: HP 1020 G1 OpenBSD 6.0 Beta status and dmesg

2016-06-15 Thread Sean Howard
Sent from my phone.   Original Message   From: Bodie Sent: Wednesday, June 15, 2016 03:49 To: misc@openbsd.org Reply To: bodz...@openbsd.cz Subject: HP 1020 G1 OpenBSD 6.0 Beta status and dmesg Hi all, trying to find if OpenBSD will be usable on this laptop via USB live OpenBSD 6.0 Beta install.

Re: Creating https certificates dynamically for redirected/blocked requests

2016-06-15 Thread lists
Tue, 14 Jun 2016 17:53:25 -0500 "Ted Wynnychenko" > >How are you identifying connections to block? > > I block connections based on a list from malwaredomains.com. A script runs > nightly that downloads the list/changes, creates zone files, and reloads > unbound/nsd. The "blocked" zone files

Re: HP 1020 G1 OpenBSD 6.0 Beta status and dmesg

2016-06-15 Thread Mike Larkin
On Wed, Jun 15, 2016 at 09:47:35AM +0200, Bodie wrote: > Hi all, > > trying to find if OpenBSD will be usable on this laptop via USB live OpenBSD > 6.0 Beta install. There was some fight with old USB flash and EFI, but is > already resolved so that I can provide some outputs and info. > > 1) VGA

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-15 Thread Andy Lemin
Peter is quite right, to add some examples to his suggestion; tcpdump -nettti pflog0 <- Shows only dropped packets tcpdump -nettti em0 <- Shows all packets on the interface, including ToS values and VLAN ID etc. tcpdump -nettti vlanX <- Shows only packets on the VLAN without the extra info. Sure

smtpd failing and a work around.

2016-06-15 Thread Peter Fraser
opensmtpd has a bug, that I know is being worked on. It leave streams open that should be closed and will eventually stop listening for new connections. The only fix I know at the moment is to restart opensmtpd. My first attempt to mitigate this problem was to use timeout to see if "telnet mail 2

Re: is 'set prio' in pf unidirectional or bidirectional?

2016-06-15 Thread Andy Lemin
Ohh, Forgot to mention.. PF by default sets good ToS values on its CARP heartbeats, but we use HP Procurve switches with DiffServ enabled. By default with HP, HP maps the ToS value that PF uses for CARP by default, into a low priority CoS queue! Yes really ;) Don't you just love HP. And on many HP

Re: bluetooth audio -> usb dongle?

2016-06-15 Thread frantisek holop
Edgar Pettijohn, 14 Jun 2016 17:41: > Someone answered a similiar question recently. I believe > the answer was "if the dongle handles the bluetooth" then > it will work. However, if it expects the OS to do any > part of the pairing, etc then it will not work. a quick search for "openbsd bluet

opensmtd failing and a work a round

2016-06-15 Thread Peter Fraser
I apologize for the missing newlines in the earlier messages opensmtpd has a bug, that I know is being worked on. It leave streams open that should be closed and will eventually stop listening for new connections. The only fix I know at the moment is to restart opensmtpd. My first attempt to mit

smtpd failing and a work around

2016-06-15 Thread Peter Fraser
Trying again to get the line feeds. Microsoft outlook seems intent on deleting them. I apologize for mistake opensmtpd has a bug, that I know is being worked on. It leave streams open that should be closed and will eventually stop listening for new connections. The only fix I know at the moment i

Re: opensmtd failing and a work a round

2016-06-15 Thread Gilles Chehade
On Wed, Jun 15, 2016 at 07:33:47PM +, Peter Fraser wrote: > I apologize for the missing newlines in the earlier messages > > opensmtpd has a bug, that I know is being worked on. It leave streams open > that should be closed and will eventually stop listening for new connections. > > The only

ipsec routing issues

2016-06-15 Thread rizz2pro
Hi, im not sure if this is some kind of bug or by design but I thought i would ask. Firstly check out this diagram I made: http://i.imgur.com/EUXqauH.png - I hope im allowed to post that link. The servers have default routes to their firewalls. Firewall A has a default route to 10.100.100.2 Fire

Re: HP 1020 G1 OpenBSD 6.0 Beta status and dmesg

2016-06-15 Thread Bodie
On 15.06.2016 20:29, Mike Larkin wrote: On Wed, Jun 15, 2016 at 09:47:35AM +0200, Bodie wrote: Hi all, trying to find if OpenBSD will be usable on this laptop via USB live OpenBSD 6.0 Beta install. There was some fight with old USB flash and EFI, but is already resolved so that I can provide

Re: ipsec routing issues

2016-06-15 Thread mxb
Hey, to begin with, it would be nice to see output from ‘netstat -rn’ before you started adding/deleting routes. //mxb > On 15 juni 2016, at 22:56, rizz2pro wrote: > > Hi, im not sure if this is some kind of bug or by design but I thought > i would ask. > > Firstly check out this diagram I made