Re: [Bacula-users] Odd postgreSQL error

2024-11-14 Thread B. Smith
Thank you! Mystery solved, I suppose. On Thu, Nov 14, 2024 at 6:28 AM Martin Simmons wrote: > The problem is that you have installed a copy of llvm15 that was compiled > for > FreeBSD 13.3 ("FreeBSD_version: 1303001" in the pkg info). That depends on > the new symbol _ZNSt3__122__libcpp_verbos

Re: [Bacula-users] Odd postgreSQL error

2024-11-14 Thread Martin Simmons
The problem is that you have installed a copy of llvm15 that was compiled for FreeBSD 13.3 ("FreeBSD_version: 1303001" in the pkg info). That depends on the new symbol _ZNSt3__122__libcpp_verbose_abortEPKcz from the FreeBSD 13.3 version of /usr/lib/libc++.so.1, but your jail will have the FreeBSD

Re: [Bacula-users] Odd postgreSQL error

2024-11-13 Thread B. Smith
Sudo pkg check -s found no issues. Here is the pkg info and ldd outputs: # pkg info llvm15 llvm15-15.0.7_10 Name : llvm15 Version: 15.0.7_10 Installed on : Shared Libs required: libzstd.so.1 libpython3.11.so.1.0 liblua-5.3.so libedit.so.0 Shared

Re: [Bacula-users] Odd postgreSQL error

2024-11-13 Thread Martin Simmons
What is the output of these commands in the jail? pkg info llvm15 ldd /usr/local/llvm15/lib/libLLVM-15.so __Martin > On Tue, 12 Nov 2024 17:19:34 -0500, B Smith said: > > Yes, I should probably upgrade it to 13.4. I'm slow to upgrade my jails > when they are functioning well and they are

Re: [Bacula-users] Odd postgreSQL error

2024-11-12 Thread Dan Langille
On Tue, Nov 12, 2024, at 5:19 PM, B. Smith wrote: > Yes, I should probably upgrade it to 13.4. I'm slow to upgrade my jails when > they are functioning well and they are single-task with no outward-facing > components (i.e., the Bacula jail is only for running Bacula). > > I should have mentione

Re: [Bacula-users] Odd postgreSQL error

2024-11-12 Thread Dan Langille
On Tue, Nov 12, 2024, at 4:13 PM, B. Smith wrote: > Hi, > > I'm running Bacula in a FreeBSD 13.2 jail under TrueNAS Core. This weekend > all my backups proceeded fine, but I noticed that a backup that should have > been suspended started up, so I stopped the job. A few other incremental > job

Re: [Bacula-users] Odd postgreSQL error

2024-11-12 Thread B. Smith
Yes, I should probably upgrade it to 13.4. I'm slow to upgrade my jails when they are functioning well and they are single-task with no outward-facing components (i.e., the Bacula jail is only for running Bacula). I should have mentioned in my original email that the library is still there. It was

[Bacula-users] Odd postgreSQL error

2024-11-12 Thread B. Smith
Hi, I'm running Bacula in a FreeBSD 13.2 jail under TrueNAS Core. This weekend all my backups proceeded fine, but I noticed that a backup that should have been suspended started up, so I stopped the job. A few other incremental jobs ran without incident, but then I got an error in a job after tho