[ltp] Strange intermittent problem with T23, RH 8.0--best way to sleep?

julian underwood linux-thinkpad@linux-thinkpad.org
15 Mar 2003 22:31:11 -0500


> 2)A good test is this script
> 
> 	#!/bin/bash
> 
> 	for i in `seq 1 100` ; do
>          	echo -e "This is attempt $i"
> 		touch foo	#timestamp of last successful write
>          	sleep 1
>          	apm -s
> 	done
> 

Whooops... Not sure I totally understand what that does but I'll give it
a try and let you know what happens...

Best,

Julian