OS-8433: Welcome 2023

Details

Issue Type:Task
Priority:4 - Normal
Status:Resolved
Created at:2023-01-09T16:19:08.546Z
Updated at:2023-01-16T19:30:36.126Z

People

Created by:Dan McDonald
Reported by:Dan McDonald
Assigned to:Dan McDonald

Fix Versions

2023-01-12 It can't be for nothing (Release Date: 2023-01-12)

Related Links

Comments

Comment by Dan McDonald
Created at 2023-01-09T23:03:04.163Z

I may exploit tricks like OmniOS uses to outright avoid bugs like this again. See illumos#12517 and OmniOS’s use of it.


Comment by Dan McDonald
Created at 2023-01-10T15:36:23.740Z

Tested successfully. Before/after output shown below.

[root@smartos-bios /zones/root/OS-8433]# diff -r before after
diff -r before/boot.txt after/boot.txt
1c1,2
< 2023-01-09T23:02:49.876832+00:00 smartos-bios genunix: [ID 107833 kern.notice] #015illumos Version joyent_20221229T182454Z 64-bit
---
> 2023-01-10T06:15:34.940574+00:00 smartos-bios genunix: [ID 107833 kern.notice] #015SmartOS Version joyent_20230110T050704Z 64-bit
> 2023-01-10T06:15:34.940592+00:00 smartos-bios genunix: [ID 107833 kern.notice] Copyright 2022-2023 MNX Cloud, Inc.
diff -r before/motd.txt after/motd.txt
1c1
< SmartOS (build: 20221229T182454Z)
---
> SmartOS (build: 20230110T050704Z)
diff -r before/uname.txt after/uname.txt
1c1
< SunOS smartos-bios 5.11 joyent_20221229T182454Z i86pc i386 i86pc
---
> SunOS smartos-bios 5.11 joyent_20230110T050704Z i86pc i386 i86pc
[root@smartos-bios /zones/root/OS-8433]# 

Comment by Dan McDonald
Created at 2023-01-10T18:42:04.708Z

Per reviewer, confirmation that uname -o does not regress. Remote machine moe is pre-this-fix.

[root@smartos-bios /zones/root/OS-8433]# uname -o
illumos
[root@smartos-bios /zones/root/OS-8433]# ssh root@moe uname -o
(root@moe) Password: 
illumos
[root@smartos-bios /zones/root/OS-8433]#