~ahasenack/landscape-client/landscape-client-1.5.5-0ubuntu0.9.04.0

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2008-09-08 16:35:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080908163557-l3ixzj5dxz37wnw2
Tags: 1.0.18-0ubuntu1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
La la la
 
2
To run the full test suite, you must have a dbus session bus
 
3
running. If you don't have one (for example, if you're running the
 
4
tests in an ssh session), run the following command:
 
5
 
 
6
export DBUS_SESSION_BUS_ADDRESS=`dbus-daemon --print-address=1 --session --fork`
 
7
 
 
8
Then your tests should pass.
 
9
 
 
10
When you want to test the landscape client manually without management
 
11
features, you can simply run:
 
12
 
 
13
$ ./scripts/landscape-client
 
14
 
 
15
This defaults to the 'landscape-client.conf' configuration file.
 
16
 
 
17
When you want to test management features manually, you'll need to run as root.
 
18
There's a configuration file 'root-client.conf' which specifies use of the
 
19
system bus.
 
20
 
 
21
$ sudo ./scripts/landscape-client -c root-client.conf