Changes

From SME Server
Jump to navigationJump to search
m
Line 90: Line 90:  
== console ==
 
== console ==
 
* kudzu has been removed from EL6, so now this bug http://bugs.contribs.org/show_bug.cgi?id=3596 needs to be fixed so we can detect network interfaces.
 
* kudzu has been removed from EL6, so now this bug http://bugs.contribs.org/show_bug.cgi?id=3596 needs to be fixed so we can detect network interfaces.
* Here's a code snipet which seems to work, the only thing missing is to retrieve the interface description from hwdata, for now, it just return the name 'eth0, eth1 etc…) instead of the description (in esmith/ethernet.pm)
+
* Here's a code snipet which seems to work, the only thing missing is to retrieve the interface description from hwdata, for now, it just return the name 'eth0, eth1 etc… instead of the description (in esmith/ethernet.pm)
    
<syntaxhighlight lang="perl">
 
<syntaxhighlight lang="perl">
Line 128: Line 128:  
     return $adapters;
 
     return $adapters;
 
</syntaxhighlight>
 
</syntaxhighlight>
      
== various ==
 
== various ==
 
* manually running expand-templates has no effect (but the command exit with success). Templates expanded in signal-event are working
 
* manually running expand-templates has no effect (but the command exit with success). Templates expanded in signal-event are working

Navigation menu