**** BEGIN LOGGING AT Sat Aug 24 02:59:57 2019 Aug 24 03:16:19 grml, feeds install -a , solved Aug 24 09:38:11 I think we could do with a services part on the home page of luci Aug 24 09:38:48 To let you know if adblock, banip or bcp38 are enabled. Aug 24 09:43:39 enabled is a pretty fuzzy term, when it comes to number of diverse services, which are only loosely coupled at best. yes, I do understand what you mean, but programmatically determining this isn't quite trivial (is the init.d/ procd script enabled and running, does it have a /etc/config/foo with a disabled switch, things like bcp38 are even more complex - because even if you fully enable it and let Aug 24 09:43:45 it run, it won't actually do anything unless you specify the networks to filter out Aug 24 09:46:23 standardizing this and providing callbacks for a more meaningful return value of $is_running is imaginable, but would take quite a while to cover enough services to become useful Aug 24 10:12:37 pkgadd You make some good points. It's simple for a non programmer like to come up with these things. Aug 24 10:12:46 like me* Aug 24 10:14:32 I think bcp38 does filter out some networks from install if you point it at your wan Aug 24 10:15:40 I do get your point tho. Some services could show up as running when there are not configured rite! Aug 24 10:17:13 EG i had adblock say it was running, but I left CURL out of my build so it had not downloaded any lists to block. Aug 24 10:19:39 Tapper: In general in openwrt an program or "app" depends on other programs, one should not be able to get, say, adblock without curl... That being said, I don't know how openwrt handles alternate depencies, like "need curl or wget or xx". Aug 24 10:20:22 Adblock uses uclient-fetch as stock Aug 24 10:20:43 I had curl installed and my config was telling adblock to use it. Aug 24 10:21:10 When I sysupgraded with out CURL inthe build brackage Aug 24 10:21:27 =breakage! Aug 24 10:25:57 Oh well.. Nothing is perfect I guess... So I do understand what you try to tell but I don't know would that be solution that is feasible and small enough "framework" to be universally included... Not that I can immediately tell any better solution... As obviously we'd need to be bug free (in context) first, monitoring solutions second, so to speak... Aug 24 10:35:26 Tapper: your issue should probably be fixed in adblock (maybe add a bug ticket on github for it?). If the config says curl, but it isn't installed, it should just fall back to uclient-fetch, not error out Aug 24 16:55:19 Anyone know how to build an individual package within coreutils? Aug 24 16:55:42 The Makefile for coreutils does not give any hints Aug 24 16:56:45 And / or how do you select one of these packages in menuconfig? Aug 24 16:57:19 I need to build coreutils-cksum Aug 24 17:48:28 Anyone there?? Aug 24 19:38:58 Is this the right forum to ask about building OpenWrt packages? Aug 24 19:49:38 brucethompson: should Aug 24 19:49:55 OK. Great!! Aug 24 19:50:24 I need to build the package coreutils-cksum Aug 24 19:50:53 I can find it in the package.index file, but have no idea how to enable it in menuconfig Aug 24 19:54:54 In package.index, it says the package is in Section: utils; Category: Utilities Aug 24 19:55:17 The only thing there in menuconfig is "coreutils" Aug 24 19:55:40 The coreutils package is a dummy package that does not build anything. Aug 24 19:56:36 Is there a config file that I can use to manually enable packages or do I always have to go through menuconfig?? Aug 24 19:57:36 in .config file resides the changes I think Aug 24 19:58:21 You are correct. Aug 24 19:59:25 I found a switch to manually enable the coreutils-cksum package in tmp/.config Aug 24 19:59:38 That file is always overwritten by the make system Aug 24 20:00:26 So the system seems too "smart" to allow people to manually enable packages for the build. Aug 24 20:00:52 you sure you need it in openwrt itself? Aug 24 20:00:53 Seems like you have to go through menuconfig. Aug 24 20:01:13 I am building a custom image that must include this package Aug 24 20:01:31 a custom flash image Aug 24 20:02:30 The custom flash image contains just enough software to run an install shell script wrote to do an extroot and install the rest of the software. Aug 24 20:03:30 I need a number of standard Linux commands in the custom flash image in order to run the install shell script Aug 24 20:04:09 One of the standard linux commands I need is: cksum **** BEGIN LOGGING AT Sat Aug 24 20:27:38 2019 Aug 24 20:34:52 brucethompson: you need to select coreutils first Aug 24 20:36:08 a couple of other modular packages are like this as well Aug 24 20:39:01 i have already selected coreutils in menuconfig Aug 24 20:39:18 * mangix checks Aug 24 20:40:13 there is still no option to select coreutils-cksum Aug 24 20:40:40 https://imgur.com/a/iKUMIsq Aug 24 20:40:43 coreutils and coreutils-cksum must be selected to build. after selecting coreutils, hit enter and select coreutils-cksum Aug 24 20:48:33 Silly me... Aug 24 20:48:56 I did not know there was a submenu under coreutils Aug 24 20:56:59 OK. My packages are there now. Aug 24 20:57:43 I thought that submenus appear automatically in menuconfig if you select a menu item. I guess not. Aug 24 20:58:21 Thanks greatly. Aug 24 20:58:49 brucethompson: they actually should (that I know of) Aug 24 20:59:39 Ok. Then there a bit of a bug in coreutils as the submeny does not open unless you hit enter after selecting coreutils Aug 24 21:00:13 That;s what got me confused Aug 24 21:02:06 well sometimes there are submenus, but then that kind of option hshould show arrow besides it or something **** ENDING LOGGING AT Sun Aug 25 02:59:57 2019