-
GUI unreachable, containers mostly unreachable
Ah, I'm headless so I'll work something out. I was unable to reach my GUI with my local IP. Weirdly though, I could get to it via Tailscale IP. I have now removed Tailscale for a bit to see if it becomes more stable.
-
GUI unreachable, containers mostly unreachable
Thanks, I manually removed the most recent plugin I had installed (gpu stats + intel gpu top) and we're back up and running, but it was quite an odd state, I've been using unraid for 9 years and never seen it do that before :) How can you reboot into safe mode from the CLI?
-
-
GUI unreachable, containers mostly unreachable
New Unraid (trial license) before I move over from my 'real' server. Basically this box has been going ok, but today Plex stopped respondng, I can't get to GUI even after a reboot. Containers all seemed to be running fine, although I couldn't get to their web front ends, much the same as GUI. The last thing I did, an hour or so before it became unreachable via webgui was install the gpu statistics plugin Attached diagnostics from prior to reboot. Any clues on what might be going wrong? From the logs I looked into there wasn't much of a smoking gun. Appreciate any help :) nasty-nas-diagnostics-20251010-2237.zip
-
[Support] binhex - Deluge
I am using the non-VPN variant. I shifted back from binhex/arch-deluge:2.0.5-1-03 to binhex/arch-deluge and the problem persists (web-ui won't load). Log for interest Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2022-11-02 07:56:58.033568 [info] Host is running unRAID 2022-11-02 07:56:58.072848 [info] System information Linux 9472e3bdb4e1 5.10.21-Unraid #1 SMP Sun Mar 7 13:39:02 PST 2021 x86_64 GNU/Linux 2022-11-02 07:56:58.123264 [info] OS_ARCH defined as 'x86-64' 2022-11-02 07:56:58.174845 [info] PUID defined as '99' 2022-11-02 07:56:58.286208 [info] PGID defined as '100' 2022-11-02 07:56:58.434978 [info] UMASK defined as '000' 2022-11-02 07:56:58.475525 [info] Permissions already set for '/config' 2022-11-02 07:56:58.539970 [info] Deleting files in /tmp (non recursive)... 2022-11-02 07:56:58.598229 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'error' 2022-11-02 07:56:58.641334 [info] DELUGE_WEB_LOG_LEVEL defined as 'error' 2022-11-02 07:56:58.692460 [info] Starting Supervisor... 2022-11-02 07:56:59,459 INFO Included extra file "/etc/supervisor/conf.d/deluge.conf" during parsing 2022-11-02 07:56:59,459 INFO Set uid to user 0 succeeded 2022-11-02 07:56:59,465 INFO supervisord started with pid 6 2022-11-02 07:57:00,468 INFO spawned: 'deluge-script' with pid 74 2022-11-02 07:57:00,468 INFO reaped unknown pid 7 (exit status 0) 2022-11-02 07:57:00,482 DEBG 'deluge-script' stdout output: [info] Deluge config file already exists, skipping copy [info] Attempting to start Deluge... [info] Removing deluge pid file (if it exists)... 2022-11-02 07:57:00,482 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2022-11-02 07:57:01,427 DEBG 'deluge-script' stdout output: [info] Deluge process started [info] Waiting for Deluge process to start listening on port 58846...
-
[Support] binhex - Deluge
Yep, I can confirm this too, webUI borked. I went back to 2.0.5-1-03 and it's ok. @binhex
-
[Support] ich777 - Gameserver Dockers
Thanks - I am using the tshock one and that doesn't seem to be the case `Terraria Server v1.4.3.6` whereas it's up to 1.4.4.5 now (via https://terraria.fandom.com/wiki/Server#Downloads)
-
[Support] ich777 - Gameserver Dockers
@ich777 is there something I need to do to update the tshock/terraria container to the most recent version of terraria? it's not currently allowing players to join as it's out of date
-
BTRFS error (device loop2): parent transid verify failed on 148996096 wanted 1692344
Thanks @JorgeB that;s very useful
-
BTRFS error (device loop2): parent transid verify failed on 148996096 wanted 1692344
Seems like my cache is dying - can you please help me plan out what to do? Log is flooded with these messages: BTRFS error (device loop2): parent transid verify failed on 148996096 wanted 1692344 Attached my diagnostics. I'l guessing I need to try and get everything off the cache and reformat it - are there some good steps for follow for that? Thanks unraid-2-diagnostics-20220513-1104.zip
-
[Plugin] Nvidia-Driver
Just wanted to say thanks to @ich777 - I put an old GTX 960 into my Dell R720 and now Plex transcoding is all being done so smoothly (particularly subtitled shows). Amazing instructions, all worked first time. Beautiful work.
-
[Support] MarkusMcNugens Docker Repository
Cool thanks, I got it working when I used the literal username in question in /home/*username*/upload
-
[Support] MarkusMcNugens Docker Repository
First up thanks @MarkusMcNugen for the efforts. In SFTP my goal is to share a directory from my unraid array with a friend. I create him a user and he can SFTP connect fine, but so far no amount of trial and error has successfully shared the files with him. What do I need to add to the container under Unraid to make this work? Say I wanted him to log in and see the content of my /mnt/users/videos dir? Cheers
-
LibreNMS Docker Setup
Bit late to the party, But I am using the librenms/librenms version of the container from CA. Before starting the librenms container, create a new MariaDB container (I am using the linuxserver/mariadb one). Once that is loaded, use the CLI for that container to build your database, and allow access from another host: CREATE DATABASE librenms CHARACTER SET utf8 COLLATE utf8_unicode_ci; CREATE USER 'librenms'@'localhost' IDENTIFIED BY 'librenms'; CREATE USER 'librenms'@'%' IDENTIFIED BY 'librenms'; GRANT ALL PRIVILEGES ON librenms.* TO 'librenms'@'localhost'; GRANT ALL PRIVILEGES ON librenms.* TO 'librenms'@'%'; FLUSH PRIVILEGES; exit Now, when you configure the LibreNMS container, point the DBhost to be the IP of the container (in my case 192.168.0.196, the same IP as the unraid box itself, as I'm using bridged networks for the containers). After a couple of minutes you can open the LibreNMS GUI and get cracking.
-
[SOLVED] Unable to boot unraid (Dell T410)
Thanks @broadcastthebadger - this gives me some hope at 1:40am... I have recently brought my (encrypted) Unraid server across the ocean, and when it came time to boot up I was getting all sorts of kernel panic messages (about sync..). Doing it all from the iDrac terminal made gathering logs tricky, but I thought I would try and recover my config files from the existing USB stick (which had been working well for 2+ years) and go with a new stick.. Several hours later and still no boot - the closest I got to that nice blue syslinux menu was using UEFI, which doesn't seem to work with my Dell R720.. Can you share what settings you used in Rufus to make your bootable stick? Tonight I've tried: - 3 different USB (2, 2, 3) sticks - UEFI/BIOS - Creating the sticks using the Unraid tool on Mac, PC - Creating the stick by hand using Mac, PC, Linux - Booting the stick in another PC (which worked) - Drinking
-
[Support] A75G Repo
Hey @A75G - thanks for all your efforts. I have installed your LibreNMS container, and setup a MariaDB on the same host librenms/librenms/librenms all the way down - but it can never connect. The log doesn't give much away - any tips for getting this to work? The IPs/ports etc all match.
jmbrnt
Members
-
Joined
-
Last visited