-
gitomat
[illumos-gate] 15788 kernel stack leak through prgetsecflags() -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 15739 smbsrv panic in smb_oplock_ind_break after svc restart -- Gordon Ross <gwr⊙rc>
-
gitomat
[illumos-gate] 14306 Can't get SID for ID=0 type=0, status=-9977 -- Gordon Ross <gwr⊙rc>
-
KungFuJesus
tsoome: What's the command to install a bootloader? We have a system with grub that we need to install the new bootloader over.
-
tsoome
did you fix /etc/default/be ?
-
tsoome
bootadm install-bootloader
-
KungFuJesus
bootadm install-bootloader -Mfv < that do it?
-
tsoome
yes, it should:)
-
KungFuJesus
/etc/default/be does not exist on that system
-
tsoome
You would need to have BE_HAS_GRUB=false
-
KungFuJesus
what are the odds that the without updating the bootloader that this thing will boot through grub?
-
KungFuJesus
(pkg update was just ran)
-
tsoome
pkg update did create new BE?
-
KungFuJesus
yep
-
tsoome
BE activation will trigger bootloader update
-
KungFuJesus
is there a way to confirm what bootloader is seen?
-
tsoome
so if it was using grub before, it still will
-
tsoome
you can try installboot -i /dev/rdsk/yourpooldiskslice
-
tsoome
if it does not report loader version, you have grub there
-
KungFuJesus
adam@infosphere-dayton:/home/adam$ sudo installboot -i /dev/rdsk/c5t1d0s0
-
KungFuJesus
Extended version string: 1.1-2023.04.29.1
-
KungFuJesus
MD5 hash: 94d075868669fd0ee15f21d2e3c985f0
-
tsoome
um, that should be loader gptzfsboot there.
-
tsoome
another way to check is with mdb
-
tsoome
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.
-
tozhu
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.
-
KungFuJesus
adam@infosphere-dayton:/home/adam$ sudo mdb /dev/rdsk/c5t1d0s0
-
KungFuJesus
> ::load disk_label
-
KungFuJesus
mdb: no module 'disk_label' could be found
-
tsoome
basename file usr/lib/mdb/raw/disk_label.so pkg:/developer/debug/mdb⊙0
-
tsoome
thats on OI
-
KungFuJesus
-
KungFuJesus
this is definitely OI
-
KungFuJesus
oh, here's the answer, it's ancient and hasn't booted into the new be yet
-
KungFuJesus
developer/debug/mdb 0.5.11-2018.0.0.17212 i--
-
KungFuJesus
tsoome: you think this thing will manage to boot on reboot? We think it'll be the new bootloader, given the -i query?
-
tsoome
well, if in doubt, just re-run bootadm install-bootloader with verbose mode