rjstott

Members
  • Posts

    83
  • Joined

  • Last visited

Everything posted by rjstott

  1. # Generated settings: USE_DHCP="no" Here is the Network.cfg file and the DNS addresses are already there. If I put "https://raw.github.com/bergware/dynamix/master/download" into my browser it gives "Not Found"? IPADDR="192.168.1.102" NETMASK="255.255.255.0" GATEWAY="192.168.1.1" DHCP_KEEPRESOLV="no" DNS_SERVER1="8.8.8.8" DNS_SERVER2="8.8.4.4" DNS_SERVER3="" BONDING="no" BONDING_MODE="1" BRIDGING="no" BRNAME="br0"
  2. THX for the quick reply I thought that too or perhaps a https issue but I can put that URL into a browser and it comes up with the XML file. So part two of the problem is the error on line 13 of the XML code which is another URL and why does the XML have a problem? (I downloaded the XML from the link and dumped it into the Plugin file and use installplg). XML file start is below: <?xml version='1.0' standalone='yes'?> <!DOCTYPE PLUGIN [ <!ENTITY plugin "dynamix.webGui"> <!ENTITY version "2.2.10"> <!ENTITY pkg "/boot/packages"> <!ENTITY plg "/boot/plugins"> <!ENTITY rom "/boot/config/plugins/dynamix"> <!ENTITY img "/boot/config/plugins/images"> <!ENTITY gui "/usr/local/emhttp/plugins"> <!ENTITY log "/var/log/packages"> <!ENTITY reg "/var/log/plugins"> <!ENTITY src "https://raw.github.com/bergware/dynamix/master/download"> <!ENTITY pwr "https://raw.github.com/dlandon/unraid-snap/master"> <!ENTITY dir "13.37"> <!-- select slackware version for packages --> <!ENTITY url "http://slackware.cs.utah.edu/pub/slackware/slackware-&dir;/slackware/a"> ]>
  3. Hi Sorry if this is elsewhere but my internet was gone a whole week and my Dynamix webGui is all messed up. So trying to re-install and "root@Tower:/boot/config/plugins# <er/plugins/dynamix.webGui-2.2.10-noarch-bergware.plg --2014-09-23 21:47:44-- https://raw.github.com/bergware/dynamix/master/plugins/dynamix.webGui-2.2.10-noarch-bergware.plg Resolving raw.github.com (raw.github.com)... failed: Temporary failure in name resolution. wget: unable to resolve host address `raw.github.com' <gins# installplg dynamix.webGui-2.2.10-noarch-bergware.plg installing plugin: dynamix.webGui-2.2.10-noarch-bergware Warning: simplexml_load_file(): I/O warning : failed to load external entity "dynamix.webGui-2.2.10-noarch-bergware.plg" in /usr/local/sbin/installplg on line 13 xml parse error" Anyone able to help?