Re: what do jails map 127.0.0.1 to?

2019-02-12 Thread Rodney W. Grimes
[ Charset windows-1252 unsupported, converting... ] > Bjoern A. Zeeb wrote: > [good stuff snipped] > >Yes, could do easily but wouldn?t work for my above case, would it? I > >can help you with the code for v4 and jails if you help me with the code > >for IPv6? > Well, not quite what you

Re: what do jails map 127.0.0.1 to?

2019-02-12 Thread Rick Macklem
Bjoern A. Zeeb wrote: [good stuff snipped] >Yes, could do easily but wouldn’t work for my above case, would it? I >can help you with the code for v4 and jails if you help me with the code >for IPv6? Well, not quite what you volunteered to do, but can you fill in the INET6 code for this code

Re: Networking panic on 12 - found the cause

2019-02-12 Thread Pete French
Thanks guys! That was fast On 12/02/2019 20:13, Kristof Provost wrote: On 2019-02-12 13:54:21 (-0600), Eric van Gyzen wrote: > I see the same behavior on head (and stable/12). > > (kgdb) f > #16 0x80ce5331 in ether_output_frame (ifp=0xf80003672800, > m=0xf8000c88b100)

Re: what do jails map 127.0.0.1 to?

2019-02-12 Thread Rick Macklem
Bjoern A. Zeeb wrote: >On 11 Feb 2019, at 0:50, Rick Macklem wrote: >> I am finally back to looking at an old PR#205193. >> >> The problem is that the nfsuserd daemon expects upcalls from the >> kernel >> that are from localhost (127.0.0.1) and when jails are running on the >> system, >> 127.0.0.1

Re: drm2 removed?

2019-02-12 Thread Steve Kargl
On Mon, Feb 11, 2019 at 08:20:20AM -0800, Steve Kargl wrote: > On Mon, Feb 11, 2019 at 08:12:05AM -0800, Steve Kargl wrote: > > Anyone have any idea which recent change broke the > > drm-legacy-kmod port. This is why I raised an issue > > with removal of drm2 from src/sys. How is suppose > > to

Re: Networking panic on 12 - found the cause

2019-02-12 Thread Kristof Provost
On 2019-02-12 13:54:21 (-0600), Eric van Gyzen wrote: > I see the same behavior on head (and stable/12). > > (kgdb) f > #16 0x80ce5331 in ether_output_frame (ifp=0xf80003672800, > m=0xf8000c88b100) at /usr/src/sys/net/if_ethersubr.c:468 > 468 switch

Re: Networking panic on 12 - found the cause

2019-02-12 Thread Eric van Gyzen
On 2/12/19 8:53 AM, Pete French wrote: > I found my panic. If I take everything out of rc.conf and loader.conf > and sysctl.conf and boot the system it works fine when I add an IP > address. If I add this one line to sysctl.conf > > net.link.ether.inet.garp_rexmit_count=2 > > Then I get a

Re: USB problems on -CURRENT (controller keeps getting reset)

2019-02-12 Thread Rebecca Cran
That works, thanks. Rebecca On February 12, 2019 at 1:24:15 AM, Hans Petter Selasky (h...@selasky.org(mailto:h...@selasky.org)) wrote: > The USB timeout error might indicate an IRQ issue. > > Can you try setting: > > hw.usb.xhci.use_polling=1 > > In /boot/loader.conf and reboot. > >

Re: what do jails map 127.0.0.1 to?

2019-02-12 Thread Bjoern A. Zeeb
On 11 Feb 2019, at 0:50, Rick Macklem wrote: I am finally back to looking at an old PR#205193. The problem is that the nfsuserd daemon expects upcalls from the kernel that are from localhost (127.0.0.1) and when jails are running on the system, 127.0.0.1 is mapped to some other IP#. (I think

Re: what do jails map 127.0.0.1 to?

2019-02-12 Thread Allan Jude
On 2019-02-10 19:50, Rick Macklem wrote: > I am finally back to looking at an old PR#205193. > > The problem is that the nfsuserd daemon expects upcalls from the kernel > that are from localhost (127.0.0.1) and when jails are running on the system, > 127.0.0.1 is mapped to some other IP#. (I

Re: "Oddness" in head since around r343678 or so

2019-02-12 Thread Niclas Zeising
On 2/12/19 1:38 PM, David Wolfskill wrote: On Thu, Feb 07, 2019 at 05:09:40AM -0800, David Wolfskill wrote: ... The laptop is configured to run xdm; while running stable/11 or stable/12, there's a period of about 5 seconds after xdm's login banner shows up before either the mouse or keyboard

Re: IPv6 RFC3041 temporary address broken?

2019-02-12 Thread Renato Botelho
On 12/02/19 11:03, Shawn Webb wrote: > Hey all, > > I have net.inet6.ip6.use_tempaddr and net.inet6.ip6.prefer_tempaddr > both set to 1. Yet, I'm not seeing temporary addresses created upon > receipt of a router advertisement. I'm only seeing the HostID-based > SLAAC IP be generated. Has

Re: IPv6 RFC3041 temporary address broken?

2019-02-12 Thread Shawn Webb
On Tue, Feb 12, 2019 at 11:44:42AM -0200, Renato Botelho wrote: > On 12/02/19 11:03, Shawn Webb wrote: > > Hey all, > > > > I have net.inet6.ip6.use_tempaddr and net.inet6.ip6.prefer_tempaddr > > both set to 1. Yet, I'm not seeing temporary addresses created upon > > receipt of a router

IPv6 RFC3041 temporary address broken?

2019-02-12 Thread Shawn Webb
Hey all, I have net.inet6.ip6.use_tempaddr and net.inet6.ip6.prefer_tempaddr both set to 1. Yet, I'm not seeing temporary addresses created upon receipt of a router advertisement. I'm only seeing the HostID-based SLAAC IP be generated. Has something changed recently that would prevent RFC3041

Re: "Oddness" in head since around r343678 or so

2019-02-12 Thread David Wolfskill
On Thu, Feb 07, 2019 at 05:09:40AM -0800, David Wolfskill wrote: > ... > The laptop is configured to run xdm; while running stable/11 or > stable/12, there's a period of about 5 seconds after xdm's login banner > shows up before either the mouse or keyboard responds. > > Up to a few days ago,

Re: USB problems on -CURRENT (controller keeps getting reset)

2019-02-12 Thread Hans Petter Selasky
The USB timeout error might indicate an IRQ issue. Can you try setting: hw.usb.xhci.use_polling=1 In /boot/loader.conf and reboot. --HPS ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To

USB problems on -CURRENT (controller keeps getting reset)

2019-02-12 Thread Rebecca Cran
I’m having problems with USB devices on -CURRENT on my ThreadRipper system. The controller keeps on getting reset. I thought it might be related to my iogear KVM, but disconnecting it doesn’t help. Feb 12 00:59:47 photon kernel: xhci0: Resetting controller Feb 12 00:59:47 photon kernel: