debug
This commit is contained in:
parent
b272549544
commit
bf030a963e
1 changed files with 14 additions and 11 deletions
|
|
@ -89,19 +89,22 @@ rlJournalStart
|
|||
rlRun "kinit -kt /etc/krb5.keytab" 0 "Login machine into kerberos"
|
||||
rlRun "klist" 0 "Ensure some ticket is there"
|
||||
rlRun "make_update > update"
|
||||
rlRun "/usr/bin/nsupdate -g -d update"
|
||||
#rlRun "/usr/bin/nsupdate -g -d update"
|
||||
echo "===============DEBUG"
|
||||
/usr/bin/nsupdate -g -d update
|
||||
echo "=============== END of DEBUG"
|
||||
rlPhaseEnd
|
||||
|
||||
# rlPhaseStartCleanup
|
||||
# ipa-server-install --uninstall --unattended
|
||||
# killall bind
|
||||
# systemctl daemon-reload
|
||||
# rlServiceStop
|
||||
# rlRun "rm -f $rlRun_LOG"
|
||||
# rlRun "popd"
|
||||
# rlRun "hostname ${ORIG_HOSTNAME}"
|
||||
# rlRun "rm -r $TmpDir" 0 "Removing tmp directory"
|
||||
# rlPhaseEnd
|
||||
rlPhaseStartCleanup
|
||||
ipa-server-install --uninstall --unattended
|
||||
killall bind
|
||||
systemctl daemon-reload
|
||||
rlServiceStop
|
||||
rlRun "rm -f $rlRun_LOG"
|
||||
rlRun "popd"
|
||||
rlRun "hostname ${ORIG_HOSTNAME}"
|
||||
rlRun "rm -r $TmpDir" 0 "Removing tmp directory"
|
||||
rlPhaseEnd
|
||||
rlJournalPrintText
|
||||
rlJournalEnd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue