LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   OpenBSD 7.3 is released. (https://www.linuxquestions.org/questions/%2Absd-17/openbsd-7-3-is-released-4175723925/)

YesItsMe 04-10-2023 09:41 AM

OpenBSD 7.3 is released.
 
Here you go:
https://www.openbsd.org/73.html

Upgrading from 7.2:
https://www.openbsd.org/faq/upgrade73.html

Enjoy!

Random finding post-installation: pkg_add could fail because of Perl version mismatch:

Quote:

Socket.c: loadable library and perl binaries are mismatched
Solution: rm -rf /usr/local/libdata/perl5/*. If you're not sure, rename the folder instead.

fatmac 04-13-2023 06:50 AM

Tried your 'solution' on my newly installed 7.3 but the repository still has lots of missing programs when trying to add extra software, tried 2 days running.

(firefox-esr/firefox - mc - mpv - pysolfc).

Unfortunately 7.3 is (seems) 'broken', it installs OK, but can't install additional programs!

EDIT: Just to be clear, it seems like the repositories got changed between 7.3-BETA & 7.3 release, which caused the problems...

jmccue 04-13-2023 11:12 AM

Quote:

Originally Posted by fatmac (Post 6424240)
Tried your 'solution' on my newly installed 7.3 but the repository still has lots of missing programs when trying to add extra software, tried 2 days running.

(firefox-esr/firefox - mc - mpv - pysolfc).

Unfortunately 7.3 is 'broken', it installs OK, but can't install additional programs!

From my experience so far, OpenBSD 7.3 is not "broke" :)

The issue you are referring to seems to be firefox plus I guess mpv, that is a port and is maintained by a different group then OpenBSD core.

I am have no issues at all with firefox-esr, but I do not use mpv. I would guess it is a unveil issue or a security check failing. Check /etc/firefox-esr and maybe the ports doc in question in Directory /usr/local/share/doc/pkg-readmes

fatmac 04-13-2023 12:38 PM

The packages I am trying to install are usually in ftp.openbsd.org/pub/OpenBSD/7.3/packages/amd64/

/etc/installurl has https://cdn.openbsd.org/pub/OpenBSD

jmccue 04-13-2023 01:46 PM

https://cdn.openbsd.org/pub/OpenBSD

is what I have and I had no issues using 'pkg_add -u'.

But the upgrade did fail for 2 packages, I forgot what the were but the error was something like "package removed from repository". I just did a pkg_delete(1) on those 2 packages, re-did pkg_add(1) and all went well.

_blackhole_ 04-14-2023 03:22 AM

Jmccue, that's the norm with obsolete packages, post upgrade.

To clean up:
Code:

# pkg_delete -a
Also refer to pkg_check(8)

Though that perl issue looks like it could only be caused by a previous incomplete upgrade.

You always have to option to strip right back to base and reinstall.

fatmac 04-14-2023 05:28 AM

Tried....

/etc/resolve.conf - added a nameserver
ifconfig | grep AUTOCONF = ok
rcctl check dhcpleased = ok
rcctl check resolvd = ok
pkg_add -u = ok
pkg_check = ok
ping 8.8.8.8 = works
ping 199.185.178.80 = works (OpenBSD.org)

Problems with libcrypto & libssl = 'minor is too small'

Trying to add software = 'can't resolve'

_blackhole_ 04-14-2023 10:02 AM

You mention in the thread on daemonforums.org that you have 'can't resolve' errors.

( https://daemonforums.org/showthread.php?t=12393 )

Then you proceed to explicitly set PKG_PATH to override /etc/installurl

This, obviously, did not fix the problem - in fact it most likely created the next problem.

You mess around with nameservers, even adding the OpenBSD mirror as a nameserver...

Then you mention that
Code:

# pkg_add -u
actually worked?

Finally you have repository mismatch errors such as "minor is too small", so I would guess that you downloaded the wrong image to start with. i.e. what you downloaded and installed was not 7.3 amd64 as you seem to think.

I'm sorry, but based on this thread and the one on daemonforums.org, you just seem out of your depth.

fatmac 04-14-2023 12:43 PM

Quote:

Originally Posted by _blackhole_ (Post 6424519)
........

Finally you have repository mismatch errors such as "minor is too small", so I would guess that you downloaded the wrong image to start with. i.e. what you downloaded and installed was not 7.3 amd64 as you seem to think.

I'm sorry, but based on this thread and the one on daemonforums.org, you just seem out of your depth.

And now I believe I know what the problem is, & you are quite right, & I admit it, I was completely out of my depth with this problem - it seems that my '7.3' was in fact '7.3-BETA', & the repositories no longer worked with it....

Not exactly something one would think of! :D

Thanks for attempting to guide me through this problem all the same... :)

hitest 04-14-2023 09:13 PM

Just got home from holidays. OpenBSD 7.3 up and running. Set-up and package installation was smooth as silk. Many thanks to Theo and the developers.

Code:

bsd$ uname -a
OpenBSD bsd.darkstar.home 7.3 GENERIC.MP#1125 amd6


Petols 04-15-2023 10:02 AM

7.3 crashes for me in VirtualBox.

Works in VMware.

YesItsMe 04-16-2023 12:39 PM

Which part of it crashes?

Petols 04-16-2023 12:57 PM

Quote:

Originally Posted by YesItsMe (Post 6425016)
Which part of it crashes?

The install, when it begins to install the sets.

TheTKS 04-16-2023 02:12 PM

OpenBSD 7.3 arm64 installed successfully on a Raspberry Pi 4 onto a USB SSD (Samsung T7.) A change from installation onto SD card in an SD/USB adaptor as I've always done before on my RPis. It's nicely faster than 7.2 on the SD card.

Booting handled by U Boot on a micro SD card in the Pi's SD card slot.

Installation went smoothly. Two observations:

- The installer didn't include an option to enable xenodm. That has been included in the installer in the past, but I don't remember if that was only in the amd64 version or also in the arm64 version. I added that after to /etc/rc.conf.local.

- I was considering doing full disk encryption (not needed, just to give it a try), but although I decided against it, on reading I saw that guided FDE is in the installer for some architectures, but not in arm64 yet.

The only package I've added so far is another text editor (no DE yet, will give fvwm a try for awhile), so no reports on how packages are working.

TKS

DracoSentien 04-17-2023 12:18 PM

Quote:

Originally Posted by TheTKS (Post 6425042)
OpenBSD 7.3 arm64 installed successfully on a Raspberry Pi 4 onto a USB SSD (Samsung T7.) A change from installation onto SD card in an SD/USB adaptor as I've always done before on my RPis. It's nicely faster than 7.2 on the SD card.



TKS

It should be faster for everyone or most because of SMP improvements and other syscall changes or improvements. It is faster on my laptop for sure.


All times are GMT -5. The time now is 02:20 AM.