Re: VNET jail and dhclient

2017-10-10 Thread Oleg Ginzburg
in reply to https://lists.freebsd.org/pipermail/freebsd-jail/2017-October/003444.html comment: it looks like it's a regression in FreeBSD 12/Current, because in FreeBSD 11 dhclient works fine: -- jail1:/root@[15:16] # dhclient eth0 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 DHCPOF

Re: Somethign missing in my environment?

2017-10-10 Thread Johannes Lundberg
Hi Waking up an old thread.. -- snip -- /usr/obj/usr/srcs/head/src/tmp/usr/lib/libgcc_s.so: undefined reference to `__gxx_personality_v0' -- snip -- Did anyone ever find out what caused this? I'm having the exact same problem.. system: Recent 12-current x86_64 src to build: 12-current My solu

Re: RFC how to use kernel procs/threads efficiently

2017-10-10 Thread Rick Macklem
Julian Elischer wrote: [stuff snipped] >On 10/10/17 4:25 am, Rick Macklem wrote: >> --> As such, having a fixed reasonable # of threads is probably the best >>that can be done. >>- The current patch has the # of threads as a sysctl with a default >> of 32. >why not set it to ncpu o

Re: latest iwm patches don't work with my 8265 chip

2017-10-10 Thread Tommi Pernila
Hi, Thanks for the info Pete. I also have no idea about the correctness of the patch, but i'll also test it on my 8265 card. Br, Tommi On Tue, 10 Oct 2017 at 5.12, Pete Wright wrote: > > > On 10/09/2017 16:02, Pete Wright wrote: > > hey there - i was really excited to see GNN's recent commi

Re: latest iwm patches don't work with my 8265 chip

2017-10-10 Thread Ngie Cooper
> not sure if this is the correct way to get things working, but this diff >> fixes things up on my end (allows the firmware to load): >> >> diff --git a/sys/modules/iwmfw/Makefile b/sys/modules/iwmfw/Makefile >> index d38f5424153..73e401b3ea9 100644 >> --- a/sys/modules/iwmfw/Makefile >> +++ b/sy

Re: Somethign missing in my environment?

2017-10-10 Thread Mark Millard
May be this will help find the problem in your environment: # grep -r gxx_personality_v0 /usr/src/* | more . . . /usr/src/contrib/libcxxrt/exception.cc:BEGIN_PERSONALITY_FUNCTION(__gxx_personality_v0) . . . /usr/src/contrib/libstdc++/libsupc++/eh_personality.cc:#define PERSONALITY_FUNCTION __

Encrypted Swap Problem with 12.0-CURRENT r324427

2017-10-10 Thread Thomas Laus
I have been having some boot issues after upgrading to r324427 this week. It gets to the step of accessing my Geli encrypted swap partition and then drops to the ddb> prompt. Sometimes it works but mostly it does not. Booting with r323984 is flawless. Has anything been changed between these 2 r

Re: Encrypted Swap Problem with 12.0-CURRENT r324427

2017-10-10 Thread Allan Jude
On 10/10/2017 16:15, Thomas Laus wrote: > I have been having some boot issues after upgrading to r324427 this > week. It gets to the step of accessing my Geli encrypted swap partition > and then drops to the ddb> prompt. Sometimes it works but mostly it > does not. Booting with r323984 is flawle

Re: Somethign missing in my environment?

2017-10-10 Thread Johannes Lundberg
Thanks for the pointers. It's weird... I was thinking that the local git repo may have been messed up somewhere but exactly the same source code builds in a jail which is also 12-current. Host system: drm-next tree built in a jail and then installed on host (due to build error on host) drm-next is

Re: Encrypted Swap Problem with 12.0-CURRENT r324427

2017-10-10 Thread Thomas Laus
Allan Jude [allanj...@freebsd.org] wrote: > > Before the ddb> prompt there should be a message explaining what has > gone wrong to make it drops into the debugger. If it has scrolled off > the top of the screen, press scroll-lock and then you can use the arrow > keys to navigate back up into the b

Re: Encrypted Swap Problem with 12.0-CURRENT r324427

2017-10-10 Thread Conrad Meyer
Thomas, Please try r32. Based on your panic message, "panic: freeing invalid range," it may be the same general swap issue which r32 aimed to address. Best, Conrad On Tue, Oct 10, 2017 at 2:20 PM, Thomas Laus wrote: > Allan Jude [allanj...@freebsd.org] wrote: >> >> Before the ddb> prom

Re: VNET jail and dhclient

2017-10-10 Thread Kristof Provost
On 10 Oct 2017, at 23:10, Oleg Ginzburg wrote: What is your FreeBSD version? This problem reproduced on FreeBSD 12 only. /var/empty is exist and trivial test: I’m running r324317 on CURRENT, yes. What arguments are you calling dhclient with? Clearly there’s a difference between what you’re do

Re: VNET jail and dhclient

2017-10-10 Thread Oleg Ginzburg
Hello! On Tue, Oct 10, 2017 at 8:24 PM, Kristof Provost wrote: > On 9 Oct 2017, at 9:25, Goran Mekić wrote: > > Hello, > > > > TLDR: I can setup static IP or use dhcpcd to get address, but not > dhclient. > > > > Let me elaborate. I run 12-CURRENT on my laptop and use CBSD as jail > manager (I d

Re: Encrypted Swap Problem with 12.0-CURRENT r324427

2017-10-10 Thread Thomas Laus
On 10/10/17 17:25, Conrad Meyer wrote: > Thomas, > > Please try r32. Based on your panic message, "panic: freeing > invalid range," it may be the same general swap issue which r32 > aimed to address. > Building and installing 12.0-CURRENT r324508 fixed my problem. I was able to reboot su