=== praneshp_ is now known as praneshp [11:44] Can someone help me understand the difference between say DataSourceConfigDrive and DataSourceConfigDriveNet? [11:45] For some reason, when I boot up, cloud-init can't find the configDrive. But if I log into the box, and run cloud-init init, it works just fine. [12:27] When I run cloud-init on boot, it fails to find my configDrive. If I log into the console and then run it, it seems to work just fine. Any ideas [12:37] RaginBajin: still fbsd? [12:37] yeah [12:37] It looks like I got everything working, and then tried on a new host and rebooted it [12:42] harmw I just don't get. Everything looks right. I am just wondering if a part of the boot processes hasn't finished and it holding back certain data from being accessed. [12:54] harmw: Figured it out. BLKID needed to be set to an exact path, since it wasn't being found. [12:59] hm ok [13:00] well, I haven't ever tested it with 1) a recent version of c-i and 2) clouddrive [13:00] if you have patches you're more than welcome to submit those :) [13:08] I definitely will. I need to do some thinking about them though. I had to insert some specific fbsd things to make it work. I think if I can figure out how to know what distro that is being used, then I can make this nicer [13:08] right now, it's pretty rough. [13:15] Ill look into running it again sometime soon as well [13:15] did you run into an issue regarding hostnames btw? [13:15] (setting the hostname) [13:22] I think I did, and let me see how I fixed it. [13:25] Ahh, yes. It's actually in the loadrcconf method. It doesn't handle comments very nicely. Since we try to split on = it doesn't find that match and basically stops working. Never to update the hostname [13:25] so, I did a match for ^# and if the line didn't start with a comment, then to actually do the split. If it does, it just skips over it. [13:25] The problem with that is that someone will lose all their comments in the rc.conf [13:25] oh lol, it's not taking care of #? [13:26] I knw that regex was a bit harsh, but I didn't know it was going to break stuff [13:27] I was thinking of really jsut getting rid of the loadrcconf, and moving it into the updatercconf. So if a value was to be updated, then it just parsed the file, and updated it once it found it. [13:27] That would leave the comments in place and the order in place as well. [13:28] Ill have a look, somewhre soon [13:28] thanks for pointing this out :) [13:29] Not a problem. I'm not sure I mentioned it, everything else seems to be working, and its been a life saver to have all the functions you've added. [13:29] and I'm not sure if the changes were more of a FreeBSD10 thing than anything else. I want to try it on 8 and possibly 9 as well. [13:29] its only tested on 10 [13:30] though the things being done so far aren't realy specific to any version [13:30] well, perhaps the ifconfig rc.conf syntax [13:30] Yeah, I think it may be really just blkid that may not exist in those other versions [13:30] ahyes, well, since that regards configdrive I'm not ready yet to comment on that :p [13:31] btw, you're always welcome to file bugs at launchpad, and even supply patches with them :) [13:35] will do === zz_gondoi is now known as gondoi [17:46] RaginBajin: how did you create your fbsd image? using oz? [18:10] smoser: good morning! [18:12] harmw: I created the image using the bootonly iso. Then I checked out the latest build of freebsd, and rebuilt the environment. (make world, etc) [19:41] RaginBajin: ok, you could try looking into oz then [19:41] nice little tool to create al sorts of images which can be directly inserted into glance [20:17] ok, uploading a shiny new fbsd10 image to glance now so I'm almost ready to checkout the new ci on that === gondoi is now known as zz_gondoi