Comment 30 for bug 1052038

Revision history for this message
Nobuto Murata (nobuto) wrote :

I tested 101~736~quantal1 with modified expect script below.

#!/usr/bin/expect
spawn sudo login user1
expect -exact "Password: "
send -- "user1\r"
send -- "date -R && LANG=C ls -alF | head\r"
send -- "mount -l | grep --color=never user1\r"
send -- "keyctl show\r"
send -- "ecryptfs-umount-private\r" ## <- added
send -- "exit\r"
expect eof
EOF

I ran about 400 times (6 hours) of the test. but the issue does not happen.
So this issue seems no longer reproducible with 101~736~quantal1.

Thanks for your great work!