Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ziggie216

Members
  • Joined

  • Last visited

Everything posted by ziggie216

  1. What's the proper way to update tailscale with in a container? Seems like restarting the container doesnt do anything. Only way I found is to disable tailscale and then re-enable.
  2. All I see is the word "Icon" and the icon of the VM when I try to add a new VM or edit exiting VM. Tried both Safari and Firefox just in case it was a browser issue, no difference. I am able to start the VM.
  3. thanks! this will at least let me run back up for awhile until next reboot / libffi is included in nerd tool... now next problem... no c complier lol, oh boy.. and looks like devpack gui hasn't been updated for a year. edit: oooh compile it on another distro... will try
  4. Installed every package listed in NerdTools for science. libffi.so.7 definitely didnt come from any of these packages listed
  5. can you run ldconfig -p | grep ffi wondering where libffi.so.7 came from. I'm on 6.11.2
  6. this is borgbackup from nerdtools?
  7. Does Borg backup work for anyone? root@Tower:~# borg -v Traceback (most recent call last): File "/usr/lib64/python3.9/site-packages/borg/archiver.py", line 41, in <module> from .archive import Archive, ArchiveChecker, ArchiveRecreater, Statistics, is_special File "/usr/lib64/python3.9/site-packages/borg/archive.py", line 20, in <module> from . import xattr File "/usr/lib64/python3.9/site-packages/borg/xattr.py", line 9, in <module> from ctypes import CDLL, create_string_buffer, c_ssize_t, c_size_t, c_char_p, c_int, c_uint32, get_errno File "/usr/lib64/python3.9/ctypes/__init__.py", line 8, in <module> from _ctypes import Union, Structure, Array ImportError: libffi.so.7: cannot open shared object file: No such file or directory Looks like we need libffi.so.7. unraid 6.11.0 has libffi included but it's libffi.so.8 root@Tower:~# ldconfig -p | grep ffi libffi.so.8 (libc6,x86-64) => /usr/lib64/libffi.so.8 libffi.so (libc6,x86-64) => /usr/lib64/libffi.so
  8. I'm trying to add a port for Scrypted and for some reason, the container port field is missing. https://imgur.com/FXNT4cs Any idea why?
  9. With RC5, does this mean that I dont need to use certain docker container that has a built in vpn-wireguard client anymore?
  10. Same error message as above. Added custom qemu:args for macOS topolgy line left as is custom ovmf added error: Failed to define domain from /tmp/Macinabox BigSurfixed.xml error: (domain_definition):3: Extra content at the end of the document edit: never mind.. delete the container and /mnt/user/appdata/macinabox. problem resolved edit2: made an edit to the VM and then reran the script, error came back
  11. Any chance for Above and Beyond? https://www.curseforge.com/minecraft/modpacks/create-above-and-beyond
  12. confirmed working, thanks! back to swimming
  13. oh no.... updated to latest for server side and client to 1.11.0 and got "unexpected custom data from client. I already tried deleted the client side ocean block and redownload
  14. How do I update Oceanblocks to a newer version or does that require you to update the container first?
  15. Looks like there was a change with telegraf 1.20.3 where it's no longer running as root, which is now causing an issue for anyone who is running post argument. https://www.influxdata.com/blog/docker-run-telegraf-as-non-root/ Any idea what we need to do in order for us to use telegraf 1.20.3 and going forth? I'm not sure what to do about this user permission part
  16. Doesnt look like I have any apps / plugins installed that contain the word "width". Tried resetting Settings > Display, no difference. I have a 4k monitor so maximizing Firefox didnt make a difference. Now i'm wondering if I can just delete the folder plugin without messing anything up just so I can reset it up again.
  17. This has been driving me crazy lately, hope there is some kind of fix for this. When I'm looking at the docker section, I would see certain folders are "expanded" but then the containers are shown in another folder. https://imgur.com/DcM6IBN If I minimize the folder then expanded, then the containers would visually show in the correct folder https://imgur.com/CmxQmVO. Then once I reload the docker page, it's back to the way it was before.
  18. is there a way to keep the folder expanded by default?
  19. Hi, out of boredom, I wanted to swag to work with IPv6. Is the only way for a docker container to obtain a IPv6 is to place it on br0? If it is and since SWAG is no longer on the same network (proxynet), does that means I would also have to replace the $upsteream_app with the IP address of the host address (which is the unraid's) address?
  20. Thanks.. I must have read another article wrong about donating being temporary removed when I saw this when I was wondering why the docker wouldn't start.
  21. I'm reading that Locast dropped the donation when COVID started but seems like in order to use this locast2plex, donation is still required?
  22. I'm looking at the source code and the image url is https://192.168.1.7/state/plugins/dynamix.docker.manager/images/Influxdb-icon.png Looks like the IP is hard set? Edit: found it.. edit that panel, right side look for a section call URL, you'll find the Base URL there that you'll need to change. The part where I dont get is that in order to access that url, we need to login to unRAID first by that IP then Grafana. If I went straight to Grafana without authenticating against unRAID WebUI, I would run into the same issue of not seeing that image
  23. For the selection of "SSD Drive(s)" should I be able to select multiple or this only made to select a single SSD drive?
  24. Updated to 6.9 RC-1 from 6.8.3 and just realized I cant login via SSH now, only able to by the webui terminal. Dec 14 10:25:21 Tower sshd[9274]: Postponed keyboard-interactive for root from 192.168.1.12 port 63402 ssh2 [preauth] Dec 14 10:25:21 Tower sshd[9349]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.1.12 user=root Dec 14 10:25:23 Tower sshd[9274]: error: PAM: Authentication failure for root from 192.168.1.12 Dec 14 10:25:23 Tower sshd[9274]: Failed keyboard-interactive/pam for root from 192.168.1.12 port 63402 ssh2 Dec 14 10:25:23 Tower sshd[9274]: Postponed keyboard-interactive for root from 192.168.1.12 port 63402 ssh2 [preauth] I'm using the same password as the webui. Not sure if it's relate but when I try to login directly (keyboard connected to server) the screen would lock up right after I enter in the user name and push return. I dont see the password line nor push return multiple of times would do anything. Also I noticed this are the files suppose to be _conf or _config? I see this in my /boot/config/ssh # ls *conf* ssh_config sshd_config
  25. I'm trying out homebridge w/ gui and have been rebuilding this over and over.. after each successful setup and I restart the container, I get this and web gui is no longer accessable (node:350) UnhandledPromiseRejectionWarning: Login Error: TypeError: Cannot read property 'serial' of undefined (node:350) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:350) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.