Jump to content

NickI

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by NickI

  1. Hi everyone,

    i recently started monitoring my server with netdata, and i started getting a lot of messages from the service about packet loss on various virtual interfaces all comming down to eth0

     

    # uptime
     15:16:58 up 3 days,  1:53,  1 user,  load average: 1.81, 2.01, 2.15
    # ifconfig eth0
    eth0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST>  mtu 1500
            ether 3c:7c:3f:7d:42:a0  txqueuelen 1000  (Ethernet)
            RX packets 67059799  bytes 74451288124 (69.3 GiB)
            RX errors 0  dropped 32374  overruns 0  frame 0
            TX packets 49994008  bytes 41492480626 (38.6 GiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

     

    for my setup eth0 is used for dockers and vms and unraid access, except my pfsense VM running completely on a different separate intel network card.

     

    This means that i have a 0,04% of packet loss on my eth0 interface since last reboot for 12 release, which i guess is acceptable, however i would like to get rid of it.

     

    Do you have any hints of what could be going wrong here?

     

    Thank you in advance.

  2. Hello Everyone,

    i also got trouble with the TemplateURL behaviour, where some of my dockers could not start due my port assignments. Especially heimdall that by default wanted to listen to port 80, 443/tcp, but i already had swag listening to these ports.

     

    its no issue for me editing the necessary xml files. However i observed that the apps that behaved the way i expected them to (honour my local configuration) had the TemplateURL defined in the xml file, just like the ones that "misbehaved" and decided to write this here for reference.

     

    For example:

    Organizr app, never created any issues for me re-adding ports i did not want, and uses this xml template

    https://raw.githubusercontent.com/Organizr/docker-organizr/master/organizr.xml

     

    Inside this template i saw:

     

    <Config Name="WebUI" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="false" Mask="false"/>

     

    I noticed that on the WebUI config the default port is empty and set as not required. On the other hand, heimdall the misbehaving app, had the default ports set to 80,443 and set as required

     

    <Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="http gui" Type="Port" Display="always" Required="true" Mask="false"/>
    <Config Name="Port: 443" Target="443" Default="443" Mode="tcp" Description="https gui" Type="Port" Display="always" Required="true" Mask="false"/>

     

    Clearly, this is the template's author decision to honour the local configuration of the app, and there is nothing wrong with Unraid's behaviour. Having said that, if i for example removed the required and default assignments in template authoring mode, what would this count as an alternative workaround on removing the template url from xml file?

     

  3. Same here, i have the latest plugin version and i use iOS latest app. My app was not updating and decided to uninstall install and now i am not able to add my server with any of the available options.

     

    QR code also works with http://ipaddress:2378. The green link on the plugin settings opens the https://*unraid.net:2379, which is not listening at all at this port.

     

    netstat -ntlp | grep -E '(2378|2379)'
    tcp6   0  0 :::2378   :::*   LISTEN  18746/controlr

     

    one strange thing i noticed is that the plugin is listening to a IPv6 address which my server only listens to lo interface.

     

  4. 11 minutes ago, GuildDarts said:

    The way you are meant to configure/add folders is under the docker/vm page so goto e.g the docker page then at the bottom there is a add folder button (same for vm)
    Capture.PNG.32f4ce94dc44977450d6eed467b6e0cd.PNG

    i can see how this might be confusing as every other plugin you can just goto plugins/plugin name

     

    GuildDarts thank you so much for the swift reply and the great work you've done!

    Works like a charm now.

    By the way, the plugins settings page still shows the same error. Is that expected?

  5. Hello everyone!

     

    i am having an issue with the plugin (fresh install)

     

    After install, went into the plugins/Docker Folder to config and i got the below error

     

    Warning: require_once(/usr/local/emhttp/plugins/docker.folder/include/add-update.folder/add-update.folder-.php): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/docker.folder/include/add-update.folder/add-update.php on line 12
    
    Fatal error: require_once(): Failed opening required '/usr/local/emhttp/plugins/docker.folder/include/add-update.folder/add-update.folder-.php' (include_path='.:/usr/local/emhttp') in /usr/local/emhttp/plugins/docker.folder/include/add-update.folder/add-update.php on line 12

     

    seeing the error i noticed the add-update.folder-.php name of the file and decided to dig into it a bit more

     

     

    it seems that the add-update.php has two lines that probably not working as expected to my unraid

     

    Line 01: $folderType = $_GET['type'];
    Line 12: require_once("$docroot/plugins/docker.folder/include/add-update.folder/add-update.folder-$folderType.php");

     

    Any help or hint on what might went wrong would be very much appreciated.

×
×
  • Create New...