Re: EARLY_AP_STARTUP hangs during boot

2016-08-03 Thread Gary Jennejohn
On Tue, 02 Aug 2016 10:41:23 -0700 John Baldwin wrote: > On Tuesday, August 02, 2016 09:03:10 AM Gary Jennejohn wrote: > > On Mon, 01 Aug 2016 13:19:16 -0700 > > John Baldwin wrote: > > > > > On Monday, August 01, 2016 03:31:11 PM Gary Jennejohn wrote: > > > > On Mon, 1 Aug 2016 09:34:34 +0

Possible zpool online, resilvering issue

2016-08-03 Thread Ultima
Hello, I recently had some issue with a PSU and ran several scrubs on a pool with around 35T. Random drives would drop and require a zpool online, this found checksum errors. (as expected) However, after all the scrubs I ran, I think I may have found a bug with zpool online resilvering process. 2

Re: date(1) default format changed between 10.3 and 11.0-BETA3

2016-08-03 Thread Julian Elischer
On 4/08/2016 7:24 AM, Mark Martinec wrote: Is it normal/expected/documented that the date(1) command in 11.0 now produces a timestamp in substantially different format in an "en_US.UTF-8" locale (long names, commas, 12 vs. 24h hour time): Thursday, August 4, 2016 at 12:50:43 AM CEST vs: Thu

date(1) default format changed between 10.3 and 11.0-BETA3

2016-08-03 Thread Mark Martinec
Is it normal/expected/documented that the date(1) command in 11.0 now produces a timestamp in substantially different format in an "en_US.UTF-8" locale (long names, commas, 12 vs. 24h hour time): Thursday, August 4, 2016 at 12:50:43 AM CEST vs: Thu Aug 4 00:52:29 CEST 2016 Setting LC_TIME

Re: Wierd issues with wifi in hostap mode in FreeBSD 11

2016-08-03 Thread Stefan Lambrev
Hi, Looks like I have made a typo in the configuration "wlanmod" instead of "wlanmode". Just for the record I have changed rc.conf as follows: #network cloned_interfaces="bridge0" wlans_ath0="wlan0" create_args_wlan0="wlanmode hostap country bg" ifconfig_wlan0="ssid cheffo channel 5:g txpower 3

Re: IWM(7260), no connect

2016-08-03 Thread Larry Rosenman
I didn't (realize|know) Imre was on vacation. Thanks Adrian! On 2016-08-03 12:36, Adrian Chadd wrote: I've no idea, sorry. :( Imre's out for another week, so let him finish his holiday first. :) -a On 3 August 2016 at 10:28, Larry Rosenman wrote: Anyone? On Sun, Jul 31, 2016 at 09:19:02P

Re: IWM(7260), no connect

2016-08-03 Thread Adrian Chadd
I've no idea, sorry. :( Imre's out for another week, so let him finish his holiday first. :) -a On 3 August 2016 at 10:28, Larry Rosenman wrote: > Anyone? > On Sun, Jul 31, 2016 at 09:19:02PM -0500, Larry Rosenman wrote: >> I recompiled security/wpa_supplicant and seem to be able to get >> as

Re: IWM(7260), no connect

2016-08-03 Thread Larry Rosenman
Anyone? On Sun, Jul 31, 2016 at 09:19:02PM -0500, Larry Rosenman wrote: > I recompiled security/wpa_supplicant and seem to be able to get > associated. > > I'm not sure what is going on. > > Any suggestions? > > On Sun, Jul 31, 2016 at 08:36:47PM -0500, Larry Rosenman wrote: > > Even with that

Re: Socket sendmsg() porting question

2016-08-03 Thread Lundberg, Johannes
​Hi Alan Thanks for the reply. Can I still use the same receiving function for sendmsg/send and tell what kind of message is coming? How would I tell if there is an fd attached or not? Even if I set cmsg_level and cmsg_type it won't let me send it. The problem is having a zero length attachment

Re: Socket sendmsg() porting question

