Everything posted by Sivivatu
-
Booklore Template Support Thread
Im trying to enable this container but getting the error: 2025-06-26T15:03:48.006+01:00 INFO 1 --- [booklore-api] [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 2, active threads = 1, queued tasks = 1, completed tasks = 0]When I try to open the webui I just get a timeout on the page load.
-
[Plugin] Spin Down SAS Drives
Ah that makes sense and clears up my confusion thanks heaps
-
[Plugin] Spin Down SAS Drives
I was just reading the description of this plugin and im wondering if it is not needed on unraid 6.12? from the description: That indicates to me the spin down is part of the core OS and the plugin is no longer needed, am i missing something or is there other functionality I'm just not making use of?
-
Wake on Lan for Virtual Machines for 6.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?
-
Attaching a docker container to multiple docker networks
@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?
-
Attaching a docker container to multiple docker networks
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
-
Attached storage spin down
Awesome thanks everyone for your help
-
Attached storage spin down
Awesome, is there anything special i need to do after installing the plugin? or will it just takeover spin down operations after install?
-
Attached storage spin down
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
-
Attached storage spin down
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?
-
[Support] Linuxserver.io - Calibre
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
-
[Support] Linuxserver.io - Calibre
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
-
Missing Drives after Power Surge
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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?