Rentong has quit [Remote host closed the connection]
Rentong has joined #openwrt-devel
Rentong has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
<enyc>
hauke: +irc topic needs updating
<slh>
enyc: please scroll up ~12 lines or ~4 hours
Harm has quit [Quit: WeeChat 3.2]
goliath has quit [Quit: SIGSEGV]
<digitalcircuit>
mrkiko: I'm not sure if the crash happens on OEM firmware as I never stayed on it... It is worthwhile checking at some point. (I was concerned about OEM firmware updates possibly making it harder to flash OpenWRT, as happened with ASUS' routers and what is now FreshTomato.)
<enyc>
slh hauke : oh lol missed that bit sorry part of same line even oops! There was a time irc-topics kept getting missed ;/
Rentong has joined #openwrt-devel
Andrew- has joined #openwrt-devel
<Andrew->
gents - where can I find the source for a given snapshot?
digitalcircuit has quit [Quit: Signing off from Quassel - see ya!]
digitalcircuit has joined #openwrt-devel
Andrew- has quit [Remote host closed the connection]
Tapper has joined #openwrt-devel
Andrew- has joined #openwrt-devel
Grommish has joined #openwrt-devel
<Grommish>
Anyone else seeing it?
<Grommish>
I just did a rebase on feeds/packages, re-indexed and installed.. Getting a wpa-supplicant dep error that seems to be coming from * 2ebe2b175 - ieee8021xclient: depend on wpa_supplicant (#16525) (6 hours ago) <David Yang>
<Grommish>
WARNING: Makefile 'package/feeds/packages/ieee8021xclient/Makefile' has a dependency on 'wpa_supplicant', which does not exist
<will[m]>
mangix fda- turns out curl and ustream WEREN'T using openssl and using openssl fixed the issue
<fda->
i have an unbound behind an openwrt router and recently enabled ipv6 on the server
<fda->
name resolution did not work anymore!
<fda->
after much debugging i disabled udp for unbound
<fda->
becaus of new release notes of openwrt i noticed sw-offloading causes bad ipv6 ...........
<fda->
imho should be in luci a big fat warning on offload option!
<PaulFertser>
Hm, interesting, I'm running 21.02.0 right atm with unbound running on the router itself, and IPv6 provided by HE tunnel (6in4) to the router. And I experience no issues.
Borromini has quit [Quit: leaving]
<fda->
PaulFertser: on the router = not routed!
<fda->
offloading is to speed up routing
<fda->
another option could be to provide offloading options for ip 4/6 separate
<PaulFertser>
fda-: indeed, but I also tried requesting UDP DNS via IPv6 from a client device (so both routing and NAT and flowoffload were involved).
<fda->
PaulFertser: my unbound on the lan just ge 0 answers on udp requests
<fda->
maybe its because the way unbound created packets
<PaulFertser>
fda-: I'm not trying to say you're doing something wrong, quite the opposite, I'm just trying to provide you with another possibly interesting data point.
<fda->
im not sure if this offloading bug depends on some devices
dedeckeh has quit [Remote host closed the connection]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<fda->
MAYBE this all is realted to dsa
<mangix>
fda-: it says it's experental
<mangix>
experimental
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
<PaulFertser>
fda-: hm, in my case DSA is not involved, true.
Ansuel has joined #openwrt-devel
Ansuel_ has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
pmelange has quit [Quit: Leaving.]
Ansuel has quit [Ping timeout: 480 seconds]
<fda->
mangix: ""Experimental feature. Not fully compatible with QoS/SQM." as i dont use sqm...
<will[m]>
<fda-> "will: so it did not work because..." <- No more like openssl is better than default
<mangix>
fda-: still experimental
Ansuel has joined #openwrt-devel
<grid>
i think the recent dnsmasq ujail changes may be broken somehow, "user.err : jail: creat(/tmp/ujail-GIDFIF/tmp/dhcp.leases) failed: Read-only file system
<grid>
changing leasefile from /tmp/dhcp.leases to /var/run/dnsmasq/dhcp.leases works around it... not sure if it's something w/my setup or a global issue
<fda->
mangix: plonk
Ansuel_ has quit [Ping timeout: 480 seconds]
<fda->
grid: /tmp/dhcp.leases works for me
<grid>
hmm
<grid>
using 21.02 final?
<fda->
ne, git. not older than 1 week
<fda->
is /tmp writable at all?
<grid>
there is '-r /tmp' in the ujail cmdline
<grid>
i wonder if that's preventing e.g. -w '/tmp/dhcp.leases' later in the cmd string
<fda->
with git there is in the init file: procd_add_jail_mount_rw /var/run/dnsmasq/ $leasefile
<fda->
just change the -r and test it..
<grid>
not sure where the -r /tmp is coming from
bob has joined #openwrt-devel
bob has quit [Remote host closed the connection]
bobthebuilder has joined #openwrt-devel
<bobthebuilder>
IDENTIFY
bobthebuilder has quit []
<grid>
figured it out
<grid>
i had option resolvfile '/tmp/resolv.conf.auto', because this dnsmasq config is years old
<grid>
i guess that was causing -r /tmp to be appended to ujail params, breaking -w /tmp/dhcp.leases