-
nacelle
its almost as if they forked off the same base code or something
-
nacelle
perhaps even decades ago
-
polyex
take it to #conspiracy
-
Erhard
Yeah, the forks never happened, man!
-
polyex
FlatearthBSD
-
Erhard
lol
-
Erhard
That was forked from DragonFly
-
MelMalik
what th-
-
CCFL_Man
btx loder lopcks up when i try to boot an old freebsd install on a new motherboard
-
MelMalik
?_?
-
polyex
when local_unbound shits out, domains stop resolving, and i lose connection to irc and other shit, the only log item is "local-unbound[10502:0] info: generate keytag query _ta-4f66. NULL IN" that enough to figure out wtf is going wrong?
-
polyex
it's like 2-3 times a day i gotta service local_unbound restart
-
mason
polyex: You can use BIND instead, for anything/everything unbound does.
-
polyex
i can also switch to linux.. (not that helpful)
-
mason
That'd be a bit more work to swap out a resolver.
-
mason
I stopped using unbound when I found a bug, looked at the code, and what I found turned into a CVE. Moved back to BIND for the purpose, been happy ever since.
-
polyex
k now im listening. i had time issues with ntpd switched to chrony now i'm gucci. local_unbound is the last flakey thing i have in my whole fbsd stack so i'm open to dropping it. but bind is a big pig last i remember so is there a "chrony of dns"?
-
mason
I've got BIND service up a couple zones, under 10MB resident. Secondary for the same, roughly the same memory used. CPU use negligible.
-
polyex
length of config?
-
mason
Not a ton added to the base config. More config than unbound? Sure.
-
mason
Hm, memory usage seems to scale with zone size. Just looked at an internal server with a decent number of entries, and it was using a bunch more RAM.
-
polyex
im trying to remember a 3rd dns server option that ppl told me about... it's what i could use to blacklist domains, like "*.google.com", so dns for anything in that domain never resolved. you know what that is? maybe it's time to try that 1
-
mason
powerdns?
-
mason
powerdns and bind are the big ones, and there's other stuff, like dnsmasq, unbound, other stuff.
-
mason
-
VimDiesel
Title: Comparison of DNS server software - Wikipedia
-
polyex
i think it was dnsmasq
-
darwin
is there any command-line search like locate (i.e., with database) that can search certain paths (so like find but faster?)
-
CCFL_Man
MelMalik: can i install a new version of btx bootloader on an old freebsd install, say version freebsd 9.0
-
polyex
-
VimDiesel
Title: CVE - Search Results
-
MelMalik
CCFL_Man, idk
-
CCFL_Man
have you had that problem before?
-
MelMalik
No
-
jmnbtslsQE
polyex: bind can be used for your purpose. i think the standard approach is to use a 'response policy', indicating a zone that contains the domains you want to block. it will use more memory with large zones, but i think usually most of it will end up paged out if necessary- maybe only if usage is low enough
-
polyex
i wanna block any domain from resolving, then just whitelist those that i do want resolved
-
jmnbtslsQE
i'm not sure how to do such a default block, but if it can be specified in a zone file, it can be blocked with response policy
-
jmnbtslsQE
to block, it's something like: zone "badlist" {type master; file "/usr/local/etc/namedb/BLOCKED"; allow-query {none;}; }; response-policy { zone "badlist"; }; -- this is mostly just something i found on the internet. your BLOCKED zone should associate each domain to be blocked with something like 127.0.0.1
-
jmnbtslsQE
i think you can find some more info on the internet, and there is also a bind support channel
-
jmnbtslsQE
then whitelist is just, you specify the zones manually and set forward only etc.
-
polyex
my consolidated local-unbound config is
termbin.com/0dx7j there anything that would cause unbound to stop resolving domains a couple times a day till i service local_unbound restart?
-
Dimonax
Anyone keep getting the message "ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/bin/alacritty not found" or something similiar?
-
llua
happens when you didn't update your system
-
Dimonax
llua: I did pkg update and then pkg upgrade.
-
Dimonax
What step am I missing?
-
llua
updating the base system
-
Dimonax
llua: Looking through the docs now.
-
Dimonax
I should be able to just do "freebsd-update fetch" and then "freebsd-update install".
-
Remilia
polyex: for home use dnsmasq is decent
-
Remilia
I mean, openwrt is on millions of devices and it just works
-
Remilia
does unbound fail for you with no external changes like interfaces coming down or up?
-
» Remilia uses unbound from ports though
-
polyex
ya doesnt seem like anything else fails. gonna test tho next time dns is failing i'll try pinging an IP to see if i still have network
-
polyex
local-unbound is like 6 months behind so maybe i'll switch to pkgs unbound
-
polyex
any risks with that?
-
Remilia
I am not sure what you mean when you say risks
-
polyex
k, any downside to using local-unbound instead of from pkgs
-
polyex
?
-
Remilia
I use unbound from ports because I run it as a resolver for my entire LAN which the local-unbound set-up is not designed for
-
Remilia
local-unbound is a turn-key solution, essentially
-
Remilia
it is supposed to just work out of the box
-
polyex
does my local-unbound config
termbin.com/0dx7j have any obvious probs?
-
Remilia
there is not much there
-
Remilia
so probably not
-
Remilia
polyex: next time you have issues, try looking at tcpdump
-
polyex
what for?
-
polyex
havent used it a lot
-
Remilia
just see what it is doing
-
Remilia
just something like `tcpdump -vvvni <interface> port 53`
-
Remilia
lo0 for seeing what is happening when stuff on your FreeBSD host queries DNS
-
Remilia
and your external for when you want to see if it sends out anything
-
Remilia
use host or drill to generate requests while tcpdump is running
-
Remilia
i. e. `host ibm.com 127.0.0.1`
-
polyex
ok tyvm
-
Remilia
polyex: when everything is working you should see something like this:
paste.ee/p/GkuZO
-
VimDiesel
Title: Paste.ee - View paste GkuZO
-
Remilia
1st section is host asking local_unbound, 2nd is local_unbound asking full-blown unbound
-
polyex
full-blown unbound is on another box right?
-
Remilia
on my router
-
Remilia
you can see IP addresses there
-
Remilia
10.10.0.1 is the router
-
Remilia
in any case, if during those outages your unbound is sending queries on the external interface but does not get any replies, it is not its fault
-
Remilia
you may want to add a host filter for the external interface though, so `port 53 and host <your external interface IP>`
-
polyex
got it, ty!!
-
meena
Where is scopeid documented? it's not documented in ifconfig
-
meena
I sort of understand that the different numbers should mean link, host, etc… but I don't know which number means what
-
meena
hrm… so far, it's different on different OSes…
-
meena
It's either link-local, in which case it's the index of the interface (if_nametoindex(3)), or site-local, in which case it's… the scope-id…
-
V_PauAmma_V
meena, grep -i scope /usr/include/netinet6/in6.h
-
meena
V_PauAmma_V: I found out that when i fed the address to Python's IPv6Interface it told me me what scope the IP has
-
» V_PauAmma_V nods at meena. I wouldn't know what to do with Python.
-
Remilia
Python is sadness
-
Remilia
so you have not lost must
-
Remilia
much*
-
meena
it's not my choice which language the project is written in
-
mage
what's wrong with Python?
-
meena
-
VimDiesel
Title: Mina: "programming vs inuitivity" - Cathode Church
-
Miles2Go
Hi, I just installed FreeBSD 13.1 and my wired network throughput is only about 5Mbps, whereas my windows machines on the same network get 100Mbps (were on a 100/100Mbps plan with Metronet). How can I fix the slow throughput? Is there a reliable guide someone can point me to that deals specifically with slow throughput?
-
Erhard
MillerBOSS: Depends on the driver, but try disabling the checksum offloading
-
Erhard
Is it bare metal or a virtual machine?
-
Allan
how is your network configured, it should not require any tuning. Unless you are using a bridge or something to VMs, then it gets more complex
-
skered
python39 updated! It truely is an amazing day.
-
yuripv
-
VimDiesel
Title: QDB: Quote #400459
-
» yuripv hides
-
mason
haha
-
eniac
-
VimDiesel
Title: Signal on Twitter: "A request to our community: Signal is blocked in Iran. You can help people in Iran reconnect to Signal by hosting a proxy server. If you’re willing and able, please follow the instructions here:
t.co/hznCI9EwCa 1/2 #IRanASignalProxy" / Twitter