j0nnymoe

Members
  • Posts

    353
  • Joined

  • Last visited

Everything posted by j0nnymoe

  1. It's a headless install as in zero display. It's not possible to use vnc with this. What you're seeing is actually the native Kodi webui.
  2. You'll want to be checking your logs. nginx logs within the `/config` mount and also the nextcloud log itself in the root of your `/data` mount. That should give some sort of insight to what's happening.
  3. Looks like someone had the same issue here: https://github.com/nextcloud/mail/issues/2583 Seems related to the Mail app within nextcloud.
  4. The nextcloud web updater should offer you newer versions or you can cli into the container and run `updater.phar`
  5. This is just wrong - it's because you haven't been updating nextcloud within the container. It's our only one that you have to independently update inside the container aswell images.
  6. As far as I know, the way unraid does update checks, it counts as a pull.
  7. To be fair, it doesn't even need to be a pull, doing a check update on the image should keep it live.
  8. Nothing is stopping you for pinning an image to a certain tag here https://hub.docker.com/r/linuxserver/unifi-controller/tags?page=1&ordering=last_updated&name=5.14
  9. Package updates. Also it states in our documentation how to do the version updates: https://docs.linuxserver.io/images/docker-nextcloud#application-setup If 20.0 isn't showing, that's because the Nextcloud god's haven't decided to release the Nextcloud OTA yet.
  10. Try removing whatever app `richdocumentscode` is and see if that solves it. I assume you did an update via the beta channel?
  11. The script needs to be chowned to the user that you're running the container as. Also, this forum is support for unraid users only. Please use our own LinuxServer.io Forum/Discord for support - thanks
  12. There is currently an issue with the latest build of `:nightly` - it's being fixed and rebuilt as we speak.
  13. Seems like you answered your own question 🙂
  14. Fixed image has now been pushed to the repo. It had broken due to the booksonic dev renaming the repo. Looks like they're rebasing booksonic on airsonic currently so we will switch to that once it is released.
  15. Looks like there are some changes upstream so we will need to make some adjustments on our container. For now, please rollback to a previous tag.
  16. Nextcloud isn't designed in a way to deal with the data being accessed another way, hence why they have the external storages app. In theory you should only access the data you have in the `/data` mount via the nextcloud interface otherwise if you're changing files, you have to force nextcloud to reindex everytime you make a change.
  17. No because nextcloud designed it in way that won't work with containers.
  18. I don't actually believe AMD provide the same solutions for using their cards within docker like nvidia do.
  19. It's likely nvidia-smi doesn't support the 710.
  20. I suspect your older cards won't support NVENC or NVDEC either so even if you could get it to run on unraid, you wouldn't get transcoding via emby/plex/etc
  21. It could also be the bonding that is causing an issue here. We've never been able to replicate these issues which is why these are the only way's we know to fix it. But it seems like we haven't been able to replicate these issues because no one within the team that uses the nvidia plugin has any 10gbit networking kit or uses bonding (to my knowledge).
  22. This has been mentioned before in this thread many times. The only things we can find that causes this are: pihole (or some network ad blocker) / MTU changed on unraid host (10gbit cards for example) or some other network configuration. We've never been able to replicate these errors within the team.
  23. Has any of your network changed? Do you have 10gbit adapters installed? Do you run pihole? Like @CHBMB mentioned, we are unable to replicate issues with the plugin like this and we all have different network configurations but from previous discussions in this thread it always seems to relate to: MTU or pihole. There is a script a few pages back that will let you download this manually which you can run via ssh.
  24. Have you changed "anything" on your server and/or your network?
  25. It would help if you provided screenshots of your template or provided the docker run command.