Re: [Bacula-users] CentOS yum install with PostgreSQL database on another system

2010-03-10 Thread John Doe
From: Roderick A. Anderson raand...@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#174; 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] CentOS yum install with PostgreSQL database on another system

2010-03-10 Thread Martin Simmons
 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#174; 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] CentOS yum install with PostgreSQL database on another system

2010-03-10 Thread Thomas Bennett

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

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


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
 

-- 
==
Thomas McMillan Grant Bennett   Appalachian State University
Operations  Systems AnalystP O Box 32026
University LibraryBoone, North Carolina 28608
(828) 262 6587

Library Systems Help Desk: https://www.library.appstate.edu/help/
==

--
Download Intel#174; 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] CentOS yum install with PostgreSQL database on another system

2010-03-09 Thread Roderick A. Anderson
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#174; 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] CentOS yum install with PostgreSQL database on another system

2010-03-09 Thread Phil Stracchino
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
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.

--
Download Intel#174; 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] CentOS yum install with PostgreSQL database on another system

2010-03-09 Thread Roderick A. Anderson
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#174; 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] CentOS yum install with PostgreSQL database on another system

2010-03-09 Thread Joseph L. Casale
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#174; 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] CentOS yum install with PostgreSQL database on another system

2010-03-09 Thread Phil Stracchino
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
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.

--
Download Intel#174; 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users