**** BEGIN LOGGING AT Sat Feb 15 02:59:57 2020 Feb 15 03:05:57 include/inage.mk has command like for make_ext4fs Feb 15 03:06:00 so i think i can trace from there Feb 15 03:06:04 to find out where theuuid comes frmo lol Feb 15 03:06:08 its been a mystery for me for a while Feb 15 03:08:56 void generate_uuid(const char *namespace, const char *name, u8 result[16]) Feb 15 03:08:56 generate_uuid("extandroid/make_ext4fs", info.label, sb->s_uuid); Feb 15 03:10:58 looks to be based on label and time Feb 15 03:11:44 $(if $(SOURCE_DATE_EPOCH),-T $(SOURCE_DATE_EPOCH)) \ Feb 15 03:12:30 from ./scripts/get_source_date_epoch.sh Feb 15 03:13:01 first tries version.date Feb 15 03:13:06 then tries .git Feb 15 03:13:26 so if the date of .git changes Feb 15 03:13:28 it changes the uuid Feb 15 03:14:07 hm, but it must store this somewhere Feb 15 03:15:10 or i just had something horked that made the upgrade script fail to rewrite the uuid Feb 15 03:15:17 whatever, at least i know where it comes from Feb 15 03:15:34 still have the libubus issue Feb 15 03:18:36 might be using ./build_dir/host/squashfskit-v4.14/version.date for uuid Feb 15 09:08:05 hello i want to report an issue with the wiki documentation Feb 15 09:08:09 https://openwrt.org/docs/guide-user/luci/getting_rid_of_luci_https_certificate_warnings Feb 15 09:09:21 the openssl command is missing the "-extensions v3_req" command to generate certificates valid for chrome vertsions newer than 75 Feb 15 09:09:49 i found the solution here https://superuser.com/questions/1451895/err-ssl-key-usage-incompatible-solution Feb 15 09:10:07 and confirm it works, it also solves the time outs with lucy over https Feb 15 09:52:07 xback: what's up with the single 5.4 patch in master? Feb 15 10:28:14 oo figured out why my uuid changed at some point, kernel change.. it's ver is hashed into it Feb 15 15:23:41 Can anyone gives me some opinion on how to troubleshoot a usb problem on my device? Feb 15 15:39:54 maybe... try to describe the problem? Feb 15 15:51:10 ok... usb2 works ok (by using a usb2.0 cable) and partition gets detected. With usb3.0 device i have only sda (but no sda1 sda2....) Trying to write with echo 1111 > /dev/sda and checking it with hexdump confirm that data gets written proprely. Feb 15 15:52:08 worked with older kernel, the problem manifest only in newer. Feb 15 15:53:10 right, I would compare dmesg when using usb 2.0 and usb 3.0 Feb 15 15:54:57 they are the same except 2.0 output sda1 sda2 Feb 15 15:55:28 smartctl can correctly read smart data from the hard disk connected with usb3.0 Feb 15 15:55:43 no errors beforehand? Feb 15 15:55:49 no error Feb 15 15:55:58 * hell__ shrugs Feb 15 16:02:23 i really don't know what to test... do you know some devs in the usb kernel group to contat and troubleshoot this ? Feb 15 16:13:25 Ansuel: 2,4 GHz wifi and USB3? Feb 15 16:14:19 wifi not enabled and it's strange that this problem manifest only now and device works in older kernel Feb 15 16:16:39 Openwrt doesn't have patch that modify usb or scsi driver correct? Feb 15 16:17:10 no idea Feb 15 17:37:05 what is proper place to generate config files for packaged software from uci config? some packages generate to /tmp/etc, some to /var/lib etc... Feb 15 18:29:10 Weasel_: /var/etc Feb 15 20:19:41 hey jow Feb 15 20:20:01 sometime between dec 11 and now there was a change that's causing an error with libubus that seems to crash procd Feb 15 20:20:03 and panic on boot Feb 15 20:20:09 unable to relocate libubus Feb 15 20:28:37 https://i.imgur.com/v3VFsvb.png error relocating /lib/libubus.so Feb 15 20:36:30 nyt: did you try a make dirclean? Feb 15 20:37:15 buildroots abi tracking failed with that ubus bump, causing random programs to segfault because they're not properly getting rebuilt Feb 15 21:38:20 Can someone help me find the option that enables the /proc filesystem? It's just missing in my build! Feb 15 21:55:55 I can't imagine any OpenWrt target without procfs support, but CONFIG_PROC_FS=y Feb 15 22:04:30 No matches found. :/ Feb 15 22:05:21 This is weird... Feb 15 22:05:27 target/linux/generic/config-4.19:CONFIG_PROC_FS=y ... Feb 15 22:05:54 How about in the openwrt configuration? Feb 15 22:48:03 nevermind, was friend's box and he had installed some random opkg which had old ubus in hsi overlay Feb 15 22:48:08 sorted **** ENDING LOGGING AT Sun Feb 16 02:59:57 2020