March 21, 201016 yr Spotted the following message in the log from unMenu, anyone know the cause? Mar 21 01:11:49 tank unmenu[6282]: gawk: ./08-unmenu-array_mgmt.awk:115: warning: escape sequence `\'' treated as plain `'' line 115 of the respective file above looks nothing but spectacular: ArrayMgmtPageDoc = ArrayMgmtPageDoc "<br><br>In some circumstances, we suspect a specific data disk\'s to be wrong, and parity to be right. " This is the unMenu version I am using (from the Help tab), I think it is the latest: unmenu.awk: Version 1.2 Joe L.... with modifications as suggested by bjp999 and many others Plug-in-modules 07-unmenu-mymain.awk: 1.45 - contributed by bjp999 08-unmenu-array_mgmt.awk: 1.0 - Joe L. 09-unmenu-disk_mgmt.awk: 1.2 - print reiserfsck commands for rebuild-tree (if needed) to screen. Joe L. 10-unmenu-links.awk: 1.2 Fixed increment of link counter 16-unmenu-syslog.awk: Version: .9 - modified by Joe L. to escape special charaters 17-unmenu-syslog.awk: Version: .8 - modified by Joe L. to use a pattern file. 18-unmenu-lsof.awk: Version: .1 - Joe L. 20-unmenu-usage.awk: 1.0 200-unmenu-smarthistory.cgi: (ADD_ON_VERSION not specified in plug-in, default version assigned) 0.1 25-unmenu-dupe_files.awk: 1.2 deal with appostraphe in file name 29-unmenu-sysinfo.awk: 1.3 - modified to better deal with utilities not yet installed Joe L. 30-unmenu-file_browser.awk: 1.1.4 fixed handling of directory names with embedded spaces. Joe L. 50-unmenu-user_scripts.cgi: .3 - Fixed to allow single quotes in button labels 600-unmenu-file_edit.awk: .2 Updated with ideas borrowed from go-script-manager plug-in to keep backup versions of files. 99-unmenu-utility.awk: 1.0 - contributed by bjp999 990-unmenu-wget.awk: 1.5 Improved handling of download when 404 "not-found" error returned on download URL 999-unmenu-unraid_main.awk: 1.1 Joe L. -- Added parse of "ps" to check for non-standard emhttp port.
March 21, 201016 yr Spotted the following message in the log from unMenu, anyone know the cause? Mar 21 01:11:49 tank unmenu[6282]: gawk: ./08-unmenu-array_mgmt.awk:115: warning: escape sequence `\'' treated as plain `'' line 115 of the respective file above looks nothing but spectacular: ArrayMgmtPageDoc = ArrayMgmtPageDoc "<br><br>In some circumstances, we suspect a specific data disk\'s to be wrong, and parity to be right. " This is the unMenu version I am using (from the Help tab), I think it is the latest: unmenu.awk: Version 1.2 Joe L.... with modifications as suggested by bjp999 and many others Plug-in-modules 07-unmenu-mymain.awk: 1.45 - contributed by bjp999 08-unmenu-array_mgmt.awk: 1.0 - Joe L. 09-unmenu-disk_mgmt.awk: 1.2 - print reiserfsck commands for rebuild-tree (if needed) to screen. Joe L. 10-unmenu-links.awk: 1.2 Fixed increment of link counter 16-unmenu-syslog.awk: Version: .9 - modified by Joe L. to escape special charaters 17-unmenu-syslog.awk: Version: .8 - modified by Joe L. to use a pattern file. 18-unmenu-lsof.awk: Version: .1 - Joe L. 20-unmenu-usage.awk: 1.0 200-unmenu-smarthistory.cgi: (ADD_ON_VERSION not specified in plug-in, default version assigned) 0.1 25-unmenu-dupe_files.awk: 1.2 deal with appostraphe in file name 29-unmenu-sysinfo.awk: 1.3 - modified to better deal with utilities not yet installed Joe L. 30-unmenu-file_browser.awk: 1.1.4 fixed handling of directory names with embedded spaces. Joe L. 50-unmenu-user_scripts.cgi: .3 - Fixed to allow single quotes in button labels 600-unmenu-file_edit.awk: .2 Updated with ideas borrowed from go-script-manager plug-in to keep backup versions of files. 99-unmenu-utility.awk: 1.0 - contributed by bjp999 990-unmenu-wget.awk: 1.5 Improved handling of download when 404 "not-found" error returned on download URL 999-unmenu-unraid_main.awk: 1.1 Joe L. -- Added parse of "ps" to check for non-standard emhttp port. It is just a warning about the \', you can ignore it. You are running an old version of unMENU though. Version 1.3 is available.
March 21, 201016 yr Author Joe, thanks! Running it in chrome prevents re-loading the mainpage as it tries to reload http://tank:8080/" with an " attached to the URL which can't be found. Thanks!
March 21, 201016 yr Joe, thanks! Running it in chrome prevents re-loading the mainpage as it tries to reload http://tank:8080/" with an " attached to the URL which can't be found. Thanks! Thanks for that report. I've fixed it. I was quoting the URL to be refreshed, and IE and Firefox accepted it, but chrome is picky. In unmenu.awk, on line 616, change Old: header = header "Refresh: " refresh "; URL=\"" url "\"" "\r\n" New: header = header "Refresh: " refresh "; URL=" url "\r\n"
March 21, 201016 yr Joe, thanks, now it works even with Chrome! Thank you. It is impossible for me to test every possible browser, and I was misled by IE and Firefox accepting the quote marks around the URL.
March 21, 201016 yr Author I was using Safari and it worked also very well being based on Firefox. Switched recently to Chrome because of its speed and other features and discovered this by chance :-)
March 21, 201016 yr Ditto on the other comments above. I recently switched to using Chrome so that I could take a look at the plugin API on the Mac side. I will change that line specified above so it will work properly. Thanks JoeL
Archived
This topic is now archived and is closed to further replies.