William Brown changed bug 1189868
What Removed Added
Flags   needinfo?(dimstar@opensuse.org)

Comment # 5 on bug 1189868 from
Hi there, I've just tried to reproduce this and I can't do it with latest TW
following the steps and using the provided config files:


localhost:~ # dsctl -v localhost status
DEBUG: The 389 Directory Server Administration Tool
DEBUG: Inspired by works of: ITS, The University of Adelaide
DEBUG: Called with: Namespace(func=<function instance_status at
0x7f7a8854ec10>, instance='localhost', json=False, list=False,
remove_all=False, verbose=True)
DEBUG: Allocate <class 'lib389.DirSrv'> with None
DEBUG: Allocate <class 'lib389.DirSrv'> with b'localhost':636
DEBUG: Allocate <class 'lib389.DirSrv'> with b'localhost':636
DEBUG: Instance allocated
DEBUG: systemd status -> True
INFO: Instance "localhost" is running


Can you please change 

assert_script_run("dscreate from-file ./instance.inf", timeout => 180);
to
assert_script_run("dscreate -v from-file ./instance.inf", timeout => 180);

and 

     assert_script_run "dsctl localhost status";
to
     assert_script_run "dsctl -v localhost status";


I also need to see the output of 

dsctl -v -l 

rpm -qa | grep -i 389

Thanks,


You are receiving this mail because: