13:22:38 [illumos-gate] 15788 kernel stack leak through prgetsecflags() -- Robert Mustacchi 13:25:12 [illumos-gate] 15739 smbsrv panic in smb_oplock_ind_break after svc restart -- Gordon Ross 13:33:58 [illumos-gate] 14306 Can't get SID for ID=0 type=0, status=-9977 -- Gordon Ross 15:26:21 tsoome: What's the command to install a bootloader? We have a system with grub that we need to install the new bootloader over. 15:26:43 did you fix /etc/default/be ? 15:26:59 bootadm install-bootloader 15:29:29 bootadm install-bootloader -Mfv < that do it? 15:29:43 yes, it should:) 15:30:22 /etc/default/be does not exist on that system 15:31:03 You would need to have BE_HAS_GRUB=false 15:32:48 what are the odds that the without updating the bootloader that this thing will boot through grub? 15:32:54 (pkg update was just ran) 15:33:32 pkg update did create new BE? 15:33:38 yep 15:33:52 BE activation will trigger bootloader update 15:34:09 is there a way to confirm what bootloader is seen? 15:34:20 so if it was using grub before, it still will 15:34:42 you can try installboot -i /dev/rdsk/yourpooldiskslice 15:35:03 if it does not report loader version, you have grub there 15:37:59 adam@infosphere-dayton:/home/adam$ sudo installboot -i /dev/rdsk/c5t1d0s0 15:37:59 Extended version string: 1.1-2023.04.29.1 15:38:00 MD5 hash: 94d075868669fd0ee15f21d2e3c985f0 15:38:49 um, that should be loader gptzfsboot there. 15:41:15 another way to check is with mdb 15:42:49 mdb /dev/rdsk/c...d0 then enter ::load disk_label. with ::gpt (if you have gpt), you can get start lba of EFI_USR, use that like this: 524544::mbr and if you see Loader mentioned, it should be it. 15:44:33 rmustacc: is it possible to do a performance testing on oxide computer with PostgreSQL and HammerDB? is there any testing machine for evaulation or PoC? who is the correct people should be contracted? Thank you very much. 15:46:22 adam@infosphere-dayton:/home/adam$ sudo mdb /dev/rdsk/c5t1d0s0 15:46:27 > ::load disk_label 15:46:29 mdb: no module 'disk_label' could be found 15:49:00 basename file usr/lib/mdb/raw/disk_label.so pkg:/developer/debug/mdb⊙0 15:49:19 thats on OI 15:50:27 https://pastebin.com/L9Pf9Uum 15:50:30 this is definitely OI 15:51:42 oh, here's the answer, it's ancient and hasn't booted into the new be yet 15:51:52 developer/debug/mdb 0.5.11-2018.0.0.17212 i-- 15:52:32 tsoome: you think this thing will manage to boot on reboot? We think it'll be the new bootloader, given the -i query? 15:55:56 well, if in doubt, just re-run bootadm install-bootloader with verbose mode