Sivivatu

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Sivivatu

  1. Is this plugin still being supported? there have been no updates to the addon since 2020 and the github page appears to be dead as well. has it been moved to a new app version?
  2. @Mainfrezzer those options appear to only allow for a single network to be connected. They are (afaik) what the standard unraid template network option uses. Am I missing something?
  3. In my unraid environment i have multiple networks for internal and external applications. There are some containers that i want to have access to both of those networks (eg Authentik & Traefik) Am I able to have a container appear in both networks? In docker compose that would be an equilivant of: ``` networks: front: external: true back: external: true services: application: image: example/image networks: - front - back ``` Cheers
  4. Awesome thanks everyone for your help
  5. Awesome, is there anything special i need to do after installing the plugin? or will it just takeover spin down operations after install?
  6. I have a cable going directly from the array to an lsi controller. I dont know how else to describe attachment process. the Diagnostics is attached rookery-diagnostics-20221121-1256.zip
  7. I have a direct attached storage shelf and I want the drives to spin down after a delay. I have configured the drives to spin down but they never do. Is this a limitation of the DAS or have I misconfigured something?
  8. im not entirely sure where to find that setting, the only place i can find is when i check the new library it says the current library is located at /books which is where i have mapped my media/books folder
  9. My docker env disk seems to be growing and looking at the docker container sizes the calibre container is 5.71GB with 4.43GB writeable. This is twice as large as any other container and it seems to be far bigger that I thought it should be. What size should i expect the container to be and what settings should I check to trim it down (if possible) Thanks Container size output in spoiler
  10. I suffered a power surge on new years day which caused my server (HP DL380 G7) to go offline. When rebooting the server, the 8 600gb drives in the main enclosure were missing. the 4 2TB drives that are in a separate disk shelf (2 parity 2 data drives) are present but the array is still in a failed state. I rebooted the system (I remembered this happening previously and a reboot solved it) but this has had no apparent effect. I can see the drives in the iLO console (image below) but they do not appear in unraid or when i run sudo fdisk -l or sudo lshw -class disk Looking at the syslog, I can't find any reference to the drives, but that might be because I'm unfamiliar with these logs and what I should be looking for. The diagnostics zip are attached If there is anyway to recover the drives into the system or if there is a hardware failure that can be identified for replacement I would appreciate any guidance. Thanks rookery-diagnostics-20220102-1910.zip
  11. I have lost the ability to access my Unraid shares in windows 10 file explorer. I have tried finding the network using both the ip address and the host hame but get network not found error in image. The server appears in the network discovery but trying to access from their also fails. The shares are public and shouldnt need a password so that (afaik) isnt the issue. I have enabled SMB 1.0/CiFS on my windows machine but that has not made a difference. Any help would be appreciated.
  12. Im trying to setup the reverse proxy using duckdns as the go between. I have the linuxserver/duckdns updating my ip address and am using my own domain with multiple subdomains for emby/sonarr/radarr (all LS.IO dockers). Unfortunately, after following SpaceInvaderOne's video, I can successfully get the url to follow to the duckdns server but it wont go any further to the host or container just the duckdns waiting page. What should i be checking to see why it is not forwarding on?
  13. Have found the HP RMRR patching fix ( )
  14. Im trying to setup a Windows VM with a Radeon 7670 GPU. I have followed the SpaceInvader vids but im still having the failed to set iommu error. The graphics card is in its own iommu and unsafe interrupts is enabled but I cant seem to get this activated no matter what configuration I set. Any assistance on how to diagnose and resolve this would be awesome. tower-diagnostics-20200520-1438.zip
  15. I will do that in future but it seems that rebooting the system has cleared the error and there doesnt appear to be any errors appearing. I will leave this for now and keep an eye on it but it looks to be an unidentified and, hopefully, transient error. I do have some backup drives ready and available to go if the error appears again.
  16. So the HP cciss option has worked and appears to be giving me logical results. Im going to investigate the SMART logs myself but have attached here for reference as well tower-diagnostics-20200331-1710.zip
  17. I have had, I believe, a HDD failure as shown by the red bubble. The problem is I downloaded the syslogs, including the smart report but the only message i get back is: /dev/sdf: requires option '-d cciss,N' Please specify device type with the -d option. Use smartctl -h to get a usage summary How do I go about getting a smart report and confirming if the hdd has failed (and not just short term error) and where in the other logs would it be worth looking to identify root issue? tower-diagnostics-20200329-2336.zip