Re: network roaming convenience

2014-07-21 Thread Charles Musser
On Jul 18, 2014, at 3:09 PM, Stuart Henderson wrote: > On 2014-07-17, Daniel Melameth wrote: >> It should have tried WEP first and, if that failed, WPA. ifconfig in >> -current can now discern WEP or WPA so this can readily be improved. > > ...as long as you have a wifi nic where "ifconfig sca

Re: zzz, /dev/wsmouse

2014-07-21 Thread Mike Burns
A partial reply; I have not yet run your patch: On 2014-07-21 16.00.01 +0200, Martin Pieuchot wrote: > More seriously, can you plug external USB devices to your laptop and see > if they are correctly recognized? Do they attach to uhub2 or uhub3? That seems to always work, regardless of whether

Re: l2tp / ipsec issue

2014-07-21 Thread Giancarlo Razzolini
Em 21-07-2014 10:04, Gordon Turner escreveu: > Thanks, > > After making this change, I no long see errors in /var/log/messages, > but the device times out trying to connect. Probably that's because the router is dropping the packets. I'm guessing it does not have a stateful packet firewall. > > I w

Re: Are nc -lu < /dev/zero > /dev/null a good throughput test?

2014-07-21 Thread Giancarlo Razzolini
Em 20-07-2014 19:44, Adam Thompson escreveu: > FWIW, you're almost certainly going to be CPU-bound. I can't get more > than ~200Mbps on an emulated em(4) interface under ProxmoxVE (KVM > 1.7.1) between two VMs running on the same host. Granted, the CPUs > are slowish (2.2GHz Xeon L5520). I get b

Re: /etc/rc: no closing quote

2014-07-21 Thread pae3
On 07/22/2014 00:04, Antoine Jacoutot wrote: On Mon, Jul 21, 2014 at 11:50:19PM +0400, pae3 wrote: Hi. After upgrade from iso file (21 july) local daemons from /etc/rc.conf.local not started. During boot process 1 odd messages has been seen : "/etc/rc: no closing quote" ( on i386 & amd64). D

Re: immutable-ish version control repo?

2014-07-21 Thread Giancarlo Razzolini
Em 17-07-2014 23:27, Adam Thompson escreveu: > git - unknown I've used svn for many years. It's centralized structure means you can't alter the past. At least not from a client, AFAIK. Now I only use git, with gitolite for management. You can do lot's of things, including barring past alteration. I

Re: /etc/rc: no closing quote

2014-07-21 Thread Antoine Jacoutot
On Mon, Jul 21, 2014 at 11:50:19PM +0400, pae3 wrote: > Hi. > > After upgrade from iso file (21 july) local daemons from /etc/rc.conf.local > not started. > During boot process 1 odd messages has been seen : > "/etc/rc: no closing quote" > ( on i386 & amd64). Did you run sysmerge? > OpenBSD 5

/etc/rc: no closing quote

2014-07-21 Thread pae3
Hi. After upgrade from iso file (21 july) local daemons from /etc/rc.conf.local not started. During boot process 1 odd messages has been seen : "/etc/rc: no closing quote" ( on i386 & amd64). Alex OpenBSD 5.6-beta (GENERIC) #236: Mon Jul 21 02:35:53 MDT 2014 dera...@i386.openbsd.org:/us

faq/current.html: Lynx removed

2014-07-21 Thread Maximilian Fillinger
Since lynx has been removed from base, should something like this be added to the "Following -current" page? --- faq/current.html.orig Mon Jul 21 20:00:14 2014 +++ faq/current.htmlMon Jul 21 20:18:02 2014 @@ -62,6

Re: zzz, /dev/wsmouse

2014-07-21 Thread Martin Pieuchot
On 20/07/14(Sun) 17:34, Mike Burns wrote: > On 2014-07-19 16.43.30 +0200, Martin Pieuchot wrote: > > On 13/07/14(Sun) 18:22, Mike Burns wrote: > > > Thinkpad X1 Carbon with a touchscreen, running 5.5-stable. When I resume > > > from suspend my Xorg.0.log is flooded with: > > > > > > (EE) ws: /de

Re: l2tp / ipsec issue

2014-07-21 Thread Gordon Turner
On 2014-07-21 01:36, chenghan tv wrote: the public_ip in your ipsec.conf should be the external ip of your router, not the openbsd box. Thanks, After making this change, I no long see errors in /var/log/messages, but the device times out trying to connect. I will check other logs to see if

Re: l2tp / ipsec issue

2014-07-21 Thread mxb
I’d made cable modem act as bridge and let OpenBSD handle public IP/firewall (guessing it is DHCP). In this setup you’d eliminate this extra device with forwarding ports and simplified debugging. //mxb On 21 jul 2014, at 02:35, Gordon Turner wrote: > Hey List, > > I am trying to use OpenBSD

Re: Dropping UDP Packets

2014-07-21 Thread Stuart Henderson
On 2014/07/20 22:15, Darryl Wisneski wrote: > > How is fragmentation being handled? In OpenVPN or relying on the kernel > > to do it? Or are you using small mtu anyway to avoid frags? > > We are not tuning for fragmentation, nor are we setting mtu on > the endpoint. Doing that might be worth a tr