-
sjorgeCan someone bump the vaultwarden package in extra, there are 3 CVE fixed in yesterdays release.
-
sjorgeI'm not near a computer so can't manually compile one to test it it still builds though (but I assume it would as previous updates seem to have been just a bump)
-
andyfI'll get it updated, thanks for posting. I was able to drop the small patch for newer rust versions too.
-
andyfmysqlclient-sys does not build, that's going to need a patch and then an upstream PR. There is always something.
-
sjorgeThanks andyf!
-
tsoome_was there any recentish changes for ixgbe?
-
tsoome_I'm getting ixgbe0: DL_ATTACH_REQ failed: DL_BADPPA followed by ixgbe0: DL_BIND_REQ failed: DL_OUTSTATE
-
jclulowtsoome_: I don't see anything substantial in uts/common/io/ixgbe since ~APR 2023
-
tsoome_yep. it was actually this line: smartos0 class=int,8;media=int,4;linkover=string,ixgbe0;maddrtype=int,1;vrid=int,0;vraf=int,0;macaddr=string,2:8:20:86:e4:ac;secondary-macs=2:8:20:86:e4:ac;
-
tsoome_so it did not like secondary-macs property, even if it was ok to have it in live system (without the boot)
-
tsoome_and yep, it did blow up on me on first boot after I did set this property up.
-
tsoome_seems like bug:)
-
jclulowThat's unfortunate!
-
tsoome_I did not notice the mac address change, so I did dladm show-linkprop -p secondary-macs smartos0 and now: dladm: warning: cannot set link property 'secondary-macs' on 'smartos0': object already exists .... :D
-
tsoome_err, I did dladm reset-linkprop first:)
-
tsoome_so it did indeed reset the value, but the property is still present...
-
tsoome_so no lies are told there...