Re: [Bacula-users] RPM on CentOS

2010-09-21 Thread Syn, Joonho
Thanks I actually ended up figuring this out myself. Turns out there is also a bug in the bacula-mtx spec file. That one is missing "%storage-daemon-user bacula" On 9/21/10 6:28 AM, "Martin Simmons" wrote: >> On Thu, 16 Sep 2010 10:33:47 -0700, Syn, Joonho said: >> >> for the bacula-bat

Re: [Bacula-users] RPM on CentOS

2010-09-21 Thread Martin Simmons
> On Thu, 16 Sep 2010 10:33:47 -0700, Syn, Joonho said: > > for the bacula-bat srpm i tried using > > $ rpmbuild --rebuild --define build_centos5 1 --define build_mysql 1 > bacula-bat-5.0.3-1.src.rpm > > and the package would build correctly but when i installed it with > $ rpm-ivh "packag

Re: [Bacula-users] RPM on CentOS

2010-09-16 Thread Syn, Joonho
for the bacula-bat srpm i tried using $ rpmbuild --rebuild --define build_centos5 1 --define build_mysql 1 bacula-bat-5.0.3-1.src.rpm and the package would build correctly but when i installed it with $ rpm-ivh "package name i got a couple weird errors: fg: no job control, and the other one ab

Re: [Bacula-users] RPM on CentOS

2010-09-15 Thread Machiel van Veen
On Wednesday 15 September 2010 04:05:29 pm Joseph L. Casale wrote: > >sudo rpmbuild -bb --define build_postgresql=1 --define "build_centos5 1" > > -- define rhel_version=501 bacula.spec > > Not only do you not need to unpack the srpm to get the the spec to build > from But you shouldn't at all bu

Re: [Bacula-users] RPM on CentOS

2010-09-15 Thread Joseph L. Casale
>sudo rpmbuild -bb --define build_postgresql=1 --define "build_centos5 1" -- >define rhel_version=501 bacula.spec Not only do you not need to unpack the srpm to get the the spec to build from But you shouldn't at all build as root? Use a buidroot [1]: $ rpmbuild --rebuild --define build_centos5=1

Re: [Bacula-users] RPM on CentOS

2010-09-15 Thread Machiel van Veen
On Wednesday 15 September 2010 01:31:04 pm Hugo Letemplier wrote: > Hi > I am trying to find some RPM's for Bacula on CentOS 5. > i found only for RedHat 7 can i use theses ones or do I need > absolutelly to use CentOS RPMs? > > I know that mostly it works between RH and CentOS rpm's but i want to

[Bacula-users] RPM on CentOS

2010-09-15 Thread Hugo Letemplier
Hi I am trying to find some RPM's for Bacula on CentOS 5. i found only for RedHat 7 can i use theses ones or do I need absolutelly to use CentOS RPMs? I know that mostly it works between RH and CentOS rpm's but i want to be sure to not have problems in the future. Could you tell me you experience