2016-08-03 Thread Alan Somers
On Wed, Aug 3, 2016 at 10:54 AM, Lundberg, Johannes wrote: > Hi > > I'm porting a project to fbsd and I have problem with this part that works > in linux but not fbsd when fd = -1. > > https://github.com/Cloudef/wlc/blob/master/src/session/fd.c#L80-L108 > > I get "invalid argument" from sendmsg()

Socket sendmsg() porting question

2016-08-03 Thread Lundberg, Johannes
Hi I'm porting a project to fbsd and I have problem with this part that works in linux but not fbsd when fd = -1. https://github.com/Cloudef/wlc/blob/master/src/session/fd.c#L80-L108 I get "invalid argument" from sendmsg() when setting CMSG_LEN(0). Anyone have a clue how to correctly do this on

Re: Wierd issues with wifi in hostap mode in FreeBSD 11

2016-08-03 Thread Ronald Klop
On Wed, 03 Aug 2016 10:05:57 +0200, Stefan Lambrev wrote: Greetings, I've just installed FreeBSD 11 on Soekris net5501 with the following wifi card: root@soekris:~ # dmesg |grep ath0 ath0: mem 0xa001-0xa001 irq 15 at device 17.0 on pci0 ath0: AR5413 mac 10.5 RF5413 phy 6.1 ath

some [big] changes to ZPL (ZFS<->VFS )

2016-08-03 Thread Andriy Gapon
I would like to get more comments about the following review request: https://reviews.freebsd.org/D6533 Both about the code changes and about the general direction of the changes. I've been asked to try to get this change into 11.0 because of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2091

Re: Wierd issues with wifi in hostap mode in FreeBSD 11

2016-08-03 Thread Daniel Braniss
> On 3 Aug 2016, at 14:52, Kurt Jaeger wrote: > > Hi! > >> But wat is very strange for me is that I do not see ath0 device on ifconfig: > > The listing of the hardware specific interfaces, like ath0 etc > was removed in 11. > > There's a sysctl for it now, I don't remember which one 8-( sysc

Re: Wierd issues with wifi in hostap mode in FreeBSD 11

2016-08-03 Thread Christian Schwarz
On Wed, Aug 03, 2016 at 01:52:16PM +0200, Kurt Jaeger wrote: > Hi! > > > But wat is very strange for me is that I do not see ath0 device on ifconfig: > > The listing of the hardware specific interfaces, like ath0 etc > was removed in 11. > > There's a sysctl for it now, I don't remember which on

Re: Wierd issues with wifi in hostap mode in FreeBSD 11

2016-08-03 Thread Kurt Jaeger
Hi! > But wat is very strange for me is that I do not see ath0 device on ifconfig: The listing of the hardware specific interfaces, like ath0 etc was removed in 11. There's a sysctl for it now, I don't remember which one 8-( -- p...@opsec.eu+49 171 3101372 4

Wierd issues with wifi in hostap mode in FreeBSD 11

2016-08-03 Thread Stefan Lambrev
Greetings, I've just installed FreeBSD 11 on Soekris net5501 with the following wifi card: root@soekris:~ # dmesg |grep ath0 ath0: mem 0xa001-0xa001 irq 15 at device 17.0 on pci0 ath0: AR5413 mac 10.5 RF5413 phy 6.1 ath0: 2GHz radio: 0x; 5GHz radio: 0x0063 ath0@pci0:0:17:0:

Re: Xen networking problems in -current with xn driver?

2016-08-03 Thread Roger Pau Monné
On Wed, Aug 03, 2016 at 10:20:19AM +0200, Roger Pau Monné wrote: > On Wed, Aug 03, 2016 at 02:12:33AM +0800, Julian Elischer wrote: > > I upgraded my VPS machine to today's current, and on reboot I couldn't get > > into it by network. > > > > A quick switch to the VNC console showed that it was up

Re: Xen networking problems in -current with xn driver?

2016-08-03 Thread Roger Pau Monné
On Wed, Aug 03, 2016 at 02:12:33AM +0800, Julian Elischer wrote: > I upgraded my VPS machine to today's current, and on reboot I couldn't get > into it by network. > > A quick switch to the VNC console showed that it was up but that it couldn't > get out. > > > The xn interfaces said they were U