I'd like to install and test Landscape Dedicated Server (LDS) on my Ubuntu 14.04 LTS server but I don't know how to install it. The only guides I found on the Internet are for Landascape client.
As you've suggested me to see this guide
How do I install Landscape for personal use?
I've tried to add that ppa on Ubuntu 14.04Lts server but I received this error
"Cannot add PPA: 'ppa:landscape/14.10'. Please check that the PPA name or format is correct."
I think that ppa is not adapt for 14.04 and then I know that:
for <= 12.04 we have to use
$: sudo apt-get install python-software-properties
While for >= 12.10 the command is
$: sudo apt-get install software-properties-common
python-software-properties
installed? Try running theadd-apt-repository
line with-m
for debugging – Adam Collard Nov 25 '14 at 09:13the command using to install Openstack is present on step 4 of this guide ubuntu.com/download/cloud/install-ubuntu-openstack. Juju made the bootstrapping of the node, the ubuntu installer started its procedure but at the end the node went in shut down and on MaaS reported this error paste.ubuntu.com/9235249 while on .commands.log that paste.ubuntu.com/9247586. All vnode use fastpath-installer. – Riccardo Magrini Nov 26 '14 at 10:15