Re: Build fails in libpcap with WITHOUT_INET6

2017-03-28 Thread Randy Westlund
On Tue, Mar 28, 2017 at 07:44:55PM +0300, Alex Deiter wrote: > Hello, > > Please apply patch from upstream: > > https://github.com/the-tcpdump-group/libpcap/pull/541 > > Fix compilation if INET6 isn't defined. > Addresses GitHub issue #541, but differently from the pull request (it > defines

Build fails in libpcap with WITHOUT_INET6

2017-03-28 Thread Randy Westlund
Building r315872 for the Tegra (arm/armv6) board with WITHOUT_INET6 set fails in libpcap: > --- klm_prot_xdr.pico --- > cc -target armv6-gnueabihf-freebsd12.0 --sysroot=/usr/home/randy/tegra/freebs > d-obj/arm.armv6/usr/home/randy/tegra/freebsd/tmp -B/usr/home/randy/tegra/free >

Re: WITH_INSTALL_AS_USER broken?

2016-08-24 Thread Randy Westlund
On Wed, Aug 24, 2016 at 04:48:54PM +, Brooks Davis wrote: > WITH_INSTALL_AS_USER never worked except in select individual directories. > Anything complicated caused it to break and it definitely never worked > for installworld. For installworld you want NO_ROOT. > > NO_ROOT support should be

WITH_INSTALL_AS_USER broken?

2016-08-24 Thread Randy Westlund
Is WITH_INSTALL_AS_USER supposed to work, or is it known to be broken? I'm cross compiling -current (r304727) for arm, and trying to install world as a user. Install is trying to set the schg file flag on some libraries, which is failing because I'm not root. >

Re: FreeBSD 11.0 RC1 kernel panic with iwm firmware

2016-08-23 Thread Randy Westlund
On Tue, Aug 23, 2016 at 08:26:13PM +0300, Tommi Pernila wrote: > How to remove these kernel modules from a Geli encrypted harddisk? > > Or what other method should be used to correct the situation? > > I can re-install the machine, just trying to learn new tricks. > > Br, > > Tommi I've had a

Re: CURRENT: [USB] : GEOM_PART: da4 was automatically resized.

