udevsettle on Debian Etch 4.0

Michael Tautschnig mt at debian.org
Wed Nov 5 23:59:56 CET 2008


> There is an error happenning on Debian Etch 4.0 using FAI 3.2.14 while
> invoking udevsettle.  Here is a patch to solve this that simply adds-up
> a "=" to the --timeout argument:
> 
> --- Exec.pm     2008-11-05 07:31:41.000000000 -0500
> +++ Exec.pm-NEW 2008-11-05 10:05:10.000000000 -0500
> @@ -246,7 +246,7 @@ sub execute_command {
>  
> ########################################################################
> ########
>  sub execute_with_udevsettle {
>    my ($command, $stdout, $stderr) = @_;
> -  return &execute_command("udevsettle --timeout 10 && $command",
> $stdout,
> +  return &execute_command("udevsettle --timeout=10 && $command",
> $stdout,
>      $stderr);
>  }
> 

Oh dear, seems I overlooked that one when I last tried. As you say, there is no
need to have it fixed in lenny as it works properly in there, so it should
probably just go in the next release. I'll nevertheless add it to the
experimental branch.

Thanks again,
Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://lists.uni-koeln.de/pipermail/linux-fai-devel/attachments/20081105/73da660e/attachment.bin 


More information about the linux-fai-devel mailing list