Question
Problem with Landscape Server
Hey, I’m wondering if anyone knows how to fix an issue with packages.
When I try to use “apt-get” or “apt”, I get an issue with Landscape server and aborts the install.
I’ve tried reinstalling, using “apt -f install” and the lot.
This is the output:
https://ss.projectge.com/?u=xenowarrior&f=609935154.txt
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Did you have to use a third party PPA for this install? Can you share what that was?
Not sure what you mean. When I installed Landscape, I used “apt-get install landscape-server-quickstart” as said on Canonical’s Landscape website.
Looks like landscape is already installed:
maybe try this:
I get an error from sub-process?
Sorry for the slow reply!
Hi @XenoWarrior,
This looks like the upstream package is broken. You can try something like
dpkg-reconfigure landscape-server
, but if this doesn’t work, your best bet is to try and purge the package (apt-get purge landscape-server) and try again. I did see a number of items on the web about a postgres database being required and not properly being created, so we can try that next if these steps don’t fix the problem.Sorry I have actually fixed it since then, I went into the scripts which had errors and commented the “run” commands out and then removed Landscape, everything is running fine now. Thanks for the help!