**** BEGIN LOGGING AT Sun Sep 15 02:59:57 2019 Sep 15 03:44:16 what is the difference between toolchain vs sdk? Sep 15 03:45:05 i'm using toolchain to build u-boot and kernel but I got 'warning: environment variable 'STAGING_DIR' not defined', the problem is that, toolchain does not even have staging-dir directory, does that mean we should always use sdk? Sep 15 03:45:28 my understanding is that sdk is for packages, to build u-boot/kernel toolchain should be good enough **** BEGIN LOGGING AT Sun Sep 15 06:44:37 2019 Sep 15 07:29:18 jow: do you know is there mailing list maintenance going on? openwrt-devel and openwrt-adm have been down since yesterday it seems. Sep 15 09:23:48 Hi, i have a archer-c50 v1. The 5Ghz band doesn't seem to work. kernel isn't able to find the radio device Sep 15 09:24:36 Borromini: I got the last message on openwrt-devel at 8:13 AM CEST today (about 3 hours ago) Sep 15 09:25:23 I get this in logs: https://paste.rs/3hL Sep 15 09:25:57 iw phy: https://paste.rs/HST Sep 15 09:26:55 /etc/config/wireless: https://paste.rs/Kq5 Sep 15 09:28:09 do i need to change the path option for radio0? Sep 15 09:28:16 I'm running the latest snapshot Sep 15 09:31:20 Guest33065: maybe it's something local then. Sep 15 09:31:33 https://downforeveryoneorjustme.com/lists.infradead.org shows it as 'down' here Sep 15 09:35:44 shalzz: I guess you could try wifi detect manually (just an tought) Sep 15 09:36:17 olmari: if iwinfo doesn't see it, isn't there a more low-level issue? Sep 15 09:37:30 Borromini: propably or maybe Sep 15 09:38:50 Sami Olmari: wifi config returns nothing Sep 15 09:40:09 bash: line 6: 8: Bad file descriptor Sep 15 09:42:23 right before "Signing package index..." Sep 15 09:44:22 Sami Olmari: Borromini: kernel dmesg: https://paste.rs/CSE Sep 15 09:45:14 wlan0 (5GHz) enters promiscuous mode and then gets disabled Sep 15 10:59:29 aparcar[m]: I'm probably holding it upside down, but how could one use your new feeds.buildinfo to make the build reproducible? It doesn't contain any Git hash `src-git packages https://git.openwrt.org/feed/packages.git` Sep 15 11:01:27 ynezz: src-git packages https://git.openwrt.org/feed/packages.git^1126368 looks good to me Sep 15 11:01:41 https://downloads.openwrt.org/snapshots/targets/ath79/generic/feeds.buildinfo Sep 15 11:01:51 or am reading your message wrong? Sep 15 18:54:20 aparcar[m]: I'm holding it wrong apparently, forget to run `feeds update` Sep 15 18:54:28 sorry for the noise **** BEGIN LOGGING AT Sun Sep 15 20:41:10 2019 Sep 15 22:03:34 updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html Sep 15 22:21:20 mangix: getting this during nut configure phase: configure: error: libgd not found, required for CGI build Sep 15 22:21:41 do I need to clean something or so, wrt your change to detect it via pkgconfig ? Sep 15 22:26:04 checking for gd include flags... -I/usr/include Sep 15 22:26:07 that does not seem right Sep 15 22:34:28 mangix: I reverted your last 2 changes to libgd, please look into this breakage (x86/64 target) Sep 15 22:35:04 these 2 reverts allow me to build nut again Sep 15 23:12:46 hmm and now sysupgrade fails because it tries to include /etc/uhttpd.{crt,key} twice Sep 15 23:17:20 weird stuff, it failed twice, then manually ran the conffiles tar step, saw that it exits with 1, removede the duplicate files from /tmp/sysupgrade.conffiles, ran tar manually again, exited 0 this time. then ran sysupgrade again, saw /etc/uhttpd.{crt,key} twice again, but now it continued Sep 15 23:31:44 I have the memory of my router full and I can't access a luci Sep 15 23:33:42 Yaris: what's your router? Sep 15 23:34:17 lynxis tp link 4300 Sep 15 23:35:34 Yaris: that's strange. can you login via ssh and do a ps w? Sep 15 23:37:11 lynxis yes, https://paste.debian.net/1100963/ Sep 15 23:37:50 luci: https://paste.debian.net/1100964/ Sep 15 23:37:50 Yaris: can you do `df -h` please Sep 15 23:38:59 lynxis https://paste.debian.net/1100965/ Sep 15 23:40:07 Yaris: just a guess: you've tried to install packages via opkg, but while installing things, opkg ran into "No space left on device" because /overlay seems to be full. Sep 15 23:42:02 lynxis If so, and now I can't delete anything. Sep 15 23:42:08 Yaris: with memory you meant flash not ram. I didn't noticed it. you can try to uninstall things via `opkg remove ` and with `opkg list_installed` to see which are installed. Sep 15 23:43:23 if that's not possible, you could delete files directly /overlay/ but maybe better to do a backup first (sysupgrade -b /tmp/backup.tar.gz and copy it over to your machine via scp) Sep 15 23:45:22 lynxis rm: can't remove 'ddns.lua': Read-only file system Sep 15 23:46:09 Yaris: what says `mount` Sep 15 23:48:07 https://paste.debian.net/1100966/ Sep 15 23:52:20 lynxis Should I reinstall the firmware? Sep 15 23:53:49 Yaris: that's the big hammer. but it's also possible to get the overlay back to work. you should able to remove things from /overlay/usr/..., right? btw. what says `dmesg` (sorry for the remote ssh via irc). Sep 15 23:54:26 Yaris: if you want to remove all state (aka factory reset) it's `firstboot -y -r` Sep 15 23:54:41 -r reboot, -y do not ask again Sep 16 00:05:04 lynxis rm: can't remove 'ddns': Read-only file system Sep 16 00:05:39 Yaris: not even under /overlay/usr/... ? because mount says it's `rw`. Sep 16 00:05:57 Yaris: or how you tried it? rm oder opkg remove? Sep 16 00:06:48 can't cd to /overlay/usr/: No such file or directory Sep 16 00:09:18 lynxis /overlay/upper/usr ? Sep 16 00:10:27 Yaris: right. something under /overlay/... but doing a firstboot -y -r might be easier :). afterwards you should reboot. Sep 16 00:17:54 lynxis I have already removed packages. I've solved the problem with lucy **** ENDING LOGGING AT Mon Sep 16 03:00:52 2019