<russell--> mangix: have you ever tried using it?
gch981213886 has joined #openwrt-devel
gch98121388 has quit [Read error: Connection reset by peer]
gch981213886 is now known as gch98121388
<philipp64> karlp: I’m a fan of keeping things simple and consistent. I like ${} only where it’s necessary… it’s ugly to look at. But if it had been used 100% of the time already, I would have gone with that.
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gch98121388 has quit [Read error: Connection reset by peer]
gch98121388 has joined #openwrt-devel
<mangix> russell--: on my desktop yes
<mangix> iwd's AP mode is very barebone
adrianschmutzler has quit [Quit: ~ Trillian - www.trillian.im ~]
tchebb has quit [Ping timeout: 272 seconds]
<russell--> mangix: it sounds interesting, but i never managed to wade my way to seeing it in action
danitool has quit [Ping timeout: 272 seconds]
danitool_ has joined #openwrt-devel
danitool_ has quit [Client Quit]
<pkgadd> it would certainly be nice to take a look at (give it a sping for testing), but I wouldn't quite trust it for daily operations
gch981213884 has joined #openwrt-devel
gch98121388 has quit [Ping timeout: 264 seconds]
gch981213884 is now known as gch98121388
victhor has quit [Ping timeout: 246 seconds]
<mangix> iwd is basically the systemd of wifi
<mangix> meaning it handles stuff that is normally handles by other stuff
<mangix> *handled
gch981213881 has joined #openwrt-devel
<Tapper> Any one know what's rong with this PR?
<Tapper> mac80211/hostapd: add support for 256-QAM on 802.11n
<Tapper> Will it brake things?
gch98121388 has quit [Ping timeout: 240 seconds]
gch981213881 is now known as gch98121388
ByteEnable has joined #openwrt-devel
<ByteEnable> How can disable the file hash check during a build?
black_ant has joined #openwrt-devel
black_ant has joined #openwrt-devel
hbug has joined #openwrt-devel
<ByteEnable> I modified a tar file in ./dl and the build is complaining that the file hashes don't match. How can I disable the file hash check?
hbug___ has quit [Ping timeout: 240 seconds]
tobleminer-tSYS has quit [Quit: AS4242423214]
tobleminer-tSYS has joined #openwrt-devel
gch98121388 has quit [Read error: Connection reset by peer]
gch98121388 has joined #openwrt-devel
heffer has quit [Quit: heffer]
heffer has joined #openwrt-devel
<stintel> ByteEnable: you shouldn't modify the tarbal, learn how to use patches: https://openwrt.org/docs/guide-developer/build-system/use-patches-with-buildsystem
<ByteEnable> Will browse. Thanks.
<ByteEnable> The issue in in kexec-tools someone define my_debug twice. Once in the .h and then again as a global in main().
<ByteEnable> kexec/fs2dt.c and the .h.
zjason has quit [Remote host closed the connection]
zjason has joined #openwrt-devel
<mangix> ByteEnable: are you building with GCC10?
tchebb has joined #openwrt-devel
rsalvaterra1 has joined #openwrt-devel
rsalvaterra has quit [Ping timeout: 265 seconds]
dorf_ has quit [Remote host closed the connection]
dorf_ has joined #openwrt-devel
goliath has joined #openwrt-devel
<ByteEnable> Yeah. Using GCC10. Its a linker error with kexec-tools. A debug variable named 'my_debug'. I just wrote a patch for it. The my_debug is for PPC64 only.
valku has quit [Quit: valku]
<ByteEnable> My build is still running. FIrst builder. At first I was cursing the build system. It's actually state of the art in most respects.
<ByteEnable> *First time builder.
dorf_ has quit [Remote host closed the connection]
dorf_ has joined #openwrt-devel
gch981213881 has joined #openwrt-devel
gch98121388 has quit [Ping timeout: 256 seconds]
gch981213881 is now known as gch98121388
ByteEnable has quit [Quit: Leaving]
slh64 has joined #openwrt-devel
nitdega has quit [Quit: ZNC - 1.6.0 - http://znc.in]
nitdega has joined #openwrt-devel
dorf_ has quit [Remote host closed the connection]
gch981213886 has joined #openwrt-devel
gch98121388 has quit [Ping timeout: 256 seconds]
gch981213886 is now known as gch98121388
dedeckeh has joined #openwrt-devel
ivanich has joined #openwrt-devel
danitool has joined #openwrt-devel
feriman has joined #openwrt-devel
feriman has quit [Quit: WeeChat 3.0]
feriman has joined #openwrt-devel
dorf_ has joined #openwrt-devel
jas4711 has quit [Ping timeout: 240 seconds]
jas4711 has joined #openwrt-devel
Ycarus has joined #openwrt-devel
voxadam has quit [Ping timeout: 260 seconds]
<Pepe> Guys, I can not do git clone as fatal: unable to access 'https://git.openwrt.org/feed/packages.git/': Failed to connect to git.openwrt.org port 443: Connection timed out failed.
<Pepe> It fails because of: This server could not prove that it is git-01.infra.openwrt.org; its security certificate is from git.openwrt.org
adrianschmutzler has joined #openwrt-devel
<karlp> https ensuring a reliable web experience again :)
voxadam has joined #openwrt-devel
<ynezz> Pepe: works for me, just tried `git clone https://git.openwrt.org/feed/packages.git`
<mangix> Pepe: replace feeds/packages origin to the github one
<mangix> the github the original and hence gets updates faster
<mangix> *is the
dorf_ has quit [Remote host closed the connection]
dorf_ has joined #openwrt-devel
dorf_ is now known as dorf
<Pepe> mangix: Thanks! But it is different fron what it is in https://github.com/openwrt/openwrt/blob/master/feeds.conf.default
<karlp> hehe
<karlp> using the non-canon source to point out that the canon source is using a non-canon source :)
<karlp> but yes, https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=feeds.conf.default;h=03bfacb620fd9f9bd489b1d5009d09c3f75fb462;hb=HEAD is IMO, wrong, as github is canonical for the packages,
<karlp> but I know people like to use their own infra....
<Pepe> ynezz: The issue relays here: https://git-01.infra.openwrt.org/ just open it with your browser. That's the simplest what you can do.
<ynezz> Pepe: why are you using that URL?
<ynezz> I've never used it directly
<Pepe> ynezz: I am not using it directly, but using git.openwrt.org, which CNAME points to A and AAAA records of git-01.infra.openwrt.org and it has no valid SSL certificate. Downloads does not work.
<ynezz> eh?
<ynezz> pastebin output of `git clone https://git.openwrt.org/feed/packages.git` and `curl -v https://git.openwrt.org` commands
<grift> the issue in that event is the third party
<grift> wrong chan ignore
victhor has joined #openwrt-devel
gch98121388 has quit [Read error: Connection reset by peer]
gch98121388 has joined #openwrt-devel
<adrianschmutzler> is there a remaining blocker for 19.07.5 now that the ipq40xx double-tagging has been addressed?
<jow> adrianschmutzler: there's a pending firewall3 patch I want to merge
poljar1 has quit [Ping timeout: 260 seconds]
<jow> the decision to proxy github urls through git.openwrt.org was a deliberate one back in the day
<adrianschmutzler> ah, okay
<adrianschmutzler> btw are there any plans yet what happens to feeds when we move main repo to gitlab? probably they will prefer staying at github and keeping the infrastructure they have built?
<jow> github folks can remain there
<jow> but we'll likely continue to proxy external feeds through whatever hosting we use for the core
<jow> the reasoning behind that is that we reserve the ability to hold back or sanitize external feed updates in case it is ever needed
<jow> after all we're essentially running untrusted code on our build infrastructure
<jow> and uploading it to the repos
dorf has quit [Ping timeout: 260 seconds]
<jow> right now we simply mirror the github repo every minute but that could be theoretically changed to a more elaborate scheme if the need arises
<jow> Pepe: as far as I am aware we're not doing DNSSEC for *.openwrt.org
daregap has joined #openwrt-devel
dorf has joined #openwrt-devel
decke has joined #openwrt-devel
feriman has quit [Ping timeout: 256 seconds]
jas4711 has quit [Remote host closed the connection]
poljar has joined #openwrt-devel
dorf has quit [Remote host closed the connection]
luke-jr has quit [Read error: Connection reset by peer]
luke-jr has joined #openwrt-devel
dorf has joined #openwrt-devel
luke-jr has quit [Read error: Connection reset by peer]
luke-jr has joined #openwrt-devel
luke-jr has quit [Read error: Connection reset by peer]
luke-jr has joined #openwrt-devel
luke-jr has quit [Read error: Connection reset by peer]
romany has joined #openwrt-devel
luke-jr has joined #openwrt-devel
luke-jr has quit [Excess Flood]
indy has quit [Ping timeout: 240 seconds]
luke-jr has joined #openwrt-devel
indy has joined #openwrt-devel
decke has quit [Quit: Leaving.]
valku has joined #openwrt-devel
luke-jr has quit [Excess Flood]
luke-jr has joined #openwrt-devel
dorf has quit [Remote host closed the connection]
dorf has joined #openwrt-devel
linzst has joined #openwrt-devel
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
Nick_Lowe has joined #openwrt-devel
dorf has quit [Remote host closed the connection]
dorf has joined #openwrt-devel
Piraty has left #openwrt-devel ["--"]
Piraty has joined #openwrt-devel
<Piraty> if i issue: `opkg install ./local_file.ipk` , can i make opkg resolve deps from a specified dir where many packages reside (possibly not installed yet) so it takes them into account for dep resolving?
dopje_ has quit [Read error: Connection reset by peer]
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nick_Lowe has joined #openwrt-devel
dopje has joined #openwrt-devel
<karlp> Piraty: not entirely the answer, but I found just "python -m SimpleHTTPServer" and editing the sources list is enough to work around it. I haven't really tried actually looking further.
feriman has joined #openwrt-devel
MichaelOF has joined #openwrt-devel
dopje has quit [Quit: Checking other places]
MichaelOF has quit [Quit: Konversation terminated!]
_whitelogger has joined #openwrt-devel
dopje has joined #openwrt-devel
gch98121388 has quit [Quit: The Lounge - https://thelounge.chat]
gch981213886 has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
nast has quit [Read error: Connection reset by peer]
nast has joined #openwrt-devel
rsalvaterra1 has quit [Quit: Leaving.]
rsalvaterra has joined #openwrt-devel
danitool has joined #openwrt-devel
figgyc2 has joined #openwrt-devel
<aparcar[m]> mangix: ping
<aparcar[m]> mangix: mind creating a PR to remove openvpn and put nbd in cc?
ivanich has quit [Quit: Konversation terminated!]
<mangix> you want openvpn out as well?
<mangix> I guess it makes sense given that wireguard is a thing
<aparcar[m]> mangix: I wouldn't mind I and think nobody else neither
<ynezz> +1
<mangix> there are two packages looks like
<mangix> sent. forgot to put nbd in CC
gch9812138864 has joined #openwrt-devel
<rsalvaterra> mangix: WireGuard is *the* thing. :D
<mangix> right. but the longest time OpenVPN had the top spot AFAIK
<mangix> *for the
<rsalvaterra> Yeah, before WireGuard, to me, OpenVPN was the thing, for sure.
gch981213886 has quit [Read error: Connection reset by peer]
Ycarus has quit [Quit: Ycarus]
gch9812138864 is now known as gch981213886
<mangix> in other news, /me hates windows update with a passion
<aparcar[m]> mangix: thanks for the quick rtt
<aparcar[m]> maybe I was wrong and nbd isn't even the maintainer.
<aparcar[m]> -PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
<rsalvaterra> mangix: I don't think I even know how to use Windows anymore… The last Windows I used daily was XP.
<aparcar[m]> oh he his
<aparcar[m]> mangix: do you feel like becoming the maintainer of openvpn in packages.git?
noltari_ has joined #openwrt-devel
linzst has quit [Quit: Leaving]
noltari has quit [Ping timeout: 260 seconds]
<mangix> aparcar[m]: not my laptop. and no. I don't use OpenVPN.
<mangix> Magnus might
<aparcar[m]> neoraider: ping
<mangix> speaking of Magnus, I should probably apply his patch.
figgyc2 has quit [Ping timeout: 245 seconds]
<aparcar[m]> mangix: may put him in cc too
<mangix> hmm is he on GitHub?
<aparcar[m]> ¯\_(ツ)_/¯
<mangix> found him
<Hauke> adrianschmutzler: I just comitted an update of the kernel and support for an addition flash chip to 19.07, I have nothing else on my list
<stintel> so I'm giving wireguard another try, again not very successful. on one side it appears to work fine, on the other site I'm getting NO_DEVICE in ifstatus wg_vr0
<stintel> and no matter how many ifdown wg_vr0 ; ifup wg_vr0 I try, *nothing* changes, as if it completely ignores it
<aparcar[m]> s/#openwrt-devel/#openwrt/
<aparcar[m]> duck
<stintel> nah
gch9812138863 has joined #openwrt-devel
andi- has quit [Ping timeout: 244 seconds]
gch981213886 has quit [Read error: Connection reset by peer]
gch9812138863 is now known as gch981213886
feriman has quit [Read error: Connection reset by peer]
<ldir-> quack
<stintel> reboot fixed it, so some stuck state in netifd or something I guess
<stintel> meh
feriman has joined #openwrt-devel
<stintel> grmbl, after making changes and ifup, same problem
andi- has joined #openwrt-devel
<aparcar[m]> ldir-: huh?
<ldir-> duck
<aparcar[m]> stintel: do both ends use the correct time?
<ldir-> it's not an 'ifconfig' funny is it? does 'ip foo' work?
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nick_Lowe has joined #openwrt-devel
<stintel> aparcar[m]: the tunnel comes up after reboot, it's a local problem, ifdown wg_vr0 or ifup wg_vr0 are completely ignored
Nick_Lowe has quit [Client Quit]
<ldir-> ignore me - ifup/down not ifconfig doh!
Nick_Lowe has joined #openwrt-devel
<stintel> running "wg" also displays nothing
valku has quit [Quit: valku]
<stintel> looks like I'm sticking with IPsec IKEv2 for a few more years until this thing becomes usable
Katana_Steel has quit [Ping timeout: 260 seconds]
<aparcar[m]> stintel: I guess you're missing some package or something, I've been using it for some time and it's great :)
<stintel> aparcar[m]: nothing is missing, the tunnel was up earlier
<stintel> it's just not normal that ifdown wg_vr0 or ifup wg_vr0 does absolutely nothing (nothing shows up in logread)
<stintel> pretty sure netifd is doing something funky, but that's such an undocumented black box that is impossible to debug
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gch9812138863 has joined #openwrt-devel
gch981213886 has quit [Read error: Connection reset by peer]
gch9812138863 is now known as gch981213886
adrianschmutzler has quit [Ping timeout: 260 seconds]
adrianschmutzler has joined #openwrt-devel
<mangix> jow: do the buildbots use debian stretch or buster?
dedeckeh has quit [Remote host closed the connection]
Nick_Lowe has joined #openwrt-devel
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<aparcar[m]> I think the old thing
Nick_Lowe has joined #openwrt-devel
nitdega has quit [Ping timeout: 246 seconds]
nitdega has joined #openwrt-devel
<stintel> /65
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nick_Lowe has joined #openwrt-devel
Nick_Lowe has quit [Client Quit]
Nick_Lowe has joined #openwrt-devel
Nick_Lowe has quit [Client Quit]
ivanich has joined #openwrt-devel
muhaha has joined #openwrt-devel
ivanich has quit [Quit: Konversation terminated!]
ivanich has joined #openwrt-devel
nico2 has joined #openwrt-devel
ivanich has quit [Read error: No route to host]
ivanich has joined #openwrt-devel
ivanich has quit [Client Quit]
<mangix> stretch uses python 3.5, buster uses 3.7
<mangix> I want to say that warning appears even with newer than 3.5 installs
feriman has quit [Read error: Connection reset by peer]
figgyc has joined #openwrt-devel
feriman has joined #openwrt-devel
mangix has quit [Read error: Connection reset by peer]
feriman has quit [Read error: Connection reset by peer]
mangix has joined #openwrt-devel
figgyc has quit [Read error: Connection reset by peer]
figgyc has joined #openwrt-devel
feriman has joined #openwrt-devel
<figgyc> either. Is that even what it's designed for? thanks
<figgyc> bit of a weird one: is there a way to configure kmod-ledtrig-gpio in the dts? I'm porting to a device where one of the LEDs is designated for SD card presence, I know the GPIO which goes low when the SD card is detected so I'm wondering how I should implement that LED. Saw that kmod but I don't think it's actually being used anywhere, there isn't a ledtrig module specific to sdmmc
adrianschmutzler has quit [Quit: ~ Trillian - www.trillian.im ~]
Namidairo has quit [Ping timeout: 240 seconds]
feriman has quit [Read error: Connection reset by peer]
feriman has joined #openwrt-devel
home-alone has joined #openwrt-devel
home-alone has quit [Client Quit]
feriman has quit [Read error: Connection reset by peer]
zatwai has joined #openwrt-devel
damex has quit [Read error: Connection reset by peer]
damex has joined #openwrt-devel
muhaha has quit [Ping timeout: 272 seconds]
feriman has joined #openwrt-devel