looking for the mark, log out the last 10 lines of the kdc
logfile.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15309
dc483132-0cff-0310-8789-
dd5450dbe970
+2003-03-28 Tom Yu <tlyu@mit.edu>
+
+ * default.exp (start_kerberos_daemons): If we get a timeout
+ looking for the mark, log out the last 10 lines of the kdc
+ logfile.
+
2003-03-26 Tom Yu <tlyu@mit.edu>
* default.exp (v4kinit): Expect failure when kiniting to a des3
set markstr "===MARK $tailf_pid [exec date] ==="
set f [open $kdc_lfile a]
puts $f $markstr
+ flush $f
close $f
expect {
-ex "$markstr\r\n" { }
-re "\[^\r\n\]*\r\n" { exp_continue }
timeout {
+ verbose -log "tail $kdc_lfile output:"
+ verbose -log [exec tail $kdc_lfile]
if {$standalone} {
verbose -log "tail -f timed out ($timeout sec) looking for mark in kdc log"
fail "krb5kdc"