As I said it is not an Apache CloudStack’s problem. You can either change the python scripts of cloud-init to use the files/programs you will have on Freebsd or you can use a Freebsd-cloud-init: https://pellaeon.github.io/bsd-cloudinit/
BTW: what do you want to do with cloud-init? Only change hostname and set root(user) password? If you want password management, I think it would be easier to adapt this script here: http://download.cloud.com/templates/4.2/bindir/cloud-set-guest-password.in And for hostnames, you can also adapt the script found here: http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.8/templates/_create_linux.html On Thu, Jan 12, 2017 at 4:51 AM, Özhan Rüzgar Karaman < [email protected]> wrote: > Hi; > blkid is a native linux command and comes with e2fsprogs package so there > is no default blkid command for freebsd maybe there is problem for > freebsd's cloud-init port, because it tries to check, manage disks with > native linux commands, it should use freebsd's native disk commands instead > of Linux ones. > > So are there any CloudStack users who are using FreeBSD + Cloudinit over > CloudStack? > > Thanks > Özhan > > On Wed, Jan 11, 2017 at 10:02 PM, Rafael Weingärtner < > [email protected]> wrote: > > > This is not a CloudStack problem. > > It seems an error happened while running "blkid" command. Could you check > > if it works properly from a terminal? > > > > The error appears in line 49 of the log you posted. > > > > On Wed, Jan 11, 2017 at 1:57 PM, Gokan Atmaca <[email protected]> > > wrote: > > > > > I am trying to run Cloudinit in Freebsd. I want to send a command with > > > Freebsd Cloudinit. Can you help with this ? Which package should I > > > use? There are two packages. 1. py27-cloud-init-0.7.6 , 2. > > > bsd-cloudint > > > > > > Thanks. > > > > > > On Wed, Jan 11, 2017 at 8:37 PM, Gokan Atmaca <[email protected]> > > > wrote: > > > > Hello > > > > > > > > I created a Freebsd template for Cloudstack. I installed this package > > > > "py27-cloud-init-0.7.6". When I start the service, I get an error > like > > > > below. What do you suggest I do? Thank you for your interest > > > > > > > > error: > > > > Http://paste2.org/Nt55shx3 (1) > > > > > > > > Thank you. > > > > > > > > > > > -- > > Rafael Weingärtner > > > -- Rafael Weingärtner
