BoKKeR

Members
  • Posts

    153
  • Joined

  • Last visited

Everything posted by BoKKeR

  1. Add the bot to your chat, get the chatID and pass it to the container! @Nicooo76
  2. Sure there is! A linuxserver.io mod has said it would be fixed "upstream" but I dont think it happened, remove the blue part . Check if you have advanced view enabled
  3. I think this has came up in the last major version. I have 40 containers with about half of them running. The docker tab takes a while to load. If I use the ctrl+f function to search on the page it pretty much locks up the page, and it takes forever to unblock. I tried multiple systems and browsers How would I even debug this? Would be nice to be able to at least hide the containers that are not running.
  4. I am having problems with this plugin. Everything seems to work except home assistant cant reach the status.php page. And if I open in a new incognito mode the http://10.0.0.40/plugins/corsairpsu/status.php page it redirects me to /login. I think this is the problem. There is no basic auth popup just a redirect to the unraid login. did anoyne else run into this? If I login to unraid and open the status page I get the JSON response properly
  5. I am getting the same error as the person above me. @linuxserver.io removing pydio-cells from extra parameters fixes this
  6. What is the problem you are facing @RedReddington ? I got the CA one running, I could update the container with some help if something is broken
  7. Thanks for the tip, I deleted this thread earlier as I figured out the problem. It was because I accidentally renamed the partition in UD (by clicking on its name). I will look at moving everything to cache
  8. Weird thing happened, one of my disks filled up to where only 20kb was left. This made the docker service stuck. I couldnt open the tab. I did a restart, Docker service wouldnt load (docker image is on a separate disk) I used unBalancer to balance out the drive space. Did a couple of restarts but it still wont start. If I start docker with `dockerd` it gives no error unraid-diagnostics-20220111-1654.zip
  9. I dont think anything is out of ordinary here
  10. One more thing to note. I managed to write some data (partial download using deluge) to the array when it was in this state. Upon restarting when I got back all my data the partial downloads were still present. Meaning that the data I wrote to the ghost array persisted to the real array after restart. I cant restart in safe mode as I am abroad
  11. Sorry that diagnostics was posted before I made this thread and resolved those problems I added a new diagnostics where all the data paths should be back unraid-diagnostics-20211201-1809.zip
  12. I opened the user folder from the unraid console and tried looking for data, only the default shares were there. All empty. Also all docker containers reported that the data was missing. (Appdata worked as it was on a separate SSD)
  13. Well something weird just happened. I logged into my unraid remotely as I noticed that my container was not running. The array was down. No biggie I thought to myself. I will just start it again. upon doing that I noticed that the array had no data on it at all. The base folders were there but the data was gone. The size of used drives still showed up but there was no data to be found. I did a restart and entered my encryption password again. Now the array started properly with all the data on it. Scary stuff unraid-diagnostics-20211201-1625.zip
  14. I have read through several similar threads but I cant really solve it by myself. My docker image keeps filling up. The way I can mitigate this is removing dangling images. I understand that this should be caused because an image is leaking data into the docker image instead of a mounted volume. But I cant find which one and where Any help is appreciated. My docker image is at 60gb and slowly filling up unraid-diagnostics-20211201-1625.zip
  15. I have a setup where I rsync my camera files from the sony camera SD card to a backup folder automatically upon attaching it to the server. But my sony camera choses to name the video files as 0001, 0002 etc, If I wipe the card and record new footage rsync would just overwrite existing backup as the new files would have the same names as the old ones. Is there a docker container for importing video files that would solve this? How do big studios deal with this?
  16. Does your current setup support renaming files? I have a setup where I rsync my camera files from the sony camera SD card to a backup folder, but the sony camera choses to name the video files as 0001-0002 etc, If I wipe the card and record new footage rsync would just overwrite existing backup. Have you faced this problem?
  17. Could we get TLDR? Its really useful to get some quick tips about commands in a unix environment https://github.com/tldr-pages/tldr
  18. But the unraid rebuild said that format is never part of rebuild. So which is it? Can I: 1 . pull the drive to put the array in degraded mode 2. format the drive to any format 3. Format to xfs encrypted using unraid. 4. start rebuild?
  19. I had an array with 3 xfs-encrypted hdd-s. I added a new hdd, but I didnt specify the filesystem so it ended up being a non encrypted filesystem. In hopes of fixing this: 1. I pulled the drive 2. replaced it with a different empty one 3. set the filesystem to xfs encrypted (didnt format). 4. started array with rebuild 5. rebuild finished 6. rebooted But it says that its unmountable. And not encrypted. how can I fix this? Where did I make a mistake? The array is in normal operation mode now
  20. I managed to fix it, the problem was that I skipped the initial clear command, after clearing the controller. it showed up on p20 sas2flash.efi.
  21. having hard time getting my LSI 9220-i8 card detected on my GIGABYTE z370m d3h with sas2flash.efi p20 p15 p14,. sas2flsh.exe just gives me the PAL error. I tried both PCIE ports on my mobo, It shows up in unraid
  22. having hard time getting my LSI 9220-i8 card detected on my GIGABYTE z370m d3h with sas2flash.efi p20. sas2flsh.exe just gives me the PAL error. I tried both PCIE ports on my mobo, I have been following this guide https://blog.edie.io/2018/03/22/ibm-m1015-9220-8i-cross-flashed-to-lsi-9211-8i-it-mode/ the card is detected in unraid: [1000:0073] 06:00.0 RAID bus controller: Broadcom / LSI MegaRAID SAS 2008 [Falcon] (rev 03) I also tried p15 and p14 sas2flash.efi
  23. BoKKeR

    Kubernetes (Docker)

    I am also interested
  24. <Data> <Volume> <HostDir>/mnt/user/appdata/RSSTT</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> </Data> I have this bit in my template but it does not appear when I try to add the app. (has been there for 4 months).