dalgibbard

Members
  • Posts

    18
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dalgibbard's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hey all, I've just upgraded my CPU from a Pentium Gold G5400 (Coffee Lake 8th Gen), to an i5 9500 (Coffee Lake Refresh 9th Gen); running UNRAID 6.9.0-beta25. Transcoding in Plex on docker was working fine with the G5400, but no dice with the i5 9500. To confirm, this is a CPU with iGPU, I do see /dev/dri devices as normal too, and the permissions are all fine. No other changes aside from replacing the CPU. Does anyone have any ideas on the required kernel versions or existing issues etc?
  2. Hey all, Just started running this build to play around with Quicksync on the newer Intel CPUs (Intel Pentium Gold g5400 - coffee lake 9th gen). Have hit an issue: I'm finding the machine no longer shuts down or reboots successfully. This is particularly frustrating as it triggers a parity check each time I have to forcefully power it off. ** Screenshot of it hung on the console: https://u.pcloud.link/publink/show?code=XZPIXEkZGxNefdLs4L0W0fED3P5ARyKKzBHV ** Log/server diag: https://u.pcloud.link/publink/show?code=XZONXEkZikGon3C8JCVcYHNv8W7fTyByKUHy Specifically, it seems to be stuck here; like it's not successfully stopped everything when it's trying to take down the array?: Jun 7 15:09:01 server emhttpd: Retry unmounting user share(s)... Jun 7 15:09:06 server emhttpd: shcmd (2730): umount /mnt/user Jun 7 15:09:06 server root: umount: /mnt/user: target is busy. Jun 7 15:09:06 server emhttpd: shcmd (2730): exit status: 32 Jun 7 15:09:06 server emhttpd: shcmd (2731): rmdir /mnt/user Jun 7 15:09:06 server root: rmdir: failed to remove '/mnt/user': Device or resource busy Jun 7 15:09:06 server emhttpd: shcmd (2731): exit status: 1 Any tips would be much appreciated! Edit: I rebooted just now and it was fine; i'm not sure what was holding the mount open, maybe a stale SSH session or something - but might just need to report to the user/logs what's holding it open, and try to forcefully kill those things (lsof?)
  3. I did initially add a while loop that waited for docker to be 'up', and it never came up. Killed the script and then docker came up... Not sure if it is blocking, or if it was co-incidence. But either way, I can always have it call another script and nohup it or something. Thanks for the pointers
  4. Hey all, running some docker commands using "At Startup of Array" and finding that docker isn't started when the script runs- is this expected? I initially tried waiting for a bit too, but it seems to block the startup of docker entirely until it's completed/run. If this is expected; is there an option/ability to say "At startup of array, once everything else is ready?" 😅 Thanks!
  5. Nevermind, found a failed user script had spammed /tmp/user-scripts/scriptname/log.txt
  6. Hey all, My unraid server is showing the following after logging in to the WebUI. Any ideas what might cause this? I only get the initial login page, and then these errors immediately after logging in; so I can't administer the server at the moment. ``` Warning: session_write_close(): write failed: No space left on device (28) in /usr/local/emhttp/login.php on line 33 Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php) in /usr/local/emhttp/login.php on line 33 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/emhttp/login.php:33) in /usr/local/emhttp/login.php on line 35 ``` Disk output as follows: ``` # df -h Filesystem Size Used Avail Use% Mounted on rootfs 3.8G 3.8G 0 100% / tmpfs 32M 576K 32M 2% /run devtmpfs 3.8G 0 3.8G 0% /dev tmpfs 3.9G 0 3.9G 0% /dev/shm cgroup_root 8.0M 0 8.0M 0% /sys/fs/cgroup tmpfs 128M 380K 128M 1% /var/log /dev/sda1 7.5G 386M 7.1G 6% /boot /dev/loop0 22M 22M 0 100% /lib/modules /dev/loop1 7.3M 7.3M 0 100% /lib/firmware tmpfs 1.0M 0 1.0M 0% /mnt/disks /dev/md1 2.8T 2.6T 172G 94% /mnt/disk1 /dev/md2 2.8T 2.6T 223G 93% /mnt/disk2 /dev/md3 2.8T 2.4T 363G 88% /mnt/disk3 /dev/nvme1n1p1 472G 70G 396G 16% /mnt/cache shfs 8.2T 7.5T 756G 91% /mnt/user0 shfs 8.7T 7.6T 1.2T 87% /mnt/user /dev/loop2 50G 16G 34G 31% /var/lib/docker /dev/loop3 1.0G 17M 905M 2% /etc/libvirt <Plus a bunch of docker stuff here> ``` Thanks for any advice!
  7. Fair enough then; I'm ok with the workaround, but I guess maybe it's not all that intuitive. Maybe a UI message or automatic double rename would be good to improve UX? If that's not in scope then feel free to close
  8. Yup that fixed it, thanks so much!
  9. Sorry, to clarify, I didn't create the share in windows; I'm saying that though I named it in caps in unRAID, is shows in windows as lowercase. This isn't expected behaviour, but I'm also unsure of that's an issue on unraid or windows. Also, all the 'bug2' actions refer to unraid specifically, with no use of explorer.
  10. of course it only dawned on me afterwards; my apologies. I'll update here once i've confirmed whether there's an issue or not, either way.
  11. Hold fire on this one, because it's dawned on me that i've installed the unraid nvidia plugin, but have not rebooted yet, which might have left the kernel modules in a non-compatible state with the currently running kernel. I'll reboot, retry, and then failing that, revert to the normal build, and retry again. Will report back (just waiting on array parity to sort itself out before rebooting ).
  12. Hey all, I created a docker network directly on the server via SSH: $ docker network create vpn Then I created a docker entry in the UI, and selected this network from the dropdown successfully. However, when trying to start this container from the UI it fails to start, but no errors displayed. Trying to start it via SSH instead shows: root@Tower:~# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 26e0054002b3 azinchen/nordvpn "/init" 5 minutes ago Created nordvpn root@Tower:~# docker logs 26 root@Tower:~# docker start 26 Error response from daemon: failed to create endpoint nordvpn on network vpn: failed to add the host (vethae07446) <=> s andbox (vethc725125) pair interfaces: operation not supported Error: failed to start containers: 26 A quick check on the internet suggests this can be an issue with the "veth" module in the kernel: root@Tower:~# modinfo veth filename: /lib/modules/4.19.88-Unraid/kernel/drivers/net/veth.ko.xz modinfo: ERROR: could not get modinfo from 'veth': Exec format error Thoughts?
  13. Hi all, Running 6.8.0-rc9 and noticed two possible minor bugs with case sensitivity with Shares; bug1: Initially created a shared called "TV". In Windows Explorer when navigating to the Tower, it displays as "tv" (bug1 - should share as "TV"). bug2: I decided to rename it to "tv", but doing this in the UI and saving has no effect. To successfully rename it, i changed it to "TVa", and then changed it again to "tv" and this works; but can't go from TV -> tv. Thanks!