1

Followed the direction of the link below

Landscape openstack juju management

$juju ssh landscape-server/0 sudo 'JUJU_HOME=/var/lib/landscape/juju-homes/sudo ls -rt /var/lib/landscape/juju-homes/ | tail -1 sudo -u landscape -E bash'

When I am trying to deploy juju gui in internal environment.

landscape@juju-machine-0-lxc-1:~$ juju deploy --to 0 juju-gui Getting this Error "ERROR cannot load cookies: file locked for too long; giving up"

Please let me know how can i resolve it

mr au
  • 243
  • I have never seen that error. Do other juju commands work, like juju status --format=tabular? – Andreas Hasenack Feb 25 '16 at 19:21
  • when i run juju status , It is showing me all the machines and services. – mr au Feb 27 '16 at 02:38
  • I meant juju status in the inner environment, after the big juju ssh landscape-server/0 command. – Andreas Hasenack Feb 28 '16 at 16:18
  • This is bug in juju version 1.25.3. Here is the link about the bug https://bugs.launchpad.net/juju-core/+bug/1534643 – mr au Mar 09 '16 at 05:25
  • Thank you very much andreas. Can you please let me know how can i bypass this bug ? – mr au Mar 10 '16 at 04:49
  • You can install any released version of juju 1.25.x you want on the landscape-server/0 unit before starting the cloud deployment. – Andreas Hasenack Mar 10 '16 at 20:38
  • when i check internal environment it showing me 1.25.3, How can i upgrade internal environment ? external environment is 1.25.4. – mr au Mar 16 '16 at 03:58
  • You can upgrade juju-core on the landscape-server units. Autopilot will use whatever juju-core is installed on those units by the time a cloud deploy is started. You just cannot use proposed or devel versions of juju-core, because those require different bootstrap settings. – Andreas Hasenack Apr 08 '16 at 12:45
  • Can you please let me know how can I upgrade juju-core on the landscape-server ? – mr au Apr 25 '16 at 03:03

0 Answers0