<rsalvaterra>
(When hardware flow offloading is enabled.)
victhor has joined #openwrt-devel
Andi_ has quit [Read error: Connection reset by peer]
Andi_ has joined #openwrt-devel
dangole has joined #openwrt-devel
rua has joined #openwrt-devel
<fda->
does setting ipv4 or 6 routing in luci work for someone?
goliath has joined #openwrt-devel
<SwedeMike>
fda-: in 19.07 I can successfully create static routes via LuCI and they look like they should work.
ashkan has joined #openwrt-devel
dedeckeh has quit [Remote host closed the connection]
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
<jow>
philipp64: yes, it does imply a build dependency
minimal has joined #openwrt-devel
deucalion has joined #openwrt-devel
deucalion has quit []
nitroshift has quit [Quit: Gone that way --->]
jbowen has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
slh has quit [Ping timeout: 480 seconds]
slh64 has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
Tapper has joined #openwrt-devel
slh64 has joined #openwrt-devel
slh has joined #openwrt-devel
rua has joined #openwrt-devel
ashkan has quit [Ping timeout: 480 seconds]
Slimey has joined #openwrt-devel
decke has quit [Quit: Leaving.]
<fda->
@SwedeMike thanks it worked for me some montha ago too, so i could created them. but im using a current git build, so im not sure if it is broken by some commits or if i did something wrong
<rsalvaterra>
Eek. Tor build failed on x86-64…? o_O
<rsalvaterra>
And only on x86-64. That's about as strange as it gets.
<rsalvaterra>
Ah, it's failing because it depends on cryptodev, which is broken. Nothing to see here, I guess.
<jow>
fda-: if uci reports I/O error then you appear to have more severe issues
<jow>
filesystem corruption, readonly fs, out of space, permission issues
<jow>
which might also explain why luci is not able to add or delete routes
dangole has quit [Remote host closed the connection]
eck has quit [Quit: PIRCH98:WIN 95/98/WIN NT:1.0 (build 1.0.1.1190)]
eck has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
<fda->
jow: the IO error orrcurs only 1 time after i added by uci the route settings. it then delete the route6 entries i just added
<fda->
after that an uci commit works again without error
<fda->
btw, i noticed that on E8450 UBI and an avm1200 repeater
<fda->
no messsages by syslog
ashkan has joined #openwrt-devel
kenny has joined #openwrt-devel
Andi_ has quit [Read error: Connection reset by peer]
Andi_ has joined #openwrt-devel
ashkan has quit [Ping timeout: 480 seconds]
<blogic>
fda-: how did you modify uci ?
Tapper has quit [Ping timeout: 480 seconds]
Grommish has joined #openwrt-devel
Tapper has joined #openwrt-devel
<fda->
@blogic like luci does it: uci add network route6 ; uci set network.@route6[-1].target="fda0:1:2:3::/64" ; uci set network.@route6[-1].gateway='fda0::1' ; uci commit
<fda->
there are at this momente not route6 entries
<philipp64>
What's the real failure? I don't see one...
<philipp64>
Do I need to do anything special to make $(AUTORELEASE) work?
<philipp64>
I did a version bump of strongswan from 5.9.3-2 to 5.9.4-$(AUTORELEASE) and the next build was 5.9.4-3... WTH?
<philipp64>
Ah... the git commit comment needs to be "$pkg: (Bump|Update) to x.x.x" or it won't reset correctly...
<Habbie>
indeed
<philipp64>
I would have made it: /: ([bB]ump|[uU]pdate)( version)? to / instead, but that's me...
<Habbie>
right
Tapper has quit [Ping timeout: 480 seconds]
<noahm>
philipp64: hey, while you're looking at the bind packages, can you update them for the CVE fixes that were released upstream yesterday? :)
kenny has quit [Ping timeout: 480 seconds]
<philipp64>
Um.... will look.
<noahm>
:) I can do it if you don't want to. I'm going to update the stable branches anyway.
<fda>
jow / dwfreed i found it: i had a process with nohup running. it created /root/nohup.out, which i deleted instant after start of nohup some days ago. beside that, it seem to take all flash space.i test now by redirectin all to /dev/null, look good so far
<Habbie>
that makes sense
Tapper has joined #openwrt-devel
<philipp64>
How did we miss 9.17.17?
<philipp64>
noahm: it's fine, on it now.
<philipp64>
waiting of CI/CD then will merge...
<philipp64>
running it here. works fine.
<philipp64>
but I don't run a real zone master or do zone transfers...
<noahm>
I'm testing the same version on 21.02 right now and it seems good.
<hurricos>
What mechanisms exist for making sure that devices with many interfaces get those interfaces named consistently?
<philipp64>
aparcar[m]: took your advice and merged anyway. these are trivial commits...
<genuser1>
Hello all. Just read this bit here https://openwrt.org/docs/guide-user/advanced/opkg_extras and was wondering if there was already a luci option to automatically backup config files and the packages for restore. I'm thinking if the backup config could just make a list of all installed packages and then opkg install them again during restore.
<noahm>
philipp64: thanks for updating the bind version. sorry it was more of a hassle than expected.
<philipp64>
don't sweat it... it was affecting *all* of my PR's.
Tapper has quit [Ping timeout: 480 seconds]
<philipp64>
genuser1: isn't that what "sysupgrade -b ..." is for?