On 03/03/2014 12:08 PM, Steven DuChene wrote:
> When I try to run the si_prepareclient command on a ubuntu-12.04LTS
> systems I get the following error:
>
> # si_prepareclient --server 10.23.18.10 --my-modules
> FATAL:  --firmware-dir option used without --include-system-firmware !
> Try "si_prepareclient --help" for more info.
>
> However I am not specifying or passing the --firmware-dir option to the
> command.
> --
> Steven DuChene
>
>
> ------------------------------------------------------------------------------
> Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries.  Built-in WAN optimization and the
> freedom to use Git, Perforce or both. Make the move to Perforce.
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> _______________________________________________
> sisuite-users mailing list
> sisuite-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sisuite-users
BTW, if I comment out line 363 of the si_prepareclient script it works.

if (($server) && ($norsyncd)) {
     print "FATAL:  --server option conflicts with --no-rsyncd!\n";
     print qq(Try "$progname --help" for more info.\n);
     exit 1;
}

#$firmware_dir="/lib/firmware" if(!$firmware_dir);

if(!($system_firmware)) {
     if($firmware_dir) {
         print "FATAL:  --firmware-dir option used without 
--include-system-firmware !\n";
         print qq(Try "$progname --help" for more info.\n);
         exit 1;
     }
} else {
     if( ! -d $firmware_dir) {
         print "FATAL:  firmware dir $firmware_dir not found!\n";
         exit 1;
     }
}


------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to