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.

irishjd

Members
  • Joined

  • Last visited

Everything posted by irishjd

  1. @Mattaton, yes, I did get this working. I’ll do a write-up of my solution tomorrow and post it here.
  2. So, I got this fixed on my install. I had to; 'rm -fR /boot/config/plugins/snmp' and reboot. After that, I was able to install the plugin with no issues. I think my problem was that I had it installed before and customized the snmpd.conf file. I don't believe that the plugin likes it when you do that. Hope this helps.
  3. @dgaglioni I am having the exact same issue.
  4. Trying to get the last of the issues resolved on my LibreNMS install. When I validate the config, I see the following three errors: FAIL: No active polling method detected FAIL: No active python wrapper pollers found FAIL: ServerName is set incorrectly for your webserver, update your webserver config. 192.168.100.69 parse failure (/validate/results) If i run "/opt/librenms/cronic /opt/librenms/poller-wrapper.py 16"manually, it runs without any issues, so I am not sure where the problem is. As far as the server name goes, I'm still trying to figure out where that is set at. I have it set in the Web GUI, but obviously I need to change a config file as well.
  5. Can anyone tell me how to utilize plugins in adminer? I see it mentioned in several Ibracorp videos, but I see no mention off how to enable/use the plugins.
  6. Ahh, that makes sense...
  7. I went back to the config and told it to generate a random password, but it does not appear to be doing so: 2022-10-15 11:14:16 0 [Note] mariadbd (server 10.9.3-MariaDB-1:10.9.3+maria~ubu2204) starting as process 1 ... 2022-10-15 11:14:16 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-10-15 11:14:16 0 [Note] InnoDB: Number of transaction pools: 1 2022-10-15 11:14:16 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2022-10-15 11:14:16 0 [Note] InnoDB: Using liburing 2022-10-15 11:14:16 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB 2022-10-15 11:14:16 0 [Note] InnoDB: Completed initialization of buffer pool 2022-10-15 11:14:16 0 [Note] InnoDB: Buffered log writes (block size=512 bytes) 2022-10-15 11:14:16 0 [Note] InnoDB: 128 rollback segments are active. 2022-10-15 11:14:16 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ... 2022-10-15 11:14:16 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB. 2022-10-15 11:14:16 0 [Note] InnoDB: log sequence number 273003; transaction id 325 2022-10-15 11:14:16 0 [Note] Plugin 'FEEDBACK' is disabled. 2022-10-15 11:14:16 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2022-10-15 11:14:16 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work. 2022-10-15 11:14:16 0 [Note] Server socket created on IP: '0.0.0.0'. 2022-10-15 11:14:16 0 [Note] Server socket created on IP: '::'. 2022-10-15 11:14:16 0 [Note] InnoDB: Buffer pool(s) load completed at 221015 11:14:16 2022-10-15 11:14:16 0 [Note] mariadbd: ready for connections. Version: '10.9.3-MariaDB-1:10.9.3+maria~ubu2204' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution 2022-10-15 11:14:15-05:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.9.3+maria~ubu2204 started. 2022-10-15 11:14:16-05:00 [Note] [Entrypoint]: MariaDB upgrade not required
  8. Ahh... Between that and the fact that I can not log into the db from adminer with the root account, is driving me crazy. Adminer has no issues authenticating with any other db accounts, it's just the "root" account. I event tried this: GRANT ALL PRIVILEGES on *.* to 'root'@'localhost' IDENTIFIED BY '<password>'; FLUSH PRIVILEGES; but adminer still gives me this error: Access denied for user 'root'@'172.21.0.11' (using password: YES) It's not a huge deal as I can do admin work from the cli, but its just driving me nuts trying to figure out what the issue is. BTW, I am not a DBA, so I am probably overlooking something
  9. Looks like I figured it out. I was using a really long (20 character) and complex password. When I shortened it, and took out the special characters, everything is fine.
  10. Not having any luck resetting my MariaDB Root pw. I followed the instructions in this post, but when I try to authenticate to it via adminer, I keep getting this error: "Access denied for user 'root'@'172.21.0.1' (using password: YES)" Here are the steps and responses I received trying to reset it: $ mariadb -u root Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 3 Server version: 10.9.3-MariaDB-1:10.9.3+maria~ubu2204 mariadb.org binary distribution Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> FLUSH PRIVILEGES; Query OK, 0 rows affected (0.039 sec) MariaDB [(none)]> SET Password FOR root@'localhost' = PASSWORD('complex_password'); Query OK, 0 rows affected (0.004 sec) MariaDB [(none)]>
  11. @evertinker thanks for the suggestion, I'll give it a shot!
  12. It is your own search engine
  13. Thanks for the comments. I'm going to think about this over a beer or two (Sam Adams Octoberfest is in the stores!), and then try again tomorrow.
  14. Pulling image: searxng/searxng:latest IMAGE ID [692714839]: Pulling from searxng/searxng. IMAGE ID [213ec9aee27d]: Already exists. IMAGE ID [9678b253aa07]: Already exists. IMAGE ID [4f4fb700ef54]: Already exists. IMAGE ID [c3a321569da3]: Already exists. IMAGE ID [5bb31db6deee]: Already exists. IMAGE ID [ef86e400f659]: Pulling fs layer. Downloading 100% of 3 MB. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [406100ec900e]: Pulling fs layer. Downloading 100% of 437 KB. Verifying Checksum. Download complete. Extracting. Pull complete. Status: Downloaded newer image for searxng/searxng:latest TOTAL DATA PULLED: 3 MB Stopping container: SearXNG Successfully stopped container 'SearXNG' Removing container: SearXNG Successfully removed container 'SearXNG' Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='SearXNG' --net='bridge' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Unraid-1" -e HOST_CONTAINERNAME="SearXNG" -e 'INSTANCE_NAME'='' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/images/searxng-icon.png' -p '8080:8080/tcp' -v '/mnt/user/appdata/searxng/':'/etc/searxng':'rw' 'searxng/searxng' 787dd7db9f4423bf6bfc8ac413bb1edbdc10170fd57be8c78180a29416bafcf9 The command finished successfully! Removing orphan image: 73d6407308a2 Successfully removed orphan image '73d6407308a2'
  15. Rats, even after that, I have the same issue. The installer runs through the download and setup, then fails at the snmpwalk, and then UnRAID thinks it isn't installed even though the files are installed in the /boot/config/plugins directory.
  16. Thanks, I will give that a shot and see what happens.
  17. Unable to install SNMP package. The first time I installed it, it worked fine until I rebooted. Now it shows in the pluggins error tab. I tried to uninstall it and reinstall it, but now it skips all the package downloads saying they are already installed and then it it ends with this: +============================================================================== | Testing SNMP by listing mounts, /boot should be present +============================================================================== snmpwalk -v 2c localhost -c public hrFSMountPoint snmpwalk failureCouldn't find /boot mount point. SNMP output: Timeout: No Response from localhost plugin: run failed: /bin/bash retval: 1 Updating Support Links Finished Installing. If the DONE button did not appear, then you will need to click the red X in the top right corner Since UnRAID doesn't think its installed, I can't uninstall it. Is there a way to manually clean all of itup and try again?
  18. +1 Please add this to a future release.
  19. Thanks for all the help! I am slowing getting more comfortable with Docker.
  20. Ahh... RTFM bites me again So it appears the biggest issue is that when the package gets installed it creates a directory name conf.yml instead of a file names conf.yml. I had to remove that directory and then wget thew conf.yml from the URL in the notes.
  21. So I deleted my-dashy.xml from /boot/config/plugins/dockerMan/templates-user, verified that the app was unistalled, manually deleted user/appdata/dashy, ran the Appdata Cleanup utility, and tried to install dashy again, only to get the same error:
  22. Are you refering to this: "CA stores an XML template for each application that it installs at /boot/config/plugins/dockerMan/templates-user If You go to the Apps tab in the Unraid GUI then there is a Previous Apps section and this can be used to reinstall applications using their saved settings."?
  23. So I am completely new to Docker, so I am confused. The first time I installed Dashy via Community Applications, it worked fine. That is why I don’t understand why it doesn’t install now. There should not be any references left to after all the cleanup I did.
  24. Hello, have some issues with your Dashy Docker package. I recently had Dashy installed as a Docker container and all was well. I messed with it for a couple of days until it was all dorked up. I then decided to start over and remove it and the re-install it. Now, every time I try to install it, I get this error: docker: Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:75: mounting "/mnt/user/appdata/dashy/conf.yml" to rootfs at "/app/public/conf.yml" caused: mount through procfd: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type. I have tried uninstalling Dashy from APPS, open the GUI file manager and deleted user/apppdata/dashy, and I even installed Appdate Cleanup and ran it (it found some leftover Dashy data and deleted it). However, I still get the error when I try to re-install Dashy, I still get the error. I have tried every Google hit I got on this topic to no avail. Can some one please point me in the right direction to fix this?

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.