Re: pf crash on -current

2015-02-23 Thread Kristof Provost
On 2015-02-23 17:23:55 (-0800), Davide Italiano wrote: > On Mon, Feb 23, 2015 at 5:17 PM, Allan Jude wrote: > > Upgraded my router today, because it was approaching the 24 uptime days > > of doom > > > > Now, it likes to die on me, a lot > > > > > > The bt you posted suggest this could be stack

netmap support for the Intel 40G card in head

2015-02-23 Thread Luigi Rizzo
Thanks to Jack Vogel who made available some hardware, I have been able to implement native netmap support for the Intel "ixl" driver, aka xl710, the 40G card. I have committed the code to 'head', and the same works in stable/10 where it will land soon. Testers welcome. I have seen 32 Mpps on tx,

Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"

2015-02-23 Thread Garrett Cooper
On Feb 23, 2015, at 21:29, Miguel Clara wrote: > On February 24, 2015 5:10:35 AM WET, Garrett Cooper > wrote: >> On Feb 23, 2015, at 20:07, Miguel Clara wrote: >> >>> On Tue, Feb 24, 2015 at 1:18 AM, NGie Cooper >> wrote: >>> On Mon, Feb 23, 2015 at 10:43 AM, Miguel Clara >> wrote: I d

Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"

2015-02-23 Thread Miguel Clara
On February 24, 2015 5:10:35 AM WET, Garrett Cooper wrote: >On Feb 23, 2015, at 20:07, Miguel Clara wrote: > >> On Tue, Feb 24, 2015 at 1:18 AM, NGie Cooper >wrote: >> On Mon, Feb 23, 2015 at 10:43 AM, Miguel Clara > wrote: >> > I don't think this is a 11-Current issue per say but probalby ba

Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"

2015-02-23 Thread Garrett Cooper
On Feb 23, 2015, at 20:07, Miguel Clara wrote: > On Tue, Feb 24, 2015 at 1:18 AM, NGie Cooper wrote: > On Mon, Feb 23, 2015 at 10:43 AM, Miguel Clara wrote: > > I don't think this is a 11-Current issue per say but probalby bad config, > > but since I'm using CURRENT I dicided to post to the lis

Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"

2015-02-23 Thread Miguel Clara
On Tue, Feb 24, 2015 at 1:18 AM, NGie Cooper wrote: > On Mon, Feb 23, 2015 at 10:43 AM, Miguel Clara > wrote: > > I don't think this is a 11-Current issue per say but probalby bad config, > > but since I'm using CURRENT I dicided to post to the list. > > > > When my system boots dnscrypt fails t

Re: pf crash on -current

2015-02-23 Thread Chris H
On Mon, 23 Feb 2015 20:49:02 -0500 Allan Jude wrote > On 2015-02-23 20:44, Chris H wrote: > > On Mon, 23 Feb 2015 20:17:06 -0500 Allan Jude wrote > > > >> Upgraded my router today, because it was approaching the 24 uptime days > >> of doom > > As to the "uptime days of doom"... > > I inquired a

Re: pf crash on -current

2015-02-23 Thread Allan Jude
On 2015-02-23 20:44, Chris H wrote: > On Mon, 23 Feb 2015 20:17:06 -0500 Allan Jude wrote > >> Upgraded my router today, because it was approaching the 24 uptime days >> of doom > As to the "uptime days of doom"... > I inquired about this a week ago, and was informed the matter > had been resolve

Re: pf crash on -current

2015-02-23 Thread Chris H
On Mon, 23 Feb 2015 20:17:06 -0500 Allan Jude wrote > Upgraded my router today, because it was approaching the 24 uptime days > of doom As to the "uptime days of doom"... I inquired about this a week ago, and was informed the matter had been resolved about a week earlier. I can't find the message

Re: pf crash on -current

2015-02-23 Thread Davide Italiano
On Mon, Feb 23, 2015 at 5:17 PM, Allan Jude wrote: > Upgraded my router today, because it was approaching the 24 uptime days > of doom > > Now, it likes to die on me, a lot > > The bt you posted suggest this could be stack overflow, probably due to infinite recursion. Also, as a wild guess, just

Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"

2015-02-23 Thread NGie Cooper
On Mon, Feb 23, 2015 at 10:43 AM, Miguel Clara wrote: > I don't think this is a 11-Current issue per say but probalby bad config, > but since I'm using CURRENT I dicided to post to the list. > > When my system boots dnscrypt fails to start with: > > Shared object "libsodium.so.13" not found, requi

pf crash on -current

2015-02-23 Thread Allan Jude
Upgraded my router today, because it was approaching the 24 uptime days of doom Now, it likes to die on me, a lot FreeBSD Nexus.HML3.ScaleEngine.net 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r279218: Mon Feb 23 22:16:24 UTC 2015 r...@nexus.hml3.scaleengine.net:/usr/obj/usr/src/sys/GENERIC amd64 pa

Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"

2015-02-23 Thread Miguel Clara
On February 23, 2015 10:04:19 PM WET, Miguel Clara wrote: >Probably does... I'll reboot to make sure, but that will surely do it >:) > >I wasn't aware we could set ldconfig in the rc.d scripts... thanks for >sharing. > > > Hum just tested and its still starting before ldconfig runs and so the

Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"

2015-02-23 Thread Miguel Clara
Probably does... I'll reboot to make sure, but that will surely do it :) I wasn't aware we could set ldconfig in the rc.d scripts... thanks for sharing. Melhores Cumprimentos // Best Regards --- *Miguel Clara* *IT - Sys Admin & Developer* *E-mail:*

Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"

2015-02-23 Thread Mark Felder
On Mon, Feb 23, 2015, at 12:43, Miguel Clara wrote: > I don't think this is a 11-Current issue per say but probalby bad config, > but since I'm using CURRENT I dicided to post to the list. > > When my system boots dnscrypt fails to start with: > > Shared object "libsodium.so.13" not found, requ

Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"

2015-02-23 Thread Miguel Clara
I don't think this is a 11-Current issue per say but probalby bad config, but since I'm using CURRENT I dicided to post to the list. When my system boots dnscrypt fails to start with: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy" But manual start works without issue, I'

Jenkins build is back to normal : FreeBSD_HEAD #2435

2015-02-23 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: msk0 watchdog timeout Marvel 88E8071

2015-02-23 Thread David Demelier
Le 21/02/2015 23:46, Roosevelt Littleton a écrit : My msk0 is not even functional and my wifi is my only usable connection to the internet. I have this in my loader.conf: hw.msk.msi_disable=1 hw.pci.enable_msix=0 and this in my sysctl.conf net.inet.tcp.tso=0 vmstat -i interrupt