Thilo, This is in. Thanks a lot for your contribution.
Regards, ----- "Thilo Bangert" <th...@kemi.dtu.dk> a écrit : > Hi, > > > from my logs i see the following: > > ============================================================================= > == oscar_wizard: Starting... > ============================================================================= > > sh: /usr/sbin/netbootmgr: No such file or directory > >> Turning off generic services > >> delete node PXE/ELILO configs > ... steno-linux-cn-1 > List network adapters: $VAR1 = { > 'node_id' => '6', > 'ip' => '192.168.10.10', > 'name' => 'eth0', > 'id' => '7', > 'mac' => '00:0C:29:FF:4C:79', > 'network_id' => undef > }; > (1) > Test: Data for node deletion > $VAR1 = { > 'node_id' => '6', > 'ip' => '192.168.10.10', > 'name' => 'eth0' > ... > ... > > > netbootmgr lives in /usr/bin/netbootmgr. i propose the following to > fix > this specific issue. > > [r...@buster scripts]# svn diff > Index: oscar_wizard > =================================================================== > --- oscar_wizard (revision 8676) > +++ oscar_wizard (working copy) > @@ -996,7 +996,7 @@ > # Pop up Network Boot Manager widget > sub netbootmgr { > my ($window, $pipe) = @_; > - my $cmd = "/usr/sbin/netbootmgr"; > + my $cmd = "/usr/bin/netbootmgr"; > system("$cmd &"); > } > > thanks > > kind regards > Thilo > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited > time, > vendors submitting new applications to BlackBerry App World(TM) will > have > the opportunity to enter the BlackBerry Developer Challenge. See full > prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > Oscar-users mailing list > Oscar-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oscar-users ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Oscar-users mailing list Oscar-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oscar-users