=== rangerpb is now known as rangerpbzzzz === shardy is now known as shardy_lunch === shardy_lunch is now known as shardy === shardy is now known as shardy_mtg === shardy_mtg is now known as shardy [19:13] harlowja, i'm confused [19:13] python -c 'import argparse; print(argparse)' [19:13] [19:13] ya, but pkg_resources is not finding it :-/ [19:13] and/or redhat didn't register it right or something [19:13] ah. [19:13] now i see. [19:13] python2.6 [19:14] its new in 2.7 [19:14] ya [19:14] i think redhat probably messed up there argparse package [19:14] or forgot to register it with pkg_resources or something [19:14] ? [19:15] https://bugs.launchpad.net/cloud-init/+bug/1603533 [19:16] seems like 'needed = self.resolve(parse_requirements(requirements)) ' wouldn't fail if argparse was registered [19:16] but meh, also fixes it by just not listing it as a dep in 2.7+ [19:16] smoser other question [19:16] right. [19:17] any opposition to https://gist.github.com/harlowja/50a66fb9bed6e0897f1691eae3107f01 [19:17] on cent7 there is like no content (at least in my cloudinit) in /var/log/cloud-init.log [19:17] and journalctl doesn't have anything [19:18] so it actually fails to go to syslog ? [19:18] think so [19:19] now i did see the following in a redhat patch [19:19] https://gist.github.com/harlowja/275e35b41cd268d869b7b503d7f654d7 [19:19] so that might fixs it [19:19] don't think that one was upstreamed :( [19:19] let me just try that fix; see what happens [19:19] hm. [19:19] (gotta get these damn redhat folks to stop having secret patches, lol) [19:20] bbiab though, lunch [21:38] smoser whats weird though is that even if i use that patch (which does help) it still doesn't write debug stuff to that log file [21:38] so then it makes me question the value of that syslog stuff in the first place [21:38] or maybe the sysconfig stuff is just busted, lol [21:38] *syslog i mean [21:39] for example when working on my godaddy module, this is all the debug in the logs, lol [21:39] https://gist.github.com/harlowja/56b2b5109bbbd4b3441cda43a5617107 [21:39] not so useful :-P [21:40] i'd rather have old-janky file that actually works :-P [21:46] soooo, if we defaulted to just the file stuff smoser would that be ok [21:46] at least its dependable :-P [21:47] i'll probably do that locally anyway, pita having this thing not show anything