04:41:02 Can someone bump the vaultwarden package in extra, there are 3 CVE fixed in yesterdays release. 04:41:33 I'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) 12:32:11 I'll get it updated, thanks for posting. I was able to drop the small patch for newer rust versions too. 12:37:35 mysqlclient-sys does not build, that's going to need a patch and then an upstream PR. There is always something. 16:16:53 Thanks andyf! 19:02:47 was there any recentish changes for ixgbe? 19:03:20 I'm getting ixgbe0: DL_ATTACH_REQ failed: DL_BADPPA followed by ixgbe0: DL_BIND_REQ failed: DL_OUTSTATE 19:28:02 tsoome_: I don't see anything substantial in uts/common/io/ixgbe since ~APR 2023 20:01:34 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; 20:02:23 so it did not like secondary-macs property, even if it was ok to have it in live system (without the boot) 20:03:10 and yep, it did blow up on me on first boot after I did set this property up. 20:04:25 seems like bug:) 20:38:19 That's unfortunate! 21:06:32 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 21:07:00 err, I did dladm reset-linkprop first:) 21:07:25 so it did indeed reset the value, but the property is still present... 21:07:34 so no lies are told there...