ChatNoir Posted November 15, 2022 Posted November 15, 2022 1 hour ago, dchamb said: I am currently running 6.10.3 with no problems. What would I gain/risk by going to 6.11.3? I am about to install a 22TB WD Gold drive to replace my 18TB parity drive. Mostly the changes from 6.11 plus the bug fixes from .x releases. https://forums.unraid.net/topic/128645-unraid-os-version-6110-available/#comments Quote
dchamb Posted November 15, 2022 Posted November 15, 2022 1 hour ago, ChatNoir said: Mostly the changes from 6.11 plus the bug fixes from .x releases. https://forums.unraid.net/topic/128645-unraid-os-version-6110-available/#comments Okay. I just updated to 6.11.3 and so far everything looks good! Quote
Riky Ild Posted November 15, 2022 Posted November 15, 2022 Hi all, after updated to 6.11.3 from the previuos .2 ad I lost all of my dockers. I tried to go back but the dockers were gone. I had to reinstall everything from "previous app" but many configurations are gone and many dockers now no longer work having lost their configurations (NGINX, Nextcloud, all app with reverse proxy) even the docker custom networks were gone. Problems also with time machine, no problems with the VMs. does anyone know what may have happened? is there a way to go back to the old configurations and restart everything without wasting days to redo everything again and having to re-study everything? Many thanks Quote
JorgeB Posted November 16, 2022 Posted November 16, 2022 9 hours ago, Riky Ild said: after updated to 6.11.3 from the previuos .2 ad I lost all of my dockers. I tried to go back but the dockers were gone. Please start a new thread in the general support forum and attach the diagnostics. Quote
Fffrank Posted November 16, 2022 Posted November 16, 2022 10 hours ago, Riky Ild said: Hi all, after updated to 6.11.3 from the previuos .2 ad I lost all of my dockers. I tried to go back but the dockers were gone. Same issue. I'll work on it tomorrow and post a diagnostics. First time I've ever had an issue with an upgrade. Quote
Joseph Posted November 16, 2022 Posted November 16, 2022 On 11/9/2022 at 4:51 AM, PhilipJFry said: Does this update address the SMB Shares issue(s) introduced with 6.11.2 that me and others users have come across @limetech?, or is that in a later version? Are you able to downgrade to 6.11.1? I've had terrible SMB issues since the 6.9.x days and regretted updating to 6.10.x as things only got worse. I was quick to update to 6.11.1 after reading that SMB performance was better than it has been and and I can confirm for my gear this is true to an extent. Regardless, after reading some of the comments here, I'm holding off on trying any of the newer 'improvements' at this time. Quote
Riky Ild Posted November 16, 2022 Posted November 16, 2022 10 hours ago, JorgeB said: Please start a new thread in the general support forum and attach the diagnostics. Many Thanks! done! Quote
PhilipJFry Posted November 16, 2022 Posted November 16, 2022 3 hours ago, Joseph said: Are you able to downgrade to 6.11.1? I've had terrible SMB issues since the 6.9.x days and regretted updating to 6.10.x as things only got worse. I was quick to update to 6.11.1 after reading that SMB performance was better than it has been and and I can confirm for my gear this is true to an extent. Regardless, after reading some of the comments here, I'm holding off on trying any of the newer 'improvements' at this time. @Joseph. SMB issue was fixed for me. See here 2 Quote
SimonF Posted November 26, 2022 Posted November 26, 2022 On 11/11/2022 at 8:02 PM, TexasUnraid said: Cool, thanks for the info, yeah I will just stick with VNC, it works for what I need. Only real complaint is that copy/paste does not work with the built in clipboard. I have been looking at copy paste and it does work on 6.11.5, but may work on other 6.11.x versions. You need to install spice vdagent from here and add lines to the XML. https://www.spice-space.org/download.html Example XML: <channel type='qemu-vdagent'> <target type='virtio' name='com.redhat.spice.0'/> <address type='virtio-serial' controller='1' bus='0' port='3'/> <source> <clipboard copypaste='no'/> <mouse mode='server'/> </source> </channel> This is running on Win10 not tested on Linux as yet. 1 Quote
TexasUnraid Posted November 26, 2022 Posted November 26, 2022 (edited) 34 minutes ago, SimonF said: I have been looking at copy paste and it does work on 6.11.5, but may work on other 6.11.x versions. You need to install spice vdagent from here and add lines to the XML. https://www.spice-space.org/download.html Example XML: <channel type='qemu-vdagent'> <target type='virtio' name='com.redhat.spice.0'/> <address type='virtio-serial' controller='1' bus='0' port='3'/> <source> <clipboard copypaste='no'/> <mouse mode='server'/> </source> </channel> This is running on Win10 not tested on Linux as yet. Very nice, so even on 11.5 you need to add that code or is it only for earlier versions? I am on 11.2 right now. Also using ubuntu primarily on the VM's that I need the clipboard for. Any idea if the command would be the same for them? The VM's are working on a job right now, I will try shutting them down and adding those commands when they finish. Edited November 26, 2022 by TexasUnraid Quote
SimonF Posted November 26, 2022 Posted November 26, 2022 2 minutes ago, TexasUnraid said: Very nice, so even on 11.5 you need to add that code or is it only for earlier versions? I am on 11.2 right now. Yes it needs to be added as not part of the XML even on .5 For Ubuntu look like you can install via apt. sudo apt install spice-vdagent Quote
TexasUnraid Posted November 26, 2022 Posted November 26, 2022 (edited) 1 minute ago, SimonF said: Yes it needs to be added as not part of the XML even on .5 For Ubuntu look like you can install via apt. sudo apt install spice-vdagent Thanks, this will help a lot, I need to copy links back and forth and have to run teamviewer just to do that right now, this will make things a lot simpler! This is for VNC correct? I seeing the app that it is installing is spice? Do they just use the same package? Edited November 26, 2022 by TexasUnraid Quote
SimonF Posted November 26, 2022 Posted November 26, 2022 9 minutes ago, TexasUnraid said: Thanks, this will help a lot, I need to copy links back and forth and have to run teamviewer just to do that right now, this will make things a lot simpler! This is for VNC correct? I seeing the app that it is installing is spice? Do they just use the same package? Yes it is for VNC Quote
TexasUnraid Posted November 26, 2022 Posted November 26, 2022 3 hours ago, SimonF said: Yes it is for VNC Tried it on both the windows and Ubuntu VM and sadly it is not working on either of them? I added the XML code near the bottom of the XML where there were other channel entrys. I installed the spice guest tools for windows and seems that ubuntu already had it installed for some reason. Could something of changed between 6.11.3 and 6.11.5? Quote
SimonF Posted November 27, 2022 Posted November 27, 2022 (edited) 12 hours ago, TexasUnraid said: Tried it on both the windows and Ubuntu VM and sadly it is not working on either of them? I added the XML code near the bottom of the XML where there were other channel entrys. I installed the spice guest tools for windows and seems that ubuntu already had it installed for some reason. Could something of changed between 6.11.3 and 6.11.5? Should work from 6.11.1 on wards Sorry I posted the wrong XML, have updated above, should be <channel type='qemu-vdagent'> <source> <clipboard copypaste='yes'/> <mouse mode='client'/> </source> <target type='virtio' name='com.redhat.spice.0'/> <address type='virtio-serial' controller='1' bus='0' port='3'/> </channel> Test ubuntu also. Edited November 27, 2022 by SimonF Quote
TexasUnraid Posted November 27, 2022 Posted November 27, 2022 That did it! I saw the copypaste = no and wondered why that was there but figured there must be a reason lol. 1 Quote
dja Posted November 29, 2022 Posted November 29, 2022 On 11/26/2022 at 12:50 PM, SimonF said: I have been looking at copy paste and it does work on 6.11.5, but may work on other 6.11.x versions. You need to install spice vdagent from here and add lines to the XML. https://www.spice-space.org/download.html Sorry if I am being thick headed here, but you are saying vdagent needs to be installed on Unraid, right? I have the tools package installed on the client already and added XML and it doesn't seem to work. If it DOES need to be installed on Unraid, how do you do that without apt install? Quote
SimonF Posted November 29, 2022 Posted November 29, 2022 (edited) 2 minutes ago, dja said: Sorry if I am being thick headed here, but you are saying vdagent needs to be installed on Unraid, right? I have the tools package installed on the client already and added XML and it doesn't seem to work. If it DOES need to be installed on Unraid, how do you do that without apt install? no vdaagent is installed on the VM like the qemu guest agent. XML should be this <channel type='qemu-vdagent'> <source> <clipboard copypaste='yes'/> <mouse mode='client'/> </source> <target type='virtio' name='com.redhat.spice.0'/> </channel> Edited November 29, 2022 by SimonF Quote
dja Posted November 29, 2022 Posted November 29, 2022 4 minutes ago, SimonF said: no vdaagent is installed on the VM like the qemu guest agent. XML should be this <channel type='qemu-vdagent'> <source> <clipboard copypaste='yes'/> <mouse mode='client'/> </source> <target type='virtio' name='com.redhat.spice.0'/> </channel> Sorry I'm not getting this. How do you install vdaagent in Windows? I'm not seeing an installer for that. Quote
SimonF Posted November 29, 2022 Posted November 29, 2022 (edited) 2 minutes ago, dja said: Sorry I'm not getting this. How do you install vdaagent in Windows? I'm not seeing an installer for that. https://gitlab.freedesktop.org/spice/win32/vd_agent https://www.spice-space.org/download.html Edited November 29, 2022 by SimonF 1 Quote
dja Posted November 29, 2022 Posted November 29, 2022 23 minutes ago, SimonF said: https://gitlab.freedesktop.org/spice/win32/vd_agent https://www.spice-space.org/download.html That's just source code from what I can see?? Quote
SimonF Posted November 29, 2022 Posted November 29, 2022 4 minutes ago, dja said: That's just source code from what I can see?? Sorry wrong link https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe Quote
dja Posted November 29, 2022 Posted November 29, 2022 8 minutes ago, SimonF said: Sorry wrong link https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe Ok, well no dice then. I had that installed before. NO copy paste with XML added. The only thing it did was make the mouse impossible to use as it is not aligned with where it should be since adding it. I removed the XML and the cursor works (?) Quote
SimonF Posted November 29, 2022 Posted November 29, 2022 33 minutes ago, dja said: Ok, well no dice then. I had that installed before. NO copy paste with XML added. The only thing it did was make the mouse impossible to use as it is not aligned with where it should be since adding it. I removed the XML and the cursor works (?) Which client are you using? Quote
dja Posted November 29, 2022 Posted November 29, 2022 (edited) 16 minutes ago, SimonF said: Which client are you using? Spice with Virt Machine viewer 11.0-256 Edited November 29, 2022 by dja Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.