View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
903 | RackTables | default | public | 2013-06-20 14:35 | 2013-06-24 12:30 |
Reporter | qhess77 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux/PHP5 | ||||
Product Version | 0.20.4 | ||||
Target Version | 0.20.5 | Fixed in Version | 0.20.5 | ||
Summary | 903: Quotes problem on command ethtool | ||||
Description | When we try to get the link status via the "..." link, it doesn't work. | ||||
Additional Information | I 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"; | ||||
Tags | No tags attached. | ||||
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 |