Opened 2 months ago
Last modified 2 months ago
#5803 new defect
Setup new bessie on osgeo8
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | Website Management, Bots |
Component: | QA/buildbots | Version: | master |
Keywords: | Cc: |
Description
I've started setting up a new bessie on osgeo8. I had some obstacles getting the networking to work, so had to add static ip and route.
I'll figure that out later.
But anyway I think I'm about 80% done with her. This new bessie is freebsd 14.1 — used this VM image to setup https://download.freebsd.org/ftp/releases/VM-IMAGES/14.1-RELEASE/amd64/Latest/FreeBSD-14.1-RELEASE-amd64-zfs.qcow2.xz
Old bessie is no longer functional, cause she's too old to be able to cleanly install openjdk17 (what is installed on debbie and the berries)
When I'm done with her you should be able to access her via
ssh jenkins@osgeo8-bessie
Change History (3)
comment:1 by , 2 months ago
comment:2 by , 2 months ago
Okay I think I might have figured out the issue, it's so annoying.
I tried to install PostgreSQL 17, but installing GDAL removed it cause GDAL 3.9.2 was compiled against PostgreSQL 16 client. And if I try to install GDAL, it removes PostgreSQL 17
So anyway just living with 16 as follows
pkg install postgresql16-server postgresql16-contrib gdal
I'm going to rerun on server in a bit, but hopping into bessie and running the last regress seemed to work.
I have pramsey, strk, cvvergara keys installed in jenkins account (planning to eventually use for pgrouting as well). So to hop in as mentioned its.
ssh jenkins@osgeo8-bessie
Following instructions in - https://wiki.osgeo.org/wiki/SAC_Service_Status#Logging_into_LXD_Containers_and_VMs
I'll close this as soon as I have a clean regress via jenkins.
comment:3 by , 2 months ago
Forgot to mention, I haven't figured out how to install LXD agent on freebsd seems a bit complicated. As such doing
lxc exec bessie bash
doesn't work. I can only do it via lxc console.
I have all dependencies installed on new bessie but sadly she's failing on regrssion testing
perhaps plpgsql needs to be installed separately like I need a postgresql-contrib