Discussion:
[Bacula-users] Bacula Release 9.0.1
Kern Sibbald
2017-07-14 20:58:26 UTC
Permalink
Hello,

We are pleased to announce that we have just released Bacula version 9.0.1

This version is a minor bug fix release that mainly adds the omitted
files for the tray-monitor. It also fixes the lzo4 compilation for 32
bit big endian architectures.

Thanks for using Bacula.

=============== Release Notes ================
Release Notes for Bacula 9.0.1

This is a minor bug fix release that mainly to include the new
tray-monitor files that were omitted. The tray-monitor now builds
and runs at least on Ubuntu Linux.

12Jul17
- Remove two incorrect trailing commas in bsock.h
- Fix bug #2293 bad big endian detection in lz4.c
- Add new tray-monitor files that were omitted in the backport from
Enterprise
- bvfs: Do not insert deleted directories in PathVisibility table
- Fix compilation for Debian Stretch with GCC 6.3

Bugs fixed/closed since last release:
2293
Randy Katz
2017-07-15 04:09:13 UTC
Permalink
Ok, it compiled, installed and is running under CentOS 6.9, had to
install libacl-devel.
Post by Kern Sibbald
Hello,
We are pleased to announce that we have just released Bacula version 9.0.1
This version is a minor bug fix release that mainly adds the omitted
files for the tray-monitor.  It also fixes the lzo4 compilation for 32
bit big endian architectures.
Thanks for using Bacula.
=============== Release Notes ================
               Release Notes for Bacula 9.0.1
This is a minor bug fix release that mainly to include the new
tray-monitor files that were omitted. The tray-monitor now builds
and runs at least on Ubuntu Linux.
12Jul17
 - Remove two incorrect trailing commas in bsock.h
 - Fix bug #2293 bad big endian detection in lz4.c
 - Add new tray-monitor files that were omitted in the backport from
Enterprise
 - bvfs: Do not insert deleted directories in PathVisibility table
 - Fix compilation for Debian Stretch with GCC 6.3
2293
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
https://lists.sourceforge.net/lists/listinfo/bacula-users
Kern Sibbald
2017-07-15 12:54:49 UTC
Permalink
Great, thanks for the feedback.

Kern
Post by Randy Katz
Ok, it compiled, installed and is running under CentOS 6.9, had to
install libacl-devel.
Post by Kern Sibbald
Hello,
We are pleased to announce that we have just released Bacula version 9.0.1
This version is a minor bug fix release that mainly adds the omitted
files for the tray-monitor. It also fixes the lzo4 compilation for
32 bit big endian architectures.
Thanks for using Bacula.
=============== Release Notes ================
Release Notes for Bacula 9.0.1
This is a minor bug fix release that mainly to include the new
tray-monitor files that were omitted. The tray-monitor now builds
and runs at least on Ubuntu Linux.
12Jul17
- Remove two incorrect trailing commas in bsock.h
- Fix bug #2293 bad big endian detection in lz4.c
- Add new tray-monitor files that were omitted in the backport from
Enterprise
- bvfs: Do not insert deleted directories in PathVisibility table
- Fix compilation for Debian Stretch with GCC 6.3
2293
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
https://lists.sourceforge.net/lists/listinfo/bacula-users
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
https://lists.sourceforge.net/lists/listinfo/bacula-users
m***@uphs.upenn.edu
2017-07-18 21:25:25 UTC
Permalink
In the message dated: Fri, 14 Jul 2017 22:58:26 +0200,
The pithy ruminations from Kern Sibbald on
<[Bacula-users] Bacula Release 9.0.1> were:
=> Hello,
=>
=> We are pleased to announce that we have just released Bacula version 9.0.1

What is the minimum PostgreSQL version required for Bacula 9.0.1?

I'm attempting to build Bacula under CentOS 6.9, using the
distribution-provided PostgreSQL 8.4, and the build is failing with
the error:

postgresql.c: In member function ?virtual bool BDB_POSTGRESQL::bdb_open_database(JCR*)?:
postgresql.c:281: error: ?PQconnectdbParams? was not declared in this scope

The Bacula manual states that PostgreSQL "version 7.4 or later"
is supported, but the function PQconnectdbParams seems to have been
introduced with PostgreSQL 9.0

Thanks,

Mark
--
Mark Bergman voice: 215-746-4061
***@uphs.upenn.edu fax: 215-614-0266
https://www.cbica.upenn.edu/
IT Technical Director, Center for Biomedical Image Computing and Analytics
Department of Radiology University of Pennsylvania
PGP Key: https://www.cbica.upenn.edu/sbia/bergman
Dan Langille
2017-07-19 12:03:54 UTC
Permalink
Post by m***@uphs.upenn.edu
In the message dated: Fri, 14 Jul 2017 22:58:26 +0200,
The pithy ruminations from Kern Sibbald on
=> Hello,
=>
=> We are pleased to announce that we have just released Bacula version 9.0.1
What is the minimum PostgreSQL version required for Bacula 9.0.1?
I'm attempting to build Bacula under CentOS 6.9, using the
distribution-provided PostgreSQL 8.4, and the build is failing with
postgresql.c:281: error: ?PQconnectdbParams? was not declared in this scope
The Bacula manual states that PostgreSQL "version 7.4 or later"
is supported, but the function PQconnectdbParams seems to have been
introduced with PostgreSQL 9.0
I know I am not answering your question, but I think it is moot with respect to the version you are attempting to use.

PostgreSQL 8.4 was end-of-life in July 2014 : https://www.postgresql.org/support/versioning/ <https://www.postgresql.org/support/versioning/>

It is no longer receiving any maintenance or security updates. I recommend upgrading.
--
Dan Langille - BSDCan / PGCon
***@langille.org <mailto:***@langille.org>
Dan Langille
2017-07-19 12:28:21 UTC
Permalink
Post by m***@uphs.upenn.edu
In the message dated: Fri, 14 Jul 2017 22:58:26 +0200,
The pithy ruminations from Kern Sibbald on
=> Hello,
=>
=> We are pleased to announce that we have just released Bacula version 9.0.1
What is the minimum PostgreSQL version required for Bacula 9.0.1?
I'm attempting to build Bacula under CentOS 6.9, using the
distribution-provided PostgreSQL 8.4, and the build is failing with
postgresql.c:281: error: ?PQconnectdbParams? was not declared in this scope
The Bacula manual states that PostgreSQL "version 7.4 or later"
is supported, but the function PQconnectdbParams seems to have been
introduced with PostgreSQL 9.0
I know I am not answering your question, but I think it is moot with respect to the version you are attempting to use.

PostgreSQL 8.4 was end-of-life in July 2014 : https://www.postgresql.org/support/versioning/ <https://www.postgresql.org/support/versioning/>

It is no longer receiving any maintenance or security updates. I recommend upgrading.
--
Dan Langille - BSDCan / PGCon
***@langille.org <mailto:***@langille.org>
Continue reading on narkive:
Loading...