2016-08-01 Thread Randy Westlund
On Mon, Aug 01, 2016 at 11:05:54AM +0200, O. Hartmann wrote: > On every(!) USB drive which worked well with 11-CURRENT up to 11-BETA, I fail > to access with 12-CURRENT (12.0-CURRENT FreeBSD 12.0-CURRENT #14 r303475: Fri > Jul 29 11:59:11 CEST 2016) with the error shown below. > > On USB flash

Re: bhyve with lagg failover doesn't work on wifi

2016-07-29 Thread Randy Westlund
On Fri, Jul 29, 2016 at 01:06:52PM -0600, John Nielsen wrote: > Generally speaking, you can't bridge the station side of a wireless link. The > access point will only accept frames with the station's MAC address. So what > you are seeing is expected, unfortunately. > > Your best bet is probably

bhyve with lagg failover doesn't work on wifi

2016-07-28 Thread Randy Westlund
I'm using bhyve on 11.0-BETA2, bridging tap0 to lagg0, a failover between wifi and ethernet. The bhyve VM's networking only works I'm using ethernet. > # Lagg config. > ifconfig_em0="up" > create_args_wlan0="wlanaddr 3c:97:0e:46:70:ca" > wlans_iwn0="wlan0" > ifconfig_wlan0="WPA" >

Re: wpa_supplicant doesn't work with lagg

2016-07-28 Thread Randy Westlund
On Fri, Jul 29, 2016 at 12:02:56AM +0200, Ronald Klop wrote: > I had the same problem a while ago. > For some reason you need to use this construction to set the MAC now. > > create_args_wlan0="wlanaddr 00:26:b9:12:34:56 country NL" > > I don't know why this changed. Thanks, that works. I've

Re: Boot environments and zfs canmount=noauto

2016-07-28 Thread Randy Westlund
On Thu, Jul 28, 2016 at 01:34:03PM +0300, Andriy Gapon wrote: > Locally I have the following rc script to handle subordinate datasets of > a boot environment: http://dpaste.com/0Q0JPGN.txt > It is designed for exactly the scenario described above. > The script is automatically enabled when

wpa_supplicant doesn't work with lagg

2016-07-28 Thread Randy Westlund
I'm having trouble using the lagg driver with wpa_supplicant. When I boot with this standard configuration, my wifi works fine: > # Normal config. > wlans_iwn0="wlan0" > ifconfig_wlan0="WPA DHCP" > ifconfig_em0="DHCP" But when I boot with a lagg configuration, wpa_supplicant can't connect. > #

Boot environments and zfs canmount=noauto

2016-07-27 Thread Randy Westlund
I'm trying to follow Michael Dexter's post about using bhyve with boot environments. It involves moving all child datasets under zroot/ROOT/default, so that you can have entirely independent systems. http://callfortesting.org/bhyve-boot-environments/ > Let's change the datasets with "canmount

Re: Panic when loading vboxdrv module

2016-07-26 Thread Randy Westlund
On Tue, Jul 26, 2016 at 09:22:47AM -0700, John Baldwin wrote: > On Monday, July 25, 2016 11:08:15 PM Randy Westlund wrote: > > On Mon, Jul 25, 2016 at 07:43:32PM -0400, Jung-uk Kim wrote: > > > Oops, I meant INVARIANTS. Anyway, it should be fixed in r419083. I > > >

Re: Panic when loading vboxdrv module

2016-07-25 Thread Randy Westlund
On Mon, Jul 25, 2016 at 07:43:32PM -0400, Jung-uk Kim wrote: > Oops, I meant INVARIANTS. Anyway, it should be fixed in r419083. I > understand you have a panic with aio(4) but that's a separate issue. > > Jung-uk Kim Should I create a new PR for virtualbox and aio, or is this already known?

Re: Panic when loading vboxdrv module

2016-07-25 Thread Randy Westlund
On Mon, Jul 25, 2016 at 04:09:58PM -0400, Jung-uk Kim wrote: > If you feel adventurous, please drop the attached patch in > *emulators/virtualbox-ose/files* directory, and rebuild > *emulators/virtualbox-ose-kmod*. > > JK > > * Note the patch directory is emulators/virtualbox-ose/files, not >

Panic when loading vboxdrv module

2016-07-25 Thread Randy Westlund
I'm running 12-CURRENT r303286 and virtualbox-ose-kmod-5.0.26. I just rebuilt the module, so I know they're in sync. When I boot with vboxdrv_load="YES" in /etc/loader.conf, I get this panic during boot: > panic: mutex Giant owned at /usr/src/sys/kern/kern_sync.c:406 > cpuid = 0 > KDB: stack

Re: Port lang/gcc build fails on current

2016-06-07 Thread Randy Westlund
On Tue, Jun 07, 2016 at 06:05:11PM +1000, Graham Menhennitt wrote: > Sorry, not sure what happened to the formatting there... > > Try > "LC_COLLATE="C" make > > See e.g. https://forums.freebsd.org/threads/54172/ > > Graham That did it; I can build lang/gcc now. That thread is from Nov

Port lang/gcc build fails on current

2016-06-06 Thread Randy Westlund
I can't build lang/gcc on current, but it works fine on 10.3. I'm running r301482 after a full rebuild and nothing in /etc/make.conf. Any ideas? > c++ -c -O2 -pipe -DLIBICONV_PLUG -fno-strict-aliasing -DLIBICONV_PLUG > -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W

Re: VirtualBox network connectivity broken on recent -CURRENT

2016-06-04 Thread Randy Westlund
On Fri, Jun 03, 2016 at 05:11:24PM -0700, Don Lewis wrote: > It looks like something changed in -CURRENT to break network > connectivity to VirtualBox guests. This was last known to work with > r299139 (May 6th) and is definitely broken with r301229. I've been having VirtualBox networking

Re: ZFS on root, beadm, and the /boot symlink

2016-05-22 Thread Randy Westlund
On Sun, May 22, 2016 at 03:11:52PM -0400, Allan Jude wrote: > It is not possible to use boot environments when you have a separate > bootpool. This is the motivation for my recent work to implement GELI in > boot2 and loader, to allow you to combine GELI encryption with ZFS boot > environments,

ZFS on root, beadm, and the /boot symlink

2016-05-22 Thread Randy Westlund
My system was installed from 10.1 or 10.2 with root on ZFS and geli, but now it tracks current. It is not an EFI system. I'm trying to get boot environments to work, but the /boot symlink is throwing me off. I have two pools from the installer's layout; a small bootpool and zroot. The bootpool