How to register Lucid computer on Landscape?

Asked by Charles

Hi,

Could you please assist me to register my computer on landscape?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Landscape Client Edit question
Assignee:
Andreas Hasenack Edit question
Solved by:
Charles
Solved:
Last query:
Last reply:
Revision history for this message
Andreas Hasenack (ahasenack) said :
#1

What is the error you are getting? Did you follow the registration instructions from your account?

Revision history for this message
Charles (cnfuni) said :
#2

Hello,

I've got this error when I try to install the client

charles@mic898900121n:~$ sudo apt-get install landscape-client
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  landscape-client: Depends: landscape-common (>= 1.5.5.1-0ubuntu0.10.04.0) but it is not going to be installed
E: Broken packages
charles@mic898900121n:~$

Revision history for this message
Andreas Hasenack (ahasenack) said :
#3

Hi,

could you please run "sudo apt-get update" first and then try to install the landscape-client package again?

If that fails too, please paste your /etc/apt/sources.list file and any other files you may have under /etc/apt/sources.list.d. Also paste /etc/lsb-release please.

Revision history for this message
Charles (cnfuni) said :
#4

Hello ,

I have the same error!

Here is the /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"

And source.list
sources.list

#
# deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Alpha i386 (20090902.1)]/ karmic main restricted

# deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Alpha i386 (20090902.1)]/ karmic main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

# deb http://cd.archive.ubuntu.com/ubuntu/ lucid main restricted
# deb-src http://cd.archive.ubuntu.com/ubuntu/ lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://cd.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://cd.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
# deb http://cd.archive.ubuntu.com/ubuntu/ lucid universe
# deb-src http://cd.archive.ubuntu.com/ubuntu/ lucid universe
deb http://cd.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://cd.archive.ubuntu.com/ubuntu/ lucid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://cd.archive.ubuntu.com/ubuntu/ lucid multiverse
# deb-src http://cd.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://cd.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://cd.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.

Revision history for this message
Andreas Hasenack (ahasenack) said :
#5

You are lacking several important repositories and components, like "main" and "security".

Please add the following lines to /etc/apt/sources.list and run "sudo apt-get update" and "sudo apt-get install landscape-client":

deb http://cd.archive.ubuntu.com/ubuntu/ lucid main
deb http://cd.archive.ubuntu.com/ubuntu/ lucid-security main

You should also probably add the universe, restricted and multiverse to "lucid-security" and to "lucid" if you really intend to use those repositories.

Revision history for this message
Charles (cnfuni) said :
#6

Thanks a lot.

It's working!