Blame


1 beaaf86c 2024-04-09 jrmu version=pmwiki-2.3.20 ordered=1 urlencoded=1
2 beaaf86c 2024-04-09 jrmu agent=w3m/0.5.3+git20230121
3 beaaf86c 2024-04-09 jrmu author=jrmu
4 beaaf86c 2024-04-09 jrmu charset=UTF-8
5 beaaf86c 2024-04-09 jrmu csum=
6 beaaf86c 2024-04-09 jrmu ctime=1712532802
7 beaaf86c 2024-04-09 jrmu host=104.167.242.140
8 beaaf86c 2024-04-09 jrmu name=Openbsd.Sysupgrade75
9 840ff3a8 2024-04-10 jrmu rev=6
10 beaaf86c 2024-04-09 jrmu targets=Openbsd.Dump,Openbsd.Restore,Openrsync.Usage,Openbsd.Cu,Vmctl.Usage,Openbsd.Buyvm,Openbsd.Top,Openbsd.Syspatch
11 840ff3a8 2024-04-10 jrmu text=(:title OpenBSD 7.5 Sysupgrade Guide:)%0a%0aThis is a quick upgrade guide for [[https://openbsd.org/75.html|OpenBSD 7.5]] using [[https://man.openbsd.org/sysupgrade|sysupgrade]].%0a%0a'''NOTE''': This guide is '''no''' substitute for reading the [[https://www.openbsd.org/faq/|OpenBSD FAQ]]. In particular, you should read the [[https://www.openbsd.org/faq/upgrade75.html|Upgrade Guide]].%0a%0aFirst, check to see if you need to upgrade your OS. To find our your operating system version, type: @@uname -r@@. If it says @@7.4@@ or earlier, you need to upgrade. If it says @@7.5@@, or @@7.5-beta@@ you are on the most recent OS version.%0a%0aBefore you begin, make sure to back up any files. Use [[Openbsd/dump|dump]] and [[Openbsd/restore|restore]] or [[openrsync/usage|rsync]].%0a%0a!! Performing the Upgrade%0a%0a[@%0a$ doas sysupgrade%0a@]%0a%0aRunning sysupgrade above will automatically download the base sets and reboot the system for installation. The upgrade will begin automatically. You can view it in the [[Openbsd/cu|serial console]] for [[Vmctl/Usage|VMM]] or in VNC for [[Openbsd/buyvm|BuyVM]].%0a%0a[@%0a# sysupgrade %0aFetching from https://cdn.openbsd.org/pub/OpenBSD/7.5/amd64/%0aSHA256.sig 0%25 | | 0 --%0aSHA256.sig 100%25 |*************************************| 2324 00%0a:00 %0aSignature Verified%0aINSTALL.amd64 0%25 | | 0 --%0aINSTALL.amd64 100%25 |************************************| 44889 00%0a:00 %0abase75.tgz 0%25 | | 0 --%0a@]%0a%0aOnce installation begins, you will need serial console access to view%0aprogress. If you're on OpenBSD's VMM, login to the host and use%0a@@vmctl console@@:%0a%0a[@%0ahost$ vmctl console username%0asyncing disks... done%0avmmci0: powerdown%0arebooting...%0aUsing drive 0, partition 3.%0aLoading......%0aprobing: pc0 com0 mem[638K 2046M a20=on]%0adisk: hd0+ hd1+%0a>> OpenBSD/amd64 BOOT 3.65%0aupgrade detected: switching to /bsd.upgrade%0a@]%0a%0aOnce complete, it will automatically reboot:%0a%0a[@%0aInstalling xserv75.tgz 100%25 |**************************| 15472 KB 00:01%0aLocation of sets? (cd0 disk http nfs or 'done') [done] done%0aMaking all device nodes... done.%0afw_update: add none; update none; keep intel%0aRelinking to create unique kernel... done.%0a%0aCONGRATULATIONS! Your OpenBSD upgrade has been successfully completed!%0a%0asyncing disks... done%0avmmci0: powerdown%0arebooting...%0a@]%0a%0aAfter installation completes, you should be able to login using ssh:%0a%0a[@%0aLast login: Tue Apr 9 00:43:14 on tty00%0aOpenBSD 7.5 (GENERIC) #79: Wed Mar 20 15:33:49 MDT 2024%0a%0aWelcome to OpenBSD: The proactively secure Unix-like operating system.%0a...%0a@]%0a%0aTo check if installation succeeded:%0a%0a[@%0a$ uname -a%0aOpenBSD username.host.example.org 7.5 GENERIC#79 amd64%0a@]%0a%0aTo check if you have the proper amount of RAM and number of cores, run [[openbsd/top|top]].%0a%0a[@%0aload averages: 0.61, 0.48, 0.41 01:49:33%0a217 processes: 216 idle, 1 on processorup 137 days, 3:21%0aCPU0: 6.4%25 user, 0.0%25 nice, 19.5%25 sys, 6.9%25 spin, 1.0%25 intr, 66.3%25 idle%0aCPU1: 6.5%25 user, 0.0%25 nice, 18.9%25 sys, 7.1%25 spin, 0.0%25 intr, 67.5%25 idle%0aMemory: Real: 1023M/1775M act/tot Free: 189M Cache: 392M Swap: 993M/2288M%0a@]%0a%0aYou will want to [[Openbsd/syspatch|patch]] the system:%0a%0a[@%0a$ doas syspatch%0a@]%0a%0aThen, you'll want to run [[https://man.openbsd.org/sysmerge|sysmerge]] to merge any configuration files:%0a%0a[@%0a$ doas sysmerge%0a@]%0a%0aThen, make sure to upgrade your packages:%0a%0a[@%0a$ doas pkg_add -u%0a@]%0a%0aRead and fix any error messages that you may see.%0a%0aYou will want to reboot after some patches:%0a%0a[@%0a$ doas shutdown -r now%0a@]%0a
12 840ff3a8 2024-04-10 jrmu time=1712642362
13 840ff3a8 2024-04-10 jrmu title=OpenBSD 7.5 Sysupgrade Guide
14 840ff3a8 2024-04-10 jrmu author:1712642362=jrmu
15 840ff3a8 2024-04-10 jrmu diff:1712642362:1712641776:=68,70c68,70%0a%3c Last login: Tue Apr 9 00:43:14 on tty00%0a%3c OpenBSD 7.5 (GENERIC) #79: Wed Mar 20 15:33:49 MDT 2024%0a%3c %0a---%0a> Last login: Wed Nov 15 18:33:08 2023%0a> OpenBSD 7.5 (GENERIC) #1336: Tue Oct 10 08:52:22 MDT 2023%0a> %0a72c72,79%0a%3c ...%0a---%0a> %0a> Please use the sendbug(1) utility to report bugs in the system.%0a> Before reporting a bug, please try to reproduce it with the latest%0a> version of the code. With bug reports, please try to ensure that%0a> enough information to reproduce the problem is enclosed, and if a%0a> known fix for it exists, include that as well.%0a> %0a> $ %0a79c86%0a%3c OpenBSD username.host.example.org 7.5 GENERIC#79 amd64%0a---%0a> OpenBSD username.host.example.com 7.5 GENERIC#1336 amd64%0a
16 840ff3a8 2024-04-10 jrmu host:1712642362=104.167.242.140
17 840ff3a8 2024-04-10 jrmu author:1712641776=jrmu
18 840ff3a8 2024-04-10 jrmu diff:1712641776:1712641561:=40a41%0a> %0a43c44%0a%3c probing: pc0 com0 mem[638K 2046M a20=on]%0a---%0a> probing: pc0 com0 mem[638K 3070M a20=on]%0a45c46%0a%3c >> OpenBSD/amd64 BOOT 3.65%0a---%0a> >> OpenBSD/amd64 BOOT 3.53%0a52c53%0a%3c Installing xserv75.tgz 100%25 |**************************| 15472 KB 00:01%0a---%0a> Installing xserv75.tgz 100%25 |**************************| 20117 KB 00:07 %0a55c56,58%0a%3c fw_update: add none; update none; keep intel%0a---%0a> fw_update: firmware.openbsd.org: no address associated with name%0a> add none; update none%0a> Cannot fetch http://firmware.openbsd.org/firmware/7.5/SHA256.sig%0a
19 840ff3a8 2024-04-10 jrmu host:1712641776=104.167.242.140
20 840ff3a8 2024-04-10 jrmu author:1712641561=jrmu
21 840ff3a8 2024-04-10 jrmu diff:1712641561:1712641483:=
22 840ff3a8 2024-04-10 jrmu host:1712641561=104.167.242.140
23 840ff3a8 2024-04-10 jrmu author:1712641483=jrmu
24 840ff3a8 2024-04-10 jrmu diff:1712641483:1712640931:=20,24c20,22%0a%3c # sysupgrade %0a%3c Fetching from https://cdn.openbsd.org/pub/OpenBSD/7.5/amd64/%0a%3c SHA256.sig 0%25 | | 0 --%0a%3c SHA256.sig 100%25 |*************************************| 2324 00%0a%3c :00 %0a---%0a> $ doas sysupgrade%0a> Fetching from https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/amd64/%0a> SHA256.sig 100%25 |***********************************| 2144 00:00 %0a26,29c24,25%0a%3c INSTALL.amd64 0%25 | | 0 --%0a%3c INSTALL.amd64 100%25 |************************************| 44889 00%0a%3c :00 %0a%3c base75.tgz 0%25 | | 0 --%0a---%0a> INSTALL.amd64 100%25 |**********************************| 43495 00:00 %0a> base75.tgz 100%25 |***********************************| 330 MB 02:18 %0a
25 840ff3a8 2024-04-10 jrmu host:1712641483=104.167.242.140
26 840ff3a8 2024-04-10 jrmu author:1712640931=jrmu
27 840ff3a8 2024-04-10 jrmu diff:1712640931:1712532802:=1,8c1,8%0a%3c (:title OpenBSD 7.5 Sysupgrade Guide:)%0a%3c %0a%3c This is a quick upgrade guide for [[https://openbsd.org/75.html|OpenBSD 7.5]] using [[https://man.openbsd.org/sysupgrade|sysupgrade]].%0a%3c %0a%3c '''NOTE''': This guide is '''no''' substitute for reading the [[https://www.openbsd.org/faq/|OpenBSD FAQ]]. In particular, you should read the [[https://www.openbsd.org/faq/upgrade75.html|Upgrade Guide]].%0a%3c %0a%3c First, check to see if you need to upgrade your OS. To find our your operating system version, type: @@uname -r@@. If it says @@7.4@@ or earlier, you need to upgrade. If it says @@7.5@@, or @@7.5-beta@@ you are on the most recent OS version.%0a%3c %0a---%0a> (:title OpenBSD 7.4 Sysupgrade Guide:)%0a> %0a> This is a quick upgrade guide for [[https://openbsd.org/74.html|OpenBSD 7.4]] using [[https://man.openbsd.org/sysupgrade|sysupgrade]].%0a> %0a> '''NOTE''': This guide is '''no''' substitute for reading the [[https://www.openbsd.org/faq/|OpenBSD FAQ]]. In particular, you should read the [[https://www.openbsd.org/faq/upgrade74.html|Upgrade Guide]].%0a> %0a> First, check to see if you need to upgrade your OS. To find our your operating system version, type: @@uname -r@@. If it says @@7.3@@ or earlier, you need to upgrade. If it says @@7.4@@, or @@7.4-beta@@ you are on the most recent OS version.%0a> %0a21c21%0a%3c Fetching from https://ftp.usa.openbsd.org/pub/OpenBSD/7.5/amd64/%0a---%0a> Fetching from https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/amd64/%0a25c25%0a%3c base75.tgz 100%25 |***********************************| 330 MB 02:18 %0a---%0a> base74.tgz 100%25 |***********************************| 330 MB 02:18 %0a49c49%0a%3c Installing xserv75.tgz 100%25 |**************************| 20117 KB 00:07 %0a---%0a> Installing xserv74.tgz 100%25 |**************************| 20117 KB 00:07 %0a54c54%0a%3c Cannot fetch http://firmware.openbsd.org/firmware/7.5/SHA256.sig%0a---%0a> Cannot fetch http://firmware.openbsd.org/firmware/7.4/SHA256.sig%0a68,69c68,69%0a%3c OpenBSD 7.5 (GENERIC) #1336: Tue Oct 10 08:52:22 MDT 2023%0a%3c %0a---%0a> OpenBSD 7.4 (GENERIC) #1336: Tue Oct 10 08:52:22 MDT 2023%0a> %0a85c85%0a%3c OpenBSD username.host.example.com 7.5 GENERIC#1336 amd64%0a---%0a> OpenBSD username.host.example.com 7.4 GENERIC#1336 amd64%0a
28 840ff3a8 2024-04-10 jrmu host:1712640931=104.167.242.140
29 beaaf86c 2024-04-09 jrmu author:1712532802=jrmu
30 beaaf86c 2024-04-09 jrmu diff:1712532802:1712532802:=1,122d0%0a%3c (:title OpenBSD 7.4 Sysupgrade Guide:)%0a%3c %0a%3c This is a quick upgrade guide for [[https://openbsd.org/74.html|OpenBSD 7.4]] using [[https://man.openbsd.org/sysupgrade|sysupgrade]].%0a%3c %0a%3c '''NOTE''': This guide is '''no''' substitute for reading the [[https://www.openbsd.org/faq/|OpenBSD FAQ]]. In particular, you should read the [[https://www.openbsd.org/faq/upgrade74.html|Upgrade Guide]].%0a%3c %0a%3c First, check to see if you need to upgrade your OS. To find our your operating system version, type: @@uname -r@@. If it says @@7.3@@ or earlier, you need to upgrade. If it says @@7.4@@, or @@7.4-beta@@ you are on the most recent OS version.%0a%3c %0a%3c Before you begin, make sure to back up any files. Use [[Openbsd/dump|dump]] and [[Openbsd/restore|restore]] or [[openrsync/usage|rsync]].%0a%3c %0a%3c !! Performing the Upgrade%0a%3c %0a%3c [@%0a%3c $ doas sysupgrade%0a%3c @]%0a%3c %0a%3c Running sysupgrade above will automatically download the base sets and reboot the system for installation. The upgrade will begin automatically. You can view it in the [[Openbsd/cu|serial console]] for [[Vmctl/Usage|VMM]] or in VNC for [[Openbsd/buyvm|BuyVM]].%0a%3c %0a%3c [@%0a%3c $ doas sysupgrade%0a%3c Fetching from https://ftp.usa.openbsd.org/pub/OpenBSD/7.4/amd64/%0a%3c SHA256.sig 100%25 |***********************************| 2144 00:00 %0a%3c Signature Verified%0a%3c INSTALL.amd64 100%25 |**********************************| 43495 00:00 %0a%3c base74.tgz 100%25 |***********************************| 330 MB 02:18 %0a%3c @]%0a%3c %0a%3c Once installation begins, you will need serial console access to view%0a%3c progress. If you're on OpenBSD's VMM, login to the host and use%0a%3c @@vmctl console@@:%0a%3c %0a%3c [@%0a%3c host$ vmctl console username%0a%3c syncing disks... done%0a%3c vmmci0: powerdown%0a%3c rebooting...%0a%3c %0a%3c Using drive 0, partition 3.%0a%3c Loading......%0a%3c probing: pc0 com0 mem[638K 3070M a20=on]%0a%3c disk: hd0+ hd1+%0a%3c >> OpenBSD/amd64 BOOT 3.53%0a%3c upgrade detected: switching to /bsd.upgrade%0a%3c @]%0a%3c %0a%3c Once complete, it will automatically reboot:%0a%3c %0a%3c [@%0a%3c Installing xserv74.tgz 100%25 |**************************| 20117 KB 00:07 %0a%3c Location of sets? (cd0 disk http nfs or 'done') [done] done%0a%3c Making all device nodes... done.%0a%3c fw_update: firmware.openbsd.org: no address associated with name%0a%3c add none; update none%0a%3c Cannot fetch http://firmware.openbsd.org/firmware/7.4/SHA256.sig%0a%3c Relinking to create unique kernel... done.%0a%3c %0a%3c CONGRATULATIONS! Your OpenBSD upgrade has been successfully completed!%0a%3c %0a%3c syncing disks... done%0a%3c vmmci0: powerdown%0a%3c rebooting...%0a%3c @]%0a%3c %0a%3c After installation completes, you should be able to login using ssh:%0a%3c %0a%3c [@%0a%3c Last login: Wed Nov 15 18:33:08 2023%0a%3c OpenBSD 7.4 (GENERIC) #1336: Tue Oct 10 08:52:22 MDT 2023%0a%3c %0a%3c Welcome to OpenBSD: The proactively secure Unix-like operating system.%0a%3c %0a%3c Please use the sendbug(1) utility to report bugs in the system.%0a%3c Before reporting a bug, please try to reproduce it with the latest%0a%3c version of the code. With bug reports, please try to ensure that%0a%3c enough information to reproduce the problem is enclosed, and if a%0a%3c known fix for it exists, include that as well.%0a%3c %0a%3c $ %0a%3c @]%0a%3c %0a%3c To check if installation succeeded:%0a%3c %0a%3c [@%0a%3c $ uname -a%0a%3c OpenBSD username.host.example.com 7.4 GENERIC#1336 amd64%0a%3c @]%0a%3c %0a%3c To check if you have the proper amount of RAM and number of cores, run [[openbsd/top|top]].%0a%3c %0a%3c [@%0a%3c load averages: 0.61, 0.48, 0.41 01:49:33%0a%3c 217 processes: 216 idle, 1 on processorup 137 days, 3:21%0a%3c CPU0: 6.4%25 user, 0.0%25 nice, 19.5%25 sys, 6.9%25 spin, 1.0%25 intr, 66.3%25 idle%0a%3c CPU1: 6.5%25 user, 0.0%25 nice, 18.9%25 sys, 7.1%25 spin, 0.0%25 intr, 67.5%25 idle%0a%3c Memory: Real: 1023M/1775M act/tot Free: 189M Cache: 392M Swap: 993M/2288M%0a%3c @]%0a%3c %0a%3c You will want to [[Openbsd/syspatch|patch]] the system:%0a%3c %0a%3c [@%0a%3c $ doas syspatch%0a%3c @]%0a%3c %0a%3c Then, you'll want to run [[https://man.openbsd.org/sysmerge|sysmerge]] to merge any configuration files:%0a%3c %0a%3c [@%0a%3c $ doas sysmerge%0a%3c @]%0a%3c %0a%3c Then, make sure to upgrade your packages:%0a%3c %0a%3c [@%0a%3c $ doas pkg_add -u%0a%3c @]%0a%3c %0a%3c Read and fix any error messages that you may see.%0a%3c %0a%3c You will want to reboot after some patches:%0a%3c %0a%3c [@%0a%3c $ doas shutdown -r now%0a%3c @]%0a
31 beaaf86c 2024-04-09 jrmu host:1712532802=104.167.242.140