SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
CentOS yum install with PostgreSQL database on another syste
Author Message
Post CentOS yum install with PostgreSQL database on another syste 
Is there a yum-way (or RPM) to install bacula-director and
bacula-storage on a system when the database (Pg) is on another system?

Yum keeps wanting to install postgresql-server as a dependency.



\\||/
Rod
--

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post CentOS yum install with PostgreSQL database on another syste 
On 03/09/10 18:37, Roderick A. Anderson wrote:
Is there a yum-way (or RPM) to install bacula-director and
bacula-storage on a system when the database (Pg) is on another system?

Yum keeps wanting to install postgresql-server as a dependency.

I don't think you can do it without installing the database as well.
But nothing says you have to actually fire the db up and use it.


--
Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
alaric < at > caerllewys.net alaric < at > metrocast.net phil < at > co.ordinate.org
Renaissance Man, Unix ronin, Perl hacker, Free Stater
It's not the years, it's the mileage.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post CentOS yum install with PostgreSQL database on another syste 
On 10.3.2010 1:37, Roderick A. Anderson wrote:
Is there a yum-way (or RPM) to install bacula-director and
bacula-storage on a system when the database (Pg) is on another system?

Yum keeps wanting to install postgresql-server as a dependency.


This is apparently a question on CentOS developers. Bacula project has
no powers into the matter.

Easy solution: install the postgresql but disable it. Takes some disk
but otherwise harmless.

Pretty dumb dependency though.

--
http://www.iki.fi/jarif/

Q: How many Zen masters does it take to screw in a light bulb?
A: None. The Universe spins the bulb, and the Zen master stays out
of the way.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post CentOS yum install with PostgreSQL database on another syste 
Roderick A. Anderson wrote:
Is there a yum-way (or RPM) to install bacula-director and
bacula-storage on a system when the database (Pg) is on another system?

Yum keeps wanting to install postgresql-server as a dependency.

Thanks Phil and Jari for the ideas.

Did some more thinking and looking and found a source RPM for 5.0.0-1.
It didn't build the packages, probably because of some error the flew by
before I had a chance to catch it. Piped to less next try.

The source RPM was by D. Scott Barninger but I can't remember which
site/repo I got it from (a week or so ago when I first started on this
trek.)

I'm thinking I might be going the source route if this doesn't flow
smoother soon.


Rod
--



\\||/
Rod


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post CentOS yum install with PostgreSQL database on another syste 
This is apparently a question on CentOS developers. Bacula project has
no powers into the matter.

As far as I know, an rpm's dependency is well, derived by he who writes
spec. devel for building, but server for install? Maybe the spec needs
fixing.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post CentOS yum install with PostgreSQL database on another syste 
On 03/09/10 19:10, Jari Fredriksson wrote:
On 10.3.2010 1:37, Roderick A. Anderson wrote:
Is there a yum-way (or RPM) to install bacula-director and
bacula-storage on a system when the database (Pg) is on another system?

Yum keeps wanting to install postgresql-server as a dependency.


This is apparently a question on CentOS developers. Bacula project has
no powers into the matter.

Easy solution: install the postgresql but disable it. Takes some disk
but otherwise harmless.

Pretty dumb dependency though.

Actually, no, it's not. Both of those packages have dependencies upon,
or include tools that have dependencies upon, the applicable database
package. In the normal case, you hopefully won't need them, but if (for
instance) you ever need to regenerate a catalog from volumes with bscan,
well .... bscan needs to be able to talk to the DB.


--
Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
alaric < at > caerllewys.net alaric < at > metrocast.net phil < at > co.ordinate.org
Renaissance Man, Unix ronin, Perl hacker, Free Stater
It's not the years, it's the mileage.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post CentOS yum install with PostgreSQL database on another syste 
From: Roderick A. Anderson <raanders < at > cyber-office.net>
Is there a yum-way (or RPM) to install bacula-director and
bacula-storage on a system when the database (Pg) is on another system?
Yum keeps wanting to install postgresql-server as a dependency.

