*** gtristan has quit IRC | 01:13 | |
*** gtristan has joined #baserock | 02:01 | |
*** gtristan has quit IRC | 04:17 | |
*** rdale has quit IRC | 04:49 | |
*** gtristan has joined #baserock | 04:57 | |
*** edcragg has joined #baserock | 07:05 | |
*** gtristan has quit IRC | 07:06 | |
*** fay has joined #baserock | 07:07 | |
*** fay is now known as Guest48283 | 07:08 | |
*** Guest48283 is now known as faybrocklebank | 07:09 | |
*** gtristan has joined #baserock | 07:18 | |
*** ctbruce has joined #baserock | 07:26 | |
*** rdale has joined #baserock | 07:32 | |
*** CTtpollard has quit IRC | 07:58 | |
*** CTtpollard has joined #baserock | 08:04 | |
*** gtristan has quit IRC | 08:12 | |
*** gtristan has joined #baserock | 08:13 | |
*** edcragg has quit IRC | 08:41 | |
*** toscalix has joined #baserock | 08:43 | |
*** jonathanmaw has joined #baserock | 08:47 | |
*** locallycompact has joined #baserock | 09:09 | |
*** edcragg has joined #baserock | 09:18 | |
*** franred has joined #baserock | 09:24 | |
*** gtristan has quit IRC | 10:43 | |
*** tiagogomes has quit IRC | 10:53 | |
*** tiagogomes has joined #baserock | 10:57 | |
*** tiagogomes has quit IRC | 11:37 | |
*** toscalix has quit IRC | 12:04 | |
*** toscalix has joined #baserock | 13:03 | |
*** tiagogomes has joined #baserock | 13:33 | |
paulsher1ood | is /etc always present in systems? | 13:35 |
---|---|---|
paulsher1ood | if not set-hostname.configure will fail... | 13:36 |
edcragg | surely it should be, lots of things will expect /etc | 13:37 |
pedroalvarez | I think nowadays is possible to have stateless systems without /etc | 13:39 |
richard_maw | pedroalvarez: depends if you're using stock glibc | 13:40 |
richard_maw | that's got hard-coded paths into /etc | 13:40 |
pedroalvarez | right | 13:40 |
pedroalvarez | then baserock systems will always have /etc | 13:41 |
pedroalvarez | wrong | 13:41 |
pedroalvarez | current baserock systems in baserock definitions will have /etc | 13:42 |
pedroalvarez | (someone might create definitions for musl) | 13:42 |
pedroalvarez | .. or others) | 13:42 |
*** tiagogomes has quit IRC | 13:43 | |
*** tiagogomes has joined #baserock | 13:43 | |
richard_maw | you could probably build glibc to use files in /usr/etc | 13:43 |
*** tiagogomes has joined #baserock | 13:44 | |
pedroalvarez | fhs-dirs creates /etc anyway | 13:45 |
*** tiagogomes has joined #baserock | 13:46 | |
*** tiagogomes has quit IRC | 13:46 | |
*** tiagogomes has joined #baserock | 13:47 | |
persia | FHS compliance is not typically a concern (e.g. /baserock/ ) | 13:49 |
*** tiagogomes has quit IRC | 14:02 | |
*** tiagogomes has joined #baserock | 14:04 | |
paulsher1ood | this is a user's definitions, not baserock's... | 14:36 |
paulsher1ood | 16-06-23 00:00:11 [0/14/432] [foo] Creating deployment manifest in /src/ybdbaseOLD/tmp/tmptcjoeq | 14:36 |
paulsher1ood | 16-06-23 00:00:11 [0/14/432] [foo] Running check extension: rawdisk | 14:36 |
paulsher1ood | 16-06-23 00:00:11 [0/14/432] [foo] Running configure extension: set-hostname | 14:36 |
paulsher1ood | /src/ybdbaseOLD/tmp/tmp2QfURi: line 25: can't create /src/ybdbaseOLD/tmp/tmptcjoeq/etc/hostname: nonexistent directory | 14:36 |
richard_maw | if they have a good reason for not having an /etc, the simplest thing would be to change set-hostname to make /etc if it does not exist | 14:37 |
paulsher1ood | i agree... i assume a patch for that would be non-controversial? | 14:38 |
paulsher1ood | i'm waiting to hear if they actually expected /etc to be there or not :) | 14:38 |
* richard_maw finds it a bit weird to not have /etc already, but would think it perfectly acceptable to create it | 14:38 | |
richard_maw | if they aren't using systemd then they might be getting the hostname from elsewhere though, at which point it would be better to work out which file they *do* need to put the hostname in | 14:39 |
benbrown_ | paulsher1ood: Oh, sent a patch to the gerrit to do that ~20 minutes ago | 15:28 |
* benbrown_ had not noticed the discussion here | 15:28 | |
*** edcragg has quit IRC | 15:48 | |
*** edcragg has joined #baserock | 15:49 | |
*** CTtpollard has quit IRC | 15:52 | |
*** franred has quit IRC | 15:54 | |
*** jonathanmaw has quit IRC | 16:02 | |
*** jonathanmaw has joined #baserock | 16:18 | |
*** ctbruce has quit IRC | 16:18 | |
*** jonathanmaw has quit IRC | 16:23 | |
paulsher1ood | rdale: are you around? | 16:28 |
paulsher1ood | or richard_maw...? | 16:28 |
rdale | yes | 16:28 |
rdale | hi | 16:28 |
paulsher1ood | hi | 16:29 |
paulsher1ood | i'm trying to understand what woudl be the desired behaviour of default splits, ie http://git.baserock.org/cgit/baserock/baserock/definitions.git/tree/DEFAULTS#n171 | 16:29 |
paulsher1ood | if we have (say) a badly behaved component that sticks all its stuff in /foo ... | 16:30 |
paulsher1ood | would a system include /foo/* if it was built as [-runtime]? | 16:30 |
paulsher1ood | or as [-runtime, -devel] ? | 16:30 |
rdale | -misc i think | 16:31 |
*** anahuelamo has quit IRC | 16:31 | |
richard_maw | last I looked, there was a *-misc chunk, which got included in *-runtime, and *-misc included a generic grab-all for anything not previously matched | 16:31 |
rdale | as there is a catch all rule at the end | 16:31 |
*** anahuelamo has joined #baserock | 16:31 | |
paulsher1ood | ok, so the rules as defined *should* cover this case? | 16:31 |
richard_maw | eys | 16:31 |
richard_maw | yes | 16:31 |
paulsher1ood | ok great... thanks. so now i just need to see if after my latest hacks ybd actually honours the rules or not | 16:32 |
paulsher1ood | richard_maw: do you know if morph is able to build [-runtime] systems? | 16:33 |
richard_maw | if by that you mean a system which has only -runtime strata included, it used to back when I was keeping up with its changes | 16:36 |
richard_maw | I can't say for sure any more | 16:36 |
paulsher1ood | richard_maw: previously in ybd, the system integration commands failed because some required things appeared to be missing in the target system | 16:39 |
*** edcragg has quit IRC | 17:05 | |
*** toscalix has quit IRC | 17:16 | |
*** anahuelamo_ has joined #baserock | 17:25 | |
*** anahuelamo has quit IRC | 17:27 | |
*** locallycompact has quit IRC | 17:33 | |
*** rjek has quit IRC | 17:35 | |
*** rjek has joined #baserock | 17:35 | |
*** janderJLR has joined #baserock | 17:49 | |
*** locallycompact has joined #baserock | 18:25 | |
*** janderJLR has quit IRC | 18:31 | |
*** rdale has quit IRC | 19:05 | |
*** bwh has quit IRC | 20:27 | |
*** jmacs has quit IRC | 20:27 | |
*** jmacs has joined #baserock | 20:27 | |
*** bwh has joined #baserock | 20:27 | |
*** locallycompact has quit IRC | 21:27 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!