-
Unraid 7.3.1 Now Available
Updated from 7.2.6 to 7.3.1. After this update some of my Docker containers couldn't be started or added anymore. Restarting the Docker service didn't help. Syslog showed these messages for 16 of my 23 containers: Error response from daemon: RWLayer of container daa275f951b3161f2e6983e90bbe1d9142c99f5dc3b8b593c3bbdc389a1c73fb is unexpectedly nil The workaround was to manually delete all affected containers withdocker rm containerid and then add them again through the ui. I heard that the migration to a new Docker version in 7.3.0 could have caused this. It would still be a better user experience if Unraid could show these corrupted containers on the Docker page and offer to re-create them or even do this automatically.
-
[Plugin] CA Fix Common Problems
The update assistant still shows 7.0.1 as the current stable release. Please update it to use the latest version of Unraid (7.1.2)
-
[Plugin] RAM-Disk for Docker logs
Just found it in the dropdown search results. Didn't show up when directly searching for ram-disk
-
[Plugin] RAM-Disk for Docker logs
I can't find this plugin in CA. Does it need to be installed manually?
-
RAM-Disk for Docker status/log files
Can anyone confirm the script also works with 7.0.1?
-
[Plugin] FolderView
I have the same Unraid and plugin version and still see all container when editing or creating a new folder. Maybe a specific docker image you all using is causing this?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
That's strange because my user script (trigged by cron and not by UDs auto mount) waits 60 seconds for the drive to be unmounted, sends a push message if it takes longer and then waits another 10 seconds until the power plug is toggled. I don't get a push message in these cases. Can this still lead to the above mentioned issues with encrypted drives? umount /mnt/disks/WD_Elements_25A3 while [ "$(mount | grep /mnt/disks/WD_Elements_25A3)" ] do sleep 1 DOWNCOUNTER=$((DOWNCOUNTER + 1)) if [ $DOWNCOUNTER -gt 60 ] ; then # Send Push message exit 1 fi done sleep 10 docker exec fhem perl /opt/fhem/fhem.pl 7072 "set WZ_Plug_HDD off"
-
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I sometimes notice that the auto-mount from my external encrypted USB hard disk does not work. The system log then shows the following although I just have one usb drive connected to the server: Feb 16 13:40:22 smartserver kernel: usb 2-1: new SuperSpeed USB device number 7 using xhci_hcd Feb 16 13:40:22 smartserver kernel: usb-storage 2-1:1.0: USB Mass Storage device detected Feb 16 13:40:22 smartserver kernel: scsi host10: usb-storage 2-1:1.0 Feb 16 13:40:23 smartserver kernel: scsi 10:0:0:0: Direct-Access WD Elements 25A3 1030 PQ: 0 ANSI: 6 Feb 16 13:40:23 smartserver kernel: sd 10:0:0:0: Attached scsi generic sg5 type 0 Feb 16 13:40:23 smartserver kernel: sd 10:0:0:0: [sdg] Spinning up disk... Feb 16 13:40:42 smartserver kernel: ...................ready Feb 16 13:40:42 smartserver kernel: sd 10:0:0:0: [sdg] Very big device. Trying to use READ CAPACITY(16). Feb 16 13:40:42 smartserver kernel: sd 10:0:0:0: [sdg] 15627986944 512-byte logical blocks: (8.00 TB/7.28 TiB) Feb 16 13:40:42 smartserver kernel: sd 10:0:0:0: [sdg] 4096-byte physical blocks Feb 16 13:40:42 smartserver kernel: sd 10:0:0:0: [sdg] Write Protect is off Feb 16 13:40:42 smartserver kernel: sd 10:0:0:0: [sdg] Mode Sense: 47 00 10 08 Feb 16 13:40:42 smartserver kernel: sd 10:0:0:0: [sdg] No Caching mode page found Feb 16 13:40:42 smartserver kernel: sd 10:0:0:0: [sdg] Assuming drive cache: write through Feb 16 13:40:42 smartserver kernel: sdg: sdg1 Feb 16 13:40:42 smartserver kernel: sd 10:0:0:0: [sdg] Attached SCSI disk Feb 16 13:40:44 smartserver unassigned.devices: Mounting partition 'sdg1' at mountpoint '/mnt/disks/WD_Elements_25A3'... Feb 16 13:40:44 smartserver unassigned.devices: Using disk password to open the 'crypto_LUKS' device. Feb 16 13:40:44 smartserver unassigned.devices: luksOpen result: Device WD_Elements_25A3 already exists. Feb 16 13:40:44 smartserver unassigned.devices: Partition 'WD Elements_25A3' cannot be mounted. Feb 16 13:40:44 smartserver emhttpd: online: WD_Elements_25A3_56444A5244454B4B-0:0 (sdg) 512 15627986944 Feb 16 13:40:44 smartserver emhttpd: read SMART /dev/sdg However after this happend, I can mount it manually without any problems or switch it off and on again and then the auto-mount works again in most cases Feb 16 13:42:36 smartserver unassigned.devices: Mounting partition 'sdg1' at mountpoint '/mnt/disks/WD_Elements_25A3'... Feb 16 13:42:36 smartserver unassigned.devices: Using disk password to open the 'crypto_LUKS' device. Feb 16 13:42:39 smartserver unassigned.devices: Mount cmd: /sbin/mount -t 'xfs' -o rw,relatime '/dev/mapper/WD_Elements_25A3' '/mnt/disks/WD_Elements_25A3' Feb 16 13:42:39 smartserver kernel: XFS (dm-5): Mounting V5 Filesystem f4d2d3da-164f-403b-9b1e-9ef13ee04ad1 Feb 16 13:42:40 smartserver kernel: XFS (dm-5): Ending clean mount Feb 16 13:42:40 smartserver kernel: xfs filesystem being mounted at /mnt/disks/WD_Elements_25A3 supports timestamps until 2038-01-19 (0x7fffffff) Feb 16 13:42:40 smartserver unassigned.devices: Successfully mounted '/dev/mapper/WD_Elements_25A3' on '/mnt/disks/WD_Elements_25A3'. Feb 16 13:42:40 smartserver unassigned.devices: Adding SMB share 'WD_Elements_25A3'.
-
[Plugin] FolderView
Is it a know issue for containers from a compose stack that they are missing buttons for logs, console etc. and have a big gap on the right side?
-
[Support] Linuxserver.io - Duplicati
Ok, using the full path with /app/duplicati/duplicati-server-util seems to work although I was already in the same directory.
-
[Support] Linuxserver.io - Duplicati
Yes
-
[Support] Linuxserver.io - Duplicati
Unfortunately I cannot find a file with this name in this folder. When calling duplicati-server-util login I get a not found error.
-
[Support] Linuxserver.io - Duplicati
The last 2.1. update seems to have change quite a bit for as well. The command line tool I've used (https://github.com/Pectojin/duplicati-client) to run and monitor backups doesn't seem to work anymore. The release notes mention a new "Duplicati.CommandLine.ServerUtil.exe/duplicati-server-util." tool that should now be included but I could find a way to find or start it within the container. Maybe that a problem of the linuxserver container which doesn't include that tool? Downgrading to 2.0.8 was possible but I had to use the automatically created backup of the old Duplicati-server.sqlite file in the mounted config folder to get the container running again.
-
RAM-Disk for Docker status/log files
Has anyone checked this with 6.12.13?
-
[Plugin] CA Fix Common Problems
The included Update Assistant tool still shows 6.12.10 as the latest version. Is this a know issue as the update process has changed with the previous version?
kennymc.c
Members
-
Joined
-
Last visited