a_n_d_y

Members
  • Posts

    99
  • Joined

Posts posted by a_n_d_y

  1. On the My Servers Dashboard, the last time it updated was yesterday.

     

    In Unraid, flash backups is showing as Activated: Not up-to-date

     

    Clicking the update button doesn't seem to be doing anything.

     

    I've tried signing out, reinstalling, rebooting, reinitializing... not sure where else to go from here.

     

    Any help is appreciated, thank you.

  2. Was considering the following:

    Using motherboard's internal USB 3.0 port and hooking up an SSD with a USB to Sata cable.

     

    I wanted to use Unassigned Disks to mount the SSD outside of the array just for docker AppData directories.

     

    Outside of maybe not getting the full disk stats, any concerns or known problems doing this?

  3. On 7/31/2020 at 11:22 AM, holtdw01 said:

    I am a novice in Unraid and just brought to Unifi APs so I need load to the Unifi Controller and wanted to create and use the docker version in lieu of Windows.  Been playing it it a for about an hour and have hit a couple of speed bumps right out of the gate :

    1) installation failed giving the following error related to port 8080/8443.  I do have other dockers using 8080.

     

    I am there a simple fix.  Probably related the docker will only open in host mode.  

     

    2) Any special handling instructions for folks using Pfsense?   Unlocked port (NAT) etc?

    1.)

    You could change port(s) on the other docker containers.

     

    I use a custom eth0 / br0 interface. This will put the container on its own IP, so it'll avoid port conflicts.

     

    I think you need to enable bridging if its not enabled by default. Settings > Network Settings > Enable Bridging

     

    Then that option should be available when editing the container.

     

    Custom interfaces are isolated from the host and other custom interfaces, so if you set it up this way and you need them to communicate with each other, this might be of some help:

     

  4. On 5/26/2020 at 5:32 PM, Jokerigno said:

    Hi all,

     

    I tried to setup Deconz following your post but I receive error in log :

     

     

    I used   

    sudo usermod -a -G dialout $USER

     

    to solve USB running command on unraid console and then reboot but nothing changed.

     

    Can someone please support me?

     

    TY

    Did you update the firmware? Logs looked similar to mine before I updated the firmware.

     

    Again, for me personally, I had to run a firmware update on a Windows computer.

  5. On 4/11/2020 at 2:50 PM, ich777 said:

    Right at the beginning of the file where it says "serverPort".

    I see that and in mine it says serverPort: 1730.

     

    It seems port 8080 is being used in the container. I'm trying to change that to a different ports so I can use it with a VPN thats also using port 8080.

     

    Is that possible?

     

    Thanks,

  6. I believe sudo usermod -a -G dialout $USER adds the current user (root in your case) to the dial out group.

     

    The docker should be running under root unless your specifically assign it a different user to run under  (I'm not sure how to do that, but I'm running mine with the default user fine).

     

    I used ls -l /dev/serial/by-id to get the serial ID. As long as you don't plug the Conbee into a different USB port than the one its in now in the future, what you have should work fine.

     

    Once you log into Phoscon > Hamburger Menu > Settings > Gateway, if it shows a firmware number, its connected. Otherwise it will say "not connected"

    • Thanks 1
  7. In Community Apps, search for deconz and click the Click Here To Get More Results From DockerHub and install the container from marthoc.

     

    You'll want to set Network Type to Host.

     

    At the bottom of the page will be the link Add another Path, Port, Variable, Label or Device. It does what it says.

     

    Add the container path /root/.local/share/dresden-elektronik/deCONZ to point to your config directory, ex. /cache/appdata/deconz

     

    You'll also want to pass your device into the container. I just use the Extra Parameters field to do this: --device=/dev/[your_device]

     

    Then pass any of the environment variables you need listed on this page (passing them all is fine, just define the values):

    https://hub.docker.com/r/marthoc/deconz/

     

    The Conbee II defaults to the device name /dev/ttyACM0. If you have another USB device like an Aeotec Zstick, it will also try to assign itself  /dev/ttyACM0 or  /dev/ttyACM1 (depends on which device is assigned first upon boot).

     

    Read this about setting a persistent name if thats the case:

    https://forums.unraid.net/topic/71372-usb-passthrough-device-location-changing/

     

    Then add the Environment Variable DECONZ_DEVICE and enter the value of your persistent name, ex. /dev/[persistent_name]

     

    Make sure to telnet into your server and add the user to the dial out group the Drahznar suggested above.

     

    If you're having problems with the device connecting in the container, try updating the firmware. I did my firmware update in Windows as I couldn't get it to flash successfully using the docker firmware method described on the docker page.

     

    Attached is how I setup my container.

    Screen Shot 2020-01-02 at 2.37.30 PM (2).png

    • Like 2
    • Thanks 1