BKS

Members
  • Posts

    33
  • Joined

  • Last visited

Posts posted by BKS

  1. Yeah, it started happening with HA for me as well. This problem was the final straw that pushed me away from unraid as a homelab server. Strange problem that I could never figure out and community support from here and reddit/discord didn't help.

  2. I've had this happen on several instances, but twice with my Immich container over the past week. Container is present and working fine, then overnight it seems to disappear. Containers are getting started/stopped by CA Backup plugin but otherwise should not be changing. Any thoughts on where to look for troubleshooting this?

     

    Unraid Pro 6.11.5

  3. 19 minutes ago, digiblur said:

     

    If no devices are showing then you need to add your yaml files from the device you are migrating from. Don't forget your secrets file of you had one. 

    I've provisioned a new esphome device using USB and https://web.esphome.io, able to connect to the device directly with HTTP. After it is provisioned, I think it should be detected with ESPHome at that point, correct? No config installed on the device itself yet.

  4. Trying to get ESPHome separated from my HA pi box. I installed the container through CA store, get to the web UI and no devices are shown. I'm able to get into the container console and ping the relevant devices and get a response, seems like network connectivity is there. Not sure if it should be bridge networking or host, have tried both, but can't get the (working in HA) esphome devices to show in the dashboard through the esphome unraid image. Any thoughts?

  5. Attempting to use db-backup container to back up a mariadb server, both running as bridge mode in an unraid host. On running the backup command, I get an error that the MySQL/MariaDB server is not accessible. I can ping the IP address from the shell of that container though. Seems to be a networking issue but can't figure it out. Any tips here?

  6. I use your node-red container, thank you for maintaining it. A few node plugins I'd like to use give me errors when I try to add to the node-red palette. Logs show (excerpt):

    today at 1:54:50 PMnpm ERR! npm ERR! Please make sure you are using a supported platform and node version. If you
    today at 1:54:50 PMnpm ERR! npm ERR! would like to compile fibers on this machine please make sure you have setup your
    today at 1:54:50 PMnpm ERR! npm ERR! build environment--
    today at 1:54:50 PMnpm ERR! npm ERR! Windows + OS X instructions here: https://github.com/nodejs/node-gyp
    today at 1:54:50 PMnpm ERR! npm ERR! Ubuntu users please run: `sudo apt-get install g++ build-essential`
    today at 1:54:50 PMnpm ERR! npm ERR! Alpine users please run: `sudo apk add python make g++`
    today at 1:54:50 PMnpm ERR! 
    today at 1:54:50 PMnpm ERR! npm ERR! A complete log of this run can be found in:
    today at 1:54:50 PMnpm ERR! npm ERR!     /data/.npm/_logs/2022-08-14T17_54_38_092Z-debug-0.log

     

     

    Looks like I need to get some packages installed for compiling python code. Is this not included in the container by default? Any recommendations on best way for me to add it?

     

    Thanks!

  7. I got an error randomly a couple of days ago:

    Tower: Warning [TOWER] - Cache pool BTRFS missing device(s) Unraid Cache disk message Warning [TOWER] - Cache pool BTRFS missing device(s) 1657356301 Samsung_SSD_970_EVO_Plus_1TB_S6S1Nxxx (nvme0n1) warning.

    I logged into web UI and all lights were green, thought it may have been a momentary issue. I then noticed that my /var/log was at 100% and dug into why. I had tons of BRTFS errors related to that drive. I restarted the server and now am getting the message that that drive is missing.

     

    Diagnostics attached.

     

    It's an M2 slot device, no replacing cables. What other steps can I try? The drive is less than 1 month old.

     

  8. On 7/5/2022 at 3:24 AM, ich777 said:

    Can you share the full log please?

     

    It can also be the case that the container image became corrupt, please try the following:

    1. Delete the container (don't delete the folder in your appdata directory for Thunderbird)
    2. Go to your Docker page and click "Add Container" at the bottom
    3. From the drop down select your Thunderbird template (this makes sure that it is the same configuration as before)
    4. Click on Apply to install the container again

     

    Please report back if that solved the issue.

    If not, share the full log and also a full screenshot from your Docker template.

    Attempted without success steps 1-4.

     

    Screenshot from 2022-07-09 16-18-16.png

    Thunderbird-2022-07-09T20-16-54.log.gz

  9. On 6/28/2022 at 8:04 PM, iarp said:

    I went to restart my thunderbird container today as VNC wouldn't connect (it connected yeserday) and now i'm greeted with the following. Its looping to infinity at this time, these exact same lines over and over again.

     

    ---Ensuring UID: 99 matches user---
    usermod: no changes
    ---Ensuring GID: 100 matches user---
    usermod: no changes
    ---Setting umask to 000---
    ---Checking for optional scripts---
    ---No optional script found, continuing---
    ---Checking configuration for noVNC---
    Nothing to do, noVNC resizing set to default
    Nothing to do, noVNC qaulity set to default
    Nothing to do, noVNC compression set to default
    ---Taking ownership of data...---
    ---Starting...---
    ---Version Check---
    ---Thunderbird not installed, installing---
    ---Sucessfully downloaded Thunderbird---
    ---Sucessfully downloaded Thunderbird---
    ---Preparing Server---
    ---Resolution check---
    ---Checking for old logfiles---
    ---Checking for old display lock files---
    ---Starting TurboVNC server---
    ---Starting TurboVNC server---
    ---Starting Fluxbox---
    ---Starting noVNC server---
    ---Starting noVNC server---
    WebSocket server settings:
    - Listen on :8080
    - Web server. Web root: /usr/share/novnc
    - No SSL/TLS support (no cert file)
    - Backgrounding (daemon)
    ---Starting Thunderbird---
    XPCOMGlueLoad error for file /thunderbird/libxul.so:
    libasound.so.2: cannot open shared object file: No such file or directory
    Couldn't load XPCOM.

     

    UPDATE: According to release notes, the now latest version 102 is not yet upgrade-able from 91 and prior. I set THUNDERBIRD_V to 91.11.0 and we're working once again.

     

    On 6/29/2022 at 2:14 AM, ich777 said:

    Thank you fro the report!

     

    Fixed this issue now, please do a image.png.115aeae4241cb07d0e9007c7c6a867e2.png from the container and set the version variable "THUNDERBIRD_V" back to "latest" (without double qutoes).

    Having this same issue as above. Attempted re-downloading the container image without success.

     

    today at 4:21:02 PMFluxbox crashed with exit code 1.  Respawning..

     

    Tried version specifying as above as well as latest. Any other ideas?

     

  10. I just upgraded my unraid server. Now working on upgrading cache drive from existing by moving everything from cache drive to array with mover. Invoking mover and viewing logs, appears that every file is failing. Is this a permissions issue? Any idea what's going on? Excerpt from logs below.

     

    Jun 18 07:09:38 Tower move: file: /mnt/cache/appdata/speedtest-tracker/www/node_modules/webpack-cli/node_modules/.bin/which
    Jun 18 07:09:38 Tower move: move_object: /mnt/cache/appdata/speedtest-tracker/www/node_modules/webpack-cli/node_modules/.bin/which No such file or directory
    Jun 18 07:09:38 Tower root: Specified filename /mnt/cache/appdata/speedtest-tracker/www/node_modules/webpack/node_modules/.bin/terser does not exist.
    Jun 18 07:09:38 Tower move: file: /mnt/cache/appdata/speedtest-tracker/www/node_modules/webpack/node_modules/.bin/terser

     

  11. I enabled and setup the telegram notification option and the test button successfully delivers a message. However, I am not getting any notifications beyond the test notification delivered. I still get the web UI popup notifications.

    Toward the top of the settings page, all options (Unraid OS, Notices, Warnings, Alerts) are selected to deliver via Browser, Email, and Agents. (I assume telegrame is an agent in this case?).

    What else do I have to do to get notifications delivered via telegram?

     

     

    Cross posted from reddit:

    https://www.reddit.com/r/unRAID/comments/oralp9/notifications_not_working_as_expected?sort=confidence

  12. When I open up my dashboard I'm able to login but it's not showing any of my hosts, nothing shown in the main dashboard tab, just blank white below. Functionally all of the hosts are working. I tried restarting the container and clearing cache without luck. I did a few docker container updates so not sure if this was one that upgrading to the latest version has caused it. Any ideas on fixing it? Also, could I get a reminder on how to set a version tag for unraid/docker to revert to?

     

    Edit:

    Nevermind, changed browser and it appears to be a browser related issue.

    However, still curious the best way to revert container versions based on the tag. I tried adding :v1.16.1 and it didn't work..

    • Like 2