Blob


1 version=pmwiki-2.3.20 ordered=1 urlencoded=1
2 agent=Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
3 author=xfnw
4 charset=UTF-8
5 csum=using both -U and -u at the same time is pointless
6 ctime=1651559839
7 host=2600:4040:2c6f:2200::25
8 name=Openbsd.Sysupgrade71
9 rev=13
10 targets=Openbsd.Dump,Openbsd.Restore,Openrsync.Usage,Openbsd.Cu,VPS.Intro,Openbsd.Buyvm,Openbsd.Top,Openbsd.Syspatch
11 text=(:title OpenBSD 7.1 Sysupgrade Guide:)%0a%0aThis is a quick upgrade guide for [[https://openbsd.org/71.html|OpenBSD 7.1]] 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/upgrade71.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.0@@, you need to upgrade. If it says @@7.1@@, or @@7.1-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 [[VPS/intro|VMM]] or in VNC for [[Openbsd/buyvm|BuyVM]].%0a%0a[@%0a$ doas sysupgrade%0aFetching from https://ftp.usa.openbsd.org/pub/OpenBSD/7.1/amd64/%0aSHA256.sig 100%25 |***********************************| 2144 00:00 %0aSignature Verified%0aINSTALL.amd64 100%25 |**********************************| 43495 00:00 %0abase71.tgz 100%25 |***********************************| 330 MB 02:18 %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%0aConnected to /dev/ttyp9 (speed 115200)%0a%0a%0aOpenBSD/amd64 (username.host.example.com) (tty00)%0a%0alogin: stopping package daemons: dovecot php74_fpm tor.%0asyncing disks... done%0avmmci0: powerdown%0arebooting...%0a%0aUsing drive 0, partition 3.%0aLoading......%0aprobing: pc0 com0 mem[638K 3070M a20=on]%0adisk: hd0+ hd1+%0a>> OpenBSD/amd64 BOOT 3.53%0aupgrade detected: switching to /bsd.upgrade%0a@]%0a%0aOnce complete, it will automatically reboot:%0a%0a[@%0aInstalling xserv71.tgz 100%25 |**************************| 20117 KB 00:07 %0aLocation of sets? (cd0 disk http nfs or 'done') [done] done%0aMaking all device nodes... done.%0afw_update: firmware.openbsd.org: no address associated with name%0aCannot fetch http://firmware.openbsd.org/firmware/7.1/SHA256.sig%0afw_update: added none; updated none; kept none%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: Sun Jun 5 15:09:46 2022 from 172.56.16.57%0aOpenBSD 7.1 (GENERIC) #443: Mon Apr 11 17:55:15 MDT 2022%0a%0aWelcome to OpenBSD: The proactively secure Unix-like operating system.%0a%0aPlease use the sendbug(1) utility to report bugs in the system.%0aBefore reporting a bug, please try to reproduce it with the latest%0aversion of the code. With bug reports, please try to ensure that%0aenough information to reproduce the problem is enclosed, and if a%0aknown fix for it exists, include that as well.%0a%0a$ %0a@]%0a%0aTo check if installation succeeded:%0a%0a[@%0a$ uname -a%0aOpenBSD username.host.example.com 7.1 GENERIC#443 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.41freeirc 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 time=1690488583
13 title=OpenBSD 7.1 Sysupgrade Guide
14 author:1690488583=xfnw
15 csum:1690488583=using both -U and -u at the same time is pointless
16 diff:1690488583:1654472997:=119c119%0a%3c $ doas pkg_add -u%0a---%0a> $ doas pkg_add -Uu%0a
17 host:1690488583=2600:4040:2c6f:2200::25
18 author:1654472997=jrmu
19 diff:1654472997:1654472706:=25a26,38%0a> bsd 100%25 |***********************************| 22339 KB 00:15 %0a> bsd.mp 100%25 |***********************************| 22438 KB 00:12 %0a> bsd.rd 100%25 |***********************************| 4498 KB 00:04 %0a> comp71.tgz 100%25 |***********************************| 73366 KB 00:37 %0a> game71.tgz 100%25 |***********************************| 2744 KB 00:03 %0a> man71.tgz 100%25 |***********************************| 7601 KB 00:07 %0a> xbase71.tgz 100%25 |***********************************| 55182 KB 00:26 %0a> xfont71.tgz 100%25 |***********************************| 22965 KB 00:13 %0a> xserv71.tgz 100%25 |***********************************| 20117 KB 00:12 %0a> xshare71.tgz 100%25 |***********************************| 4544 KB 00:03 %0a> Verifying sets.%0a> Fetching updated firmware.%0a> Checking packages|Looking for intel-firmware%0a49a63,76%0a> |%0a> com0: 115200 baud%0a> switching console to com0%0a> >> OpenBSD/amd64 BOOT 3.53%0a> boot>%0a> booting hd0a:/bsd.upgrade: 3891908+1614848+3895112+0+708608 [109+435984+290736]=0xa57ab0%0a> entry point at 0xffffffff81001000%0a> Copyright (c) 1982, 1986, 1989, 1991, 1993%0a> The Regents of the University of California. All rights reserved.%0a> Copyright (c) 1995-2022 OpenBSD. All rights reserved. https://www.OpenBSD.org%0a> %0a> OpenBSD 7.1 (RAMDISK_CD) #440: Mon Apr 11 18:09:13 MDT 2022%0a> deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD%0a> real mem = 3204423680 (3055MB)%0a52,53c79,80%0a%3c Once complete, it will automatically reboot:%0a%3c %0a---%0a> Installation begins automatically:%0a> %0a54a82,116%0a> Welcome to the OpenBSD/amd64 7.1 installation program.%0a> Performing non-interactive upgrade...%0a> Terminal type? [vt220] vt220%0a> Available disks are: sd0.%0a> Which disk is the root disk? ('?' for details) [sd0] sd0%0a> Checking root filesystem (fsck -fp /dev/sd0a)... OK.%0a> Mounting root filesystem (mount -o ro /dev/sd0a /mnt)... OK.%0a> Force checking of clean non-root filesystems? [no] no%0a> fsck -p 5f6d0b5c9f65249d.d... OK.%0a> fsck -p 5f6d0b5c9f65249d.e... OK.%0a> fsck -p 5f6d0b5c9f65249d.i... OK.%0a> fsck -p 5fd28864f95e2a34.a... OK.%0a> /dev/sd0a (5f6d0b5c9f65249d.a) on /mnt type ffs (rw, local)%0a> /dev/sd0d (5f6d0b5c9f65249d.d) on /mnt/tmp type ffs (rw, local, nodev, nosuid)%0a> /dev/sd0e (5f6d0b5c9f65249d.e) on /mnt/usr type ffs (rw, local, nodev)%0a> /dev/sd0i (5f6d0b5c9f65249d.i) on /mnt/var type ffs (rw, local, nodev, nosuid)%0a> /dev/sd1a (5fd28864f95e2a34.a) on /mnt/home type ffs (rw, local, nodev, nosuid)%0a> %0a> Let's upgrade the sets!%0a> Location of sets? (cd0 disk http nfs or 'done') [http] disk%0a> Is the disk partition already mounted? [yes] yes%0a> Pathname to the sets? (or 'done') [7.1/amd64] /home/_sysupgrade/%0a> %0a> Select sets by entering a set name, a file name pattern or 'all'. De-select%0a> sets by prepending a '-', e.g.: '-game*'. Selected sets are labelled '[X]'.%0a> [X] bsd [X] comp71.tgz [X] xbase71.tgz [X] xserv71.tgz%0a> [X] bsd.rd [X] man71.tgz [X] xshare71.tgz%0a> [X] base71.tgz [X] game71.tgz [X] xfont71.tgz%0a> Set name(s)? (or 'abort' or 'done') [done] done%0a> Directory does not contain SHA256.sig. Continue without verification? [no] yes%0a> @]%0a> %0a> Once complete, it will automatically reboot:%0a> %0a> [@%0a67a130,141%0a> Using drive 0, partition 3.%0a> Loading......%0a> probing: pc0 com0 mem[638K 3070M a20=on]%0a> disk: hd0+ hd1+%0a> >> OpenBSD/amd64 BOOT 3.53%0a> \%0a> com0: 115200 baud%0a> switching console to com0%0a> >> OpenBSD/amd64 BOOT 3.53%0a> boot>%0a> booting hd0a:/bsd: 15545624+3699720+346096+0+1171456 [1139546+128+1218000+922932]=0x16f02e8%0a> entry point at 0xffffffff81001000%0a86a161%0a> %0a97,101c172,175%0a%3c load averages: 0.61, 0.48, 0.41freeirc 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---%0a> load averages: 0.51, 0.46, 0.35jrmu.host.ircnow.org 16:44:36%0a> 100 processes: 2 running, 97 idle, 1 on processorup 0:27%0a> CPU: 0.0%25 user, 0.0%25 nice, 4.9%25 sys, 0.0%25 spin, 88.3%25 intr, 6.8%25 idle%0a> Memory: Real: 489M/1684M act/tot Free: 1271M Cache: 591M Swap: 0K/752M%0a
20 host:1654472997=38.87.162.8
21 author:1654472706=jrmu
22 diff:1654472706:1654472658:=171,176c171%0a%3c [@%0a%3c load averages: 0.51, 0.46, 0.35jrmu.host.ircnow.org 16:44:36%0a%3c 100 processes: 2 running, 97 idle, 1 on processorup 0:27%0a%3c CPU: 0.0%25 user, 0.0%25 nice, 4.9%25 sys, 0.0%25 spin, 88.3%25 intr, 6.8%25 idle%0a%3c Memory: Real: 489M/1684M act/tot Free: 1271M Cache: 591M Swap: 0K/752M%0a%3c @]%0a---%0a> Attach:upgrade68-7.png%0a
23 host:1654472706=38.87.162.8
24 author:1654472658=jrmu
25 diff:1654472658:1654472513:=158a159%0a> %0a166c167%0a%3c OpenBSD username.host.example.com 7.1 GENERIC#443 amd64%0a---%0a> OpenBSD pear.my.domain 6.9 GENERIC.MP#98 amd64%0a
26 host:1654472658=38.87.162.8
27 author:1654472513=jrmu
28 diff:1654472513:1654472185:=17,18c17,18%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 [[VPS/intro|VMM]] or in VNC for [[Openbsd/buyvm|BuyVM]].%0a%3c %0a---%0a> The upgrade should begin automatically. You can view it in the [[Openbsd/cu|serial console]] for [[VPS/intro|VMM]] or in VNC for [[Openbsd/buyvm|BuyVM]].%0a> %0a39,46c39,43%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---%0a> %0a> ...%0a> %0a> $ doas su%0a> host# vmctl console jrmu%0a50,51c47,48%0a%3c OpenBSD/amd64 (username.host.example.com) (tty00)%0a%3c %0a---%0a> OpenBSD/amd64 (jrmu.host.ircnow.org) (tty00)%0a> %0a56a54,62%0a> %0a> %0a> %0a> %0a> %0a> %0a> %0a> %0a> %0a77,81c83,132%0a%3c @]%0a%3c %0a%3c Installation begins automatically:%0a%3c %0a%3c [@%0a---%0a> avail mem = 3103354880 (2959MB)%0a> random: good seed from bootblocks%0a> mainbus0 at root%0a> bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xf3f40 (10 entries)%0a> bios0: vendor SeaBIOS version "1.11.0p3-OpenBSD-vmm" date 01/01/2011%0a> bios0: OpenBSD VMM%0a> acpi at bios0 not configured%0a> cpu0 at mainbus0: (uniprocessor)%0a> cpu0: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2002.65 MHz, 06-2d-07%0a> cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,CX8,SEP,PGE,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE3,PCLMUL,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,HV,NXE,PAGE1GB,LONG,LAHF,ITSC,MD_CLEAR,MELTDOWN%0a> cpu0: 256KB 64b/line 8-way L2 cache%0a> cpu0: using VERW MDS workaround%0a> pvbus0 at mainbus0: OpenBSD%0a> pci0 at mainbus0 bus 0%0a> pchb0 at pci0 dev 0 function 0 "OpenBSD VMM Host" rev 0x00%0a> virtio0 at pci0 dev 1 function 0 "Qumranet Virtio RNG" rev 0x00%0a> viornd0 at virtio0%0a> virtio0: irq 3%0a> virtio1 at pci0 dev 2 function 0 "Qumranet Virtio Network" rev 0x00%0a> vio0 at virtio1: address fe:e1:bb:d1:80:01%0a> virtio1: irq 5%0a> virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Storage" rev 0x00%0a> vioblk0 at virtio2%0a> scsibus0 at vioblk0: 1 targets%0a> sd0 at scsibus0 targ 0 lun 0: %3cVirtIO, Block Device, >%0a> sd0: 20480MB, 512 bytes/sector, 41943040 sectors%0a> virtio2: irq 6%0a> virtio3 at pci0 dev 4 function 0 "Qumranet Virtio Storage" rev 0x00%0a> vioblk1 at virtio3%0a> scsibus1 at vioblk1: 1 targets%0a> sd1 at scsibus1 targ 0 lun 0: %3cVirtIO, Block Device, >%0a> sd1: 256000MB, 512 bytes/sector, 524288000 sectors%0a> virtio3: irq 7%0a> virtio4 at pci0 dev 5 function 0 "Qumranet Virtio SCSI" rev 0x00%0a> vioscsi0 at virtio4: qsize 128%0a> scsibus2 at vioscsi0: 1 targets%0a> cd0 at scsibus2 targ 0 lun 0: %3cOpenBSD, VMM CD-ROM, 001> removable%0a> virtio4: irq 9%0a> virtio5 at pci0 dev 6 function 0 "OpenBSD VMM Control" rev 0x00%0a> vmmci0 at virtio5%0a> virtio5: irq 10%0a> isa0 at mainbus0%0a> com0 at isa0 port 0x3f8/8 irq 4: ns8250, no fifo%0a> com0: console%0a> softraid0 at root%0a> scsibus3 at softraid0: 256 targets%0a> root on rd0a swap on rd0b dump on rd0b%0a> WARNING: CHECK AND RESET THE DATE!%0a> erase ^?, werase ^W, kill ^U, intr ^C, status ^T%0a> %0a112,117c163,166%0a%3c @]%0a%3c %0a%3c Once complete, it will automatically reboot:%0a%3c %0a%3c [@%0a%3c Installing xserv71.tgz 100%25 |**************************| 20117 KB 00:07 %0a---%0a> %0a> ...%0a> %0a> Installing xserv71.tgz 0%25 | | 0 --:-- ETInstalling xserv71.tgz 17%25 |**** | 3456 KB 00:04 ETInstalling xserv71.tgz 32%25 |******** | 6528 KB 00:04 ETInstalling xserv71.tgz 47%25 |************ | 9600 KB 00:03 ETInstalling xserv71.tgz 58%25 |*************** | 11776 KB 00:02 ETInstalling xserv71.tgz 74%25 |******************* | 14976 KB 00:01 ETInstalling xserv71.tgz 88%25 |********************** | 17792 KB 00:00 ETInstalling xserv71.tgz 96%25 |************************ | 19456 KB 00:00 ETInstalling xserv71.tgz 100%25 |**************************| 20117 KB 00:07 %0a142,146c191,231%0a%3c @]%0a%3c %0a%3c After installation completes, you should be able to login using ssh:%0a%3c %0a%3c [@%0a---%0a> %0a> %0a> ...%0a> %0a> Automatic boot in progress: starting file system checks.%0a> /dev/sd0a (5f6d0b5c9f65249d.a): file system is clean; not checking%0a> /dev/sd0d (5f6d0b5c9f65249d.d): file system is clean; not checking%0a> /dev/sd1a (5fd28864f95e2a34.a): file system is clean; not checking%0a> /dev/sd0e (5f6d0b5c9f65249d.e): file system is clean; not checking%0a> /dev/sd0i (5f6d0b5c9f65249d.i): file system is clean; not checking%0a> pf enabled%0a> starting network%0a> reordering libraries: done.%0a> starting early daemons: syslogd pflogd nsd unbound ntpd.%0a> starting RPC daemons:.%0a> savecore: no core dump%0a> checking quotas: done.%0a> clearing /tmp%0a> kern.securelevel: 0 -> 1%0a> creating runtime link editor directory cache.%0a> preserving editor files.%0a> running rc.sysmerge%0a> ===> Updating /etc/changelist%0a> ===> Updating /etc/fbtab%0a> ===> Updating /etc/X11/xenodm/GiveConsole%0a> ===> Updating /etc/X11/xenodm/TakeConsole%0a> ===> Updating /etc/syslog.conf%0a> ===> Linking /etc/fonts/conf.d/10-hinting-slight.conf%0a> ===> Linking /etc/fonts/conf.d/11-lcdfilter-default.conf%0a> ===> Linking /etc/fonts/conf.d/45-generic.conf%0a> ===> Linking /etc/fonts/conf.d/60-generic.conf%0a> ---- /etc/login.conf unhandled, re-run sysmerge to merge the new version%0a> ---- /etc/newsyslog.conf unhandled, re-run sysmerge to merge the new version%0a> ---- /etc/ssh/sshd_config unhandled, re-run sysmerge to merge the new version%0a> starting network daemons: sshd relayd smtpd slowcgi httpd sndiod.%0a> running rc.firsttime%0a> fw_update: added none; updated none; kept intel%0a> Checking for available binary patches...%0a> %0a> ...%0a> %0a
29 host:1654472513=38.87.162.8
30 author:1654472185=jrmu
31 diff:1654472185:1654470669:=39,244d38%0a%3c %0a%3c ...%0a%3c %0a%3c $ doas su%0a%3c host# vmctl console jrmu%0a%3c Connected to /dev/ttyp9 (speed 115200)%0a%3c %0a%3c %0a%3c OpenBSD/amd64 (jrmu.host.ircnow.org) (tty00)%0a%3c %0a%3c login: stopping package daemons: dovecot php74_fpm tor.%0a%3c syncing disks... done%0a%3c vmmci0: powerdown%0a%3c rebooting...%0a%3c %0a%3c %0a%3c %0a%3c %0a%3c %0a%3c %0a%3c %0a%3c %0a%3c %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 com0: 115200 baud%0a%3c switching console to com0%0a%3c >> OpenBSD/amd64 BOOT 3.53%0a%3c boot>%0a%3c booting hd0a:/bsd.upgrade: 3891908+1614848+3895112+0+708608 [109+435984+290736]=0xa57ab0%0a%3c entry point at 0xffffffff81001000%0a%3c Copyright (c) 1982, 1986, 1989, 1991, 1993%0a%3c The Regents of the University of California. All rights reserved.%0a%3c Copyright (c) 1995-2022 OpenBSD. All rights reserved. https://www.OpenBSD.org%0a%3c %0a%3c OpenBSD 7.1 (RAMDISK_CD) #440: Mon Apr 11 18:09:13 MDT 2022%0a%3c deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD%0a%3c real mem = 3204423680 (3055MB)%0a%3c avail mem = 3103354880 (2959MB)%0a%3c random: good seed from bootblocks%0a%3c mainbus0 at root%0a%3c bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xf3f40 (10 entries)%0a%3c bios0: vendor SeaBIOS version "1.11.0p3-OpenBSD-vmm" date 01/01/2011%0a%3c bios0: OpenBSD VMM%0a%3c acpi at bios0 not configured%0a%3c cpu0 at mainbus0: (uniprocessor)%0a%3c cpu0: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2002.65 MHz, 06-2d-07%0a%3c cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,CX8,SEP,PGE,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,SSE3,PCLMUL,SSSE3,CX16,SSE4.1,SSE4.2,POPCNT,AES,XSAVE,AVX,HV,NXE,PAGE1GB,LONG,LAHF,ITSC,MD_CLEAR,MELTDOWN%0a%3c cpu0: 256KB 64b/line 8-way L2 cache%0a%3c cpu0: using VERW MDS workaround%0a%3c pvbus0 at mainbus0: OpenBSD%0a%3c pci0 at mainbus0 bus 0%0a%3c pchb0 at pci0 dev 0 function 0 "OpenBSD VMM Host" rev 0x00%0a%3c virtio0 at pci0 dev 1 function 0 "Qumranet Virtio RNG" rev 0x00%0a%3c viornd0 at virtio0%0a%3c virtio0: irq 3%0a%3c virtio1 at pci0 dev 2 function 0 "Qumranet Virtio Network" rev 0x00%0a%3c vio0 at virtio1: address fe:e1:bb:d1:80:01%0a%3c virtio1: irq 5%0a%3c virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Storage" rev 0x00%0a%3c vioblk0 at virtio2%0a%3c scsibus0 at vioblk0: 1 targets%0a%3c sd0 at scsibus0 targ 0 lun 0: %3cVirtIO, Block Device, >%0a%3c sd0: 20480MB, 512 bytes/sector, 41943040 sectors%0a%3c virtio2: irq 6%0a%3c virtio3 at pci0 dev 4 function 0 "Qumranet Virtio Storage" rev 0x00%0a%3c vioblk1 at virtio3%0a%3c scsibus1 at vioblk1: 1 targets%0a%3c sd1 at scsibus1 targ 0 lun 0: %3cVirtIO, Block Device, >%0a%3c sd1: 256000MB, 512 bytes/sector, 524288000 sectors%0a%3c virtio3: irq 7%0a%3c virtio4 at pci0 dev 5 function 0 "Qumranet Virtio SCSI" rev 0x00%0a%3c vioscsi0 at virtio4: qsize 128%0a%3c scsibus2 at vioscsi0: 1 targets%0a%3c cd0 at scsibus2 targ 0 lun 0: %3cOpenBSD, VMM CD-ROM, 001> removable%0a%3c virtio4: irq 9%0a%3c virtio5 at pci0 dev 6 function 0 "OpenBSD VMM Control" rev 0x00%0a%3c vmmci0 at virtio5%0a%3c virtio5: irq 10%0a%3c isa0 at mainbus0%0a%3c com0 at isa0 port 0x3f8/8 irq 4: ns8250, no fifo%0a%3c com0: console%0a%3c softraid0 at root%0a%3c scsibus3 at softraid0: 256 targets%0a%3c root on rd0a swap on rd0b dump on rd0b%0a%3c WARNING: CHECK AND RESET THE DATE!%0a%3c erase ^?, werase ^W, kill ^U, intr ^C, status ^T%0a%3c %0a%3c Welcome to the OpenBSD/amd64 7.1 installation program.%0a%3c Performing non-interactive upgrade...%0a%3c Terminal type? [vt220] vt220%0a%3c Available disks are: sd0.%0a%3c Which disk is the root disk? ('?' for details) [sd0] sd0%0a%3c Checking root filesystem (fsck -fp /dev/sd0a)... OK.%0a%3c Mounting root filesystem (mount -o ro /dev/sd0a /mnt)... OK.%0a%3c Force checking of clean non-root filesystems? [no] no%0a%3c fsck -p 5f6d0b5c9f65249d.d... OK.%0a%3c fsck -p 5f6d0b5c9f65249d.e... OK.%0a%3c fsck -p 5f6d0b5c9f65249d.i... OK.%0a%3c fsck -p 5fd28864f95e2a34.a... OK.%0a%3c /dev/sd0a (5f6d0b5c9f65249d.a) on /mnt type ffs (rw, local)%0a%3c /dev/sd0d (5f6d0b5c9f65249d.d) on /mnt/tmp type ffs (rw, local, nodev, nosuid)%0a%3c /dev/sd0e (5f6d0b5c9f65249d.e) on /mnt/usr type ffs (rw, local, nodev)%0a%3c /dev/sd0i (5f6d0b5c9f65249d.i) on /mnt/var type ffs (rw, local, nodev, nosuid)%0a%3c /dev/sd1a (5fd28864f95e2a34.a) on /mnt/home type ffs (rw, local, nodev, nosuid)%0a%3c %0a%3c Let's upgrade the sets!%0a%3c Location of sets? (cd0 disk http nfs or 'done') [http] disk%0a%3c Is the disk partition already mounted? [yes] yes%0a%3c Pathname to the sets? (or 'done') [7.1/amd64] /home/_sysupgrade/%0a%3c %0a%3c Select sets by entering a set name, a file name pattern or 'all'. De-select%0a%3c sets by prepending a '-', e.g.: '-game*'. Selected sets are labelled '[X]'.%0a%3c [X] bsd [X] comp71.tgz [X] xbase71.tgz [X] xserv71.tgz%0a%3c [X] bsd.rd [X] man71.tgz [X] xshare71.tgz%0a%3c [X] base71.tgz [X] game71.tgz [X] xfont71.tgz%0a%3c Set name(s)? (or 'abort' or 'done') [done] done%0a%3c Directory does not contain SHA256.sig. Continue without verification? [no] yes%0a%3c %0a%3c ...%0a%3c %0a%3c Installing xserv71.tgz 0%25 | | 0 --:-- ETInstalling xserv71.tgz 17%25 |**** | 3456 KB 00:04 ETInstalling xserv71.tgz 32%25 |******** | 6528 KB 00:04 ETInstalling xserv71.tgz 47%25 |************ | 9600 KB 00:03 ETInstalling xserv71.tgz 58%25 |*************** | 11776 KB 00:02 ETInstalling xserv71.tgz 74%25 |******************* | 14976 KB 00:01 ETInstalling xserv71.tgz 88%25 |********************** | 17792 KB 00:00 ETInstalling xserv71.tgz 96%25 |************************ | 19456 KB 00:00 ETInstalling xserv71.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 Cannot fetch http://firmware.openbsd.org/firmware/7.1/SHA256.sig%0a%3c fw_update: added none; updated none; kept none%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 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 \%0a%3c com0: 115200 baud%0a%3c switching console to com0%0a%3c >> OpenBSD/amd64 BOOT 3.53%0a%3c boot>%0a%3c booting hd0a:/bsd: 15545624+3699720+346096+0+1171456 [1139546+128+1218000+922932]=0x16f02e8%0a%3c entry point at 0xffffffff81001000%0a%3c %0a%3c %0a%3c ...%0a%3c %0a%3c Automatic boot in progress: starting file system checks.%0a%3c /dev/sd0a (5f6d0b5c9f65249d.a): file system is clean; not checking%0a%3c /dev/sd0d (5f6d0b5c9f65249d.d): file system is clean; not checking%0a%3c /dev/sd1a (5fd28864f95e2a34.a): file system is clean; not checking%0a%3c /dev/sd0e (5f6d0b5c9f65249d.e): file system is clean; not checking%0a%3c /dev/sd0i (5f6d0b5c9f65249d.i): file system is clean; not checking%0a%3c pf enabled%0a%3c starting network%0a%3c reordering libraries: done.%0a%3c starting early daemons: syslogd pflogd nsd unbound ntpd.%0a%3c starting RPC daemons:.%0a%3c savecore: no core dump%0a%3c checking quotas: done.%0a%3c clearing /tmp%0a%3c kern.securelevel: 0 -> 1%0a%3c creating runtime link editor directory cache.%0a%3c preserving editor files.%0a%3c running rc.sysmerge%0a%3c ===> Updating /etc/changelist%0a%3c ===> Updating /etc/fbtab%0a%3c ===> Updating /etc/X11/xenodm/GiveConsole%0a%3c ===> Updating /etc/X11/xenodm/TakeConsole%0a%3c ===> Updating /etc/syslog.conf%0a%3c ===> Linking /etc/fonts/conf.d/10-hinting-slight.conf%0a%3c ===> Linking /etc/fonts/conf.d/11-lcdfilter-default.conf%0a%3c ===> Linking /etc/fonts/conf.d/45-generic.conf%0a%3c ===> Linking /etc/fonts/conf.d/60-generic.conf%0a%3c ---- /etc/login.conf unhandled, re-run sysmerge to merge the new version%0a%3c ---- /etc/newsyslog.conf unhandled, re-run sysmerge to merge the new version%0a%3c ---- /etc/ssh/sshd_config unhandled, re-run sysmerge to merge the new version%0a%3c starting network daemons: sshd relayd smtpd slowcgi httpd sndiod.%0a%3c running rc.firsttime%0a%3c fw_update: added none; updated none; kept intel%0a%3c Checking for available binary patches...%0a%3c %0a%3c ...%0a%3c %0a%3c Last login: Sun Jun 5 15:09:46 2022 from 172.56.16.57%0a%3c OpenBSD 7.1 (GENERIC) #443: Mon Apr 11 17:55:15 MDT 2022%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 %0a246a41,46%0a> Attach:upgrade68-1.png%0a> Attach:upgrade68-2.png%0a> Attach:upgrade68-3.png%0a> Attach:upgrade68-4.png%0a> Attach:upgrade68-5.png%0a> Attach:upgrade68-6.png%0a
32 host:1654472185=38.87.162.8
33 author:1654470669=jrmu
34 diff:1654470669:1654470537:=24,38c24,27%0a%3c INSTALL.amd64 100%25 |**********************************| 43495 00:00 %0a%3c base71.tgz 100%25 |***********************************| 330 MB 02:18 %0a%3c bsd 100%25 |***********************************| 22339 KB 00:15 %0a%3c bsd.mp 100%25 |***********************************| 22438 KB 00:12 %0a%3c bsd.rd 100%25 |***********************************| 4498 KB 00:04 %0a%3c comp71.tgz 100%25 |***********************************| 73366 KB 00:37 %0a%3c game71.tgz 100%25 |***********************************| 2744 KB 00:03 %0a%3c man71.tgz 100%25 |***********************************| 7601 KB 00:07 %0a%3c xbase71.tgz 100%25 |***********************************| 55182 KB 00:26 %0a%3c xfont71.tgz 100%25 |***********************************| 22965 KB 00:13 %0a%3c xserv71.tgz 100%25 |***********************************| 20117 KB 00:12 %0a%3c xshare71.tgz 100%25 |***********************************| 4544 KB 00:03 %0a%3c Verifying sets.%0a%3c Fetching updated firmware.%0a%3c Checking packages|Looking for intel-firmware%0a---%0a> INSTALL.amd64 100%25 |**********************************| 43495 00:00%0a> base71.tgz 100%25 |***********************************| 330 MB 02:18%0a> bsd 100%25 |***********************************| 22339 KB 00:15%0a> bsd.mp 16%25 |***** | 3712 KB 00:20 ETA%0a
35 host:1654470669=38.87.162.8
36 author:1654470537=jrmu
37 diff:1654470537:1654470382:=24,27c24,25%0a%3c INSTALL.amd64 100%25 |**********************************| 43495 00:00%0a%3c base71.tgz 100%25 |***********************************| 330 MB 02:18%0a%3c bsd 100%25 |***********************************| 22339 KB 00:15%0a%3c bsd.mp 16%25 |***** | 3712 KB 00:20 ETA%0a---%0a> INSTALL.amd64 100%25 |**********************************| 43495 00:00 %0a> base71.tgz 6%25 |** | 23424 KB 02:55 ETA%0a
38 host:1654470537=38.87.162.8
39 author:1654470382=jrmu
40 diff:1654470382:1654470349:=18,26d17%0a%3c %0a%3c [@%0a%3c $ doas sysupgrade%0a%3c Fetching from https://ftp.usa.openbsd.org/pub/OpenBSD/7.1/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 base71.tgz 6%25 |** | 23424 KB 02:55 ETA%0a%3c @]%0a
41 host:1654470382=38.87.162.8
42 author:1654470349=jrmu
43 diff:1654470349:1654467980:=
44 host:1654470349=38.87.162.8
45 author:1654467980=jrmu
46 diff:1654467980:1654467849:=9,11c9%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---%0a> Next, make sure to back up any files. Use [[Openbsd/dump|dump]] and [[Openbsd/restore|restore]].%0a
47 host:1654467980=38.87.162.8
48 author:1654467849=jrmu
49 diff:1654467849:1651559839:=1,7c1,7%0a%3c (:title OpenBSD 7.1 Sysupgrade Guide:)%0a%3c %0a%3c This is a quick upgrade guide for [[https://openbsd.org/71.html|OpenBSD 7.1]] 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/upgrade71.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.0@@, you need to upgrade. If it says @@7.1@@, or @@7.1-beta@@ you are on the most recent OS version.%0a---%0a> (:title OpenBSD 7.0 Sysupgrade Guide:)%0a> %0a> This is a quick upgrade guide for [[https://openbsd.org/70.html|OpenBSD 7.0]] 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/upgrade70.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 @@OpenBSD6.9@@, you need to upgrade. If it says @@7.0@@, or @@7.0-beta@@ you are on the most recent OS version.%0a
50 host:1654467849=38.87.162.8
51 author:1651559839=jrmu
52 diff:1651559839:1651559839:=1,59d0%0a%3c (:title OpenBSD 7.0 Sysupgrade Guide:)%0a%3c %0a%3c This is a quick upgrade guide for [[https://openbsd.org/70.html|OpenBSD 7.0]] 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/upgrade70.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 @@OpenBSD6.9@@, you need to upgrade. If it says @@7.0@@, or @@7.0-beta@@ you are on the most recent OS version.%0a%3c %0a%3c Next, make sure to back up any files. Use [[Openbsd/dump|dump]] and [[Openbsd/restore|restore]].%0a%3c %0a%3c [@%0a%3c $ doas sysupgrade%0a%3c @]%0a%3c %0a%3c The upgrade should begin automatically. You can view it in the [[Openbsd/cu|serial console]] for [[VPS/intro|VMM]] or in VNC for [[Openbsd/buyvm|BuyVM]].%0a%3c %0a%3c Attach:upgrade68-1.png%0a%3c Attach:upgrade68-2.png%0a%3c Attach:upgrade68-3.png%0a%3c Attach:upgrade68-4.png%0a%3c Attach:upgrade68-5.png%0a%3c Attach:upgrade68-6.png%0a%3c %0a%3c To check if installation succeeded:%0a%3c %0a%3c [@%0a%3c $ uname -a%0a%3c OpenBSD pear.my.domain 6.9 GENERIC.MP#98 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 Attach:upgrade68-7.png%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 -Uu%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
53 host:1651559839=38.87.162.154