Otherwise, install with rpm --nodeps...

JD




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post CentOS yum install with PostgreSQL database on another syste 
On Tue, 09 Mar 2010 21:37:56 -0500, Phil Stracchino said:

On 03/09/10 19:10, Jari Fredriksson wrote:
On 10.3.2010 1:37, Roderick A. Anderson wrote:
Is there a yum-way (or RPM) to install bacula-director and
bacula-storage on a system when the database (Pg) is on another system?

Yum keeps wanting to install postgresql-server as a dependency.


This is apparently a question on CentOS developers. Bacula project has
no powers into the matter.

Easy solution: install the postgresql but disable it. Takes some disk
but otherwise harmless.

Pretty dumb dependency though.

Actually, no, it's not. Both of those packages have dependencies upon,
or include tools that have dependencies upon, the applicable database
package. In the normal case, you hopefully won't need them, but if (for
instance) you ever need to regenerate a catalog from volumes with bscan,
well .... bscan needs to be able to talk to the DB.

Which server things does it need? It should be just the client libs and tools
like psql (assuming they are packaged separately from the server).

__Martin

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Post CentOS yum install with PostgreSQL database on another syste 
Thomas Bennett wrote:
Are there not more than one bacula packages? On Fedora using yum you can
choose which build and the name of the build basically indicates the
dependency if it is a database.


yum search bacula

Thanks Thomas

Been there, done that and have several tee-shirts.

bacula-director-common.x86_64 : Common Bacula Director files
bacula-director-mysql.x86_64 : Bacula Director with MySQL database support
bacula-director-postgresql.x86_64 : Bacula Director with PostgresSQL database
support
bacula-director-sqlite.x86_64 : Bacula Director with sqlite database support
bacula-storage-common.x86_64 : Common Bacula storage daemon files
bacula-storage-mysql.x86_64 : MySQL Bacula storage daemon files
bacula-storage-postgresql.x86_64 : Common Bacula storage daemon files
bacula-storage-sqlite.x86_64 : SQLite Bacula storage daemon files

yum install bacula-common bacula-director-postgresql
bacula-storage-postgresql --enablerepo=epel

** Then a more careful look shows me this is for Version 2.0.3 ***

Installing:
bacula-client i386 2.0.3-10.el5 epel 568 k
bacula-common i386 2.0.3-10.el5 epel 354 k
bacula-director-postgresql i386 2.0.3-10.el5 epel 832 k
bacula-storage-postgresql i386 2.0.3-10.el5 epel 364 k
Installing for dependencies:
bacula-director-common i386 2.0.3-10.el5 epel 169 k
bacula-storage-common i386 2.0.3-10.el5 epel 1.6 M
fedora-usermgmt noarch 0.8.91-1.el5 epel 6.6 k
fedora-usermgmt-core noarch 0.8.91-1.el5 epel 7.6 k
fedora-usermgmt-default-fedora-setup noarch 0.8.91-1.el5 epel 6.6 k
fedora-usermgmt-shadow-utils noarch 0.8.91-1.el5 epel 7.4 k
postgresql-server i386 8.1.18-2.el5_4.1 updates 3.8 M

And ... I'm running PostgreSQL 8.3 and 8.4 on their own. Plus there is
a postgresql package with "client programs".

I'm off to explore other options e.g. install from source. To get a
more recent version. I prefer packages as "Bus Insurance" so I'll look
into how to make the RPMs while at it.


\\||/
Rod
--


Thomas

On Tuesday 09 March 2010 18:37:08 Roderick A. Anderson wrote:
Is there a yum-way (or RPM) to install bacula-director and
bacula-storage on a system when the database (Pg) is on another system?

Yum keeps wanting to install postgresql-server as a dependency.



\\||/
Rod




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB