OVH Cloud - FreeBSD is utterly broken and running an EOL version (10.1)
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

OVH Cloud - FreeBSD is utterly broken and running an EOL version (10.1)

by
PaulW
Created on 2020-05-09 21:10:18 (edited on 2024-09-04 14:25:12) in Public Cloud

Hey guys just to let you know, the FreeBSD images for the public cloud are utterly broken, basically OVH has shoved in binaries from a different version of freebsd and not upgraded correctly, meaning both ports and pkg's will not work.

The fix for this is to buildworld for 10.1 https://www.freebsd.org/doc/handbook/makeworld.html and then installing that, afterwards sync the sources for 11.4 and build/install that make sure to follow all normal upgrade steps, mergemaster etc...

Then you could continue with 11.4 or upgrade to 12.1 (which is the current release)


2 Replies ( Latest reply on 2020-05-15 18:10:27 by
ChrisM
)

You can test this by creating a sandbox FreeBSD box and yes well ... trying to install anything :)

Note to OVH: If you are unsure how to actually get a correctly built freebsd image, drop me a message I would happily put one together for you

hello
anyone here ?

Hey there, it is usually better to simply ask a question :)

As it turns out you can actually get out of this little problem with freebsd-update -r 12.1-RELEASE upgrade ... however build world will fail without creating a fake swap using mdconfig -a -t vnode (2G does it) - this is for the smallest sandbox

As for fixing package you can fix it by force installing pkg from the freebsd 10.1 package repository and forcing it to re-initilize, though that obviously does not get rid of the problem the entire OS is effectively EOL for 10.1

Nice to know someone is watching the FreeBSD builds, have you checked Ubuntu 20.04 yet?

Replies are currently disabled for this question.