udevsettle on Debian Etch 4.0

Fortier,Vincent [Montreal] Vincent.Fortier1 at EC.GC.CA
Wed Nov 5 16:48:32 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);
 }


Vincent Fortier
Informatique
Environnement Canada






More information about the linux-fai-devel mailing list