View Issue Details

IDProjectCategoryView StatusLast Update
903RackTablesdefaultpublic2013-06-24 12:30
Reporterqhess77 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinux/PHP5 
Product Version0.20.4 
Target Version0.20.5Fixed in Version0.20.5 
Summary903: Quotes problem on command ethtool
DescriptionWhen we try to get the link status via the "..." link, it doesn't work.
Additional InformationI found the source in wwwroot/inc/deviceconfig.php :

The line (1933) should be :
$ret .= "cd /sys/class/net && for d in eth*; do sudo /sbin/ethtool ".'$d'."; done\n";

and not :

$ret .= "cd /sys/class/net && for d in eth*; do sudo /sbin/ethtool $d; done\n";

TagsNo tags attached.

Activities

andriyanov

andriyanov

2013-06-23 19:08

reporter   ~0001537

Thank you for report. Fixed in 0.20.5

Issue History

Date Modified Username Field Change
2013-06-20 14:35 qhess77 New Issue
2013-06-23 19:08 andriyanov Note Added: 0001537
2013-06-23 19:08 andriyanov Status new => closed
2013-06-23 19:08 andriyanov Resolution open => fixed
2013-06-23 19:08 andriyanov Product Version 0.20.4 => 0.20.5
2013-06-24 12:30 infrastation Product Version 0.20.5 => 0.20.4
2013-06-24 12:30 infrastation Fixed in Version => 0.20.5
2013-06-24 12:30 infrastation Target Version => 0.20.5