**** BEGIN LOGGING AT Tue Apr 02 02:59:57 2019 Apr 02 14:53:19 eh? update for zzztop? Apr 02 16:01:48 not sure Apr 02 16:02:32 I looked at the line throwing error and it might be related to number of CPUs the kernel reports Apr 02 16:02:52 I rebooted so let me test again Apr 02 16:04:28 fixed Apr 02 16:04:36 I.E. no more errors Apr 02 16:05:05 sth fsckd up the /sys AIUI Apr 02 16:06:50 the line 337 that threw error: foreach my $cpu (0..$maxcpu) { my $dt = $post->[$cpu]->{$int} - $pre->[$cpu]->{$int}; Apr 02 16:07:59 :shrug: Apr 02 16:08:05 indeed Apr 02 16:10:08 after all it's perl, I can't really read that Apr 02 16:11:56 102 $maxcpu = get_cpu_range(); Apr 02 16:12:55 88 sub get_cpu_range() {to 99} Apr 02 16:14:25 76 my $cpudir='/sys/devices/system/cpu'; Apr 02 16:15:11 sth made /sys go freak-out Apr 02 16:17:51 brolin_empey: **apparently** Apr 02 16:18:30 oh, when `find` finds them, then your point Apr 02 16:22:17 * DocScrutinizer05 glares at upper/lower case and how all dos and successors tend to constantly mess with this, sometimes ignoring the difference, sometimes not Apr 02 16:24:08 anyway a strict pattern match doesn't match “trance” or “megamix” to “⏩ 24 Hour Trance MEGAMIX _ Best Trance _ 1996 - 2016 _ Part 1 ⏪-0lTg5SM2N_0.webm” Apr 02 16:25:21 it either needs "ignore_case" or a search pattern like "Trance" or "MEGAMIX" Apr 02 16:27:32 less for example auto-decides to either ignore or take into account the case of search pattern, depending on upper case chars being present in search pattern or not Apr 02 23:13:30 Navit 0.5.3 is out there. Anybody packaging it for Maemo? https://github.com/navit-gps/navit/releases http://download.navit-project.org/ Apr 02 23:27:07 Anybody editing wiki page? http://wiki.navit-project.org/index.php/Maemo Because bokomoko repository seems to be out-of-date when compared against Maemo Extras-devel repository? Apr 03 00:42:29 DocScrutinizer05: Yes, I thought it was clear from the context that Windows Explorer ignores lettercase for this search function. Apr 03 00:49:11 The USB Type C OTG adapters I ordered from Asia on eBay over twenty days ago arrived today. I actually kind of have a USB↔Ethernet adapter working on Android OS 8 on the LG G5. The eth0 network interface gets a 192.168.0.x IP address for the wired LAN but I cannot ping a host on the wired LAN that I know answers pings. I thought I may need to manually add a default gateway to the IP routing table but I only remember how to do this with the program named Apr 03 00:49:11 “route”, which this Android installation seems to lack. Apr 03 00:59:25 usb ethernet adaoter works out of the box on my android devices, use it all the time to sync large amounts of data. Apr 03 01:00:12 i would suspect the hardware driver isn't working correctly, and try a different adapter Apr 03 01:01:07 you can check the routing table without `route`: cat /proc/net/route Apr 03 01:07:24 The asix driver seems to work on the G5. I tried to manually run a DHCP client on the eth0 network interface but I do not know the name of the DHCP client on Android. I tried udhcpc and dhclient but neither was found. I use “ip route” to print the routing table if I recall correctly. I did not say I do not remember how to print the routing table without “route”, I said I do not remember how to add a default gateway to the routing table without Apr 03 01:07:25 using “route”. I spent enough time on the “wired LAN on handheld computer” project/adventure for now, need to finish some other things before I can continue working on this project. I got a USB↔Ethernet adapter working on my N900 with a customised power kernel but I never got a USB↔Ethernet adapter working on Android OS 4.4 on my Galaxy Note 3. I do not remember if I ever even tried to use Ethernet on Android OS 4.2 for x86 on my Geeksphone Apr 03 01:07:25 Revolution before I switched to the Galaxy Note 3. **** ENDING LOGGING AT Wed Apr 03 02:59:57 2019