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.

mraneri

Members
  • Joined

  • Last visited

Everything posted by mraneri

  1. Well, that folder is empty. If I go to reinstall the container from community apps and just hit save it makes a new template. Still not sure what caused it though, and I'll need to check those corruption warnings. Thanks
  2. Haven't touched the flash drive or run memtest lately. Scrub shows no file errors.
  3. If I try to create a container all of the user templates are gone except for the recently installed grav container.
  4. It's actually all of the project links as well. Everything was running perfectly fine. I rebooted the system via the button on the Main screen and when it came back all of my containers looked like the Emby screenshot. I tried rebooting again and the same thing. Emby has an update available, but trying to apply it gives me this "Configuration not found. Was this container created using this plugin?". I can still access all containers by IP:Port manually. I tried installing a container that I have never used before (grav) and WebUI, edit, all project links are there and working. Does anyone have any idea what happened, or how to fix this? Thanks tower-diagnostics-20220716-1925.zip
  5. mraneri replied to wgstarks's topic in Lounge
    Setting > Display, very last option
  6. Do you remember what specifically you did for iMessage/Facetime? The Appstore and iCloud work fine for me, but not the other two. edit: This vm has two EFI mountable partitions, the top one has the CLOVER directory in it, the bottom one looks similar to the partitions mentioned in every tutorial but only has an APPLE folder. I'm a little lost.
  7. 16GB DDR3, works fine for a home NAS/media server. I am planning on upgrading next year to be able to run a couple VMs and reduce the number of computers I have running 24/7.
  8. So for this to work you would need a router that supports vLANs as well? It doesn't look like the stock ASUS firmware has that functionality.
  9. That works. I can use my router as the client DNS just fine, that doesn't solve the problem of not being able to access Dockers with custom IPs.
  10. You most certainly need to be able to access it to use it. What are you talking about? You haven't added anything to this thread except say that it works for you and you don't know why.
  11. Unraid is 10.0.2.6 The pi-hole container is on br0 with a custom ip of 10.0.2.3. If I connect through wireguard I can't see 10.0.2.3 to use it as a DNS.
  12. I cannot figure out how to get my phone to see the pi-hole docker container on 10.0.2.3. I have the DNS configured on the client side. Setting NAT doesn't seem to change anything either. I can see other physical nodes on the network, just not the docker assigned a custom IP.
  13. I just installed the docker and the only settings I changed were setting network type to custom and the time zone to America/New_York. When I go into the admin UI I can't change anything because of this. Does anyone have any insight? Edit: It looks like running chmod 0777 -R /mnt/user/appdata/pihole/pihole/ from the terminal fixed it. After hitting save I changed it back to 0755 and everything seems to be working normally. What would cause the permission issue in the first place?
  14. Pinging 10.0.2.3 I get this:
  15. Does it go on the server side of the peer config or the client side? I tried both and nothing changed. I can access other IPs on the network, just not custom IPs from Unraid.
  16. 10.0.2.1 is my router 10.0.2.6 is my Unraid server 10.20.0.2 and 10.20.0.3 are peers I can connect to 10.0.2.6 and 10.0.2.1 from both peers, but I can't figure out the routing to be able to get to a docker with its own IP (10.0.2.3). I'm not currently running any VMs.
  17. I am assuming it's an issue with permissions? I just don't know how to remedy that with the docker install.
  18. Removed the Docker, deleted everything related to Zoneminder, fresh install with everything set to defaults. Same issue with MariaDB and Apache failing. tower-diagnostics-20190815-1624.zip log.txt
  19. I was wondering if anyone could shed some light on my issue. I have tried installing this docker many times, but it always fails setting up the database and apache server. You should consider upgrading via the 'pip install --upgrade pip' command. Traceback (most recent call last): File "/usr/bin/setup.py", line 22, in <module> with open(os.path.join(here, 'README.md'), encoding='utf-8') as f: FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/README.md' Hook processing installed Starting services... * Starting MariaDB database server mysqld Successfully installed Click-7.0 Pillow-6.1.0 dlib-19.17.0 face-recognition-1.2.3 face-recognition-models-0.3.0 You are using pip version 8.1.1, however version 19.2.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Traceback (most recent call last): File "/usr/bin/setup.py", line 22, in <module> with open(os.path.join(here, 'README.md'), encoding='utf-8') as f: FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/README.md' Hook processing installed Starting services... * Starting MariaDB database server mysqld ...fail! DBI connect('database=zm;host=localhost','zmuser',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /usr/share/perl5/ZoneMinder/Config.pm line 117. Can't connect to db at /usr/share/perl5/ZoneMinder/Config.pm line 166. BEGIN failed--compilation aborted at /usr/share/perl5/ZoneMinder/Config.pm line 166. Compilation failed in require at /usr/bin/zmupdate.pl line 71. BEGIN failed--compilation aborted at /usr/bin/zmupdate.pl line 71. DBI connect('database=zm;host=localhost','zmuser',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /usr/share/perl5/ZoneMinder/Config.pm line 117. Can't connect to db at /usr/share/perl5/ZoneMinder/Config.pm line 166. BEGIN failed--compilation aborted at /usr/share/perl5/ZoneMinder/Config.pm line 166. Compilation failed in require at /usr/bin/zmupdate.pl line 71. BEGIN failed--compilation aborted at /usr/bin/zmupdate.pl line 71. * Starting Apache httpd web server apache2 * Starting ZoneMinder: DBI connect('database=zm;host=localhost','zmuser',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /usr/share/perl5/ZoneMinder/Config.pm line 117. Can't connect to db at /usr/share/perl5/ZoneMinder/Config.pm line 166. BEGIN failed--compilation aborted at /usr/share/perl5/ZoneMinder/Config.pm line 166. Compilation failed in require at /usr/share/perl5/ZoneMinder.pm line 33. BEGIN failed--compilation aborted at /usr/share/perl5/ZoneMinder.pm line 33. Compilation failed in require at /usr/bin/zmpkg.pl line 34. BEGIN failed--compilation aborted at /usr/bin/zmpkg.pl line 34. ZoneMinder failed to start *** /etc/my_init.d/40_firstrun.sh failed with status 255 *** Killing all processes... Aug 15 10:46:46 5aa53986dce0 syslog-ng[32]: syslog-ng shutting down; version='3.5.6'
  20. I have been trying for the past few days to get this docker working. It installs fine, but no matter what I try I get ERR_CONNECTION_REFUSED on the WebUI. Ideally I would like to run it as br0 with its own IP so there won't be any port conflicts. I am running Unraid 6.7.1-rc2. The last portion of the log shows that MariaDB fails to start, but I don't know why or how I would go about fixing that. Thank you for any insight! zm_log.zip tower-diagnostics-20190615-2201.zip I have tried setting up the docker several times with no luck. It always fails starting the MariaDB server
  21. Thank you so much! I should have checked the forums first.

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.