Summary: | GUI for 'SERVICES / ExtraHD' won't open under Apache 2.4.27 | ||
---|---|---|---|
Product: | IPFire | Reporter: | Matthias Fischer <matthias.fischer> |
Component: | --- | Assignee: | Matthias Fischer <matthias.fischer> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | Minor Usability | ||
Priority: | Will affect all users | ||
Version: | 2 | ||
Hardware: | all | ||
OS: | Linux |
Description
Matthias Fischer
2017-09-30 14:13:44 UTC
Hi, I made some tests and found that GUI opens if I comment these two lines in 'extrahd.cgi': ... system("/usr/local/bin/extrahdctrl scanhd ide"); system("/usr/local/bin/extrahdctrl scanhd partitions"); ... For details see: https://forum.ipfire.org/viewtopic.php?f=27&t=19550&p=111044#p111040 IMHO the culprit could be 'extrahdctrl.c' or 'extrahd.pl'(?) Perhaps this helps. Best, Matthias Hi, After some research I hopefully found a solution - the problem was https://forum.ipfire.org/viewtopic.php?f=22&t=19563 Edit '/var/ipfire/extrahd/bin/extrahd.pl' and comment line 51: ... # print "$ARGV[0] $ARGV[1]"; ... Please test and report. Best, Matthias Hi, Fixed with: https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=d5f061e9e7401c2f88483a7bbc48344a412fef3b And: http://patchwork.ipfire.org/patch/1435/ (needs merge) Best, Matthias |