Scott writes:
> Anyway, fun's over. Perhaps this is a greater lesson that the Foundation
> provide the rules under which code is added or removed from base and then
> we'd all be the wiser.
The FreeBSD Foundation does not set project policy, the FreeBSD Core
Team does.
ld
> always read options instead of option.
It's not a typo, both spellings work, cf. config(5).
DES
--
Dag-Erling Smørgrav - d...@freebsd.org
> @@ -4,7 +4,7 @@
> #
>
> # PROVIDE: local_unbound
> -# REQUIRE: FILESYSTEMS netif resolv
> +# REQUIRE: FILESYSTEMS defaultroute netwait resolv
> # BEFORE: NETWORKING
> # KEYWORD: shutdown
This should work, but it's weird that routing does not already require
defaultroute
#
>
> # PROVIDE: local_unbound
> -# REQUIRE: FILESYSTEMS netif resolv
> -# BEFORE: NETWORKING
> +# REQUIRE: NETWORKING
> +# BEFORE: DAEMON
> # KEYWORD: shutdown
>
> . /etc/rc.subr
No, this is wrong. Unbound has to start before NETWORKING. Everything
after NETWORKING assumes
Eugene Grosbein writes:
> Dag-Erling Smørgrav writes:
> > The local_unbound service was never intended to be started without a
> > network connection.
> Then this is regression since ISC BIND removal because it does not
> have this problem.
Unbound is not a replacement f
;{id = 19036 (ksk), size = 2048b} ;;state=1 [ ADDPEND ] ;;count=1
;;lastchange=1539426235 ;;Sat Oct 13 12:23:55 2018
DES
--
Dag-Erling Smørgrav - d...@des.no
[1539426235] unbound[13250:0] notice: Start of unbound 1.5.10.
[1539426235] unbound[13250:0] debug: chdir to /var/unbound
[1539426235] unbo
t be a good idea to make it explicit.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
DES
--
Dag-Erling Smørgrav - d...@des.no
Index: contrib/unbound/smallapp/unbound-anchor.c
===
--- contrib/unbound/smallapp/unbound-anchor.c (revision 339291)
+++ contrib/unbound/smallapp/unbound-anchor.c (working copy)
@@ -
e.
Yes, that is always the case.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
ound (and the
rc script will automatically do that if /var/unbound/root.key does not
exist). What you're seeing now is unbound periodically overwriting
root.key with what it has in memory.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
freebsd-net@free
Here's the thing though, I am unable to reproduce the issue in
11.2-RELEASE (see attached log). Can you send me this tarball:
# tar zcf unbound.tgz /etc/resolv.conf /var/unbound
and also tell me which variables are set, i.e. the output from:
# grep -r unbound /etc/rc.conf*
DES
--
Dag-E
e KSK, it
will fall back to getting it over http (using an unvalidated DNS lookup)
and verifying the accompanying signature against a hardcoded x509
certificate which is valid until 2023.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
freebsd-net@freebsd.org
drivers he
proposed to remove; all you had to do was say “I still use this driver”.
There was no need to attack him, much less to swear.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/
Log messages emitted before syslogd starts
will go to the console, so they won't be lost.
For bonus points, modify syslogd so log sockets can be specified in
syslog.conf instead of (or in addition to) being passed on the command
line.
DES
--
Dag-Erling Smørgrav - d...@des.no
_
1.5.9 was released.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"
Andriy Gapon writes:
> Dag-Erling Smørgrav writes:
> > Andriy Gapon writes:
> > > What and when is going to overwrite my modifications?
> > service local_unbound setup
> So, this is not going to happen automatically (after the initial setup) ?
> I have to manuall
rver" section and fails to chdir to the
specified directory, but there should be a name there. Can you do:
# service local_unbound stop
# mv /var/unbound /var/unbound.orig
# mtree -deU -f /etc/mtree/BSD.var.dist
# service local_unbound setup
# diff -ru /var/unbound.orig /var/unbound
an
own issue? If not, has anyone else had similar problems, or
does anyone know of locking issues in the CARP code which might trigger
a livelock or panic when a CARP address is added or removed?
DES
--
Dag-Erling Smørgrav - d...@des.no
___
fre
Willem Jan Withagen writes:
> The constraints as you put them are indeed rather tight. There is little
> to be done about it. I was not aware of the fact that 11.0 is planned
> for release in such short time.
It isn't. ISTR that the target is 2015Q4.
DES
--
Dag-Erling Smørgrav
"Bjoern A. Zeeb" writes:
> Dag-Erling Smørgrav writes:
> > There are other serious issues with our current pf (checksum
> > corruption) which I think can only be resolved by importing a newer
> > version.
> Sorry, but you lost context. I was talking about
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3830
There are other serious issues with our current pf (checksum corruption)
which I think can only be resolved by importing a newer version.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
freebsd-net
can't easily plug OpenBSD's code into our kernel
without significant performance issues.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscri
Sean Bruno writes:
> Dag-Erling Smørgrav writes:
> > Given the choice between the following adapters:
> > Broadcom 5720
> Haven't gotten this one working on the Dell R series I'm testing
> (thought this was a 1G chipset)
> > Broadcom 5719
> Tho
7;t answer "Chelsio", these are the only choices our supplier
offers)
DES
--
Dag-Erling Smørgrav - d...@des.no
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to &
Attilio Rao writes:
> In ftp_request(), after a successfully established connection,
> subsequent errors can bring to a socket leak.
> This patch should fix that:
> http://www.freebsd.org/~attilio/Sandvine/STABLE_8/libfetch/ftp.diff
Thanks, Attilio. Please commit the patch.
DES
--
Michael Proto writes:
> Dag-Erling Smørgrav writes:
> > 15:50:42.622040 IP 10.0.0.10.871009576 > 10.0.0.4.2049: 192 lookup [|nfs]
> > 15:50:42.622386 IP 10.0.0.4.2049 > 10.0.0.10.871009576: reply ok 236 lookup
> > [|nfs]
> >
> > I'm pretty sure 87
15:50:42.622040 IP 10.0.0.10.871009576 > 10.0.0.4.2049: 192 lookup [|nfs]
15:50:42.622386 IP 10.0.0.4.2049 > 10.0.0.10.871009576: reply ok 236 lookup
[|nfs]
I'm pretty sure 871009576 is not a valid port number...
DES
--
Dag-Erling Smørgrav -
o list for the
5.0p1 upgrade (along with several other things, such as changing the
default key type back to RSA). I hope to import 5.0p1 as soon as we
have a vendor import policy in place for Subversion.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
> % netstat -rn
> Routing tables
>
> Internet:
> DestinationGatewayFlagsRefs Use Netif Expire
I left out a line here:
default80.203.47.1UGS 1 3184881
mtu max 1492
add default HISADDR
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes:
> revert the old patch at your AP side and try this one
> http://people.freebsd.org/~sephe/rt2560_test.diff1
No improvement.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
f
r the part about the PCI version - my AP is a
soekris net4801 which I suspect supports only good old 1.1.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To u
iff
My STA side doesn't run FreeBSD... the only laptop I have that does has
a flat battery and I can't find the mains adapter :(
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing list
http://lists.freeb
ter first several data frames.
OK, I *think* I understood most of that. Does this suggest a solution
to you? I will try to get the wlandebug output tonight.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing list
http:
Max Khon <[EMAIL PROTECTED]> writes:
> Have you tried to turn off bgscan?
bgscan is obviously not running since the broken ral is in the AP.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing
iface -y ieee802_11 -w dump.bin
I'll have to pull out an old laptop to do that, my current one runs
Ubuntu. Hopefully, I'll have the results for you later today. I
imagine you want to see the output from wlandebug both when the AP is
working and when it is stuck?
DES
-
Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
> "Sepherosa Ziehau" <[EMAIL PROTECTED]> writes:
> > http://people.freebsd.org/~sephe/rt2560_test.diff
> I built a new kernel with the patch applied, and it seems to help,
> though it's a bit early to say f
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes:
> http://people.freebsd.org/~sephe/rt2560_test.diff
>
> Hope it will have some effect.
I built a new kernel with the patch applied, and it seems to help,
though it's a bit early to say for sure.
DES
--
Dag-Erli
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes:
> http://people.freebsd.org/~sephe/rt2560_test.diff
Thank you, I'll try that.
Could you explain what the RT2560_BBP_BUSY loop is about?
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
"Sepherosa Ziehau" <[EMAIL PROTECTED]> writes:
> I don't whether following thingies will fix your problem:
> [...]
Can you provide a diff?
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing li
Kimi <[EMAIL PROTECTED]> writes:
> sysctl net.isr.direct=0
Tried that, problem still occurs.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To un
TS dtimperiod 1
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
don't need to put this in libc; you can have wrappers in a separate
library which you load with LD_PRELOAD. The strong symbols in the
wrapper library will override the weak symbols in libc.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net
Max Laier <[EMAIL PROTECTED]> writes:
> No, I don't see why these two should behave differently, but you should
> add a "scrub in on sk0" in any case.
scrub is known and documented to interfere with NFS.
DES
--
Dag-Erling
Max Laier <[EMAIL PROTECTED]> writes:
> On Thursday 08 November 2007, Dag-Erling Smørgrav wrote:
> > With "pass on $eth from $lan to $lan", NFS doesn't work. With "pass on
> > $eth inet proto { tcp, udp } from $lan to $lan", it does.
> thinking a
Max Laier <[EMAIL PROTECTED]> writes:
> On Thursday 08 November 2007, Dag-Erling Smørgrav wrote:
>> but what you actually get is this:
>>
>> pass on $eth from $lan to $lan flags S/SA keep state
>>
>> which only matches TCP handshakes, so your UDP streams ar
two:
pass on $eth inet proto { tcp, udp } from $lan to $lan
becomes
pass on $eth inet proto tcp from $lan to $lan flags S/SA keep state
pass on $eth inet proto udp from $lan to $lan keep state
There does not seem to be any way to turn off this misguided rewriting
of firewall rules.
DES
--
t an if_ip NIC driver :)
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
least when all its members have it?
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
John Baldwin <[EMAIL PROTECTED]> writes:
> On Sunday 03 July 2005 10:48 pm, Dag-Erling Smørgrav wrote:
> > John Baldwin <[EMAIL PROTECTED]> writes:
> > > I verified this by doing 'fetch -vv' and seeing that it does one big CWD
> > > (instead of t
rect, that was never implemented. At the very least, the typecode
should be stripped from the URL.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Xin LI <[EMAIL PROTECTED]> writes:
> I have a patchset to remove tailing spaces, convert leading spaces
> to tabs, and removes spaces before tabs.
As a rule, we never do this except in conjunction with other changes.
DES
--
Dag-Erling Smørgrav - [EMA
ode and in two different
RAID controller drivers (aac and twe). They all run -CURRENT just
fine.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, se
eady running yesterday's -CURRENT, and none of them show signs of
any kind of leak.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ll only make matters
worse, by accelerating code drift between HEAD and 5-STABLE.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> : `-fstrict-aliasing'
> : Allows the compiler to assume the strictest aliasing rules
> : applicable to the language being compiled. For C (and C++), this
> : activates optimizations based on the type of expressions. In
> : particula
Ruslan Ermilov <[EMAIL PROTECTED]> writes:
> I know this code quite well. Where do you suspect could be a bug
> affecting -O2 compiles, or you just simply fixed -O2 and hope it
> will auto-fix the (possible) bugs in -O2?
Since there is no inline asm, the most likely suspect is aliasing,
which is
[EMAIL PROTECTED] (Dag-Erling SmÃrgrav) writes:
> Anybody running natd on -CURRENT, please test the attached patch
Umm, here's a patch that actually compiles.
DES
--
Dag-Erling SmÃrgrav - [EMAIL PROTECTED]
Index: Makefile
===
RCS f
Anybody running natd on -CURRENT, please test the attached patch (on
top of latest sources) and report back if anything stops working. I'd
also like to know if the patched version works when built with -O2
(the original apparently doesn't).
DES
--
Dag-Erling SmÃrgrav - [EMAIL PROTECTED]
Index:
Mike Hoskins <[EMAIL PROTECTED]> writes:
> the thing is... it's kind of sad more of the companies that have built
> their products on *BSD don't donate regularly.
How do you know they don't?
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
potentially for the benefit of their competitors.
Just for giggles, what kind of money are we talking here? I might be
able to liberate funds for work that improves network performance in
the high end.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_
uma for reassembly
queues.
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
62 matches
Mail list logo