Zonediver Posted November 19, 2022 Share Posted November 19, 2022 (edited) 3 hours ago, BRiT said: Not an issue since the users can change the setting if needed. Where/What is this exactly? Where can i find this? EDIT: Found it - it's a Docker-Setting 👍 Edited November 19, 2022 by Zonediver Quote Link to comment
weirdcrap Posted November 19, 2022 Share Posted November 19, 2022 (edited) Quote Set IPVLAN as default for new installations. despite my UnRAID not being a new install my docker network type was changed from macvlan to ipvlan. 6 hours ago, sonic6 said: This only applies to new installations. I didn't try it by my own, but someone from the german community runed into trouble when using docker containers with br0 and switching over to ipvlan. It also appears to be changing existing settings: Edited November 19, 2022 by weirdcrap Quote Link to comment
optiman Posted November 19, 2022 Share Posted November 19, 2022 (edited) upgraded from 6.11.1 to 6.11.4 without any issues Edited November 19, 2022 by optiman Quote Link to comment
craigr Posted November 19, 2022 Share Posted November 19, 2022 Upgraded from 6.11.3 seemingly without issue. All VM's and dockers running. Cache pools still present 😉 Thanks guys. Quote Link to comment
bobbowitch Posted November 19, 2022 Share Posted November 19, 2022 Updated from 6.11.1 to 6.11.4, no problems. Thanks! Quote Link to comment
thestillwind Posted November 20, 2022 Share Posted November 20, 2022 Docker network changed from macvlan to ipvlan without warning and am unable to revert it back. What happened with this patch ? 6.11.3 was currently buggy as hell and had to restart php a lot of time because the gui was unresponsive and now this. Quote Link to comment
thestillwind Posted November 20, 2022 Share Posted November 20, 2022 So it seems that it is a visual bug that shows ipvlan but is currently in macvlan. Quote Link to comment
tjb_altf4 Posted November 20, 2022 Share Posted November 20, 2022 1 hour ago, thestillwind said: Docker network changed from macvlan to ipvlan without warning and am unable to revert it back. You need to stop the docker service (not just containers) to change that setting Quote Link to comment
BLKMGK Posted November 20, 2022 Share Posted November 20, 2022 (edited) Updated from 6.9.2 all the way to 6.11.4 and appear to be running fine - Ryzen 3700. Large storage system with every disk encrypted, no issues. I halted all VMs and all containers prior to update, made sure no files were open, and it went smoothly. Took the opportunity of downtime to upgrade a disk! Will have to reboot when that rebuild is complete to downgrade an NVIDIA driver that autoupdated. <sigh> Only quirk I've found annoying is my Flash share is no longer visible. I assume this was a security change but I'd like it back and will accept the risks involved. I do seem to need to recreate my SSH key too but no biggie once I get my share back heh. Overall running well (for the last hour anyway) and the upgrade was smooth! Edit: aaaand I got my Flash drive back. On the Main screen just click on the drive and enable the share, easy peasy once I dug a bit in the right place! Edited November 20, 2022 by BLKMGK Quote Link to comment
warpspeed Posted November 20, 2022 Share Posted November 20, 2022 That's good to know BLKMGK, I'm still sitting on 6.9.2 but now considering upgrading to 6.11.4. Quote Link to comment
thestillwind Posted November 20, 2022 Share Posted November 20, 2022 1 hour ago, tjb_altf4 said: You need to stop the docker service (not just containers) to change that setting Yes I know, but it's not working. I saw on the issue that it was changing to macvlan BUT the GUi shows ipvlan. Quote Link to comment
itimpi Posted November 20, 2022 Share Posted November 20, 2022 3 hours ago, BLKMGK said: Only quirk I've found annoying is my Flash share is no longer visible. I assume this was a security change but I'd like it back and will accept the risks involved. Click on the boot device on the Main tab and change the SMB setting to export the share. The default is now that no shares are exported until you make this change. 1 1 Quote Link to comment
weirdcrap Posted November 20, 2022 Share Posted November 20, 2022 9 hours ago, thestillwind said: Yes I know, but it's not working. I saw on the issue that it was changing to macvlan BUT the GUi shows ipvlan. This is a GUI bug, the setting applies correctly it just doesn't show right in the GUI. See here: Quote Link to comment
tropical b Posted November 20, 2022 Share Posted November 20, 2022 Updated from 6.11.1 to 6.11.4 with no issues at all. Thanks team! 🤩 Quote Link to comment
thestillwind Posted November 20, 2022 Share Posted November 20, 2022 (edited) 5 hours ago, weirdcrap said: This is a GUI bug, the setting applies correctly it just doesn't show right in the GUI. See here: Well, that's what I said if you read what I wrote but ok thanks. Edited November 20, 2022 by thestillwind Quote Link to comment
SleeperCell Posted November 22, 2022 Share Posted November 22, 2022 Been getting alot of this with our SMB shares since updating to 6.11.4 Can anyone point me in the right direction in figuring out what is happening? This seems to be causing issues on our Duplicati Docker. Quote Link to comment
ChatNoir Posted November 22, 2022 Share Posted November 22, 2022 13 minutes ago, SleeperCell said: Been getting alot of this with our SMB shares since updating to 6.11.4 Can anyone point me in the right direction in figuring out what is happening? This seems to be causing issues on our Duplicati Docker. Are those network shares mounted through Unassigned Devices ? Quote Link to comment
SleeperCell Posted November 23, 2022 Share Posted November 23, 2022 It looks like it, though I'm not sure why as this is not the way we set this up originally. We only have one unassigned device which is used for CCTV. Nov 23 07:42:12 UCI-UnRaid1 kernel: CIFS: Attempting to mount \\192.168.10.55\NS2 Nov 23 07:42:12 UCI-UnRaid1 unassigned.devices: Successfully mounted '//192.168.10.55/NS2' on '/mnt/remotes/192.168.10.55_NS2/'. Nov 23 07:42:15 UCI-UnRaid1 unassigned.devices: Mounting Remote Share '//HCDBA/DBAMFG'... Nov 23 07:42:15 UCI-UnRaid1 unassigned.devices: Mount SMB share '//HCDBA/DBAMFG' using SMB default protocol. Nov 23 07:42:15 UCI-UnRaid1 unassigned.devices: Mount SMB command: /sbin/mount -t 'cifs' -o rw,noserverino,nounix,iocharset=utf8,file_mode=0777,di Quote Link to comment
dlandon Posted November 23, 2022 Share Posted November 23, 2022 1 hour ago, SleeperCell said: It looks like it, though I'm not sure why as this is not the way we set this up originally. We only have one unassigned device which is used for CCTV. Nov 23 07:42:12 UCI-UnRaid1 kernel: CIFS: Attempting to mount \\192.168.10.55\NS2 Nov 23 07:42:12 UCI-UnRaid1 unassigned.devices: Successfully mounted '//192.168.10.55/NS2' on '/mnt/remotes/192.168.10.55_NS2/'. Nov 23 07:42:15 UCI-UnRaid1 unassigned.devices: Mounting Remote Share '//HCDBA/DBAMFG'... Nov 23 07:42:15 UCI-UnRaid1 unassigned.devices: Mount SMB share '//HCDBA/DBAMFG' using SMB default protocol. Nov 23 07:42:15 UCI-UnRaid1 unassigned.devices: Mount SMB command: /sbin/mount -t 'cifs' -o rw,noserverino,nounix,iocharset=utf8,file_mode=0777,di You are mounting remote shares with UD. Quote Link to comment
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.