Hi, vagrant@precise64:/git$ salt-call --version salt-call 2014.1.13 (Hydrogen)
As of now I can see the calamari-client pkg in vagrant:/git directory. Does this mean the building pkg success? But what was the error message which I sent in previous mail? vagrant@precise64:/git$ ls -l total 3340 drwxr-xr-x 1 vagrant vagrant 748 Nov 13 10:21 calamari-clients -rw-r--r-- 1 vagrant vagrant 1705604 Nov 13 11:27 calamari-clients_1.2.1.1-36-g535e2d9_all.deb -rw-r--r-- 1 vagrant vagrant 1711393 Nov 13 11:27 calamari-clients-build-output.tar.gz Thank you. — idzzy On November 14, 2014 at 10:53:22 AM, Mark Loza (ml...@morphlabs.com) wrote: Hi, Which version are you currently running? # salt-call --version On 11/14/14 9:34 AM, idzzy wrote: Hello, I’m trying to setup calamari with reference to http://ceph.com/category/ceph-gui/. I could create package of calamari server. but the creation of calamari client was failed. Following is the procedure. build process was failed. How can I fix this? # git clone https://github.com/ceph/calamari-clients.git # cd calamari-clients/vagrant/precise-build/ # vagrant up # vagrant ssh # sudo apt-get install ruby1.9.1 ruby1.9.1-dev python-software-properties g++ make git debhelper build-essential devscripts # sudo apt-add-repository http://ppa.launchpad.net/chris-lea/node.js/ubuntu # sudo apt-get update # sudo apt-get install nodejs # sudo npm install -g bower@1.3.8 # sudo npm install -g grunt-cli # sudo gem install compass # sudo salt-call state.highstate --------------------- [INFO ] Completed state [make build-product] at time 11:27:42.011180 [INFO ] Running state [cp calamari-clients*tar.gz /git/] at time 11:27:42.014689 [INFO ] Executing state cmd.run for cp calamari-clients*tar.gz /git/ [INFO ] Executing command 'cp calamari-clients*tar.gz /git/' as user 'vagrant' in directory '/home/vagrant/clients' [INFO ] {'pid': 30841, 'retcode': 0, 'stderr': '', 'stdout': ''} [INFO ] Completed state [cp calamari-clients*tar.gz /git/] at time 11:27:42.290320 [ERROR ] An un-handled exception was caught by salt's global exception handler: UnicodeEncodeError: 'latin-1' codec can't encode characters in position 1914-1916: ordinal not in range(256) Traceback (most recent call last): File "/usr/bin/salt-call", line 11, in <module> salt_call() File "/usr/lib/pymodules/python2.7/salt/scripts.py", line 82, in salt_call client.run() File "/usr/lib/pymodules/python2.7/salt/cli/__init__.py", line 319, in run caller.run() File "/usr/lib/pymodules/python2.7/salt/cli/caller.py", line 148, in run self.opts) File "/usr/lib/pymodules/python2.7/salt/output/__init__.py", line 49, in display_output print(display_data) UnicodeEncodeError: 'latin-1' codec can't encode characters in position 1914-1916: ordinal not in range(256) Traceback (most recent call last): File "/usr/bin/salt-call", line 11, in <module> salt_call() File "/usr/lib/pymodules/python2.7/salt/scripts.py", line 82, in salt_call client.run() File "/usr/lib/pymodules/python2.7/salt/cli/__init__.py", line 319, in run caller.run() File "/usr/lib/pymodules/python2.7/salt/cli/caller.py", line 148, in run self.opts) File "/usr/lib/pymodules/python2.7/salt/output/__init__.py", line 49, in display_output print(display_data) UnicodeEncodeError: 'latin-1' codec can't encode characters in position 1914-1916: ordinal not in range(256) —————————— Thank you. — idzzy _______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com