Re: [Bacula-users] Problem with Bat and OpenSuse 11.1 (RPM)

2009-05-15 Thread Ulrich Walter
Am Freitag, 15. Mai 2009 07:12:16 schrieb Bruno Friedmann:

 Hi Ulrich,

 I'm only making suggestion (have not test it already)

 I think you should find a binary bat in /usr/lib(64)/bacula/
 If it's the case you could edit the /usr/sbin/bat wrapper script to point
 it to the real path of bat.

No, there isn't any binary of bat. The filelist displayed by the 
packagemanager (YaST) lists only the following files:

/etc/bacula
/etc/bacula/bat.conf
/usr/sbin/bat  (---The Wrapper)
/usr/share/applications/bat.desktop
/usr/share/man/man1/bat.1.gz
/usr/share/pixmaps/bat_icon.png


 Personnaly as I'm monitoring several server on different lan I've more than
 one bat.conf ( one for each dir ) so I aliased the binary and the conf for
 each

 alias bat-svr1='/usr/sbin/bat -c ~/.bacula/bat-svr1.conf'

 (In my case /usr/sbin/bat is the binary)

 Ulrich Walter wrote:
  Hello,
 
  I've just installed the RPM-Packages from the Bacula
  Download-Repositories (bacula-mysql and bacula-bat both version 3.0.1-1)
  for OpenSuse 11.1. I've edited the bat.conf with the same parameters as
  in the version 2.4.3 I am using on my laptop and like it has worked on
  the old machine where the same version 2.4.3 of bacula was installed.
 
  The old version of bat on my laptop works fine with the new bacula on my
  workstation.
 
 
  Now the problem:
 
  The old bacula-bat is a binary that works out-of-the-box.
  The new one brings me a message by starting on the CLI:
 
  /usr/sbin/bat: error: `/usr/sbin/.libs/bat' does not exist
  This script is just a wrapper for bat.
  See the libtool documentation for more information.
 
  I've installed the libtools from the OpenSuse-Repositories but it doesn't
  work.
  In my directory /usr/sbin/ the file .libs doesn't exist.
 
 
  Now the questions:
  What's the way to make the new version of bacula run on my workstation?
  Does anybody has a source to download a final RPM-Package that
  works out-of-the-box too?



-- 
Niemand käme auf die Idee, Tinte mit Tinte abzuwaschen
nur Blut soll immer wieder mit Blut abgewaschen werden.
-- Ebner-Eschenbach

Grüsse aussem Pott! - Uli

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with Bat and OpenSuse 11.1 (RPM)

2009-05-15 Thread Bruno Friedmann
Outch that's bad ...

Normally this week-end I've planned to build my own rpm from the Scot's spec
If I've the time  success I will contact you.

Perharps I can see where the binary bat is packaged ( inside another rpm like 
server or client )


Ulrich Walter wrote:
 Am Freitag, 15. Mai 2009 07:12:16 schrieb Bruno Friedmann:
 
 Hi Ulrich,

 I'm only making suggestion (have not test it already)

 I think you should find a binary bat in /usr/lib(64)/bacula/
 If it's the case you could edit the /usr/sbin/bat wrapper script to point
 it to the real path of bat.
 
 No, there isn't any binary of bat. The filelist displayed by the 
 packagemanager (YaST) lists only the following files:
 
 /etc/bacula
 /etc/bacula/bat.conf
 /usr/sbin/bat  (---The Wrapper)
 /usr/share/applications/bat.desktop
 /usr/share/man/man1/bat.1.gz
 /usr/share/pixmaps/bat_icon.png
 
 
 Personnaly as I'm monitoring several server on different lan I've more than
 one bat.conf ( one for each dir ) so I aliased the binary and the conf for
 each

 alias bat-svr1='/usr/sbin/bat -c ~/.bacula/bat-svr1.conf'

 (In my case /usr/sbin/bat is the binary)

 Ulrich Walter wrote:
 Hello,

 I've just installed the RPM-Packages from the Bacula
 Download-Repositories (bacula-mysql and bacula-bat both version 3.0.1-1)
 for OpenSuse 11.1. I've edited the bat.conf with the same parameters as
 in the version 2.4.3 I am using on my laptop and like it has worked on
 the old machine where the same version 2.4.3 of bacula was installed.

 The old version of bat on my laptop works fine with the new bacula on my
 workstation.


 Now the problem:

 The old bacula-bat is a binary that works out-of-the-box.
 The new one brings me a message by starting on the CLI:

 /usr/sbin/bat: error: `/usr/sbin/.libs/bat' does not exist
 This script is just a wrapper for bat.
 See the libtool documentation for more information.

 I've installed the libtools from the OpenSuse-Repositories but it doesn't
 work.
 In my directory /usr/sbin/ the file .libs doesn't exist.


 Now the questions:
 What's the way to make the new version of bacula run on my workstation?
 Does anybody has a source to download a final RPM-Package that
 works out-of-the-box too?
 
 
 


-- 

 Bruno Friedmann

Ioda-Net Sàrl
  2830 Vellerat - Switzerland

  Tél : ++41 32 435 7171
  Fax : ++41 32 435 7172
  gsm : ++41 78 802 6760
  www.ioda-net.ch

 Centre de Formation et de Coaching En Ligne
 www.cfcel.com

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with Bat and OpenSuse 11.1 (RPM)

2009-05-14 Thread Bruno Friedmann
Hi Ulrich,

I'm only making suggestion (have not test it already)

I think you should find a binary bat in /usr/lib(64)/bacula/
If it's the case you could edit the /usr/sbin/bat wrapper script to point it to 
the real path of bat.

Personnaly as I'm monitoring several server on different lan I've more than one 
bat.conf ( one for each dir )
so I aliased the binary and the conf for each

alias bat-svr1='/usr/sbin/bat -c ~/.bacula/bat-svr1.conf'

(In my case /usr/sbin/bat is the binary)


Ulrich Walter wrote:
 Hello,
 
 I've just installed the RPM-Packages from the Bacula Download-Repositories 
 (bacula-mysql and bacula-bat both version 3.0.1-1) for OpenSuse 11.1.
 I've edited the bat.conf with the same parameters as in the version 2.4.3 I 
 am 
 using on my laptop and like it has worked on the old machine where the same 
 version 2.4.3 of bacula was installed.
 
 The old version of bat on my laptop works fine with the new bacula on my 
 workstation.
 
 
 Now the problem:
 
 The old bacula-bat is a binary that works out-of-the-box.
 The new one brings me a message by starting on the CLI:
 
 /usr/sbin/bat: error: `/usr/sbin/.libs/bat' does not exist
 This script is just a wrapper for bat.
 See the libtool documentation for more information.
 
 I've installed the libtools from the OpenSuse-Repositories but it doesn't 
 work.
 In my directory /usr/sbin/ the file .libs doesn't exist.
 
 
 Now the questions:
 What's the way to make the new version of bacula run on my workstation?
 Does anybody has a source to download a final RPM-Package that 
 works out-of-the-box too? 
 
 


-- 

 Bruno Friedmann

Ioda-Net Sàrl
  2830 Vellerat - Switzerland

  Tél : ++41 32 435 7171
  Fax : ++41 32 435 7172
  gsm : ++41 78 802 6760
  www.ioda-net.ch

 Centre de Formation et de Coaching En Ligne
 www.cfcel.com

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users