Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread Masopust, Christian

Hello,

a while ago i already sent a modified check_bacula.tgz to Kern
(the changes to check_bacula were neccessary as there are some
changes in authentication) so that he could add it to the 2.0.x
distribution (i think it was a week after 2.0.0 came out).
i don't know if it has been already added to 2.0.x (yes i know
this is sure not one thing on top of Kern's list :-))) .

anyway the instructions you already found in the archive still
apply in building check_bacula (as i'm no autoconf/automake specialist
 i don't have another option in building it... maybe there is someone
who could have a look at this)

christian

p.s.: if anyone is still interested in check_bacula, i could send you
  the modified sources.


--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Arno Lehmann
> Sent: Tuesday, March 06, 2007 12:41 PM
> To: bacula-users
> Subject: Re: [Bacula-users] nagios check_bacula plugin and 
> Bacula 2.0.1
> 
> Hello,
> 
> On 3/5/2007 10:44 PM, DAve wrote:
> > We are still fighting with Windows Fd connection issues. I 
> would like to 
> > use the check_bacula plugin to monitor my Fds. Either 
> nagios will keep 
> > the client firewall open, or prove the issue is not Bacula 
> (to my senior 
> > sysadmin).
> 
> Hmm... but a connection closing problem would not be solved 
> by this, I 
> think. A router usually tracks the TCP connection, and thus your 
> monitoring connection would not affect the FD connection 
> issues with the 
> DIR or SD.
> 
> > I had lots of problems building at first but found most of 
> the solution 
> > in the archives. I followed the instructions from this thread,
> > 
> > 
> http://article.gmane.org/gmane.comp.bacula.user/26619/match=ch
> eck+bacula
> > 
> http://article.gmane.org/gmane.comp.bacula.user/27144/match=ch
> eck+bacula
> 
> Oh god... that one really is difficult. I would really like to see 
> Christian working on the source, and someone - at least not 
> me - on the 
> build system :-o
> 
> > check_bacula nearly compiles but fails with the following error,
> > 
> > ==>Entering directory /usr/local/src/bacula-2.0.1/src/check_bacula
> > /usr/bin/g++   -c -I/usr/local/include -fno-strict-aliasing 
> > -fno-exceptions -fno-rtti  -I. -I..  -g -O2 -Wall 
> -fno-strict-aliasing 
> > -fno-exceptions -fno-rtti check_bacula.c
> > /usr/bin/g++   -c -I/usr/local/include -fno-strict-aliasing 
> > -fno-exceptions -fno-rtti  -I. -I..  -g -O2 -Wall 
> -fno-strict-aliasing 
> > -fno-exceptions -fno-rtti authenticate.c
> > /usr/bin/g++ -O  -L../lib -L../cats -o check_bacula check_bacula.o 
> > authenticate.o   -lbac -lm -lpthread
> > check_bacula.o(.text+0x1c): In function `usage':
> > /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:58: 
> > undefined reference to `gettext'
> > check_bacula.o(.text+0x433): In function `main':
> > /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:110: 
> > undefined reference to `libintl_textdomain'
> > ../lib/libbac.a(bsys.o)(.text+0x1d4): In function 
> `b_malloc(char const*, 
> > int, unsigned int)':
> > /usr/local/src/bacula-2.0.1/src/lib/bsys.c:221: undefined 
> reference to 
> > `gettext'
> > ../lib/libbac.a(bsys.o)(.text+0x27b): In function `brealloc(void*, 
> > unsigned int)':
> > /usr/local/src/bacula-2.0.1/src/lib/bsys.c:244: undefined 
> reference to 
> > `gettext'
> > ../lib/libbac.a(bsys.o)(.text+0x30b): In function 
> `bcalloc(unsigned int, 
> > unsigned int)':
> > /usr/local/src/bacula-2.0.1/src/lib/bsys.c:257: undefined 
> reference to 
> > `gettext'
> > ../lib/libbac.a(bsys.o)(.text+0x38f): In function 
> `_p(pthread_mutex**)':
> > ../lib/berrno.h:87: undefined reference to `gettext'
> > ../lib/libbac.a(bsys.o)(.text+0x41b): In function 
> `_v(pthread_mutex**)':
> > ../lib/berrno.h:87: undefined reference to `gettext'
> > 
> ../lib/libbac.a(bsys.o)(.text+0x4a0):/usr/local/src/bacula-2.0
> .1/src/lib/bsys.c:365: 
> > more undefined references to `gettext' follow
> > *** Error code 1
> > 
> > Stop in /usr/local/src/bacula-2.0.1/src/check_bacula.
> > 
> > 
> >== Error in 
> /usr/local/src/bacula-2.0.1/src/check_bacula ==
> > 
> > 
> > This is on FreeBSD 5.4, not a port, unpached, unmolested 
> Bacula source. 
> > Built with noting but ./configure --with-mysql=/usr/local
> > Anyone got a solution?
> 
> Not a solution, only a hint from a non-programmer.
> 
> This is all related to the gettext stuff, so you might need 
> to include 
> the path to the relevant libraries and header files into your 
> makefile. 
> Don't ask me for details, though - I have no iea where on a FreeBSD 
> system you would expect them, why the ./configure script doesn't pick 
> them up, and where in the makefile to add the information.
> 
> Hope you get this working,
> 
> Arno
> 
> > Thanks,
> > 
> > DAve

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread Masopust, Christian
> 
> Maybe I am doing something wrong, but the source you sent 
> fails as well.
> Sightly different output, but still a gettext issue it would 
> seem. I did
> double check, gettext and lintl are installed and working.
> 
> ==>Entering directory /usr/local/src/bacula-2.0.1/src/check_bacula
> /usr/bin/g++   -c -I/usr/local/include -fno-strict-aliasing
> -fno-exceptions -fno-rtti  -I. -I..  -g -O2 -Wall -fno-strict-aliasing
> -fno-exceptions -fno-rtti check_bacula.c
> /usr/bin/g++   -c -I/usr/local/include -fno-strict-aliasing
> -fno-exceptions -fno-rtti  -I. -I..  -g -O2 -Wall -fno-strict-aliasing
> -fno-exceptions -fno-rtti authenticate.c
> /usr/bin/g++ -O  -L../lib -L../cats -o check_bacula check_bacula.o
> authenticate.o   -lbac -lm -lpthread
> check_bacula.o(.text+0x1c): In function `usage':
> /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:58:
> undefined reference to `gettext'
> check_bacula.o(.text+0x463): In function `main':
> /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:110:
> undefined reference to `libintl_textdomain'
> ../lib/libbac.a(bsys.o)(.text+0x1d4): In function 
> `b_malloc(char const*,
> int, unsigned int)':
> /usr/local/src/bacula-2.0.1/src/lib/bsys.c:221: undefined reference to
> `gettext'
> ../lib/libbac.a(bsys.o)(.text+0x27b): In function `brealloc(void*,
> unsigned int)':
> /usr/local/src/bacula-2.0.1/src/lib/bsys.c:244: undefined reference to
> `gettext'
> ../lib/libbac.a(bsys.o)(.text+0x30b): In function 
> `bcalloc(unsigned int,
> unsigned int)':
> /usr/local/src/bacula-2.0.1/src/lib/bsys.c:257: undefined reference to
> `gettext'
> ../lib/libbac.a(bsys.o)(.text+0x38f): In function 
> `_p(pthread_mutex**)':
> ../lib/berrno.h:87: undefined reference to `gettext'
> ../lib/libbac.a(bsys.o)(.text+0x41b): In function 
> `_v(pthread_mutex**)':
> ../lib/berrno.h:87: undefined reference to `gettext'
> ../lib/libbac.a(bsys.o)(.text+0x4a0):/usr/local/src/bacula-2.0
> .1/src/lib/bsys.c:365: 
> 
> more undefined references to `gettext' follow
> *** Error code 1
> 
> Stop in /usr/local/src/bacula-2.0.1/src/check_bacula.
> 

Hello Dave,

seems that something during configure went wrong... when looking
at your protocol... compile does it fine when adding /usr/local/include
to the include-path, but when linking check_bacula the order "-L 
/usr/local/lib" 
is missing  (this is, in your case, where the libraries for gettext are 
installed)

Chris


> 
>== Error in /usr/local/src/bacula-2.0.1/src/check_bacula ==
> 
> Getext is installed,
> 
> /usr/local/bin/gettext
> /usr/local/bin/gettext.sh
> /usr/local/bin/gettextize
> /usr/local/bin/ngettext
> /usr/local/bin/xgettext
> /usr/local/include/gettext-po.h
> /usr/local/lib/gettext
> /usr/local/lib/libgettextlib-0.14.1.so
> /usr/local/lib/libgettextlib.a
> /usr/local/lib/libgettextlib.so
> /usr/local/lib/libgettextpo.a
> /usr/local/lib/libgettextpo.so
> /usr/local/lib/libgettextpo.so.1
> /usr/local/lib/libgettextsrc-0.14.1.so
> /usr/local/lib/libgettextsrc.so
> 
> /usr/local/include/libintl.h
> /usr/local/lib/libintl.a
> /usr/local/lib/libintl.so
> /usr/local/lib/libintl.so.6
> 
> 
> DAve
> 
> 
> -- 
> Three years now I've asked Google why they don't have a
> logo change for Memorial Day. Why do they choose to do logos
> for other non-international holidays, but nothing for
> Veterans?
> 
> Maybe they forgot who made that choice possible.
> 
> 
> --
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the 
> chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
> &CID=DEVDEV
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread Masopust, Christian

> > /usr/bin/g++ -O  -L../lib -L../cats -o check_bacula check_bacula.o
> > authenticate.o   -lbac -lm -lpthread
> > check_bacula.o(.text+0x1c): In function `usage':
> > /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:58:
> > undefined reference to `gettext'
> > check_bacula.o(.text+0x463): In function `main':
> > /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:110:
> > undefined reference to `libintl_textdomain'



> > Stop in /usr/local/src/bacula-2.0.1/src/check_bacula.
> > 
> 
> Hello Dave,
> 
> seems that something during configure went wrong... when looking
> at your protocol... compile does it fine when adding 
> /usr/local/include
> to the include-path, but when linking check_bacula the order 
> "-L /usr/local/lib" 
> is missing  (this is, in your case, where the libraries for 
> gettext are installed)
> 
> Chris
> 

time for a cup of coffee not only "-L /usr/local/lib" is missing...
also "-lgettext" is missing

chris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Nagios and Baculca

2007-05-10 Thread Masopust, Christian

Hello Jorge,

which version of Nagios and Bacula do you have running?

Chris

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Jorge González
> Sent: Thursday, May 10, 2007 11:49 AM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Nagios and Baculca
> 
> hi guys!
> 
> Recently I set up Nagios for checking bacula's daemons. It's working 
> fine but with each check bacula send an email because doesn't 
> understand 
> the connection from Nagios:
> 
> 10-May 11:00 afrodita-dir: ERROR in authenticate.c:286 UA 
> Hello from client:10.20.0.11:36131 is invalid. Len=0
> 
> 
> I don't want this mails because flood my account. How to filter in 
> bacula? Or what to do with nagios?
> 
> thanks in advance
> 
> --
> ---
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Nagios and Baculca

2007-05-10 Thread Masopust, Christian

How did you compile the check_bacula with bacula-2.0.3??

I currently tried to compile check_bacula (the which included in 2.0.2)
here on my solaris machine and it doesn't compile i'm currently not
sure if the most recent sources of check_bacula are in the package...



--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Jorge González [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, May 10, 2007 12:06 PM
> To: Masopust, Christian
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Nagios and Baculca
> 
> hi Christian!
> 
> Nagios is 2.5, since july 2006
> Bacula is 2.0.3
> 
> cheers
> 
> 
> Masopust, Christian escribió:
> > Hello Jorge,
> >
> > which version of Nagios and Bacula do you have running?
> >
> > Chris
> >
> > --
> > "I sense much NT in you, NT leads to Blue Screen. 
> > Blue Screen leads to downtime, downtime leads to suffering. 
> NT is the path to the darkside." 
> >
> > - Unknown Unix Jedi  
> >
> >   
> >> -Original Message-
> >> From: [EMAIL PROTECTED] 
> >> [mailto:[EMAIL PROTECTED] On Behalf 
> >> Of Jorge González
> >> Sent: Thursday, May 10, 2007 11:49 AM
> >> To: bacula-users@lists.sourceforge.net
> >> Subject: [Bacula-users] Nagios and Baculca
> >>
> >> hi guys!
> >>
> >> Recently I set up Nagios for checking bacula's daemons. 
> It's working 
> >> fine but with each check bacula send an email because doesn't 
> >> understand 
> >> the connection from Nagios:
> >>
> >> 10-May 11:00 afrodita-dir: ERROR in authenticate.c:286 UA 
> >> Hello from client:10.20.0.11:36131 is invalid. Len=0
> >>
> >>
> >> I don't want this mails because flood my account. How to filter in 
> >> bacula? Or what to do with nagios?
> >>
> >> thanks in advance
> >>
> >> --
> >> ---
> >> This SF.net email is sponsored by DB2 Express
> >> Download DB2 Express C - the FREE version of DB2 express and take
> >> control of your XML. No limits. Just data. Click to get it now.
> >> http://sourceforge.net/powerbar/db2/
> >> ___
> >> Bacula-users mailing list
> >> Bacula-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/bacula-users
> >>
> >> 
> 
> 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Nagios and Baculca

2007-05-10 Thread Masopust, Christian

Hello Jorge,

all right, then you could download the source of bacula and search
the examples/nagios - directory. there you'll find a check_bacula 
which i use to check state of my bacula-services.

christian

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Jorge González [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, May 10, 2007 3:33 PM
> To: Masopust, Christian
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Nagios and Baculca
> 
> Well, I compiled nothing, Nagios only checks if port is open. That is 
> what bacula doesn't understand...
> 
> Masopust, Christian escribió:
> > How did you compile the check_bacula with bacula-2.0.3??
> >
> > I currently tried to compile check_bacula (the which 
> included in 2.0.2)
> > here on my solaris machine and it doesn't compile i'm 
> currently not
> > sure if the most recent sources of check_bacula are in the 
> package...
> >
> >
> >
> > --
> > "I sense much NT in you, NT leads to Blue Screen. 
> > Blue Screen leads to downtime, downtime leads to suffering. 
> NT is the path to the darkside." 
> >
> > - Unknown Unix Jedi  
> >
> >   
> >> -Original Message-
> >> From: Jorge González [mailto:[EMAIL PROTECTED] 
> >> Sent: Thursday, May 10, 2007 12:06 PM
> >> To: Masopust, Christian
> >> Cc: bacula-users@lists.sourceforge.net
> >> Subject: Re: [Bacula-users] Nagios and Baculca
> >>
> >> hi Christian!
> >>
> >> Nagios is 2.5, since july 2006
> >> Bacula is 2.0.3
> >>
> >> cheers
> >>
> >>
> >> Masopust, Christian escribió:
> >> 
> >>> Hello Jorge,
> >>>
> >>> which version of Nagios and Bacula do you have running?
> >>>
> >>> Chris
> >>>
> >>> --
> >>> "I sense much NT in you, NT leads to Blue Screen. 
> >>> Blue Screen leads to downtime, downtime leads to suffering. 
> >>>   
> >> NT is the path to the darkside." 
> >> 
> >>> - Unknown Unix Jedi  
> >>>
> >>>   
> >>>   
> >>>> -Original Message-
> >>>> From: [EMAIL PROTECTED] 
> >>>> [mailto:[EMAIL PROTECTED] On Behalf 
> >>>> Of Jorge González
> >>>> Sent: Thursday, May 10, 2007 11:49 AM
> >>>> To: bacula-users@lists.sourceforge.net
> >>>> Subject: [Bacula-users] Nagios and Baculca
> >>>>
> >>>> hi guys!
> >>>>
> >>>> Recently I set up Nagios for checking bacula's daemons. 
> >>>> 
> >> It's working 
> >> 
> >>>> fine but with each check bacula send an email because doesn't 
> >>>> understand 
> >>>> the connection from Nagios:
> >>>>
> >>>> 10-May 11:00 afrodita-dir: ERROR in authenticate.c:286 UA 
> >>>> Hello from client:10.20.0.11:36131 is invalid. Len=0
> >>>>
> >>>>
> >>>> I don't want this mails because flood my account. How to 
> filter in 
> >>>> bacula? Or what to do with nagios?
> >>>>
> >>>> thanks in advance
> >>>>
> >>>> --
> >>>> ---
> >>>> This SF.net email is sponsored by DB2 Express
> >>>> Download DB2 Express C - the FREE version of DB2 express and take
> >>>> control of your XML. No limits. Just data. Click to get it now.
> >>>> http://sourceforge.net/powerbar/db2/
> >>>> ___
> >>>> Bacula-users mailing list
> >>>> Bacula-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
> >>>>
> >>>> 
> >>>> 
> >> 
> 
> 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] dbcheck needs very long time...

2006-09-07 Thread Masopust, Christian

Hello Frank,

thanks a lot for this info!  but   :-)))

could anybody give the complete info (maybe also modify the wiki-page) how
these indexes should be created?

For example the already defined index Job.Name is of type "BTREE" and indexed
column is Name with length 128 ...

Index TypeLength
==
File.PathId   ?   ?
File.FilenameId   ?   ?
Job.FileSetId ?   ?
Job.ClientId  ?   ?

Thanks a lot,
Christian

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Frank Sweetser [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, September 06, 2006 2:24 PM
> To: Masopust, Christian
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] dbcheck needs very long time...
> 
> On Wed, Sep 06, 2006 at 07:30:39AM +0200, Masopust, Christian wrote:
> > 
> > Hello,
> > 
> > is it really ok that dbcheck (check 10: eliminate orphaned 
> Filename records)
> > run more then 24 hours?  I started it yesterday in the 
> morning and it is still
> > running
> 
> On larger catalogs, yes, that is not inconceivable, but it is fixable.
> 
> http://paramount.ind.wpi.edu/wiki/doku.php?id=faq#why_does_dbc
heck_take_forever_to_run
> 
> -- 
> Frank Sweetser fs at wpi.edu  |  For every problem, there is 
> a solution that
> WPI Network Engineer  |  is simple, elegant, and 
> wrong. - HL Mencken
> GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 
> 29E3 E2E8 8CEC
> 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Slow FD

2006-09-13 Thread Masopust, Christian



Hi Gabriele,
 
i don't think that you'll need to check if it's half-duplex 
or not, it seems to be definitly
half-duplex on one side (sun i think). so best would be to 
google for eri0 duplex to find
out how to set it to full-duplex.  how to set the 
switch depends on the switch you are
using.
 
Chris
 
P.S.: if you would like to see the state of your interface 
use "ndd -get /dev/eri link_mode"
    on your sun, if 
you get "0" it's half duplex
 
--"I sense much NT in you, NT leads to Blue Screen.Blue 
Screen leads to downtime, downtime leads to suffering. NT is the path to the 
darkside."- Unknown Unix Jedi 
 

  
  
  From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  Gabriele BulfonSent: Wednesday, September 13, 2006 12:19 
  PMTo: MaxxAtWork; 
  bacula-users@lists.sourceforge.netSubject: Re: [Bacula-users] Slow 
  FD
  
  How do I know if it is half-duplex or 
  full-duplex?
  
  


  

  Gabriele Bulfon - Sonicle 
S.r.l.Tel +39 028246016 Int. 30 - Fax +39 028243880Via Felice 
Cavallotti 16 - 20089, Rozzano - Milano - ITALYhttp://www.sonicle.com 

  
  Da: MaxxAtWork <[EMAIL PROTECTED]>A: 
  Gabriele Bulfon <[EMAIL PROTECTED]> bacula-users@lists.sourceforge.net 
  Data: 13 settembre 2006 12.14.43 CESTOggetto: Re: 
  [Bacula-users] Slow FD
  On 9/13/06, Gabriele Bulfon <[EMAIL PROTECTED]> wrote:


  
  
  ...I also found 
  this on the FD client machine:Name  Mtu  
  Net/Dest  
  Address    Ipkts    
  Ierrs Opkts    Oerrs  Collis  Queue lo0   8232 
  loopback  
  localhost  17627    
  0 17627    
  0  0   
  0 eri0  1500 
  ALTEA 
  ALTEA  39578122 
  1190  47614287 605397 1343684 0
  ...maybe this 
  can be the problem? 

Hmm... is it that eri0 interface working in 
half-duplex mode? I noticed that some Solaris machines happen to have 
mismatched duplex mode is mismatched between interface and the switch/router 
and that makes large transfers very slow ( e.g. you notice it with ftp 
transfers but not with interactive sessions) 
Regards-- Maxx 
  
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Howto configure restricted restore console

2006-10-17 Thread Masopust, Christian

Hello,

i tried to configure my wxconsole to only allow the "restore mode".


my bacula-dir.conf is:

Director {# define myself
  Name = atpcc7fc-dir
  DIRport = 9101# where we listen for UA connections
  QueryFile = "/opt/bacula/etc/query.sql"
  WorkingDirectory = "/var/bacula"
  PidDirectory = "/var/run"
  Password = "DirectorPassword"
  Messages = Daemon
  Maximum Concurrent Jobs = 20
  FD Connect Timeout = 5 minutes
}



Console {
  Name = RestoreClients
  Password = "RestorePassword"
  ClientACL = *all*
  StorageACL = *all*
  JobACL = RestoreFiles
  CatalogACL = DefaultCatalog
}

...


wx-console.conf is:

Director {
  Name = atpcc7fc-dir
  DIRport = 9101
  address = 
  Password = "DirectorPassword"
}

Console {
  Name = RestoreClients
  Password = "RestorePassword"
}

then i'll don't get any filesets from the director (.filesets gives empty list, 
no
error-message). so, what is wrong with my "Console" in bacula-dir.conf? 
What are the correct ACL-settings so that only restore (and maybe status) 
commands
are possible?

thanks a lot,
christian


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Slow backup with compression on Solaris

2006-12-05 Thread Masopust, Christian
> > Hello,
> > 
> > I get very poor performance with compression on a client. 
> It's a Sun Fire
> > V490 with 4 CPUs on 1350Mhz and 16GB memory.
> > 
> >JobId:  11
> >Job:client1.2006-12-04_16.34.10
> >Backup Level:   Full
> >Client: "sasma" 
> sparc-sun-solaris2.10,solaris,5.10
> >FileSet:"Sun System" 2006-12-04 10:32:00
> >Pool:   "1Month"
> >Storage:"File01"
> >Scheduled time: 04-Dec-2006 16:34:06
> >Start time: 04-Dec-2006 16:34:13
> >End time:   05-Dec-2006 03:53:36
> >Elapsed time:   11 hours 19 mins 23 secs
> >Priority:   10
> >FD Files Written:   314,934
> >SD Files Written:   314,934
> >FD Bytes Written:   41,030,170,977 (41.03 GB)
> >SD Bytes Written:   41,078,489,760 (41.07 GB)
> >Rate:   1006.6 KB/s
> >Software Compression:   82.0 %
> >Volume name(s): 1Month-0004|1Month-0005
> >Volume Session Id:  1
> >Volume Session Time:1165246425
> >Last Volume Bytes:  31,077,182,535 (31.07 GB)
> >Non-fatal FD errors:0
> >SD Errors:  0
> >FD termination status:  OK
> >SD termination status:  OK
> >Termination:Backup OK
> > 
> > When I run the same backup wihtout compression it's fast. 
> Is the server
> > really so slow when it compress data? The zlib is from Sun.
> 
> You could check that the fd uses a lerge % of the CPU when 
> compressing, to be
> sure that it isn't waiting for something else.  Also, try 
> timing tar v.s.
> tar+gzip on a large directory.

Only a guess have you already checked the data to be backuped?
I run into similar problems when running backup (compressed) of a
filesystem containing many already compressed files.

chris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] FOSDEM slide presentation

2007-01-03 Thread Masopust, Christian
> slides to get it up ...  You can view it at:
> 
>   http://www.bacula.org/presentations/Bacula-FOSDEM-talk-24Feb07.pdf
> 

only a short question to the presentation i see there are mentioned
"several web interfaces" in the console section...  
it's maybe really stupid, but... which ones are they? and where can i find them?

thanks,
chris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] GUI interface

2007-01-16 Thread Masopust, Christian

Hello Kern,

is it also planned to have different types of "user-rights" for that
console? e.g. one user can only run backups or restores, another one 
can do anything within the gui...

Thanks,
christian

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Kern Sibbald
> Sent: Tuesday, January 16, 2007 5:11 PM
> To: [EMAIL PROTECTED]
> Cc: bacula-users
> Subject: [Bacula-users] GUI interface
> 
> Hello,
> 
> Quite awhile ago, I wrote the email that is copied at the end 
> of this email. 
> Since then, my plans have not changed a lot, but have evolved a bit.
> I am now ready to begin the GUI project.  
> 
> One of the first and most difficult problems is what should 
> it be called?
> bconsole is already used,  some of the ideas I have come up with are:
> 
>  bcon
>  beacon
>  badmin
>  ...
> 
> If anyone has a good idea for a name, please let me know.  My current 
> preference is badmin, pronounced either bad-min or be-admin.
> 
> One change from my ideas below is that I am now implementing 
> the GUI in C++ 
> and Qt4, all the other points indicated below remain valid.
> 
> In addition to what is mentioned there, I believe that 
> badmin, or whatever its 
> name is, should have at least the following features:
> 
> badmin is a GUI project to create a Bacula Administrative Console.
> 
> This console should be capable of the following things:
> 
> - be a Graphical interface
> - Include all the features of:
>- bconsole
>- gnome-console
>- wx-console
>- bacula-web
>- bweb
>- brestore
>- jbacula
>- tray-monitor
> - tree selection of files for restore (like wx-console)
> - tree selection of files for backup
> - graphical creation of FileSets
> - resource display/modification
> - catalog display/modification
> - graphical report generation (like bacula-web, bweb)
> - programmable graphical report generation
> - scriptable
> - create/modify configuration files
> - remote client upgrade
> - software update/problem/patch notification
> - software patch installation
> - monitor daemons
> 
> My current thinking is that it will be laid out a bit like 
> gnome-console is. 
> It will be a main window with a set of menus and an icon bar. 
> Below that will 
> be the main console window, and blow that will be a status 
> line and a command 
> input line.
> 
> However, to the left will be a "tree" view window consisting 
> of a tree of 
> small icons representing all the daemons that the program can 
> access (e.g. 
> the directors, SDs, and FDs). As you click on these items, 
> the right console 
> pane will be replaced by the window that corresponds to what 
> item you clicked 
> on. That is the right window will be a widget stack that can change. 
> Depending on what you choose, the right menu may be a dialog, 
> tabbed widgets, 
> or any other appropriate window.  It will probably even be 
> dockable or have 
> the ability to open in a separate window.  
> 
> Among the items in the left window will be things such as:
> - Console
> - Run Jobs
>   - Backup
>   - Restore
>   - Migrate
> ...
> - Reports
>   - bweb like
> - Catalog
> - Configure
> - Monitor
> ...
> 
> This kind of layout was previously suggested by someone, and 
> to a certain 
> extent, it is implemented in the pygtk-console. The 
> difference is that in 
> that console, clicking on the items in the left pane brought 
> up new tabs in 
> the right window, and my concept is that it will bring up a 
> whole new view in 
> the right window (StackedWidgets), and that in some, possibly 
> all, the right 
> window could be made into a window that remains open on the 
> screen (i.e. you 
> may want to monitor at the same time you are starting jobs).
> 
> Any help with this project would be appreciated, because once 
> we have the 
> basic window layout, adding new items and new views into 
> Bacula will be 
> sub-projects that are essentially independent of each other.
> 
> As I am essentially still zero in using designer, if there is 
> anyone out there 
> that can do a quick programming task, please let me (and the 
> list know).  
> What I need to help speed up this project is a Qt4 project 
> file using qmake 
> and designer that has the main window defined via designer in 
> the way I 
> mentioned.  Once the basic skeleton (badmin.ui + badmin.pro + 
> a couple of 
> skeleton c++ files) is implemented, I think it will be 
> relatively fast to 
> connect it to Bacula and begin the real work.  This is 
> something I can do, 
> but getting there is a rather steep learning curve (designer, 
> forms, slots, 
> Qt4 classes/API, subclassing, ...).
> 
> Best regards,
> 
> Kern
> 
> 
> On Saturday 30 September 2006 16:47, Kern Sibbald wrote:
> > Hello,
> > 
> > As I previously wrote, working on a GUI solution is n

[Bacula-users] restore to different client

2005-10-10 Thread Masopust Christian

Hi,

is it possible to restore files to a different client?

thanks,
chris


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Issues compiling Bacula client on Solaris 7

2005-10-10 Thread Masopust Christian

Hi,

i don't know if this solution is the correct one, but i simply changed
the following in src/config.h after running configure

bash-2.05b# diff config.h-orig config.h
214c214
< /* #undef HAVE_OLD_SOCKOPT */
---
> #define HAVE_OLD_SOCKOPT 1
277c277
< #define HAVE_GETDOMAINNAME 1
---
> /* #undef HAVE_GETDOMAINNAME */

this worked for me...
chris

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Arno Lehmann
> Sent: Monday, October 10, 2005 11:00 PM
> To: Mentzell, Jon
> Cc: Bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Issues compiling Bacula client on 
> Solaris 7
> 
> Hi,
> 
> On 10.10.2005 22:35, Mentzell, Jon wrote:
> 
> > 
> > 
> > I have a bacula server running on a NetBSD system, and I'm 
> trying to add 
> > a few clients.  Our most important data resides on a Enterprise 250 
> > running Solaris 7 (we're trying to get a couple backups so we can 
> > upgrade it to 8 or 9).  I'm unable to get the client to compile 
> > properly.  Am I missing something simple?
> 
> I don't know if it's simple...
> 
> Anyway, my impression:
> ...
> ./configure reports:
> 
> > checking resolv.h usability... no
> > checking resolv.h presence... yes
> > configure: WARNING: resolv.h: present but cannot be compiled
> > configure: WARNING: resolv.h: check for missing 
> prerequisite headers?
> > configure: WARNING: resolv.h: see the Autoconf documentation
> > configure: WARNING: resolv.h: section "Present But 
> Cannot Be Compiled"
> > configure: WARNING: resolv.h: proceeding with the 
> preprocessor's result
> > configure: WARNING: resolv.h: in the future, the compiler 
> will take precedence
> > configure: WARNING: ## 
> -- ##
> > configure: WARNING: ## Report this to the 
> AC_PACKAGE_NAME lists.  ##
> > configure: WARNING: ## 
> -- ##
> > checking for resolv.h... yes
> ...
> make in src/lib:
> 
> > g++   -c   -I. -I..  -g -O2 -Wall  address_conf.c
> > address_conf.c: In member function `const char* 
> IPADDR::get_address(char*, int)':
> > address_conf.c:191: error: `inet_ntop' undeclared (first 
> use this function)
> > address_conf.c:191: error: (Each undeclared identifier is 
> reported only once for each function it appears in.)
> > address_conf.c: In function `char* sockaddr_to_ascii(const 
> sockaddr*, char*, int)':
> > address_conf.c:585: error: `inet_ntop' undeclared (first 
> use this function)
> > make[1]: *** [address_conf.o] Error 1
> > make[1]: Leaving directory 
> `/home/jmentzel/bacula/bacula-1.36.3/src/lib'
> 
> To me, this looks as they are related.
> 
> You need to find out how to use the resolver libraries under 
> your OS - 
> unfortunately, I can't help you there, but either someone here on the 
> list might, or you could use google with a more detailed 
> search. A quick 
> search I just did told me that under solaris there might be another 
> lbrary, rt, to use for resolving, while configure tries 
> resolv. I don't 
> know how to fix this, but perhaps this is a useful hint.
> 
> Arno
> -- 
> IT-Service Lehmann[EMAIL PROTECTED]
> Arno Lehmann  http://www.its-lehmann.de
> 
> 
> ---
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, 
> discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] separated config files

2005-10-11 Thread Masopust Christian

yes that's possible.

i have a "general" bacula-dir.conf and in this file i include (@include  )
one file for each of my clients.

best regards,
chris
  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Paulo Carvalho
> Sent: Monday, October 10, 2005 11:59 AM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] separated config files
> 
> Hello,
> I manage a park of over 30 servers of whom I need to backup 
> daily wich 
> different configurations, so as you may guess my 
> 'bacula-dir.conf' get's 
> pretty big !
> I would like to know if there's someway to define a separate 
> config file 
> for each server, so i could edit that file instead of messing with 
> bacula-dir.conf all the time.
> 
> thanks
> 
> -- 
> Paulo Carvalho - pcarvalho(at)di.fc.ul.pt
> 
> ADMIN/DI - Fac. Ciências - Univ. Lisboa
> Campo Grande Bloco C6 6.3.2 1749-016 Lisboa, Portugal
> Tel: +351 21750 - Ext: 26372
> 
> There's no chemical solution for a spiritual problem,
> The Sopranos - LIX
> 
> 
> 
> ---
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, 
> discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Bacula runs smooth several days and then hangs...

2005-10-27 Thread Masopust Christian

Hello Timo,

i had this a long time ago (but built my bacula from source).
have a look at baculas-bug page, there is a fix for this problem...

christian

p.s.: if you don't find it write back, i'll have a look and send
  you the modified file...

 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Timo Eissler
> Sent: Thursday, October 27, 2005 9:33 AM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Bacula runs smooth several days and 
> then hangs...
> 
> Hello List,
> 
> our bacula runs smooth for severall weeks, but now it is 
> crazy, it runs 
> smooth severall days and for any reason it hangs.
> 
> OS: debian 3.1 sarge (updated frequently)
> Linux: 2.6.8.1
> Bacula: 1.36.2-2sarge1
> Mysql: 4.0.24-10sarge1
> 
> I tried to debug this problem, and find no real solution for it.
> I noticed that a restart of the bacula daemons did not solve 
> the problem 
> everytime.
> 
> When i strace bacula-dir i see the following:
> futex(0x80c5680, FUTEX_WAIT, 2, NULL
> When i strace bacula-sd i see the following:
> select(5, [4], NULL, NULL, NULL
> Whenn i strace bacula-fd i see the following:
> select(4, [3], NULL, NULL, NULL
> 
> I am not so good in c that i can understand what every of 
> this functions 
> may do...
> 
> I thought it can be a problem mysql so i connected to mysql, 
> which works 
> without problems...
> 
> This is the processlist i get:
> mysql> show processlist;
> 
> +++---++-+--+---+-
> -+
> | Id | User   | Host  | db | Command | Time | State | 
> Info |
> 
> +++---++-+--+---+-
> -+
> | 25 | bacula | localhost | bacula | Sleep   | 2807 |   | 
> NULL |
> | 27 | root   | localhost | NULL   | Query   | 0| 
> NULL  | show 
> processlist |
> 
> +++---++-+--+---+-
> -+
> 2 rows in set (0.00 sec)
> 
> Because of the "Sleep" i am completly helpless. I hoped i 
> will find the 
> problem in mysql but nothing...
> 
> Anybody a hint to solve this?
> 
> regards,
> Timo
> 
> ---
> DT Netsolution GmbH   -   Talaeckerstr. 30 -  D-70437 Stuttgart
> Tel: +49-711-849910-70  Fax: +49-711-849910-934
> WEB: http://www.dtnet.de/  Email: [EMAIL PROTECTED]
> 
> 
> 
> ---
> This SF.Net email is sponsored by the JBoss Inc.
> Get Certified Today * Register for a JBoss Training Course
> Free Certification Exam for All Training Attendees Through End of 2005
> Visit http://www.jboss.com/services/certification for more information
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Bacula runs smooth several days and then hangs...

2005-10-27 Thread Masopust Christian

Hello Timo,

for me it was this one: 
http://bugs.bacula.org/bug_view_advanced_page.php?bug_id=331

but i think, and hope that Kern will agree, that applying the patch from bug 228
won't harm anything.

christian
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Timo Eissler
> Sent: Thursday, October 27, 2005 12:01 PM
> To: Masopust Christian
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Bacula runs smooth several days 
> and then hangs...
> 
> Hello Christian,
> 
> i found these bug who matches my criteria:
> 
> http://bugs.bacula.org/bug_view_advanced_page.php?bug_id=228
> 
> do you mean this bug?
> 
> hmm i think i should build bacula from source and i won´t get the 
> problem anymore...
> 
> Masopust Christian schrieb:
> 
> >Hello Timo,
> >
> >i had this a long time ago (but built my bacula from source).
> >have a look at baculas-bug page, there is a fix for this problem...
> >
> >christian
> >
> >p.s.: if you don't find it write back, i'll have a look and send
> >  you the modified file...
> >
> > 
> >
> >  
> >
> >>-Original Message-
> >>From: [EMAIL PROTECTED] 
> >>[mailto:[EMAIL PROTECTED] On Behalf 
> >>Of Timo Eissler
> >>Sent: Thursday, October 27, 2005 9:33 AM
> >>To: bacula-users@lists.sourceforge.net
> >>Subject: [Bacula-users] Bacula runs smooth several days and 
> >>then hangs...
> >>
> >>Hello List,
> >>
> >>our bacula runs smooth for severall weeks, but now it is 
> >>crazy, it runs 
> >>smooth severall days and for any reason it hangs.
> >>
> >>OS: debian 3.1 sarge (updated frequently)
> >>Linux: 2.6.8.1
> >>Bacula: 1.36.2-2sarge1
> >>Mysql: 4.0.24-10sarge1
> >>
> >>I tried to debug this problem, and find no real solution for it.
> >>I noticed that a restart of the bacula daemons did not solve 
> >>the problem 
> >>everytime.
> >>
> >>When i strace bacula-dir i see the following:
> >>futex(0x80c5680, FUTEX_WAIT, 2, NULL
> >>When i strace bacula-sd i see the following:
> >>select(5, [4], NULL, NULL, NULL
> >>Whenn i strace bacula-fd i see the following:
> >>select(4, [3], NULL, NULL, NULL
> >>
> >>I am not so good in c that i can understand what every of 
> >>this functions 
> >>may do...
> >>
> >>I thought it can be a problem mysql so i connected to mysql, 
> >>which works 
> >>without problems...
> >>
> >>This is the processlist i get:
> >>mysql> show processlist;
> >>
> >>+++---++-+--+---+-
> >>-+
> >>| Id | User   | Host  | db | Command | Time | State | 
> >>Info |
> >>
> >>+++---++-+--+---+-
> >>-+
> >>| 25 | bacula | localhost | bacula | Sleep   | 2807 |   | 
> >>NULL |
> >>| 27 | root   | localhost | NULL   | Query   | 0| 
> >>NULL  | show 
> >>processlist |
> >>
> >>+++---++-+--+---+-
> >>-+
> >>2 rows in set (0.00 sec)
> >>
> >>Because of the "Sleep" i am completly helpless. I hoped i 
> >>will find the 
> >>problem in mysql but nothing...
> >>
> >>Anybody a hint to solve this?
> >>
> >>regards,
> >>Timo
> >>
> >>---
> >>DT Netsolution GmbH   -   Talaeckerstr. 30 -  D-70437 Stuttgart
> >>Tel: +49-711-849910-70  Fax: +49-711-849910-934
> >>WEB: http://www.dtnet.de/  Email: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>---
> >>This SF.Net email is sponsored by the JBoss Inc.
> >>Get Certified Today * Register for a JBoss Training Course
> >>Free Certification Exam for All Training Attendees Through 
> End of 2005
> >>Visit http://www.jboss.com/services/certification for more 
> information
> >>___
> >>Bacula-users mailing list
> >>Bacula-users@lists.sourceforge.net
> >>https://lists.sourceforge.net/lists/listinfo/bacula-users
> >>
> >>
> >>
> >
> >  
> >
> 
> 
> -- 
> ---
> DT Netsolution GmbH   -   Talaeckerstr. 30 -  D-70437 Stuttgart
> Tel: +49-711-849910-70  Fax: +49-711-849910-934
> WEB: http://www.dtnet.de/  Email: [EMAIL PROTECTED]
> 
> 
> 
> ---
> This SF.Net email is sponsored by the JBoss Inc.
> Get Certified Today * Register for a JBoss Training Course
> Free Certification Exam for All Training Attendees Through End of 2005
> Visit http://www.jboss.com/services/certification for more information
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


RE: [Bacula-users] Error Reading images like jpg, bmp...

2005-10-27 Thread Masopust Christian

Yes, there is something you can do upgrade to the latest development
version (if it's possible for you). 

see bacula's web-page. there's a new feature in windows-client which
can be used to save open files...

chris
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of [EMAIL PROTECTED]
> Sent: Thursday, October 27, 2005 8:41 AM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Error Reading images like jpg, bmp...
> 
> 
> We got some Errors during backuping our Computer using bacula.
> 
> bacula is unable to open some files and restore them.
> 
> Message:
> 26-Oct 03:09 takn-fd: Tape_backup_of_takn.2005-10-25_23.00.08 
> Error: Read error
> on file c:/Data/gui/guimt/guimtprg/release/dll/12.bmp. 
> ERR=Der Prozess kann
> nicht auf die Datei zugreifen, da sie von einem anderen 
> Prozess verwendet wird.
> 
> The message means, that there is another process using the 
> file, but there is no
> other process using the files. The files are always images 
> like .bmp, .jpg ...
> 
> the version of bacula we use is 1.36.3 build 22.April 2005
> 
> Is there any idea whats going on?
> 
> Best regards ws
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by the JBoss Inc.
> Get Certified Today * Register for a JBoss Training Course
> Free Certification Exam for All Training Attendees Through End of 2005
> Visit http://www.jboss.com/services/certification for more information
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Anyone else having troubles with 1.38.1 Win32 FD ?

2005-11-18 Thread Masopust Christian

Hi all,

i've 1.38.1 Win32 FD running on two systems (Win2k3-Server), VSS enabled.
One seems to run fine, on the other FD doesn't respond or crash each day...

First i had configured "Maximum Concurrent Jobs" to 5 and it did 2 of 3
jobs fine and when trying to start the 3rd it stops
Now i've changed maximum concurrent jobs to 1 and it doesn't run any of
my jobs!!

so how can i debug, trace..  the Win32-FD to see what exactly happens?

thanks a lot,
christian


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Anyone else having troubles with 1.38.1 Win32 FD ?

2005-11-18 Thread Masopust Christian
hello kern,

diskspace should be no problem as free space is more than 70% 
for each disk to save...

for the other suggestions... sorry that i didn't read the manual
before...
i've FD now running with trace and debug and will see what's happening
this night.

thanks a lot,
chris
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Kern Sibbald
> Sent: Friday, November 18, 2005 10:10 AM
> To: bacula-users@lists.sourceforge.net
> Cc: Masopust Christian
> Subject: Re: [Bacula-users] Anyone else having troubles with 
> 1.38.1 Win32 FD ?
> 
> On Friday 18 November 2005 09:44, Masopust Christian wrote:
> > Hi all,
> >
> > i've 1.38.1 Win32 FD running on two systems 
> (Win2k3-Server), VSS enabled.
> > One seems to run fine, on the other FD doesn't respond or 
> crash each day...
> >
> > First i had configured "Maximum Concurrent Jobs" to 5 and 
> it did 2 of 3
> > jobs fine and when trying to start the 3rd it stops
> 
> You probably exceeded the disk space available for snapshots ...
> 
> > Now i've changed maximum concurrent jobs to 1 and it 
> doesn't run any of
> > my jobs!!
> 
> First, if you are using VSS, you cannot run multiple 
> concurrent jobs.  
> Hopefully this is in the document ???
> 
> >
> > so how can i debug, trace..  the Win32-FD to see what 
> exactly happens?
> 
> If I am not mistaken, the Win32 chapter explains how to turn 
> on debug and 
> tracing.  If not, please let me know ...
> 
> 
> ---
> This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
> Register for a JBoss Training Course.  Free Certification Exam
> for All Training Attendees Through End of 2005. For more info visit:
> http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Anyone else having troubles with 1.38.1 Win32 FD ?

2005-11-21 Thread Masopust Christian

again hello kern,

i've running Win32-FD now since friday and it runs very well.
sorry that i missed the hint for running only "maximum concurrent
jobs" set to 1 when using VSS...

but again... thanks for your help,
chris
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Masopust Christian
> Sent: Friday, November 18, 2005 10:40 AM
> To: [EMAIL PROTECTED]; bacula-users@lists.sourceforge.net
> Subject: RE: [Bacula-users] Anyone else having troubles with 
> 1.38.1 Win32 FD ?
> 
> hello kern,
> 
> diskspace should be no problem as free space is more than 70% 
> for each disk to save...
> 
> for the other suggestions... sorry that i didn't read the manual
> before...
> i've FD now running with trace and debug and will see what's happening
> this night.
> 
> thanks a lot,
> chris
>  
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On Behalf 
> > Of Kern Sibbald
> > Sent: Friday, November 18, 2005 10:10 AM
> > To: bacula-users@lists.sourceforge.net
> > Cc: Masopust Christian
> > Subject: Re: [Bacula-users] Anyone else having troubles with 
> > 1.38.1 Win32 FD ?
> > 
> > On Friday 18 November 2005 09:44, Masopust Christian wrote:
> > > Hi all,
> > >
> > > i've 1.38.1 Win32 FD running on two systems 
> > (Win2k3-Server), VSS enabled.
> > > One seems to run fine, on the other FD doesn't respond or 
> > crash each day...
> > >
> > > First i had configured "Maximum Concurrent Jobs" to 5 and 
> > it did 2 of 3
> > > jobs fine and when trying to start the 3rd it stops
> > 
> > You probably exceeded the disk space available for snapshots ...
> > 
> > > Now i've changed maximum concurrent jobs to 1 and it 
> > doesn't run any of
> > > my jobs!!
> > 
> > First, if you are using VSS, you cannot run multiple 
> > concurrent jobs.  
> > Hopefully this is in the document ???
> > 
> > >
> > > so how can i debug, trace..  the Win32-FD to see what 
> > exactly happens?
> > 
> > If I am not mistaken, the Win32 chapter explains how to turn 
> > on debug and 
> > tracing.  If not, please let me know ...
> > 
> > 
> > ---
> > This SF.Net email is sponsored by the JBoss Inc.  Get 
> Certified Today
> > Register for a JBoss Training Course.  Free Certification Exam
> > for All Training Attendees Through End of 2005. For more info visit:
> > http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
> > ___
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> > 
> 
> 
> ---
> This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
> Register for a JBoss Training Course.  Free Certification Exam
> for All Training Attendees Through End of 2005. For more info visit:
> http://ads.osdn.com/?ad_idv28&alloc_id845&op=ick
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Monitoring bacula

2005-11-25 Thread Masopust Christian

hello khalil,

if needed i could send you my check_bacula (or maybe you'll look at
www.nagiosexchange.org in the plugin -> misc  -  section...)

it can check status of any given director.

for reporting job-status i wrote a "global-postprocessing" script
which sends status message via nsca to nagios.

best regards,
chris
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Khalil Foundy
> Sent: Friday, November 25, 2005 5:36 PM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Monitoring bacula
> 
> Hi all,
> I need your advice about the best way of monitoring bacula using a
> script. I am interested in monitoring the deamons, to see if they are
> running or not. I am also inetersted to know the status of the
> director/storage/client and of course running, sheduled or finished
> backups. The idea is to report all these informations to a centralized
> monitoring tool such as zabbix (see http://www.zabbix.com), but it can
> be nagios or any thing the same. Scripting lnguage will be 
> python, much
> simpler and cleaner than perl.
> 
> Any ideas ?
> 
> Thanks for your help.
> 
> Khalil FOUNDY
> 
> 
>   
> 
>   
>   
> __
> Lèche-vitrine ou lèche-écran ?
> magasinage.yahoo.ca
> 
> 
> ---
> This SF.net email is sponsored by: Splunk Inc. Do you grep 
> through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  
> DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Restore to a different filedeamon

2006-01-12 Thread Masopust, Christian

hi florian,

yes, that's possible, i already did this several times.

christian 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Florian Kieling
> Sent: Thursday, January 12, 2006 11:56 AM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Restore to a different filedeamon
> 
> Hi folks,
> bacula is running in our network in a test-mode without problems.
> Also the restore run's without problems.
> But I've a question: How can I restore a backup to another filedeamon?
> 
> Bye
>Florian
> 
> 
> ---
> This SF.net email is sponsored by: Splunk Inc. Do you grep 
> through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  
> DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Restore to a different filedeamon

2006-01-12 Thread Masopust, Christian

just a moment now would you like to backup or to
restore (as in your fist mail) to a differend filedaemon?

if it's restore, you simply change the client when running
the restore-command from console.

christian 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Florian Kieling
> Sent: Thursday, January 12, 2006 12:15 PM
> To: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Restore to a different filedeamon
> 
> Hi Christian,
> 
> how must i configure bacula, that i can backup to another 
> filedeamon? or
> where is an
> documantion to this in the net?
> 
> florian
> > yes, that's possible, i already did this several times.
> >> But I've a question: How can I restore a backup to another 
> filedeamon?
> 
> 
> ---
> This SF.net email is sponsored by: Splunk Inc. Do you grep 
> through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  
> DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-fd on Solaris Sparc 5.8

2007-07-19 Thread Masopust, Christian

Volker Lieder wrote:
> Hello List,
> has anybody installed bacula-fd in Version X on a Solaris sparc 5.8box?
> I have tried several packages or to compile it myself, but got an error the
> whole time.
> Has anybody a list of dependencies i have to look under solaris 5.8?
> 
> Regards,
> Volker Lieder

Hello Volker,

what exactly are your problems? I've bacula running here on several Sun's
(Solaris 2.5.1, 8, 9) and have no problems.

Christian

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] monitoring bacula daemons

2007-09-17 Thread Masopust, Christian

Hello Mike,

you've to send the correct protocol to say "hello" to the bacula-daemons.
you could have a look at 
bacula-2.x.x/examples/nagios/nagios_plugin_check_bacula.tgz
this is a plugin for i've written to check state of the daemons (and can be
used by all monitoring programs which can start external programs to check
state of services.

christian

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Mike Eggleston
> Sent: Monday, September 17, 2007 3:51 PM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] monitoring bacula daemons
> 
> I'm setting up the monitor 'hobbit' to check that the bacula
> daemons are up and accepting connections. What 'hello' message
> can I use that will not cause an error to be sent from the
> director? I'v used 'Hello hobbit calling' and 'Hello *UserAgent*
> calling'... both cause error messages.
> 
> Mike
> 
> --
> ---
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Compiling 2.2.4 on Solaris

2007-10-01 Thread Masopust, Christian

Hello Philip,

I've Bacula on a Solaris 8 system running (client-only).
Could you give a little more information? (configure-call,
which gcc, ...)

christian

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Weber, Philip
> Sent: Monday, October 01, 2007 4:10 PM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Compiling 2.2.4 on Solaris
> 
> Has anybody successfully compiled Bacula 2.2.4 on Solaris?  I 
> have been
> running 2.0.3 on Solaris 9 for a while, didn't have any particular
> trouble compiling it with gcc 3.4.6.  But I can't compile 
> Bacula 2.2.4,
> keep getting errors such as :
> 
> ld: fatal: Symbol referencing errors. No output written to bscan
> collect2: ld returned 1 exit status
> make[1]: *** [bscan] Error 1
> make[1]: Leaving directory
> `/var/tmp/bacula/2.2.4/bacula-2.2.4/src/stored'
> 
> 
>   == Error in /var/tmp/bacula/2.2.4/bacula-2.2.4/src/stored ==
> 
> Any suggestions?  I'm going to check all my gcc & library 
> versions, but
> think everything is reasonably up to date.
> 
> cheers, 
> 
> Phil
> -
> Egg is a trading name of the Egg group of companies which includes:
> Egg Banking plc (reg no 2999842) and Egg Financial Intermediation
> Ltd (reg no 3828289). Egg Banking plc and Egg Financial
> Intermediation Ltd are authorised and regulated by the Financial
> Services Authority (FSA) and are entered in the FSA register under
> numbers 205621 and 309551 respectively. These members of the Egg
> group are registered in England and Wales. Registered office:
> Citigroup Centre, Canada Square, London E14 5LB.
> 
> This e-mail is confidential and for use by the addressee only. If
> you are not the intended recipient of this e-mail and have received
> it in error, please return the message to the sender by replying to
> it and then delete it from your mailbox. Internet e-mails are not
> necessarily secure. The Egg group of companies does not accept
> responsibility for changes made to this message after it was sent.
> 
> Whilst all reasonable care has been taken to avoid the transmission
> of viruses, it is the responsibility of the recipient to ensure
> that the onward transmission, opening or use of this message and
> any attachments will not adversely affect its systems or data. No
> responsibility is accepted by the Egg group of companies in this
> regard and the recipient should carry out such virus and other
> checks as it considers appropriate. 
> 
> This communication does not create or modify any contract.
> 
> 
> 
> --
> ---
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula in the news...

2007-11-29 Thread Masopust, Christian
 
Maybe you've already seen it:
http://www.linux-mag.com/microsites.php?site=linuxonblades&sid=main&p=4429
 
best regards,
christian

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


AW: [Bacula-users] Road Map for Next Release

2005-03-24 Thread Masopust Christian
Title: AW: [Bacula-users] Road Map for Next Release







Kern Sibbald wrote:
> I'm doing this for the pleasure and have no "boss" so why put myself 
> under pressure and possibly release a poor product by specifying a 
> fixed date?
You don't have a boss, yes.
You have something more evil, users. :)


Greetings,
  Michael




i totally agree both of you ;-))   yes kern, you're right. take all
the time you'll need to make it stable and as good as the previous 
versions were !


and for michael  yes the most evil thing to someone can happen
is that your programs are used ;-))


chris





[Bacula-users] bacula-dir hangs....

2005-03-29 Thread Masopust Christian
Title: bacula-dir hangs






Some time ago Tim Oberfoell had the problem that bacula-dir hangs during
nightly backups (as i found in the lists archive).


now i run into the same problems   is/was there any solution to this
problem?


thanks,
christian





AW: [Bacula-users] bacula-dir hangs....

2005-03-29 Thread Masopust Christian
Title: AW: [Bacula-users] bacula-dir hangs





hello tim,


my setup is: bacula server (dir, fd and sd) on a redhat ES 3 update 4 (kernel 2.4.x),
mysql 4.1.10 and backups are only to disk. system is a dual pentium III.


at this time there are only some (8) test-jobs running, but they all start
at 1:05am, Maximum Concurrent Jobs is set to 10, so it should be no problem...
what i didn't try till now is to play around with schedules, priorities...


as said, this is currently only for evaluating bacula, testing the setup and
so on i plan to go to real in the next weeks, but if i don't find a solution
for the hanging director


plan for the real backup server is to do backups to two huge raids (6TB),
in first stage no tape, and i'll have appr. 30-40 clients. server will then
be a fedora core 3 (as i plan to use xfs for raids).


best regards and thanks for your help,
christian 


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Gesendet: Dienstag, 29. März 2005 23:53
An: bacula-users@lists.sourceforge.net
Cc: Masopust Christian
Betreff: Re: [Bacula-users] bacula-dir hangs


Hello Christian,


the problem is not fixed yet and i don't know where the problem exactly is. 
We're doing two backup runs each night. The first run backs up all clients to 
a tape drive and the second one puts all the data to a file storage and I 
suppose there is the problem.


My last idea was, that there is a problem with my Linux (SuSE with Kernel 
Version 2.4.x) but I've tried the same configuration on a completly fresh 
SuSE Linux Professional 9.1 (Kernel Version 2.6.5) with all updates and 
different hardware, but the problem remains.


Can you tell a little bit about your backup Scenario, maybe we have something 
in common.


Best regards,
Tim


On Tuesday 29 March 2005 13:16, Masopust Christian wrote:
> Some time ago Tim Oberfoell had the problem that bacula-dir hangs during
> nightly backups (as i found in the lists archive).
>
> now i run into the same problems   is/was there any solution to this
> problem?
>
> thanks,
> christian





AW: AW: [Bacula-users] bacula-dir hangs....

2005-03-30 Thread Masopust Christian
Title: AW: AW: [Bacula-users] bacula-dir hangs






Hello Ian,


no, there are no "RunAfterJob"s in my config.


thanks,
christian
 


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Ian
Gesendet: Mittwoch, 30. März 2005 12:50
Cc: bacula-users@lists.sourceforge.net
Betreff: Re: AW: [Bacula-users] bacula-dir hangs


On Wed, 30 Mar 2005, Michael Joyner wrote:


> I am also having the director hang issue, haven't found the cause either.
>
[snip hung director]


A long shot I know, but are you running anything in the 'RunAfterJob' 
directive? I had the director appear to stop doing backups when restarting 
mysql from the RunAfterJob line as it was waiting on the mysqld to 
terminate.


Ian



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users





AW: AW: [Bacula-users] bacula-dir hangs....

2005-04-01 Thread Masopust Christian
Title: AW: AW: [Bacula-users] bacula-dir hangs






Hello Kern,


i've renamed the /lib/tls directly after i installed bacula (last december!) i didn't
have this problem in the beginning, it came up some weeks ago...


but i'll try to run the director in debug mode and will let you know what i'll find out
(if i'm able to find out anything ;-))


thanks,
christian
 


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Michael Joyner

Gesendet: Freitag, 01. April 2005 00:42
An: Kern Sibbald; bacula-users@lists.sourceforge.net
Betreff: Re: AW: [Bacula-users] bacula-dir hangs


Kern Sibbald wrote:
> Hello,
> 
> I've noticed a number of people reporting that the Director hangs, though I 
> haven't followed this thread in detail.  I've never seen this except if you 
> are running /lib/tls, so you might:
> 
> 1. Remove or rename /lib/tls if it exists on your system.
> 2. Restart all the bacula daemons.
Doing:


cd /lib
tar cvfz tls.tgz tls
mv tls tls.CAUSES.BACULA-DIR.HANG
/etc/init.d/bacula-dir restart
/etc/init.d/bacula-fd restart
/etc/init.d/bacula-sd restart
/etc/init.d/mysql restart # "just in case"


changed max storage jobs to 10
running about 100+ jobs tonight, we'll see in the morning. :)


(System: SuSE 9.1, bacula & mysql from apt-get pre-built binaries)




---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/Info/Sentarus/hamr30
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users





AW: [Bacula-users] bacula-dir hangs....

2005-04-03 Thread Masopust Christian



-Ursprüngliche Nachricht-
Von: Kern Sibbald [mailto:[EMAIL PROTECTED]] 
Gesendet: Freitag, 01. April 2005 12:17
An: Masopust Christian
Cc: 'Michael Joyner'; bacula-users@lists.sourceforge.net
Betreff: Re: AW: AW: [Bacula-users] bacula-dir hangs


Hello Christian,


Have you checked that the library is still renamed? All it takes is one system 
upgrade and the file can come back!  As double insurance, you might also use 
the environment variable -- though I find it hard to feel comfortable that it 
actually works ...


On Friday 01 April 2005 11:12, Masopust Christian wrote:
> Hello Kern,
>
> i've renamed the /lib/tls directly after i installed bacula (last
> december!) i didn't
> have this problem in the beginning, it came up some weeks ago...
>
> but i'll try to run the director in debug mode and will let you know what
> i'll find out
> (if i'm able to find out anything ;-))
>
> thanks,
> christian
>
>
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] Im Auftrag von Michael
> Joyner
> Gesendet: Freitag, 01. April 2005 00:42
> An: Kern Sibbald; bacula-users@lists.sourceforge.net
> Betreff: Re: AW: [Bacula-users] bacula-dir hangs
>
> Kern Sibbald wrote:
> > Hello,
> >
> > I've noticed a number of people reporting that the Director hangs, though
>
> I
>
> > haven't followed this thread in detail.  I've never seen this except if
>
> you
>
> > are running /lib/tls, so you might:
> >
> > 1. Remove or rename /lib/tls if it exists on your system.
> > 2. Restart all the bacula daemons.
>
> Doing:
>
> cd /lib
> tar cvfz tls.tgz tls
> mv tls tls.CAUSES.BACULA-DIR.HANG
> /etc/init.d/bacula-dir restart
> /etc/init.d/bacula-fd restart
> /etc/init.d/bacula-sd restart
> /etc/init.d/mysql restart # "just in case"
>
> changed max storage jobs to 10
> running about 100+ jobs tonight, we'll see in the morning. :)
>
> (System: SuSE 9.1, bacula & mysql from apt-get pre-built binaries)
>
>
>
> ---
> This SF.net email is sponsored by Demarc:
> A global provider of Threat Management Solutions.
> Download our HomeAdmin security software for free today!
> http://www.demarc.com/Info/Sentarus/hamr30
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


-- 
Best regards,


Kern





[Bacula-users] AW: [Bacula-devel] Bacula version 1.36.3 released

2005-04-25 Thread Masopust Christian
Title: AW: [Bacula-devel] Bacula version 1.36.3 released





 
Short questions what is the correct way to upgrade 1.36.2 to 1.36.3?
Or in other words... will 1.36.3 director and storage-daemon work with
1.36.2 file-daemon?


thanks a lot,
christian


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Kern Sibbald

Gesendet: Sonntag, 24. April 2005 12:54
An: bacula-announce
Cc: bacula-users@lists.sourceforge.net; [EMAIL PROTECTED]
Betreff: [Bacula-devel] Bacula version 1.36.3 released


Hello,


I have just released Bacula version 1.36.3 to Source Forge. It is currently 
available in tar format and will be available in RPM format as well as Win32 
binary shortly as well.


This is primarily a bug fix release, but also includes the new LaTeX manual 
with an index thanks to Karl Cunningham.  There is still much work to do on 
the manual, but the solid base is now there. :-)


This release drops support for the old style Include/Excludes. If you haven't 
yet converted, you might want to try the automatic conversion submitted by 
Matt Howard in: examples/conf/fileset_convert.pl  There is also a directive 
(Ignore FileSet Changes = yes  if I remember correctly) which will inhibit 
the automatic upgrade to Full after a FileSet change/reformat.  I don't 
recommend this directive, though it can be useful. If you use it, it is best 
to remove it after the first Full backup cycle has completed.


I've included the first part of the Release notes below for your information, 
but please look at the full release notes.


-- 
Best regards,


Kern


  (">
  /\
  V_V



 Release Notes for Bacula 1.36.3


  Bacula code: Total files = 398 Total lines = 118,000 (*.h *.c *.in)


Major Changes to version 1.36.3:
- Applied all fixes for bugs since version 1.36.2 (see below)
- Use fseeko and ftello so that attributes can exceed 4 GB.
- Thanks to Karl Cunningham's hard work and skilled Perl
  programming, the manual is now in LaTeX format
  and has an index!
- Drop support of old style Include/Excludes (see below).


New Directives in 1.36.3:
- None, but see 1.36.2 additions below.


New Commands:
- None since 1.36.1


Items to note for 1.36.3!!!
- Drop support of old style Include/Excludes. Matt Howard has
  supplied a handy Perl program that will do a good job of
  converting your FileSets. It can be found in
  examples/conf/fileset_convert.pl
- Dan has reminded us that the arguments for make_catalog_backup
  changed from 1.34.x to 1.36.1. The old arguments were typically
  "-U bacula".  The new arguments are typically "bacula bacula",
  where the first is the database name, and the second is the
  user name.


Patches applied:


04Mar05 1.36.2-level.patch
 This patch should fix a problem with th %l editing in the
 client (FD) where it edited nothing. With this fix, it should
 edit "since".


04Mar05 1.36.2-pool.patch
 This patch corrects a problem preventing multiple
 simultaneous jobs from different pools.


09Mar05 1.36.2-win32-drive.patch
 This patch will prevent the Win32 FD from printing an error message
 when it attempts to restore the permissions for a drive (which Win32
 doesn't permit). The error is harmless in any case.


15Mar05 1.36.2-netbsd.patch
 This patch corrects a compile problem because of no statfs()
 on NetBSD. The patch was submitted by kardel with bug 258.


16Mar05 1.36.2-console.patch
 This patch causes the output directed to a file to be
 flushed after every line. This is a bit overkill, IMO, but
 a user complained about it.


17Mar05 1.36.2-restore-speed.patch
 This patch will fix a subtle bug that was introduced in 1.36.2
 which causes Bacula to be very slow restoring a few files. This
 is because it reads completely to the end of the Volume rather
 than stopping when all the files on the Volume are loaded. The
 introduction of the bug was caused by a patch that fixed
 Bacula truncating tapes after a restore.
 Note that all source files will be rebuilt during the make.


18Mar05 1.36.2-store.patch
 This patch fails a job if no Storage resource is specified and
 the job attempts to call the SD.


18Mar05 1.36.2-reschedule.patch
 This patch should fix a Segfault bug when a job is rescheduled.
 The storage pointers were being released when they should not
 have been.


24Mar05 1.36.2-wx-console-bugfixes.patch
 Major wx-console fixes (see src/wx-console/CHANGELOG for details).


28Mar05 1.36.2-tray-monitor-memleak.patch
 This patch should fix memory leaks in tray-monitor.



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___

[Bacula-users] Problem with concurrent jobs, pools, volumes.... ;-)

2005-05-02 Thread Masopust Christian
Title: Problem with concurrent jobs, pools, volumes  ;-)






All right, that's maybe a bit long and problem most is that i still 
don't really understand how all configuration fit together, but maybe 
you've some time to help...  ;-))


all my backups will go to disk (finally convinced my boss to buy two
big RAIDs :-)) and i would have single backup-file for each backup run



what i did:


- setup pools as in the example Kern gave in "Using Pools to Manage Volumes"
  with some changes: volume retention for full is only 2 month. Another thing
  i would like was to have uniqe name for the volumes created according to
  the job-name (is this a good idea?)


- created unique schedules for each client (also not sure if that's a good idea)
  as shown in the attached configs (i currently have 5 clients for testing, all
  are created like the one attached)


- create some jobs that should be run "almost" parallel, but will be started
  with some minutes delay (as you remember i had some trobles when running
  jobs in "real" parallel).



now my problems...


when starting some jobs manually the jobs won't run in parallel:


Running Jobs:
 JobId Level   Name   Status
==
 7 Increme  sunserv-data.2005-05-02_08.09.35 is waiting on max Storage jobs
 6 Increme  sunserv-system.2005-05-02_08.09.32 is waiting execution
 5 Full    sonne-data.2005-05-02_08.09.03 is running
 4 Increme  sonne-system.2005-05-02_08.08.59 is waiting for higher priority jobs to finish
 3 Full    atpc4ujc-data.2005-05-02_08.06.14 is running



sonne-data, sunserv-data and sunserv-system will all use the same pool and same storage
but why are the "sunserv"-jobs waiting for sonne to complete?



last weekend, when i first tried this configuration, the problem was that almost all of
the backups didn't run because the jobs were waiting for volume to be labeled (but some
of them run and also created volumes automatically!)!!  funny, isn't it?



so, sorry if these is really long to read and maybe really dumb...


but... THANK's a lot for your help!!
Christian




here's part of my configuration:


bacula-dir.conf:


# Pool for Full-Backups
#
Pool {
  Name = Full-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 2 months
  Accept Any Volume = yes
  Maximum Volume Jobs = 1
  Label Format = "Full-${Job}-${NumVols:p/4/0/r}"
}


# Pool for differential Backups
#
Pool {
  Name = Diff-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 40 days
  Accept Any Volume = yes
  Maximum Volume Jobs = 1
  Label Format = "Diff-${Job}-${NumVols:p/4/0/r}"
}


# Pool for daily incremental Backups
#
Pool {
  Name = Incr-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 20 days
  Accept Any Volume = yes
  Maximum Volume Jobs = 1
  Label Format = "Incr-${Job}-${NumVols:p/4/0/r}"
}



# Storage for Unix-Server (SUNs)
#
Storage {
  Name = UnixServer
  Address = atpcc7fc
  SDPort = 9103
  Password = ""
  Device = UnixServer-FileStore
  Media Type = File
  Maximum Concurrent Jobs = 10
}


# Storage for Windows-Server
#
Storage {
  Name = WinPC
  Address = atpcc7fc
  SDPort = 9103
  Password = ""
  Device = WinPC-FileStore
  Media Type = File
  Maximum Concurrent Jobs = 10
}



## i've unique schedules for each client that i'll backup,
##  here's one of them...
#
Schedule {
  Name = "Atpc4ujcSystem"
  Run = Full 1st sat at 03:15
  Run = Full 3rd sat at 03:15
  Run = Differential 2nd sat at 03:15
  Run = Differential 4th-5th sat at 03:15
  Run = Incremental sun-fri at 03:15
}
Schedule {
  Name = "Atpc4ujcWeb"
  Run = Full 1st sat at 03:20
  Run = Full 3rd sat at 03:20
  Run = Differential 2nd sat at 03:20
  Run = Differential 4th-5th sat at 03:20
  Run = Incremental sun-fri at 03:20
}
Schedule {
  Name = "Atpc4ujcData"
  Run = Full 1st sat at 03:25
  Run = Full 3rd sat at 03:25
  Run = Differential 2nd sat at 03:25
  Run = Differential 4th-5th sat at 03:25
  Run = Incremental sun-fri at 03:25
}


# Client (File Services) to backup
#


Client {
  Name = atpc4ujc-fd
  Address = atpc4ujc
  FDPort = 9102
  Catalog = DefaultCatalog
  Password = ""
  File Retention = 30 days
  Job Retention = 2 month
  AutoPrune = yes
  Maximum Concurrent Jobs = 5
}



## and here some jobs for this client
##
Job {
  Name = "atpc4ujc-system"
  Client = atpc4ujc-fd
  Type = Backup
  FileSet = "atpc4ujc-system"
  Schedule = "Atpc4ujcSystem"
  Storage = WinPC
  Pool = Default
  Full Backup Pool = Full-Pool
  Differential Backup Pool = Diff-Pool
  Incremental Backup Pool = Incr-Pool
  Messages = Standard
  Write Bootstrap = "/var/bacula/atpc4ujc-system.bsr"
  Priority = 8
}


Job

AW: [Bacula-users] Problem with concurrent jobs, pools, volumes.. .. ;-)

2005-05-02 Thread Masopust Christian
Title: AW: [Bacula-users] Problem with concurrent jobs, pools, volumes ;-)






Hi Arno!


Again thanks for your help, it seems that i coincidentally did
the right thing today when trying another configuration and now
i've got the confirmation ;-))


Chris



-Originalnachricht-
Von: Arno Lehmann
An: Ludovic Strappazon
Cc: Masopust Christian; bacula-users@lists.sourceforge.net
Gesendet: 02.05.2005 20:27
Betreff: Re: [Bacula-users] Problem with concurrent jobs, pools, volumes ;-)


Hi.


Ludovic Strappazon wrote:


> Hello,
>> Running Jobs:
>>  JobId Level   Name   Status
>>
==
>>  7 Increme  sunserv-data.2005-05-02_08.09.35 is waiting on max 
>> Storage jobs
>>  6 Increme  sunserv-system.2005-05-02_08.09.32 is waiting
execution
>>  5 Full    sonne-data.2005-05-02_08.09.03 is running
>>  4 Increme  sonne-system.2005-05-02_08.08.59 is waiting for
higher 
>> priority jobs to finish
>>  3 Full    atpc4ujc-data.2005-05-02_08.06.14 is running
>> 
>>
>> sonne-data, sunserv-data and sunserv-system will all use the same
pool 
>> and same storage
>> but why are the "sunserv"-jobs waiting for sonne to complete?
>>
>>
> I think they are waiting because they need a volume from Incr-Pool
while 
> the storage device is busy with a volume from Full-Pool.


IIRC this was discussed some time ago... I didn't follow the list that 
closely, though... about two weeks ago... have a look into the archive.


Basically, the problem is that bacula treats each directory as it's own 
storage device, and each storage device can only be used with one volume


at a given time. So, I'd suggest to use one directory for each pool. I 
*guess* that it might be worth a try and use symlinks for the other 
directories.


Arno


> Best regards,
> Ludovic.
> 
> 
> 
> ---
> This SF.Net email is sponsored by: NEC IT Guy Games.
> Get your fingers limbered up and give it your best shot. 4 great
events, 4
> opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
> win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


-- 
IT-Service Lehmann    [EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de





[Bacula-users] Maybe this is one for Kern (or Arno??) ;-)))

2005-05-02 Thread Masopust Christian
Title: Maybe this is one for Kern (or Arno??) ;-)))






As Arno Lehmann suggested as an additional answer to my last problems
i looked a while around in the lists archive and found one thing which
alarmed me a little


in one of the mails Kern wrote (this was a discussion about concurrent jobs):


From: Kern Sibbald <[EMAIL PROTECTED]>
 Re: Fwd: Another problem with concurrent jobs  2005-04-21 23:26  
 Some more thoughts on this: I"m not convinced that it is necessary to use 
 different directories, though it might be a good idea, but most likely if you 
 do not use different Pools (i.e. different volumes) you will have two jobs 
 writing into the same disk volume, which will not work.
 
 On Thursday 21 April 2005 18:53, Kern Sibbald wrote:
 > It is perhaps not well documented, but concurrent jobs to the same Device
 > resource that references a file rather than a tape device is not supported.
 > To run multiple concurrent jobs, you must use different Device resources
 > pointing to different directories.
 >


my setup now is to have different pools for each storage and each storage has
it's own disk-device.
but what i discovered last night when some jobs run in parallel, they really 
wrote into the same file!  is this now (still) really a problem? did i lost
my backup-integrity? 
and... if it's a problem... how can i avoid this??


additional to this here's a copy of the beginning of my bsr-files for two jobs
running in parallel and writing to the same file:


==> sonne-data.bsr <==
Volume="BackupFile-0001"
VolSessionId=2
VolSessionTime=1115045982
VolFile=0-0
VolBlock=848024679-1846476699
FileIndex=1-21818
Volume="BackupFile-0001"
VolSessionId=2
VolSessionTime=1115045982
VolFile=0-0


==> sunserv-data.bsr <==
Volume="BackupFile-0001"
VolSessionId=3
VolSessionTime=1115045982
VolFile=0-0
VolBlock=1430309864-1847895963
FileIndex=1-14567
Volume="BackupFile-0001"
VolSessionId=3
VolSessionTime=1115045982
VolFile=0-0


i'm not sure if i understand this information correctly, but when looking at the
"VolBlock"-values, i really get a bit nervous





[Bacula-users] Statistics - tools...

2005-05-09 Thread Masopust Christian
Title: Statistics - tools...






Hi all,


has anyone of you some scripts that show some statistic information
about the things Bacula has done? I think of maybe some web-pages
which will show when and how long jobs run, how much data was backed
up and so on i.e. all the things that are stored in the database
but are not really readable for humans (especially for managers ;-


I'm badly no php-guru, so i better ask you before i'll try to do
some things myself...


thanks a lot,
christian





AW: [Bacula-users] kernel 2.4 or kernel 2.6 ?

2005-05-10 Thread Masopust Christian
Title: AW: [Bacula-users] kernel 2.4 or kernel 2.6 ?






Hi, 


i'm not sure if there would be a difference for Bacula when using
other kernels. My reason for going with 2.6 (Fedora Core 3) was
because i'm doing my backups do disk and have a RAID with above
2TB so there was no other (easy) way than Fedora Core 3 for me.


Chris
 


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Jesús Pérez

Gesendet: Dienstag, 10. Mai 2005 16:18
An: bacula-users@lists.sourceforge.net
Betreff: [Bacula-users] kernel 2.4 or kernel 2.6 ?


Hi,


that kernel is more efficient or recommendable for bacula?


thanks,









---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users





[Bacula-users] AW: Confusing "OK"-Message after restore

2005-05-18 Thread Masopust Christian
Title: AW: Confusing "OK"-Message after restore






All right,  here's the message i got when this backup was run:



18-May 03:05 atpcc7fc-dir: Start Backup JobId 235, Job=atpc4ujc-data.2005-05-18_03.05.02
18-May 03:05 atpc4ujc-fd:  Could not stat D:/CD-Copy: ERR=The system cannot find the path specified.^M


18-May 03:05 atpc4ujc-fd:  Could not stat D:/CM-Share: ERR=The system cannot find the path specified.^M


18-May 03:05 atpc4ujc-fd:  Could not stat D:/SUS: ERR=The system cannot find the path specified.^M


18-May 03:05 atpcc7fc-dir: Bacula 1.36.3 (22Apr05): 18-May-2005 03:05:13
  JobId:  235
  Job:    atpc4ujc-data.2005-05-18_03.05.02
  Backup Level:   Incremental, since=2005-05-17 03:05:04
  Client: atpc4ujc-fd
  FileSet:    "atpc4ujc-data" 2005-05-07 03:25:00
  Pool:   "WinPCPool"
  Storage:    "WinPC"
  Start time: 18-May-2005 03:05:04
  End time:   18-May-2005 03:05:13
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0
  SD Bytes Written:   0
  Rate:   0.0 KB/s
  Software Compression:   None
  Volume name(s): WinPCPool-0001
  Volume Session Id:  105
  Volume Session Time:    1115965854
  Last Volume Bytes:  16,014,022,604
  Non-fatal FD errors:    3
  SD Errors:  0
  FD termination status:  OK
  SD termination status:  OK
  Termination:    Backup OK -- with warnings



and the FileSet definition for this job is:


FileSet {
  Name = "atpc4ujc-data"
  Include {
    Options {
  signature = MD5
  compression = GZIP6
    }
    File = "D:/CD-Copy"
    File = "D:/CM-Share"
    File = "D:/SUS"
  }
}



i know that i need to check the messages of my jobs very carefully, but
in this case i think it would be better to have an error than an "ok with warnings"..


what do you think about this?


chris
 


-Ursprüngliche Nachricht-----
Von: Kern Sibbald [mailto:[EMAIL PROTECTED]] 
Gesendet: Mittwoch, 18. Mai 2005 20:44
An: Masopust Christian
Cc: bacula-users@lists.sourceforge.net
Betreff: Re: Confusing "OK"-Message after restore


Hello,


You should always copy the list.  


Without seeing the exact messages you received, I cannot comment other than to 
say that if there are any ERROR messages, Bacula will not issue an OK.  It 
may print lots of informational messages, and if you restricted it (perhaps 
by default) from descending into other filesystems, it will tell you.


On Wednesday 18 May 2005 20:41, Masopust Christian wrote:
> Hi Kern,
>
> I don't know if it's correct to write directly to you, but I try ;-))
>
> Last night i had a problem with one of my Windows-Server-Disks, it
> was not responding any longer.
>
> I had a backup-job running which only backups directories from this
> disk.   When looking at the status of my backups in the morning, i found
> everything run "OK"   Only when having a closer look to the whole
> message i found the warnings that the directories were not found
>
> shouldn't this be handled as an error?   or at least an error when none
> of the files/directories configured in the fileset can be saved?
>
> Thanks,
> Chris


-- 
Best regards,


Kern


  (">
  /\
  V_V





[Bacula-users] Bacula director freezing

2005-05-24 Thread Masopust Christian
Title: Bacula director freezing






Yesterday in the evening, just when starting some jobs my director
again freezes...


here's the output of btraceback (my system is Fedora Core 3, Bacula is 1.36.3):


From [EMAIL PROTECTED]  Mon May 23 22:01:32 2005
Return-Path: <[EMAIL PROTECTED]>
Received: from atpcc7fc.sie.siemens.at (atpcc7fc.sie.siemens.at [127.0.0.1])
    by atpcc7fc.sie.siemens.at (8.13.1/8.13.1) with SMTP id j4NK1VFi027151
    for <[EMAIL PROTECTED]>; Mon, 23 May 2005 22:01:31 +0200
Message-Id: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
Subject: Bacula GDB traceback of bacula-dir
Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Mon, 23 May 2005 22:01:31 +0200
Status: R


Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 3346)]
[New Thread 32769 (LWP 3351)]
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 3346)]
[New Thread 32769 (LWP 3351)]
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 3346)]
[New Thread 32769 (LWP 3351)]
[New Thread 16386 (LWP 3352)]
[New Thread 32771 (LWP 3353)]
[New Thread 19726340 (LWP 26151)]
[New Thread 19742725 (LWP 26152)]
[New Thread 19759110 (LWP 26164)]
[New Thread 19775495 (LWP 26172)]
[New Thread 19791880 (LWP 26180)]
[New Thread 19808265 (LWP 26203)]
[New Thread 19824650 (LWP 26267)]
[New Thread 19841035 (LWP 26294)]
[New Thread 19857420 (LWP 26320)]
[New Thread 19873805 (LWP 26381)]
[New Thread 19890190 (LWP 26411)]
[New Thread 19906575 (LWP 26434)]
0x004c80d4 in __pthread_sigsuspend () from /lib/i686/libpthread.so.0
$1 = "atpcc7fc-dir", '\0' 
$2 = 0x80b5230 "bacula-dir"
$3 = 0x80b5dd0 "/opt/bacula/sbin/"
$4 = "MySQL"
$5 = 0x80a321c "1.36.3 (22 April 2005)"
$6 = 0x809bfb8 "i686-redhat-linux-gnu"
$7 = 0x809bfb1 "redhat"
$8 = 0x809bfa4 "(Heidelberg)"
#0  0x004c80d4 in __pthread_sigsuspend () from /lib/i686/libpthread.so.0
#1  0x004c7708 in __pthread_wait_for_restart_signal () from /lib/i686/libpthread.so.0
#2  0x004c9720 in __pthread_alt_lock () from /lib/i686/libpthread.so.0
#3  0x004c614e in pthread_mutex_lock () from /lib/i686/libpthread.so.0
#4  0x08057dab in jobq_add (jq=0x80b4300, jcr=0x80fc570) at jobq.c:240
#5  0x080566d8 in run_job (jcr=0x80fc570) at job.c:140
#6  0x0804c034 in main (argc=0, argv=0x8090b55) at dird.c:241


Thread 16 (Thread 19906575 (LWP 26434)):
#0  0x004c80d4 in __pthread_sigsuspend () from /lib/i686/libpthread.so.0
#1  0x004c7708 in __pthread_wait_for_restart_signal () from /lib/i686/libpthread.so.0
#2  0x004c3fab in [EMAIL PROTECTED] () from /lib/i686/libpthread.so.0
#3  0x08087a7a in rwl_writelock (rwl=0x80b46c0) at rwlock.c:231
#4  0x0807fd00 in lock_jcr_chain () at jcr.c:544
#5  0x08080491 in new_jcr (size=-1254097504, daemon_free_jcr=0xfffc) at jcr.c:218
#6  0x0806d182 in new_control_jcr (base_name=0x809bf69 "*Console*", job_type=-4) at ua_server.c:90
#7  0x0806d38b in handle_UA_client_request (arg=0x8117e88) at ua_server.c:122
#8  0x0808ee1b in workq_server (arg=0x80b4480) at workq.c:347
#9  0x004c4ce1 in pthread_start_thread () from /lib/i686/libpthread.so.0
#10 0x0043661a in clone () from /lib/i686/libc.so.6


Thread 15 (Thread 19890190 (LWP 26411)):
#0  0x004c80d4 in __pthread_sigsuspend () from /lib/i686/libpthread.so.0
#1  0x004c7708 in __pthread_wait_for_restart_signal () from /lib/i686/libpthread.so.0
#2  0x004c3fab in [EMAIL PROTECTED] () from /lib/i686/libpthread.so.0
#3  0x08087a7a in rwl_writelock (rwl=0x80b46c0) at rwlock.c:231
#4  0x0807fd00 in lock_jcr_chain () at jcr.c:544
#5  0x08080491 in new_jcr (size=-1252000352, daemon_free_jcr=0xfffc) at jcr.c:218
#6  0x0806d182 in new_control_jcr (base_name=0x809bf69 "*Console*", job_type=-4) at ua_server.c:90
#7  0x0806d38b in handle_UA_client_request (arg=0x8116c68) at ua_server.c:122
#8  0x0808ee1b in workq_server (arg=0x80b4480) at workq.c:347
#9  0x004c4ce1 in pthread_start_thread () from /lib/i686/libpthread.so.0
#10 0x0043661a in clone () from /lib/i686/libc.so.6


Thread 14 (Thread 19873805 (LWP 26381)):
#0  0x004c80d4 in __pthread_sigsuspend () from /lib/i686/libpthread.so.0
#1  0x004c7708 in __pthread_wait_for_restart_signal () from /lib/i686/libpthread.so.0
#2  0x004c3fab in [EMAIL PROTECTED] () from /lib/i686/libpthread.so.0
#3  0x08087a7a in rwl_writelock (rwl=0x80b46c0) at rwlock.c:231
#4  0x0807fd00 in lock_jcr_chain () at jcr.c:544
#5  0x08080491 in new_jcr (size=-1249903200, daemon_free_jcr=0xfffc) at jcr.c:218
#6  0x0806d182 in new_control_jcr (base_name=0x809bf69 "*Console*", job_type=-4) at ua_server.c:90
#7  0x0806d38b in handle_UA_client_request (arg=0x8115a48) at ua_server.c:122
#8  0x0808ee1b in workq_server (arg=0x80b4480) at workq.c:347
#9  0x004c4ce1 in pthread_start_thread () from /lib/i686/libpthread.so.0
#10 0x0043661a in clone () from /lib/i686/libc.so.6


Thread 13 (Thread 19857420 (LWP 2632

AW: [Bacula-users] Bacula director freezing

2005-05-29 Thread Masopust Christian
Title: AW: [Bacula-users] Bacula director freezing






maybe you'll have a look at bugs.bacula.org at bug 331. i had a similar problem
where bacula-dir randomly hangs. after applying kerns patch it didn't happen until
now, but before closing this bug i would prefere to wait at least one week ;-))
 


> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]] Im Auftrag 
> von Alan Brown
> Gesendet: Donnerstag, 26. Mai 2005 17:32
> An: Arno Lehmann
> Cc: Ali Zaidi; bacula-users@lists.sourceforge.net
> Betreff: Re: [Bacula-users] Bacula director freezing
> 
> On Sat, 21 May 2005, Arno Lehmann wrote:
> 
> >> However for the last two Friday nights the bacula
> >> director has been freezing after backing up the first
> >> seven clients.
> 
> > I did experience the same, couldn't find any reason, but 
> after the upgrade to 
> > 1.36.2 that didn't happen again. So, I suggest you do an 
> upgrade to that 
> > version or the current release version 1.36.3.
> 
> It's happening for me on 1.36.2 and 1.36.3
> 
> >> Another peculiar thing i saw was that the number of
> >> bacula-dir processes on the system increases from 4 to
> >> around 21.
> >
> > That's normal - that's all the "worker threads" for the 
> different jobs and 
> > bookkeeping. I don't know how many I had, but when the 
> director crashed I 
> > usually had four jobs running and saw about 10-20 jobs / threads.
> 
> It's about the same number as maximums set int he config files.
> 
> AB
> 
> 
> 
> ---
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit 
> http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 





[Bacula-users] Bacula-Client only on Solaris 2.5.1

2005-06-07 Thread Masopust Christian
Title: Bacula-Client only on Solaris 2.5.1






Hi all,


has anybody configured and compiles Bacula 1.36.3 under Solaris 2.5.1?


Any info about configuration (which compiler, ...)?


thanks a lot,
chris





AW: [Bacula-users] Bacula-Client only on Solaris 2.5.1

2005-06-07 Thread Masopust Christian
Title: Bacula-Client only on Solaris 2.5.1



all right, thanks a lot. some changes to the sources 
according to gethostid, gethostname, srandom and random 
and installation of gcc (from sunfreeware.com) were 
neccessary and it worked now!
 
chris
 

  
  
  Von: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] Im Auftrag von Andrew 
  PatersonGesendet: Dienstag, 07. Juni 2005 11:04An: 
  Bacula-Users (E-mail)Betreff: RE: [Bacula-users] Bacula-Client only 
  on Solaris 2.5.1
  
  Yes.
      g++ (gcc) 
  3.3.1
  Minor changes are 
  needed to fix copmilation errors regarding the non-definition of gethostid() 
  and gethostname().
  They are pretty 
  easy tio fix.
   
  However, I only 
  built the client (my director runs on Solaris 9!) I beleive you may get 
  multi-threading errors if you build the director.
   
  ./configure 
  --enable-client-only
   
  Regards
  
  Andrew R PatersonSystems EngineerDS Ltd 
  
  -Original 
  Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Masopust 
  ChristianSent: 07 June 2005 9:53AMTo: 
  bacula-users@lists.sourceforge.net; 
  [EMAIL PROTECTED]Subject: [Bacula-users] 
  Bacula-Client only on Solaris 2.5.1
  
Hi all, 
has anybody configured and compiles Bacula 1.36.3 under 
Solaris 2.5.1? 
Any info about configuration (which compiler, ...)? 

thanks a lot, chris 
  


RE: [Bacula-users] Splitting bacula-dir.conf / FileSets

2005-06-23 Thread Masopust Christian

I totally agree to Dominc, but things that i discovered is that director
sometimes hangs after running "reload"  but that's not reproducable.

best regards,
chris 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Dominic Marks
> Sent: Wednesday, June 22, 2005 2:23 PM
> To: bacula-users@lists.sourceforge.net
> Cc: Sebastian Stark
> Subject: Re: [Bacula-users] Splitting bacula-dir.conf / FileSets
> 
> On Tuesday 21 June 2005 13:25, Sebastian Stark wrote:
> > Will splitting up bacula-dir.conf into several files lead to bacula
> > seeing new FileSets and upgrading to Full backups next run? If I
> > don't change anything else of course.
> 
> I don't think so. If you want Bacula to pick up any changes,
> I think the right method is to log in to the console and run
> the reload command once you have made your changes.
> 
> >
> > -Sebastian
> 
> HTH,
> -- 
> Dominic
> GoodforBusiness.co.uk
> I.T. Services for SMEs in the UK.
> 
> 
> ---
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Bacula-dir hanging?

2005-08-19 Thread Masopust Christian



Hello Sherwood,
 
have a look at the lists archive or at the bacula-bug - 
page.   i once had the same problem
(search for "director freezing"). 
 
Kern provided a patch (can be found at bug-page) which 
solved my problem.
 
chris

  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Sherwood 
  McGowanSent: Friday, August 19, 2005 11:24 AMTo: 
  bacula-users@lists.sourceforge.netSubject: [Bacula-users] 
  Bacula-dir hanging?
  
  I run bacula-dir 
  on one server, connecting to several different bacula-fd's remotely and 1 
  local storage daemon. Every few days, bacula-dir hangs, in which the process 
  will show it's still running, but it doesn't back up anything and you cannot 
  connect to it through the console. the only way to get it back up and running 
  properly is to kill it and restart (I use the /etc/init.d/bacula script 
  provided for control)
   
  Any ideas on why 
  this might be happening? It's aggravating since I just came back from vacation 
  after a week and found that it had again hung up and didn't backup any jobs 
  past last wednesday.
   
   
   
  Sherwood McGowan
  ViaTalk
  Level 2 Support
  VOIP System Engineer
   


[Bacula-users] Big problems with my Bacula.....

2005-09-05 Thread Masopust Christian

Hello all,

my configuration is as follows:

 - Director and Storage at FedoraCore 3 system, Database Mysql 4.1.12,
   Backup to Disk (2 RAIDs with 2.6TB)
 - Clients are Linux, SUNs, Windows

Bacula run fine till last weekend. Since Sunday every job fails with messages
that entries to database ("INSERT INTO FILE (..") could not be made because
of "Duplicate entries"

First i thought that i caused this problem myself as i run a "mysqldump" of
the whole bacual-db last week and after that i reloaded id (maybe dumb, but i
heard that this could decrease size of db a little as mine is above 8GB).

But i couldn't imagine that this causes my problems now because backup runs fine
after the dump-reload for 2 days...

so, any idea what happening here?

thanks a lot,
chris

P.S.: btw, would it be better to have more catalogs when size of 1 catalog is
  as big is mine is?



---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


AW: [Bacula-users] Big problems with my Bacula.....

2005-09-06 Thread Masopust Christian
Title: Re: [Bacula-users] Big problems with my Bacula.






 
Hello Arno,
 
fine to here again from you!   
(as always when i need help...)   ;-))
 
a short question to the procedure running 
bscan  for that to complete successfully
i'll need to know which volumes are already 
"active" (i.e. not purged), do i?
 
thanks,
christian
 


Von: Arno Lehmann 
[mailto:[EMAIL PROTECTED]Gesendet: Di 06.09.2005 09:33An: 
Masopust ChristianCc: 
bacula-users@lists.sourceforge.netBetreff: Re: [Bacula-users] Big 
problems with my Bacula.....

Hi,Masopust Christian wrote:> Hello 
all,>> my configuration is as follows:>>  - 
Director and Storage at FedoraCore 3 system, Database Mysql 
4.1.12,>    Backup to Disk (2 RAIDs with 
2.6TB)>  - Clients are Linux, SUNs, Windows>> Bacula 
run fine till last weekend. Since Sunday every job fails with messages> 
that entries to database ("INSERT INTO FILE (..") could not be made 
because> of "Duplicate entries"So the catalog is broken. Bad, 
but you should be able to correct it...> First i thought that i 
caused this problem myself as i run a "mysqldump" of> the whole bacual-db 
last week and after that i reloaded id (maybe dumb, but i> heard that 
this could decrease size of db a little as mine is above 8GB).I don't 
know if this is necessary or useful, but that might have causedthe 
problems.> But i couldn't imagine that this causes my problems 
now because backup runs fine> after the dump-reload for 2 
days...>> so, any idea what happening here?Have you tried 
the dbcheck program to repair the database?I suggest to make sure that 
bacula is not running when you modify thedatabase.Be aware that the 
database check ca take very long.You could also start with a new, 
completely empty catalog, and reinsertyour existing volumes using 
bscan.> thanks a lot,> chris>> P.S.: btw, 
would it be better to have more catalogs when size of 1 catalog 
is>   as big is mine 
is?>I don't know, but I'm quite sure that using more than one 
catalog canresult in some difficulties with you bacula 
setup.Arno>> 
---> SF.Net email is 
Sponsored by the Better Software Conference & EXPO> September 19-22, 
2005 * San Francisco, CA * Development Lifecycle Practices> Agile & 
Plan-Driven Development * Managing Projects & Teams * Testing & 
QA> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf> 
___> Bacula-users mailing 
list> Bacula-users@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/bacula-users>--IT-Service 
Lehmann    
[EMAIL PROTECTED]Arno 
Lehmann  
http://www.its-lehmann.de





---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


AW: [Bacula-users] Big problems with my Bacula.....

2005-09-09 Thread Masopust Christian
 
> > anyway i dont think that this really happend, because he writes that
> > bacula is complaining about
> > duplicate entries which means that bacula wants to insert something and
> > that would be a duplicate.
> 
> Yes, I cannot argue this point as I am not really sure what is going on
> because Christian did not show the actual error message. Bacula does not care
> if there are duplicate entries in the File table, as far as I remember, and
> when it does insert an entry in that table, the FileId of NULL is used. 

sorry, i was out of office this week .
 
here are the exact errormessages i get when running into this problem:
 
05-Sep 22:07 atpcc7fc-dir: sunserv-system.2005-09-05_22.07.39 Fatal error: 
sql_create.c:564 sql_create.c:564 insert INSERT INTO File 
(FileIndex,JobId,PathId,FilenameId,LStat,MD5) VALUES 
(1,3473,561200,2164602,'gAFo igq IGk B A B A L8 CAA C BCGe2H BDG/ZC BDG/ZC A A 
E','0') failed:
Duplicate entry '59302989' for key 1
05-Sep 22:07 atpcc7fc-dir: sql_create.c:564 INSERT INTO File 
(FileIndex,JobId,PathId,FilenameId,LStat,MD5) VALUES 
(1,3473,561200,2164602,'gAFo igq IGk B A B A L8 CAA C BCGe2H BDG/ZC BDG/ZC A A 
E','0')
05-Sep 22:07 atpcc7fc-dir: sunserv-system.2005-09-05_22.07.39 Fatal error: 
sql_create.c:566 Create db File record INSERT INTO File 
(FileIndex,JobId,PathId,FilenameId,LStat,MD5) VALUES 
(1,3473,561200,2164602,'gAFo igq IGk B A B A L8 CAA C BCGe2H BDG/ZC BDG/ZC A A 
E','0') failed. ERR=Duplicate entry '59302989' for key 1
05-Sep 22:07 atpcc7fc-dir: sunserv-system.2005-09-05_22.07.39 Fatal error: 
catreq.c:346 Attribute create error. sql_create.c:566 Create db File record 
INSERT INTO File (FileIndex,JobId,PathId,FilenameId,LStat,MD5) VALUES 
(1,3473,561200,2164602,'gAFo igq IGk B A B A L8 CAA C BCGe2H BDG/ZC BDG/ZC A A 
E','0') failed. ERR=Duplicate entry '59302989' for key 1
05-Sep 22:07 atpcc7fc-dir: sunserv-system.2005-09-05_22.07.39 Error: Catalog 
error updating MD5/SHA1. sql_update.c:65 Update problem: affected_rows=0
05-Sep 22:07 atpcc7fc-dir: sunserv-system.2005-09-05_22.07.39 Fatal error: 
sql_create.c:564 sql_create.c:564 insert INSERT INTO File 
(FileIndex,JobId,PathId,FilenameId,LStat,MD5) VALUES (2,3473,561200,1,'gAFo igA 
EHt C A D A IA CAA C BBtYzd BDG/ZC BDG/ZC A A E','0') failed:
Duplicate entry '59302989' for key 1

and i get many of these messages (i think one for each file saved for the 
current job).
 
thanks a lot!
christian
 


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: AW: [Bacula-users] Big problems with my Bacula.....

2005-09-13 Thread Masopust Christian
> >
> > all right, it really is no problem in bacula, i've some 
> problems with my
> > backup-server. it suddenly stops working during backup and 
> after reboot i
> > always get these messages. seems that database gets currupt 
> when my server
> > stops...
> 
> This doesn't seem at all normal to me.  I suggest you send a 
> few more details 
> to the bacula-users list, such as your OS/version, the MySQL 
> version, and 
> more of the details of why your backup server stops.  
> Normally, if you are 
> running a Linux system, it doesn't just stop and there is no 
> reason to 
> reboot, it is just perhaps a matter of killing off an errant 
> program.  If you 
> are rebooting without properly shutting down your MySQL 
> server (which should 
> be automatic), this could potentially cause problems like 
> this, but that 
> would be rather exceptional.  I think something else is going 
> wrong like bad 
> memory, or other hardware problems.  Perhaps when you explain 
> more in detail 
> what is happening, someone can help you.

all right, here is my configuration:

backup-server is a P4 2,8GHz on a Fujitsu-Siemens Mainboard, 
512MB RAM (upgrade to 2GB planned), 2 SATA disks for system
(soft-mirrored), Gigabit ethernet (3C996B-T with tg3 driver),
2 LSI 22320 (MPT Dual Ultra320 SCSI hostadapter) for connecting
2 Infortrend EonStor SATA-SCSI-Raids with 2TB (each).

system is running Fedora Core 3 (all patches except last kernel
update 2.6.12-1.1376 as it won't boot with this smp-kernel),
mysql is 4.1.12 and bacula is 1.36.3.

when my system stops there are NO entries in any logfile, no 
crash-dump after reboot and i've no idea what's going on when
it stops (it's totally frozen at this time, no output to console,
no input possible).
i'm monitoring the server with HotSaNIC and it also shows no
special problems before the server stops. 
the only thing which is common for all times is that there are
4 or 5 of my heavy load backups are running at this time, so there
is much traffic on my network-card and also much traffic to both
Raids.
but these backups run fine for 3 or 4 days and after that at the
next run the server stops

thanks,
chris



> >
> > anyway, thanks a lot for your support!
> > chris
> >
> > > -Original Message-
> > > From: Kern Sibbald [mailto:[EMAIL PROTECTED]
> > > Sent: Friday, September 09, 2005 2:58 PM
> > > To: Masopust Christian
> > > Cc: bacula-users@lists.sourceforge.net
> > > Subject: Re: AW: [Bacula-users] Big problems with my Bacula.
> > >
> > > Hello,
> > >
> > > Well, I don't understand this at all because there should
> > > only be two keys on
> > > the File table.  1 is the primary key, which must be unique
> > > and is FileId.
> > > The second is an index on several items, and it does not need
> > > to be unique.
> > > Now, for the first key FileId, I do not specify it in the
> > > INSERT, so MySQL
> > > should automatically select a unique key.  The second index
> > > should not
> > > matter.
> > >
> > > Perhaps you have run into some limitation of the MySQL
> > > database -- e.g.
> > > maximum number of rows and you need to increase this value.
> > > If that is the
> > > case, I would say that the error message (created by MySQL)
> > > is not very
> > > appropriate.
> > >
> > > You might search their manual and see if there is some silly
> > > limitation
> > > (maximum rows?) around 59 million -- it is complaining about
> > > 59302989, but
> > > that may not be the exact number of rows you have in that table.
> > >
> > > Please send text to the list instead of html in your future
> > > messages. Thanks.
> > >
> > > On Friday 09 September 2005 14:29, Masopust Christian wrote:
> > > > > > anyway i dont think that this really happend, because
> > >
> > > he writes that
> > >
> > > > > > bacula is complaining about
> > > > > > duplicate entries which means that bacula wants to
> > >
> > > insert something and
> > >
> > > > > > that would be a duplicate.
> > > > >
> > > > > Yes, I cannot argue this point as I am not really sure
> > >
> > > what is going on
> > >
> > > > > because Christian did not show the actual error message.
> > >
> > > Bacula does not
> > >
> > > > > care if there are duplicate entries in the File 
&g

RE: AW: [Bacula-users] Big problems with my Bacula.....

2005-09-14 Thread Masopust Christian
 
> 
> >> backup-server is a P4 2,8GHz on a Fujitsu-Siemens Mainboard,
> 
> Is this based on the Intel 915G chipset by any chance?
> 
> (or any other intel set incorporating the ICH6 IDE/SATA controller...)
> 

no, it's an SiS 661



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Changes after Release of 1.36.3

2005-09-27 Thread Masopust Christian
This is maybe only (?) for Kern...

Is there a list of changes done to 1.36.3 after it has been released?

Background... as I had to reinstall my backup-server last week (and also
lost my sourcetree where i had changed some files) i need to know which
of them i have changed (i know one: jobq.c which i got from Kern to resolve
one of the problems i had).

thanks a lot,
christian


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Changes after Release of 1.36.3

2005-09-27 Thread Masopust Christian
> 
> > Is there a list of changes done to 1.36.3 after it has been 
> released?
> 
> http://cvs.sourceforge.net/viewcvs.py/bacula/bacula/kes-1.37?r
> ev=1.118&view=auto 
> for example, or ChangeLog, or ReleaseNotes.

hello arno,

that's not exactly what i want, i's sure you expected me to say that ;-)))

what i would like is some possibility to check maybe the cvs-tree (branch
for 1.36.3) and see what new files are added to that (but as i have no
idea how cvs works)

another possibility would be to look in bugs-database, but that's much more
work i think


> > Background... as I had to reinstall my backup-server last 
> week (and also
> > lost my sourcetree where i had changed some files) i 
> need to know which
> > of them i have changed (i know one: jobq.c which i got from 
> Kern to resolve
> > one of the problems i had).
> 
> Didn't you have a backup? ;-)


oh... sure i have or exactly had  fedora core 4 installation destroyed my
raids where backups were stored

 
> Arno
> 
> > thanks a lot,
> > christian
> > 
> > 


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Bacula version 1.38.6 released

2006-03-29 Thread Masopust, Christian

Will bacula-dir 1.38.6 work together with bacula-fd versions less
than 1.38.6?  So that upgrade of bacula could be done step by step??

thanks,
christian

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Kern Sibbald
> Sent: Wednesday, March 29, 2006 11:52 AM
> To: bacula-announce
> Cc: bacula-users ; bacula-devel
> Subject: [Bacula-users] Bacula version 1.38.6 released
> 
> Hello,
> 
> I have just released Bacula 1.38.6 to Source Forge.  The 
> following files have 
> been updated:
> 
>   Release package  File
>   bacula  bacula-1.38.6.tar.gz
>   bacula  bacula-docs-1.38.6.tar.gz
>   depkgs depkgs-28Mar06.tar.gz (mtx, 
> sqlite 2, sqlite 3)
>   Win32   winbacula-1.38.6.exe
> 
> If you are using 1.38.5 and you are happy with it, there is 
> probably no urgent 
> need to upgrade. However, if you are using one of the 1.38.6 
> beta versions, I 
> strongly recommend that you upgrade.
> 
> 1.38.6 has a number of serious bug fixes, some of which have not been 
> reported, but are long standing, and others regarding the 
> 1.38 storage 
> reservation system. 
> 
> For your convenience, I include a partial listing of the 
> ReleaseNotes. Please 
> read the full ReleaseNotes before installing/upgrading.
> 
> -- 
> Best regards,
> 
> Kern
> 
>   (">
>   /\
>   V_V
> 
>   
> [ReleaseNotes] I
>   Release Notes for Bacula 1.38.6
> 
>   Bacula code: Total files = 419 Total lines = 137,078 (*.h *.c *.in)
>   20,440 additional lines of code since version 1.36.3
> 
>  Important !!!
>   If you are compiling for a 64 bit machine, you need to ensure
>   that the code is compiled with the -O0 (- oh zero) option otherwise
>   the SD will crash on most all operations -- apparently due to
>   a compiler bug in gcc's 64 bit code generation.
> !!
> 
> New features:
> - For autochanger get Scratch tape if in autochanger if
>   no appendable Volumes are available.
> - New virtual disk autochanger.  See scripts/disk-changer for
>   documentation.
> - New optional Device resource directive in SD.  'Device Type =',
>   which may have types: File, DVD, Tape, or FIFO.  This can
>   be useful for writing DVDs on FreeBSD where Bacula cannot
>   correctly detect the DVD.
> - Faster restore tree building and uses less memory.
> - The command line keyword job (or jobname) now refers to the
>   name of the job specified in the Job resource; jobid refers
>   as before to the non-unique numeric jobid; and ujobid refers
>   to the unique job identification that Bacula creates for each
>   job.
> - The job report for Backups has a few more user friendly ways
>   of displaying the information.
> - The wait command can now be made to wait for jobids.
> - New command line keywords are permitted in update volume. They
>   are Inchanger=yes/no, slot=nn.
> - Add two new console commands: enable job= and
>   disable job=. When a job is disabled, it will not
>   be started by the scheduler.  If you disable a job and restart
>   Bacula or reload the .conf file, the job will be re-enabled.
> - Add a new Job resource directive "enable = yes|no".
> 
> Major bug fixes:
> - Fix race condition in multiple-drive autochangers where
>   both drives want the same Volume.
> - Do not allow opening default catalog for restricted console
>   if it is not in ACL.
> - Writable FIFOs now work for restore.
> - ACLs are now checked in all dot commands.
> - Multiple drive autochangers and multiple different autochangers
>   should now work correctly (no race conditions for Volume names,
>   update slots use correct StorageId).
> - Fix bug where drive was always reserved if a restore job failed
>   while in the reservation process.
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking 
> scripting language
> that extends applications into web and mobile media. Attend 
> the live webcast
> and join the prime developer group breaking into this new 
> coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&;
> dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.fal

RE: [Bacula-users] Bacula version 1.38.6 released

2006-03-29 Thread Masopust, Christian

Hello Dan,

i've almost all versions between 1.38.0 and 1.38.5 running here.
currently my director runs 1.38.5.

chris

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Dan Langille [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 29, 2006 4:42 PM
> To: Masopust, Christian
> Cc: bacula-users ; [EMAIL PROTECTED]
> Subject: RE: [Bacula-users] Bacula version 1.38.6 released
> 
> On 29 Mar 2006 at 15:32, Masopust, Christian wrote:
> 
> > Will bacula-dir 1.38.6 work together with bacula-fd 
> versions less than 
> > 1.38.6?  So that upgrade of bacula could be done step by step??
> 
> I am about to test 1.38.6.  I'll test it with a 1.38.5 client.
> 
> I have not heard that an upgrade is mandatory.  I will also read the 
> release notes in details.
> 
> What version of bacula-fd do you have?
> 
> 
> -- 
> Dan Langille : Software Developer looking for work
> my resume: http://www.freebsddiary.org/dan_langille.php
> 
> 
> 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Bacula version 1.38.6 released

2006-03-29 Thread Masopust, Christian

To confirm Dan's answer: bacula 1.38.6 (director) works with any 1.38.x 
versions of fds...   (this is what i should have to expect :-)))

chris

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Dan Langille [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 29, 2006 5:04 PM
> To: Masopust, Christian
> Cc: bacula-users ; [EMAIL PROTECTED]
> Subject: RE: [Bacula-users] Bacula version 1.38.6 released
> 
> On 29 Mar 2006 at 16:56, Masopust, Christian wrote:
> 
> > 
> > Hello Dan,
> > 
> > i've almost all versions between 1.38.0 and 1.38.5 running here.
> > currently my director runs 1.38.5.
> 
> Hope this helps.  Below you will see a 1.35.5 client being backed up 
> by a 1.38.6 DIR to a a 1.38.6 SD.
> 
> 
> $ bconsole -c /usr/local/etc/bconsole.conf
> Connecting to Director ngaio:9101
> 1000 OK: ngaio-dir Version: 1.38.6 (28 March 2006)
> Enter a period to cancel a command.
> *status client=dfc-fd
> Using default Catalog name=MyCatalog DB=bacula
> Connecting to Client dfc-fd at dfc.unixathome.org:9102
> 
> dfc-fd Version: 1.38.5 (18 January 2006)  i386-portbld-freebsd5.5 
> freebsd 5.5-PRERELEASE
> Daemon started 29-Mar-06 10:01, 0 Jobs run since started.
> No Terminated Jobs.
> Running Jobs:
> Director connected at: 29-Mar-06 10:01
> No Jobs running.
> 
> *run
> A job name must be specified.
> The defined Job resources are:
>  1: Client1
>  2: BackupCatalog
>  3: RestoreFiles
>  4: dfc
> Select Job resource (1-4): 4
> Run Backup job
> JobName:  dfc
> FileSet:  dfc files
> Level:Incremental
> Client:   dfc-fd
> Storage:  File
> Pool: Default
> When: 2006-03-29 10:02:33
> Priority: 10
> OK to run? (yes/mod/no): yes
> Job started. JobId=211
> *mes
> 29-Mar 10:02 ngaio-dir: No prior Full backup Job record found.
> 29-Mar 10:02 ngaio-dir: No prior or suitable Full backup found. Doing 
> FULL backup.
> 29-Mar 10:02 ngaio-dir: Start Backup JobId 211, Job=dfc.2006-03-
> 29_10.02.35
> 29-Mar 10:02 ngaio-sd: Volume "TestVolume0003" previously written, 
> moving to end of data.
> 29-Mar 10:02 ngaio-sd: Sending spooled attrs to the Director. 
> Despooling 1,052,975 bytes ...
> 29-Mar 10:03 ngaio-dir: Bacula 1.38.6 (28Mar06): 29-Mar-2006 10:03:01
>   JobId:  211
>   Job:dfc.2006-03-29_10.02.35
>   Backup Level:   Full (upgraded from Incremental)
>   Client: "dfc-fd" i386-portbld-
> freebsd5.5,freebsd,5.5-PRERELEASE
>   FileSet:"dfc files" 2006-03-29 10:02:37
>   Pool:   "Default"
>   Storage:"File"
>   Scheduled time: 29-Mar-2006 10:02:33
>   Start time: 29-Mar-2006 10:02:37
>   End time:   29-Mar-2006 10:03:01
>   Elapsed time:   24 secs
>   Priority:   10
>   FD Files Written:   3,776
>   SD Files Written:   3,776
>   FD Bytes Written:   60,487,283 (60.48 MB)
>   SD Bytes Written:   61,013,156 (61.01 MB)
>   Rate:   2520.3 KB/s
>   Software Compression:   None
>   Volume name(s): TestVolume0003
>   Volume Session Id:  2
>   Volume Session Time:1143644006
>   Last Volume Bytes:  392,316,291 (392.3 MB)
>   Non-fatal FD errors:0
>   SD Errors:  0
>   FD termination status:  OK
>   SD termination status:  OK
>   Termination:Backup OK
> 
> 29-Mar 10:03 ngaio-dir: Begin pruning Jobs.
> 29-Mar 10:03 ngaio-dir: No Jobs found to prune.
> 29-Mar 10:03 ngaio-dir: Begin pruning Files.
> 29-Mar 10:03 ngaio-dir: No Files found to prune.
> 29-Mar 10:03 ngaio-dir: End auto prune.
> 
> 
> 
> -- 
> Dan Langille : Software Developer looking for work
> my resume: http://www.freebsddiary.org/dan_langille.php
> 
> 
> 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Mysql databases backup

2006-03-30 Thread Masopust, Christian

Hello Giuseppe,

i would suggest the second approach (mysqldump) because bacula is
using the database (the director) and if you stop mysql.  :-))

btw... it's never a good idea to save the database-storage without
any procedure to lock databases before (and i don't know if there's
such procedure in mysql).

christian

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Giuseppe
> Sent: Thursday, March 30, 2006 12:33 PM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Mysql databases backup
> 
> Hi!
> This is not really a problem, I'm just asking which is the 
> best way to 
> do a thing.
> I've to backup about 13GB of Mysql Databases, so I 've 2 possibile 
> solutions:
> 
> 1) include /var/lib/mysql in fileset resource
> 2) run "mysqldump --all-databases" before job
> 
> Should I stop mysqld before a backup?
> 
> Which is the best way to do so?
> Any other suggestion is well accepted! :)
> 
> Thanks!
> 
> Giuseppe
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking 
> scripting language
> that extends applications into web and mobile media. Attend 
> the live webcast
> and join the prime developer group breaking into this new 
> coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&;
> dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] winbacula 1.38.6 and windows 2003 server

2006-03-31 Thread Masopust, Christian

Hi all,

are there any issues with winbacula 1.38.6 on windows 2003 servers?

i've installed it here on two servers, but whenever a job is starting
i get a popup (on the server) which says that there's a runtime-error
in bacula-fd.exe: "This application has requested the runtime to terminate
in an unusal way"

any idea??   (1.38.4 works perfectly fine and also does 1.38.6 on windows xp)

thanks,
christian


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Re: [Bacula-announce] Bacula version 1.38.6 released

2006-04-04 Thread Masopust, Christian

I've the same problem here (as i posted last week):

> 
> are there any issues with winbacula 1.38.6 on windows 2003 servers?
> 
> i've installed it here on two servers, but whenever a job is starting
> i get a popup (on the server) which says that there's a runtime-error
> in bacula-fd.exe: "This application has requested the runtime to terminate
> in an unusal way"
> 
> any idea??   (1.38.4 works perfectly fine and also does 1.38.6 on windows xp)

thanks,
christian

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Kern Sibbald
> Sent: Monday, April 03, 2006 9:46 PM
> To: Jan Hauge
> Cc: bacula-users
> Subject: [Bacula-users] Re: [Bacula-announce] Bacula version 
> 1.38.6 released
> 
> Thanks for the feedback.  
> 
> I cannot imagine why there would be any differences between 
> bacula-1.38.4 and 
> bacula-1.38.6 for Windows 2003.  This is one of the big 
> frustrations I have 
> with Windows.
> 
> On Thursday 30 March 2006 21:13, Jan Hauge wrote:
> > Hi Kern.
> > I just installed bacula-1.38.6 yesterday on Solaris 9, 
> Solaris 8, Ubuntu
> > breezy, Windows XP, and 2003. Everything worked bery nicely 
> apart from
> > 2003. On 2003 it starts the backup and you can see that it 
> initiates the
> > backup of live files but nothing more happens. No network traffic,
> > system time consumed or anything. It was necessary to return to
> > bacula-1.38.4 on 2003.
> > Kind regards
> > Jan Hauge
> >
> > Kern Sibbald wrote:
> > >Hello,
> > >
> > >I have just released Bacula 1.38.6 to Source Forge.  The 
> following files
> > > have been updated:
> > >
> > >  Release package  File
> > >  bacula  bacula-1.38.6.tar.gz
> > >  bacula  bacula-docs-1.38.6.tar.gz
> > >  depkgs depkgs-28Mar06.tar.gz (mtx, 
> sqlite 2, sqlite
> > > 3) Win32   winbacula-1.38.6.exe
> > >
> > >If you are using 1.38.5 and you are happy with it, there 
> is probably no
> > > urgent need to upgrade. However, if you are using one of 
> the 1.38.6 beta
> > > versions, I strongly recommend that you upgrade.
> > >
> > >1.38.6 has a number of serious bug fixes, some of which 
> have not been
> > >reported, but are long standing, and others regarding the 
> 1.38 storage
> > >reservation system.
> > >
> > >For your convenience, I include a partial listing of the 
> ReleaseNotes.
> > > Please read the full ReleaseNotes before installing/upgrading.
> 
> -- 
> Best regards,
> 
> Kern
> 
>   (">
>   /\
>   V_V
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking 
> scripting language
> that extends applications into web and mobile media. Attend 
> the live webcast
> and join the prime developer group breaking into this new 
> coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&;
> dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


RE: [Bacula-users] Bacula version 1.38.6 one Windows 2003

2006-04-05 Thread Masopust, Christian

Hello Kern,

i tried it this morning, run only one job on one server, and
it seems to work ok.  I'll continue to use 1.38.6-1 on this server
over this weekend and will tell you then if it is still ok.

chris


--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Kern Sibbald
> Sent: Wednesday, April 05, 2006 4:28 PM
> To: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Bacula version 1.38.6 one Windows 2003
> 
> On Wednesday 05 April 2006 16:09, Kern Sibbald wrote:
> > Hello,
> >
> > For those of you who have experienced failures of Bacula 
> 1.38.6 on Windows
> > 2003, I would appreciate it if you would download and test 
> a version that I
> > believe has the problem corrected.  Feedback as soon as 
> possible would be
> > appreciated.
> >
> > You can find this version at:
> >
> >   www.sibbald.com/download/bacula-1.38.6-1.exe
> >
> 
> Oops. The correct link is:
> 
>   www.sibbald.com/download/winbacula-1.38.6-1.exe
>   
> -- 
> Best regards,
> 
> Kern
> 
>   (">
>   /\
>   V_V
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking 
> scripting language
> that extends applications into web and mobile media. Attend 
> the live webcast
> and join the prime developer group breaking into this new 
> coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&;
> dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Bacula version 1.38.6 one Windows 2003

2006-04-10 Thread Masopust, Christian

Hi again,

as promised...   here are the results of my tests with version 1.38.6-1
of winbacula...

- backup runs fine during the whole weekend (also a full one)
- restore runs fine (tested this one right now).

so, i think you fixed the problems with 1.38.6 (but i think you already
know this as you've released the 1.38.7 :-

chris


--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Masopust, Christian
> Sent: Thursday, April 06, 2006 8:15 AM
> To: Kern Sibbald; bacula-users@lists.sourceforge.net
> Subject: RE: [Bacula-users] Bacula version 1.38.6 one Windows 2003
> 
> 
> Hello Kern,
> 
> i tried it this morning, run only one job on one server, and
> it seems to work ok.  I'll continue to use 1.38.6-1 on this server
> over this weekend and will tell you then if it is still ok.
> 
> chris
> 
> 
> --
> "I sense much NT in you, NT leads to Blue Screen. 
> Blue Screen leads to downtime, downtime leads to suffering. 
> NT is the path to the darkside." 
> 
> - Unknown Unix Jedi  
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On Behalf 
> > Of Kern Sibbald
> > Sent: Wednesday, April 05, 2006 4:28 PM
> > To: bacula-users@lists.sourceforge.net
> > Subject: Re: [Bacula-users] Bacula version 1.38.6 one Windows 2003
> > 
> > On Wednesday 05 April 2006 16:09, Kern Sibbald wrote:
> > > Hello,
> > >
> > > For those of you who have experienced failures of Bacula 
> > 1.38.6 on Windows
> > > 2003, I would appreciate it if you would download and test 
> > a version that I
> > > believe has the problem corrected.  Feedback as soon as 
> > possible would be
> > > appreciated.
> > >
> > > You can find this version at:
> > >
> > >   www.sibbald.com/download/bacula-1.38.6-1.exe
> > >
> > 
> > Oops. The correct link is:
> > 
> >   www.sibbald.com/download/winbacula-1.38.6-1.exe
> >   
> > -- 
> > Best regards,
> > 
> > Kern
> > 
> >   (">
> >   /\
> >   V_V
> > 
> > 
> > ---
> > This SF.Net email is sponsored by xPML, a groundbreaking 
> > scripting language
> > that extends applications into web and mobile media. Attend 
> > the live webcast
> > and join the prime developer group breaking into this new 
> > coding territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&;
> > dat=121642
> > ___
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> > 
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking 
> scripting language
> that extends applications into web and mobile media. Attend 
> the live webcast
> and join the prime developer group breaking into this new 
> coding territory!
> http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] problem installation bacula 1.38.8

2006-05-04 Thread Masopust, Christian

only a short question wouldn't it be possible to implicit call 
a "make all" before running "make install" ??

chris

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Kern Sibbald
> Sent: Thursday, May 04, 2006 11:18 AM
> To: bacula-users@lists.sourceforge.net
> Cc: Troy Daniels; eklektik
> Subject: Re: [Bacula-users] problem installation bacula 1.38.8
> 
> On Thursday 04 May 2006 10:42, Troy Daniels wrote:
> > This has been answered by the mailing list several times 
> over the last 2
> > weeks alone (How many times does it need to be asked to 
> become a FAQ?).
> 
> This is explicitly stated in the current manual.  If someone 
> wants a FAQ in 
> addition, I would suggest that you send me a patch to the 
> manual against the 
> current CVS.
> 
> >
> > You need to type:
> >
> > make
> > make install
> >
> > 'make install' on it's own doesn't work.
> >
> > Troy.
> >
> > eklektik wrote:
> > > Hi everybody
> > >
> > > I had a problem with an autoloader with bacula 1.36 so i 
> have decided to
> > > install bacula 1.38.8 but i had a problem.
> > > When i do "make install" i have this message :
> > >
> > > make[1]: *** Pas de règle pour fabriquer la cible « 
> ../lib/libbac.a »,
> > > nécessaire pour « bacula-dir ». Arrêt.
> > > make[1]: quittant le répertoire «
> > > /home/stefan/Desktop/bacula-1.38.8/src/dird »
> > > make[1]: entrant dans le répertoire «
> > > /home/stefan/Desktop/bacula-1.38.8/src/stored »
> > > /usr/bin/g++   -c -I. -I..  -g -O2 -Wall  stored.c
> > > ...
> > > /usr/bin/g++   -c -I. -I..  -g -O2 -Wall  wait.c
> > > make[1]: *** Pas de règle pour fabriquer la cible « 
> ../lib/libbac.a »,
> > > nécessaire pour « bacula-sd ». Arrêt.
> > > make[1]: quittant le répertoire «
> > > /home/stefan/Desktop/bacula-1.38.8/src/stored »
> > > make[1]: entrant dans le répertoire «
> > > /home/stefan/Desktop/bacula-1.38.8/src/tools »
> > > /usr/bin/g++   -c   -I. -I..  -g -O2 -Wall  bsmtp.c
> > > make[1]: *** Pas de règle pour fabriquer la cible « 
> ../lib/libbac.a »,
> > > nécessaire pour « bsmtp ». Arrêt.
> > > make[1]: quittant le répertoire «
> > > /home/stefan/Desktop/bacula-1.38.8/src/tools »
> > > make: *** [install] Erreur 1
> > >
> > >
> > > What must i do to install correctly this version of bacula ??
> > >
> > > Thanks
> > >
> > >
> > > --
> > > View this message in context:
> > > 
> http://www.nabble.com/problem-installation-bacula-1.38.8-t1555
> 327.html#a4
> > >224928 Sent from the Bacula - Users forum at Nabble.com.
> > >
> > >
> > >
> > > ---
> > > Using Tomcat but need to do more? Need to support web 
> services, security?
> > > Get stuff done quickly with pre-integrated technology to 
> make your job
> > > easier Download IBM WebSphere Application Server v.1.0.1 
> based on Apache
> > > Geronimo 
> http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
> > > ___
> > > Bacula-users mailing list
> > > Bacula-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/bacula-users
> >
> > ---
> > Using Tomcat but need to do more? Need to support web 
> services, security?
> > Get stuff done quickly with pre-integrated technology to 
> make your job
> > easier Download IBM WebSphere Application Server v.1.0.1 
> based on Apache
> > Geronimo
> > 
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> > ___
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
> -- 
> Best regards,
> 
> Kern
> 
>   (">
>   /\
>   V_V
> 
> 
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


[Bacula-users] FW: [Bacula-devel] Java-Implementation of communication-protocol

2006-05-19 Thread Masopust, Christian

I sent this mail yesterday to the devel-list... maybe there are
more people on the users-list and there will be more success on it :-)))

christian

--
> 
> Hi, 
> 
> has anybody done an implementation of the communication-protocol
> (between director and console) in java?
> 
> thanks a lot,
> chris
> 
> 
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Strange Problem with backup (or problem understanding Bacula :-))

2006-05-22 Thread Masopust, Christian

Dear all,

last week i had some problems with one of my harddisks on a windows-system.
disk stopped working in the night so bacula-fd couldn't access ist (disk was
drive D: and in my FileSet there are some directories beyond D:\)

bacula-fd didn't report anything about the missing disk (during incremental
run) or is it possible that i missed it? (result of backup was "OK" so i didn't
look closer at the mail).

so my question now... are these kind of faults treated as warning? or are 
they totally ignored (e.g. Directory or File in FileSet which isn't existing)
??

Christian


___ 

Christian Masopust   

SIEMENS AG  PSE SMC CI E CM  
Tel:   +43 (0) 5 1707 26866 
E-mail: [EMAIL PROTECTED] 
Addr: Austria, 1210 Vienna, Siemensstraße 90-92, B. 34, Rm. 3057 
Mailcode:  
___ 



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] RE: [Bacula-devel] Strange Problem with backup (or problem understanding Bacula :-))

2006-05-22 Thread Masopust, Christian

Additional info on this topic

i found now the warning that drive D:\ is not accessible in bacula's log.
(date was 2006-05-18) but, again, result of this job was "OK" so bacula 
thinks that backup has run successfully (alltough it didn't).

now on 2006-05-19 the disk was back again but the funny thing is, that all
files that have been modified between 2006-05-17 (last successful backup
before the disk-problems) and 2006-05-18 (in my opinion failed backup) were
NOT safed as bacula seems to check for modified files beginning with the
wrong date...

any idea?   faulty setup of my jobs?  or problem in bacula?

christian


--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Masopust, Christian
> Sent: Monday, May 22, 2006 1:03 PM
> To: bacula-users@lists.sourceforge.net; 
> [EMAIL PROTECTED]
> Subject: [Bacula-devel] Strange Problem with backup (or 
> problem understanding Bacula :-))
> 
> 
> Dear all,
> 
> last week i had some problems with one of my harddisks on a 
> windows-system.
> disk stopped working in the night so bacula-fd couldn't 
> access ist (disk was
> drive D: and in my FileSet there are some directories beyond D:\)
> 
> bacula-fd didn't report anything about the missing disk 
> (during incremental
> run) or is it possible that i missed it? (result of backup 
> was "OK" so i didn't
> look closer at the mail).
> 
> so my question now... are these kind of faults treated as 
> warning? or are 
> they totally ignored (e.g. Directory or File in FileSet which 
> isn't existing)
> ??
> 
> Christian
> 
> 
> ___ 
> 
>   Christian Masopust  
>  
> 
>   SIEMENS AG  PSE SMC CI E CM  
>   Tel:   +43 (0) 5 1707 26866 
>   E-mail: [EMAIL PROTECTED] 
>   Addr: Austria, 1210 Vienna, Siemensstraße 90-92, B. 34, 
> Rm. 3057 
>   Mailcode:  
>   ___ 
> 
> 
> 
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
> ___
> Bacula-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/bacula-devel
> 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Error: You must specify a "use "command before continuing

2006-06-06 Thread Masopust, Christian

Hello Ger,

it's in the release-notes... there is no more default-catalog
since 1.38.6 (i think)...

chris


--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Ger Apeldoorn
> Sent: Tuesday, June 06, 2006 11:09 AM
> To: bacula-users
> Subject: [Bacula-users] Error: You must specify a "use 
> "command before continuing
> 
> Hi!
> 
> I've reinstalled my system and copied the bacula database and 
> configfiles of 
> the previous installation.
> 
> Now I get in the tray monitor: "You must specify a "use 
> " 
> command before continuing"
> 
> Furthermore; i'm having difficulties restoring files:
> 
> %<
> 06-jun 10:13 beagle-dir: Start Restore Job 
> RestoreFiles.2006-06-06_10.13.51
> 06-jun 10:13 beagle-sd: RestoreFiles.2006-06-06_10.13.51 Fatal error: 
> acquire.c:109 Read open device "FileStorage" (/mnt/bacula) 
> Volume "HDDWeekly02" failed: ERR=dev.c:450 Could not 
> open: /mnt/bacula/HDDWeekly02, ERR=No such file or directory
> %<
> 
> I'm still investigating this, but they are probably related...
> 
> Any ideas? The catalog name has not changed, the bacula 
> version has gone up 
> from 1.38.5 to 1.38.9.
> 
> As bacula is our primary (and only) means of backup, I'd be 
> grateful for any 
> help!!
> 
> Many thanks,
> Ger.
> 
> 
> 
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Ngaios plugin

2006-08-22 Thread Masopust, Christian

Hello Dan,

as check_bacula is my child it's up to me to answer this :-))

1. extract nagios_plugin_check_bacula.tgz in bacula-1.38.x/src (you should get 
a new
   directory in src called check_bacula)
2. in bacula-1.38.x/Makefile.in add the following:
to "all_subdirs" add src/check_bacula
3. in bacula-1.38.x/configure add:
- "src/check_bacula/Makefile" to ac_config_files
- to "case "$ac_config_target" in"  (near line 30312) add:
"src/check_bacula/Makefile" ) CONFIG_FILES="$CONFIG_FILES 
src/check_bacula/Makefile" ;;

4. run configure and make the usual way

hope this helps,
Chris
 
--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Dan Langille
> Sent: Tuesday, August 22, 2006 3:45 PM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Ngaios plugin
> 
> After having the Director stop running on the 19th, and only noticing 
> it last night, I decided to start monitoring the service.
> 
> I found bacula/examples/nagios_plugin_check_bacula.tgz but cannot 
> find how it should be compiled.
> 
> Anyone done this?
> 
> -- 
> Dan Langille : Software Developer looking for work
> my resume: http://www.freebsddiary.org/dan_langille.php
> 
> 
> 
> --
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] jobdefs question

2006-08-29 Thread Masopust, Christian

Hello Uwe,

I'm not totally sure but this also depends on the configuration of your
pools. So please could you also post it?

Chris

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Uwe Schuerkamp
> Sent: Tuesday, August 29, 2006 10:07 AM
> To: Bacula Users Mailing List
> Subject: [Bacula-users] jobdefs question
> 
> Hi folks,
> 
> I have defined the following jobdefs entry: 
> 
> JobDefs {
>   Name = "full_tuesday"
>   Type = Backup
>   Schedule = "FullTuesday"
>   Messages = Standard
>   Pool = Online01
>   Priority = 10
>   }
> 
> The schedule defines full backups to a tape pool on Tuesday and
> incremental backups to disk during the rest of the week, here's an
> example job definition: 
> 
> 
> Job {
>   Name = "host01"
>   Client = host01-fd
>   JobDefs = "full_tuesday"
>   Pool = Default
>   Incremental Backup Pool = Online01
>   Storage = DLT8000
>   FileSet = "Full Set host01"
>   Write Bootstrap = "/server/bacula/var/bacula/working/host01.bsr"
> }
> 
> 
> And here's the schedule definition: 
> 
> Schedule {
>   Name = "FullTuesday"
>   Run = Level=Full FullPool=Default Pool=Default Tue at 12:00
>   Run = Level=Incremental  Pool=Online01 
> IncrementalPool=Online01  mon wed-sun  at 19:05
> }
> 
> 
> Full backups now go to tape as expected, but when host01 is due for an
> incremental backup, the volume column lists "*unknown*" where it
> should list the online (disk) volume when I use "status dir" 
> in bconsole. 
> 
> Can somebody please shed some light on what I am doing wrong? (using
> bacula 1.38.9 compiled from source on Debian if that matters). 
> 
> Cheers, Uwe 
> 
> 
> -- 
> Uwe Schuerkamp, NIONEX GmbH (http://www.nionex.com/)
> [EMAIL PROTECTED] Tel: +49 (0)5241 / 80 10 66 FAX: / 806 23 38
> Avenwedder Str. 55, D-33311 Guetersloh, Germany
> GnuPG KeyID: 5887047D, Fingerprint: 2E1320229A3F63 7F676FE9B1A836A461
> 
> --
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Win bacula

2006-08-29 Thread Masopust, Christian

Hello Kern,

I think (I'm not a windows-programmer) it should be possible to
kill the parent-process and continue to run as in windows there
is no real process-tree. 

As said, I'm no windows-programmer, but maybe someone could have
a look at http://www.alexfedotov.com/articles/killproc.asp to see
how this could be done...

Christian 

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Kern Sibbald
> Sent: Tuesday, August 29, 2006 5:21 PM
> To: bacula-users@lists.sourceforge.net
> Cc: Arunav Mandal
> Subject: Re: [Bacula-users] Win bacula
> 
> On Tuesday 29 August 2006 15:24, Mike wrote:
> > On Tue, 29 Aug 2006, Arunav Mandal might have said:
> > 
> > > Is there any way to remotely upgrade the bacula version 
> from 1.36.3 to the 
> > > latest version. My dir version is 1.38.11 so I believe I 
> have to upgrade 
> the 
> > 
> > Could you cause the RunBeforeClient to execute a script 
> that pulls the
> > new version, installs the version, then cycles the daemon? 
> You'll have a 
> failure
> > the first time, but will it work for the second time?
> 
> Unless I am missing something, I don't think it will work 
> because Microsoft's 
> way of dealing with open files is totally brain damaged.  As 
> long as the 
> Bacula File daemon is running, it is impossible to overwrite it.
> 
> This might be possible if Microsoft permits the FD to launch 
> a program that 
> then kills the FD, and continues running (I'm not sure if 
> this is permitted 
> on Windows), and then it installs the new FD.
> 
> If someone wants to work on this, great.  However, I am very 
> concerned about 
> the security implications.
> 
> > 
> > 
> --
> ---
> > Using Tomcat but need to do more? Need to support web 
> services, security?
> > Get stuff done quickly with pre-integrated technology to 
> make your job 
> easier
> > Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> > 
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> > ___
> > Bacula-users mailing list
> > Bacula-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bacula-users
> > 
> 
> --
> ---
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] dbcheck needs very long time...

2006-09-05 Thread Masopust, Christian

Hello,

is it really ok that dbcheck (check 10: eliminate orphaned Filename records)
run more then 24 hours?  I started it yesterday in the morning and it is still
running

Christian

___ 

Christian Masopust   

SIEMENS AG  PSE SMC CI E CM  
Tel:   +43 (0) 5 1707 26866 
E-mail: [EMAIL PROTECTED] 
Addr: Austria, 1210 Vienna, Siemensstraße 90-92, B. 34, Rm. 3057 
Mailcode:  
___ 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Monitoring bacula with Nagios

2009-03-27 Thread Masopust, Christian

Hello Mike,

have you already downloaded the source (.tar.gz) of Bacula?
In it's bacula-2.x.x/examples/nagios you'll find everything you wish :-)

christian


--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Mike [mailto:m...@csits.net] 
> Sent: Friday, March 27, 2009 12:22 AM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] Monitoring bacula with Nagios
> 
> Folks,
> 
> Does anyone have any tips for montioring Bacula with Nagios?
> 
> Ideally I was thinking of connecting to the sockets and doing 
> a hello to
> make sure it was happy.  I haven't been able to find any plugings and
> tinking with the protocol there seems to be some non printing 
> characters
> which makes it a little tricky to write my own.
> 
> Any other suggestions for achiving it?
> 
> Mike.
> 

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula-FD for VMware ESXi - Server

2009-03-31 Thread Masopust, Christian
Hi there,
 
has anybody already tried to run/build a bacula-fd for VMware ESXi - Server?
 
What options needed for configure?
 
Thanks a lot,
Christian
 

___

Christian Masopust

SIEMENS AG  SIS PSE TMF 
Tel:   +43 (0) 5 1707 26866
E-mail: christian.masop...@siemens.com
Addr: Austria, 1210 Vienna, Siemensstraße 90-92, B. 33, Rm. 243

Leader of the RUGA  

Firma: Siemens Aktiengesellschaft Österreich, Rechtsform: 
Aktiengesellschaft, 
Sitz: Wien, Firmenbuchnummer: FN 60562 m, 
Firmenbuchgericht: Handelsgericht Wien, DVR 0001708 
___



 
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Compile

2009-05-06 Thread Masopust, Christian
Hello Anders,

try the attached src/check_bacula/Makefile.in, I've modified it to
work with bacula-3.0.x

christian
 
 
 

# cat Makefile.in

#
#  Version $Id: Makefile.in,v 1.4 2004/09/25 10:19:59 nboichat Exp $
#
@MCOMMON@

srcdir =.
VPATH = .
.PATH:  .

# one up
basedir = ..
# top dir
topdir = ../..
# this dir relative to top dir
thisdir = src/check_bacula

deb...@debug@

first_rule: all
dummy:

#
CHECKSRCS = check_bacula.c authenticate.c
CHECKOBJS = check_bacula.o authenticate.o

# these are the objects that are changed by the .configure process
EXTRAOBJS = @OBJLIST@

CHECK_CPPFLAGS=
CHECK_LDFLAGS=

.SUFFIXES:  .c .o
.PHONY:
.DONTCARE:

# inference rules
.c.o:
@echo "Compiling $<"
$(NO_ECHO) $(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) $(CHECK_CPPFLAGS) \
 -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $<
#-
all: Makefile check_bacula
@echo " Make of check_bacula is good "
@echo " "

check_bacula: Makefile $(CHECKOBJS) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE)
$(LIBTOOL_LINK) $(CXX) $(LDFLAGS) $(CHECK_LDFLAGS) -L../lib -o $@ \
  $(CHECKOBJS) $(DLIB) -lbac -lm $(LIBS) $(OPENSSL_LIBS)


Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
cd $(topdir) \
  && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

libtool-clean:
$(RMF) -r .libs _libs

clean:
@$(RMF) check_bacula core core.* a.out *.o *.bak *~ *.intpro *.extpro 1 
2 3

realclean: clean
@$(RMF) tags

distclean: realclean
if test $(srcdir) = .; then $(MAKE) realclean; fi
(cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS)

devclean: realclean
if test $(srcdir) = .; then $(MAKE) realclean; fi
(cd $(srcdir); $(RMF) Makefile)

install: all
$(INSTALL_PROGRAM) check_bacula $(DESTDIR)$(sbindir)/check_bacula

uninstall:
(cd $(DESTDIR)$(sbindir); $(RMF) check_bacula)

 

# Semi-automatic generation of dependencies:
# Use gcc -MM because X11 `makedepend' doesn't work on all systems
# and it also includes system headers.
# `semi'-automatic since dependencies are generated at distribution time.

depend:
@$(MV) Makefile Makefile.bak
@$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile
@$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile
@$(CXX) -S -M $(CPPFLAGS) $(CHECK_CPPFLAGS) -I$(srcdir) -I$(basedir) 
*.c >> Makefile
@if test -f Makefile ; then \
$(RMF) Makefile.bak; \
else \
   $(MV) Makefile.bak Makefile; \
   echo -e "Something went wrong\n\a"; \
fi

# ---
# DO NOT DELETE: nice dependency list follows






--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Compile

2009-05-06 Thread Masopust, Christian

Hello Anders,

did you run "configure" after replacing Makefile.in ? 

christian

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Anders Trobäck [mailto:pub...@troback.com] 
> Sent: Wednesday, May 06, 2009 7:02 PM
> To: Masopust, Christian
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Compile
> 
> Den Wed, 6 May 2009 15:56:20 +0200
> skrev "Masopust, Christian" :
> 
> > Hello Anders,
> > 
> > try the attached src/check_bacula/Makefile.in, I've modified it to
> > work with bacula-3.0.x
> > 
> > christian
> >  
> >  
> >  
> > 
> > # cat Makefile.in
> > 
> > #
> > #  Version $Id: Makefile.in,v 1.4 2004/09/25 10:19:59 nboichat Exp $
> > #
> > @MCOMMON@
> > 
> > srcdir =.
> > VPATH = .
> > .PATH:  .
> > 
> > # one up
> > basedir = ..
> > # top dir
> > topdir = ../..
> > # this dir relative to top dir
> > thisdir = src/check_bacula
> > 
> > deb...@debug@
> > 
> > first_rule: all
> > dummy:
> > 
> > #
> > CHECKSRCS = check_bacula.c authenticate.c
> > CHECKOBJS = check_bacula.o authenticate.o
> > 
> > # these are the objects that are changed by the .configure process
> > EXTRAOBJS = @OBJLIST@
> > 
> > CHECK_CPPFLAGS=
> > CHECK_LDFLAGS=
> > 
> > .SUFFIXES:  .c .o
> > .PHONY:
> > .DONTCARE:
> > 
> > # inference rules
> > .c.o:
> > @echo "Compiling $<"
> > $(NO_ECHO) $(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS)
> > $(CHECK_CPPFLAGS) \ -I$(srcdir) -I$(basedir) $(DINCLUDE) 
> $(CFLAGS) $<
> > 
> #-
> 
> > all: Makefile check_bacula
> > @echo " Make of check_bacula is good "
> > @echo " "
> > 
> > check_bacula: Makefile
> > $(CHECKOBJS) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) $(LIBTOOL_LINK)
> > $(CXX) $(LDFLAGS) $(CHECK_LDFLAGS) -L../lib -o $@ \ $(CHECKOBJS)
> > $(DLIB) -lbac -lm $(LIBS) $(OPENSSL_LIBS)
> > 
> > 
> > Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
> > cd $(topdir) \
> >   && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS=
> > $(SHELL) ./config.status
> > 
> > libtool-clean:
> > $(RMF) -r .libs _libs
> > 
> > clean:
> > @$(RMF) check_bacula core core.* a.out *.o *.bak *~ *.intpro
> > *.extpro 1 2 3
> > 
> > realclean: clean
> > @$(RMF) tags
> > 
> > distclean: realclean
> > if test $(srcdir) = .; then $(MAKE) realclean; fi
> > (cd $(srcdir); $(RMF) Makefile; $(RMF) -r CVS)
> > 
> > devclean: realclean
> > if test $(srcdir) = .; then $(MAKE) realclean; fi
> > (cd $(srcdir); $(RMF) Makefile)
> > 
> > install: all
> > $(INSTALL_PROGRAM) check_bacula
> > $(DESTDIR)$(sbindir)/check_bacula
> > 
> > uninstall:
> > (cd $(DESTDIR)$(sbindir); $(RMF) check_bacula)
> > 
> >  
> > 
> > # Semi-automatic generation of dependencies:
> > # Use gcc -MM because X11 `makedepend' doesn't work on all systems
> > # and it also includes system headers.
> > # `semi'-automatic since dependencies are generated at distribution
> > time.
> > 
> > depend:
> > @$(MV) Makefile Makefile.bak
> > @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile
> > @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >>
> > Makefile @$(CXX) -S -M $(CPPFLAGS) $(CHECK_CPPFLAGS) -I$(srcdir)
> > -I$(basedir) *.c >> Makefile @if test -f Makefile ; then \
> > $(RMF) Makefile.bak; \
> > else \
> >$(MV) Makefile.bak Makefile; \
> >echo -e "Something went wrong\n\a"; \
> > fi
> > 
> > #
> 
> 
> OK, now I got this!
> 
> 
> make -C 
> /usr/ports/net-mgmt/nagios-check_bacula/work/bacula-3.0.0/src/
> check_bacula
> "Makefile", line 144: Need an operator
> "Makefile", line 146: Missing dependency operator
> "Makefile", line 149: Need an operator
> "Makefile", line 150: Need an operator
> "Makefile", line 154: Need an operator
> "M

[Bacula-users] problem canceling hanging job

2009-06-02 Thread Masopust, Christian
during the last weekend we had some problem with one of our windows-server,
backup-job was started but never sent any data. when trying to cancel this 
hanging
job, it never vanished from the job list and blocked all other jobs.
also a restart of file-daemon on my windows-server didn't help to get rid of 
this job
in director
 
any idea what can cause this?
 
director: last week upgraded from 2.4.4 to 3.0.1  (before i never had this 
problem)
file-demon on windows-server: 2.4.4
 
thanks,
christian
 

___

Christian Masopust

SIEMENS AG  SIS SDE SVI CON IPB
Tel:   +43 (0) 5 1707 26866
E-mail: christian.masop...@siemens.com
Addr: Austria, 1210 Vienna, Siemensstraße 90-92, B. 33, Rm. 243

Leader of the RUGA  

Firma: Siemens Aktiengesellschaft Österreich, Rechtsform: 
Aktiengesellschaft, 
Sitz: Wien, Firmenbuchnummer: FN 60562 m, 
Firmenbuchgericht: Handelsgericht Wien, DVR 0001708 
___



 
--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Web-Client

2008-01-02 Thread Masopust, Christian
hello again Yuri,
 
yes you were right, there seem to be some incompatibilities in MySQL-version.
the command you asked me to run works fine on mysql 5.0.22 and fail on 4.1.14.
 
so it's now time for updating MySQL (this is already on my tasklist for a long 
time
but hasn't had the highest priority...  :-))
 
thanks a lot,
christian
 

--
"I sense much NT in you, NT leads to Blue Screen.
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside."

- Unknown Unix Jedi 

 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yuri 
Timofeev
Sent: Wednesday, January 02, 2008 6:45 PM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Web-Client


Hi,
    
"Masopust, Christian" wrote:
> Fatal error: Uncaught exception 'Zend_Db_Statement_Exception' with 
message 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near 'WEEK 

It seems that webacula has compatibility issues with different versions 
of MySQL.
The same will with PostgreSQL, SQLite.
In the near future I will have to review all the SQL queries.

In the future, perhaps better write in webacula-bugtracker:
http://sourceforge.net/projects/webacula/

Try to connect to your MySQL server 4.1.14 (has bacula-database) and 
verify the query: 

SELECT CURRENT_DATE() - INTERVAL 1 WEEK; 

if will be an error (although in the documentation for the version of 
MySQL 4.1.1 such syntax described), then try

SELECT NOW() - INTERVAL 7 DAY;

if this query is OK, download the new version of file Job.php from the 
repository.

Note. Because SourceForge fixed 'SVN migrating', a recent revision 
files will be different from past.


-- 
wbr 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] WinBacula: no more files from mounted disks are backed up...

2008-01-08 Thread Masopust, Christian
Hi all,
 
I've a very urgent problem.  One of my Win2k3-Servers has some disks mounted
to local directories (without a drive-letter). 
Since some days I'm no longer able to backup the mounted disks!
 
To be clear:  first disk is mounted at "D:\" (files direct on D: and on it's 
subdirectories
can be backed up). second disk is mounted at "D:\abcd" and no file or directory 
on
this disk will be backed up! Permissions are the same for all directories...
 
I've tried all WinBacula versions from 2.2.4 up to 2.2.7.
 
any idea what happens?
 
thanks a lot,
christian

___

Christian Masopust

SIEMENS AG  SIS PSE TMF 
Tel:   +43 (0) 5 1707 26866
E-mail: [EMAIL PROTECTED]
Addr: Austria, 1210 Vienna, Siemensstraße 90-92, B. 33, Rm. 243

Leader of the RUGA  

Firma: Siemens Aktiengesellschaft Österreich, Rechtsform: 
Aktiengesellschaft, 
Sitz: Wien, Firmenbuchnummer: FN 60562 m, 
Firmenbuchgericht: Handelsgericht Wien, DVR 0001708 
___



 
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] WinBacula: no more files from mounted disks are backed up...

2008-01-08 Thread Masopust, Christian
> >  
> > I've a very urgent problem.  One of my Win2k3-Servers has 
> some disks mounted
> > to local directories (without a drive-letter).
> > Since some days I'm no longer able to backup the mounted disks!
> >  
> > To be clear:  first disk is mounted at "D:\" (files direct 
> on D: and on 
> > it's subdirectories
> > can be backed up). second disk is mounted at "D:\abcd" and 
> no file or 
> > directory on
> > this disk will be backed up! Permissions are the same for 
> all directories...
> >  
> > I've tried all WinBacula versions from 2.2.4 up to 2.2.7.
> >  
> > any idea what happens?
> 
> Please note: I have dropped bacula-devel from the CC: list.  I see no 
> reason to involve that list for now.
> 
> Do you see any error or warning messages during this job?
> 
> The first thing that comes to mind is multiple file systems.  
> The onefs 
> directive takes care of that.
> 

Hello Dan,

there is no warning message during backup, and I also tried to manually
set onefs to yes and no... no change...

attached I'l send the messages from one of these backups.

christian



*mes
08-Jan 18:15 atpcc7fc-dir JobId 49234: Start Backup JobId 49234, 
Job=atpcc72c-data.2008-01-08_18.15.20
08-Jan 18:15 atpcc7fc-dir JobId 49234: Using Device "Testfeld-FileStore"
08-Jan 18:15 atpcc7fc-sd JobId 49234: Volume "TestfeldPool-0022" previously 
written, moving to end of data.
08-Jan 18:15 atpcc7fc-sd JobId 49234: Ready to append to end of Volume 
"TestfeldPool-0022" size=31261330981
08-Jan 18:23 atpcc72c-fd: Generate VSS snapshots. Driver="VSS Win 2003", 
Drive(s)="D"
08-Jan 18:23 atpcc72c-fd: VSS Writer (BackupComplete): "System Writer", State: 
0x1 (VSS_WS_STABLE)
08-Jan 18:15 atpcc7fc-sd JobId 49234: Job write elapsed time = 00:00:13, 
Transfer rate = 402.2 K bytes/second
08-Jan 18:23 atpcc72c-fd: VSS Writer (BackupComplete): "Event Log Writer", 
State: 0x1 (VSS_WS_STABLE)
08-Jan 18:23 atpcc72c-fd: VSS Writer (BackupComplete): "Registry Writer", 
State: 0x1 (VSS_WS_STABLE)
08-Jan 18:23 atpcc72c-fd: VSS Writer (BackupComplete): "MSDEWriter", State: 0x1 
(VSS_WS_STABLE)
08-Jan 18:23 atpcc72c-fd: VSS Writer (BackupComplete): "COM+ REGDB Writer", 
State: 0x1 (VSS_WS_STABLE)
08-Jan 18:23 atpcc72c-fd: VSS Writer (BackupComplete): "WMI Writer", State: 0x1 
(VSS_WS_STABLE)
08-Jan 18:15 atpcc7fc-dir JobId 49234: Bacula atpcc7fc-dir 2.2.7 (24Dec07): 
08-Jan-2008 18:15:49
  Build OS:   i686-pc-linux-gnu redhat (Zod)
  JobId:  49234
  Job:atpcc72c-data.2008-01-08_18.15.20
  Backup Level:   Full
  Client: "atpcc72c-fd" 2.2.4 (12Sep07) 
Linux,Cross-compile,Win32
  FileSet:"atpcc72c-data" 2006-01-24 03:08:10
  Pool:   "TestfeldPool" (From Job resource)
  Storage:"Testfeld" (From Job resource)
  Scheduled time: 08-Jan-2008 18:15:28
  Start time: 08-Jan-2008 18:15:36
  End time:   08-Jan-2008 18:15:49
  Elapsed time:   13 secs
  Priority:   5
  FD Files Written:   37
  SD Files Written:   37
  FD Bytes Written:   5,222,782 (5.222 MB)
  SD Bytes Written:   5,228,603 (5.228 MB)
  Rate:   401.8 KB/s
  Software Compression:   None
  VSS:yes
  Encryption: no
  Volume name(s): TestfeldPool-0022
  Volume Session Id:  8
  Volume Session Time:1199805694
  Last Volume Bytes:  31,266,564,964 (31.26 GB)
  Non-fatal FD errors:0
  SD Errors:  0
  FD termination status:  OK
  SD termination status:  OK
  Termination:Backup OK

08-Jan 18:15 atpcc7fc-dir JobId 49234: Begin pruning Jobs.
08-Jan 18:15 atpcc7fc-dir JobId 49234: No Jobs found to prune.
08-Jan 18:15 atpcc7fc-dir JobId 49234: Begin pruning Files.
08-Jan 18:15 atpcc7fc-dir JobId 49234: No Files found to prune.
08-Jan 18:15 atpcc7fc-dir JobId 49234: End auto prune.

08-Jan 18:15 atpcc7fc-dir JobId 49234: AfterJob: run command 
"/opt/bacula/sbin/global-postprocessing atpcc72c-fd atpcc72c-data Backup 49234 
Full OK"
08-Jan 18:15 atpcc7fc-dir JobId 49234: AfterJob: 1 data packet(s) sent to host 
successfully.
08-Jan 18:15 atpcc7fc-dir JobId 49234: AfterJob: BSR-File for job atpcc72c-data 
copied!
*


corresponding fileset in config:

FileSet {
  Name = "atpcc72c-data"
  Enable VSS = yes
  Include {
Options {
  signature = MD5
}
File = "D:/"
  }
}

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] WinBacula: no more files frommounted disks are backed up...

2008-01-08 Thread Masopust, Christian


short question... as i don't have winbacula-1.38.11 any more...
is there a place where i can download these old version?

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Masopust, Christian
> Sent: Tuesday, January 08, 2008 6:37 PM
> To: Kern Sibbald
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] [Bacula-devel] WinBacula: no more 
> files frommounted disks are backed up...
> 
> 
>  
> > Hello,
> > 
> > Your problem is very difficult to respond to for lack of 
> > information.  Please 
> > see below:
> 
> Hello Kern,
> 
> yes, I know this is very vague
> 
> first problem is that i'm not an admin of the w2k3-server and the
> usual comment from them is "there were no changes..." :-))
> 
> what i changed on the server was updating winbacula to version 2.x
> but i cannot totally guarantee that it was working correctly with
> version 1.38...
> 
> as you maybe already saw within my other mail, there is no error
> message when running the full backup job, it only saves appr. 5GB
> where it should be appr. 350GB...
> 
> christian
> 
>  
> > On Tuesday 08 January 2008 18:05, Masopust, Christian wrote:
> > > Hi all,
> > >
> > > I've a very urgent problem.  One of my Win2k3-Servers has 
> some disks
> > > mounted to local directories (without a drive-letter).
> > > Since some days I'm no longer able to backup the mounted disks!
> > 
> > What does "since some days" mean?  Was it previously working? 
> >  If so, what did 
> > you change?  Change your OS, Bacula FileSet, or other thing?  
> > Have you tried 
> > rebooting Win2k3?
> > 
> > >
> > > To be clear:  first disk is mounted at "D:\" (files direct 
> > on D: and on
> > > it's subdirectories can be backed up). second disk is 
> > mounted at "D:\abcd"
> > > and no file or directory on this disk will be backed up!
> > 
> > What does "no file or directory on this disk will be backed 
> > up" mean?  Are 
> > there errors? what output does Bacula produce?  ...
> > 
> > > Permissions are 
> > > the same for all directories...
> > >
> > > I've tried all WinBacula versions from 2.2.4 up to 2.2.7.
> > 
> > Which one was working?
> > 
> > >
> > > any idea what happens?
> > 
> > Search for what you changed since the problem started ...
> > 
> > Regards,
> > 
> > Kern
> > 
> > >
> > > thanks a lot,
> > > christian
> > >
> > > ___
> > >
> > > Christian Masopust
> > >
> > > SIEMENS AG  SIS PSE TMF
> > > Tel:   +43 (0) 5 1707 26866
> > > E-mail: [EMAIL PROTECTED]
> > > Addr: Austria, 1210 Vienna, Siemensstraße 90-92, B. 
> > 33, Rm. 243
> > >
> > > Leader of the RUGA
> > > <http://www.rational-ug.org/groups.php?groupid=119>
> > >
> > > Firma: Siemens Aktiengesellschaft Österreich, Rechtsform:
> > > Aktiengesellschaft, Sitz: Wien, Firmenbuchnummer: FN 60562 m,
> > > Firmenbuchgericht: Handelsgericht Wien, DVR 0001708
> > > 
> ___
> > 
> --
> ---
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.n
> et/marketplace
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] WinBacula: no more files from mounted disks are backed up...

2008-01-08 Thread Masopust, Christian

 
> Hello,
> 
> Your problem is very difficult to respond to for lack of 
> information.  Please 
> see below:

Hello Kern,

yes, I know this is very vague

first problem is that i'm not an admin of the w2k3-server and the
usual comment from them is "there were no changes..." :-))

what i changed on the server was updating winbacula to version 2.x
but i cannot totally guarantee that it was working correctly with
version 1.38...

as you maybe already saw within my other mail, there is no error
message when running the full backup job, it only saves appr. 5GB
where it should be appr. 350GB...

christian

 
> On Tuesday 08 January 2008 18:05, Masopust, Christian wrote:
> > Hi all,
> >
> > I've a very urgent problem.  One of my Win2k3-Servers has some disks
> > mounted to local directories (without a drive-letter).
> > Since some days I'm no longer able to backup the mounted disks!
> 
> What does "since some days" mean?  Was it previously working? 
>  If so, what did 
> you change?  Change your OS, Bacula FileSet, or other thing?  
> Have you tried 
> rebooting Win2k3?
> 
> >
> > To be clear:  first disk is mounted at "D:\" (files direct 
> on D: and on
> > it's subdirectories can be backed up). second disk is 
> mounted at "D:\abcd"
> > and no file or directory on this disk will be backed up!
> 
> What does "no file or directory on this disk will be backed 
> up" mean?  Are 
> there errors? what output does Bacula produce?  ...
> 
> > Permissions are 
> > the same for all directories...
> >
> > I've tried all WinBacula versions from 2.2.4 up to 2.2.7.
> 
> Which one was working?
> 
> >
> > any idea what happens?
> 
> Search for what you changed since the problem started ...
> 
> Regards,
> 
> Kern
> 
> >
> > thanks a lot,
> > christian
> >
> > ___
> >
> > Christian Masopust
> >
> > SIEMENS AG  SIS PSE TMF
> > Tel:   +43 (0) 5 1707 26866
> > E-mail: [EMAIL PROTECTED]
> > Addr: Austria, 1210 Vienna, Siemensstraße 90-92, B. 
> 33, Rm. 243
> >
> > Leader of the RUGA
> > <http://www.rational-ug.org/groups.php?groupid=119>
> >
> > Firma: Siemens Aktiengesellschaft Österreich, Rechtsform:
> > Aktiengesellschaft, Sitz: Wien, Firmenbuchnummer: FN 60562 m,
> > Firmenbuchgericht: Handelsgericht Wien, DVR 0001708
> > ___
> 
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] WinBacula: no more files from mounted disks are backed up...

2008-01-09 Thread Masopust, Christian

Hello Kern,

thanks a lot, you can remove the 1.38.10 again, I've downloaded it.

I now did some further tests (with current installed 2.2.4).
Following there's a part of the directory-structure of the Win2k3-server:

D:\ (first disk with drive letter)
D:\OTHER SHARES (directory on first disk)
D:\SMC\ (second disk, mounted on directory D:\SMC)
D:\SMC\INTERN   (directory on second disk)
D:\SMC\SMC-CI\  (third disk ...)

I run estimate for this server with different filesets and whill show
you the results:

Fileset:  D:/
Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
2000 OK estimate files=35 bytes=5,203,286

Fileset:  D:/  and D:/SMC/
Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
2000 OK estimate files=36 bytes=5,203,286

Fileset:  D:/  and D:/SMC/INTERN/
Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
2000 OK estimate files=37 bytes=303,868,246

Fileset:  D:/  and D:/SMC/INTERN/ and D:/SMC/SMC-CI/
Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
2000 OK estimate files=38 bytes=303,868,246

you see that when I add a directory explicitly that is in one of
the mounted disks the files are recognized and would be backed up,
but it seems that winbacula is not able to list the content of such
directories itself...

I hope this makes all a little more understandable and you can now
better find out what's happening here...

christian


--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Kern Sibbald [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 09, 2008 12:23 PM
> To: Masopust, Christian
> Subject: Re: [Bacula-devel] WinBacula: no more files from 
> mounted disks are backed up...
> 
> On Wednesday 09 January 2008 11:19, Masopust, Christian wrote:
> > Hello Kern,
> >
> > I already tried yesterday to add one and also all of those mounted
> > directories to the fileset and it gives no change! Only the mounted
> > disk which has a drive-letter will be backed up!
> 
> Well, something is not making sense.  Normally if Bacula 
> cannot access a 
> directory it will print at least a warning message.
> 
> >
> > So it seems that I really would need the winbacula-1.38.11 which I
> > had have installed before. I would be gracefully if you could send
> > me a downloadlink...
> 
> There does not seem to be any winbacula-1.38.11.  I have made 
> the 1.38.10 
> version visible on Source Forge though ...
> 
> Kern
> 
> >
> > thanks a lot,
> > christian
> >
> > p.s.: if you find this is a bug and you'll need someone to test a
> >newer version of winbacula feel free to contact me.
> >
> > --
> > "I sense much NT in you, NT leads to Blue Screen.
> > Blue Screen leads to downtime, downtime leads to suffering. 
> NT is the path
> > to the darkside."
> >
> > - Unknown Unix Jedi
> >
> > > -Original Message-
> > > From: Kern Sibbald [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, January 09, 2008 10:35 AM
> > > To: Masopust, Christian
> > > Cc: bacula-users@lists.sourceforge.net
> > > Subject: Re: [Bacula-devel] WinBacula: no more files from
> > > mounted disks are backed up...
> > >
> > > Hello,
> > >
> > > On Tuesday 08 January 2008 18:37, Masopust, Christian wrote:
> > > > > Hello,
> > > > >
> > > > > Your problem is very difficult to respond to for lack of
> > > > > information.  Please
> > > > > see below:
> > > >
> > > > Hello Kern,
> > > >
> > > > yes, I know this is very vague
> > > >
> > > > first problem is that i'm not an admin of the 
> w2k3-server and the
> > > > usual comment from them is "there were no changes..." :-))
> > >
> > > Yes, that can complicate things.
> > >
> > > > what i changed on the server was updating winbacula to 
> version 2.x
> > > > but i cannot totally guarantee that it was working 
> correctly with
> > > > version 1.38...
> > >
> > > Well, it is possible that the code that detects different
> > > filesystem types
> > > (FsType) was introduced between 1.38 and 2.0 (I forget
> > > exactly when that was
> > > added).  So taking a wild guess: perhaps it is possible that
> > > in some older
> > > Win32 versions Bacula would descend into other filesystems by
> > >

Re: [Bacula-users] [Bacula-devel] WinBacula: no more files from mounted disks are backed up...

2008-01-09 Thread Masopust, Christian

Hello Kern,

winbacula 1.38.10 does exactly what it should do!  

Fileset is now:  "D:/", estimate gives:

Using Catalog "DefaultCatalog"
Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
2000 OK estimate files=759236 bytes=367,441,140,097
*status client=atpcc72c-fd
Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102

atpcc72c-fd Version: 1.38.10 (08 June 2006)  VSS Windows Server 2003 MVS NT 
5.2.3790
Daemon started 09-Jan-08 14:21, 0 Jobs run since started.
No Terminated Jobs.
Running Jobs:
Director connected at: 09-Jan-08 15:29
No Jobs running.


so for now everything is fine for me, but as I really would like to 
use version 2.2.x it also would be fine to fix this problem :-))

christian


--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Kern Sibbald [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 09, 2008 1:43 PM
> To: Masopust, Christian
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-devel] WinBacula: no more files from 
> mounted disks are backed up...
> 
> On Wednesday 09 January 2008 12:46, Masopust, Christian wrote:
> > Hello Kern,
> >
> > thanks a lot, you can remove the 1.38.10 again, I've downloaded it.
> >
> > I now did some further tests (with current installed 2.2.4).
> > Following there's a part of the directory-structure of the 
> Win2k3-server:
> >
> > D:\ (first disk with drive letter)
> > D:\OTHER SHARES (directory on first disk)
> > D:\SMC\ (second disk, mounted on directory D:\SMC)
> > D:\SMC\INTERN   (directory on second disk)
> > D:\SMC\SMC-CI\  (third disk ...)
> >
> > I run estimate for this server with different filesets and 
> whill show
> > you the results:
> >
> > Fileset:  D:/
> > Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
> > 2000 OK estimate files=35 bytes=5,203,286
> >
> > Fileset:  D:/  and D:/SMC/
> > Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
> > 2000 OK estimate files=36 bytes=5,203,286
> >
> > Fileset:  D:/  and D:/SMC/INTERN/
> > Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
> > 2000 OK estimate files=37 bytes=303,868,246
> >
> > Fileset:  D:/  and D:/SMC/INTERN/ and D:/SMC/SMC-CI/
> > Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
> > 2000 OK estimate files=38 bytes=303,868,246
> >
> > you see that when I add a directory explicitly that is in one of
> > the mounted disks the files are recognized and would be backed up,
> > but it seems that winbacula is not able to list the content of such
> > directories itself...
> >
> > I hope this makes all a little more understandable and you can now
> > better find out what's happening here...
> 
> They are probably "reparse points" or whatever Microsoft 
> calls them, and 
> either there is something more complicated going on or Bacula 
> doesn't follow 
> reparse points in the same sense that it does not follow 
> directory links on 
> Unix.
> 
> Anyway, I will be interested to hear what happens with 1.38.10.
> 
> Kern
> 
> >
> > christian
> >
> >
> > --
> > "I sense much NT in you, NT leads to Blue Screen.
> > Blue Screen leads to downtime, downtime leads to suffering. 
> NT is the path
> > to the darkside."
> >
> > - Unknown Unix Jedi
> >
> > > -Original Message-
> > > From: Kern Sibbald [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, January 09, 2008 12:23 PM
> > > To: Masopust, Christian
> > > Subject: Re: [Bacula-devel] WinBacula: no more files from
> > > mounted disks are backed up...
> > >
> > > On Wednesday 09 January 2008 11:19, Masopust, Christian wrote:
> > > > Hello Kern,
> > > >
> > > > I already tried yesterday to add one and also all of 
> those mounted
> > > > directories to the fileset and it gives no change! Only 
> the mounted
> > > > disk which has a drive-letter will be backed up!
> > >
> > > Well, something is not making sense.  Normally if Bacula
> > > cannot access a
> > > directory it will print at least a warning message.
> > >
> > > > So it seems that I really would need the 
> winbacula-1.38.11 which I
> > > > had have installed before. I would be gracefully if you 
> could send
> > > > me a dow

Re: [Bacula-users] [Bacula-devel] WinBacula: no more files from mounted disks are backed up...

2008-01-10 Thread Masopust, Christian

Hello Kern,

all right, I agree when you're saying that the old winbacula is
behaving wrong, but it's ok for me :-)))

To build such a configuration open "Computer Management" and 
select "Disk Management".  Choose a free disk or partion and
(with right click) start the "New Volume Wizard" with "New Volume".
When following the Wizard you then get the question for "Assign Drive
Letter or Path", choose "Mount in the following empty NTFS folder:" 
and select a folder (that already exists and is empty).
Follow the Wizard until you're finished.

Hope this helps. And also if you've a new 2.2.x version for
testing i would be glad if i could help you...

christian





--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Kern Sibbald [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 09, 2008 5:12 PM
> To: Masopust, Christian
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-devel] WinBacula: no more files from 
> mounted disks are backed up...
> 
> On Wednesday 09 January 2008 15:22, Masopust, Christian wrote:
> > Hello Kern,
> >
> > winbacula 1.38.10 does exactly what it should do!
> 
> Well, it is not really behaving correctly.  It should not 
> descend into mounted 
> filesystems as it is apparently doing.
> 
> On the other hand, there does seem to be a problem with 2.x 
> not descending 
> even when it should.
> 
> Can you give me detailed instructions on how you mount the 
> disk on Win32.  
> That is something I have never done and so to fix it, I will 
> very likely need 
> to reproduce the situation here.
> 
> Kern
> >
> > Fileset is now:  "D:/", estimate gives:
> >
> > Using Catalog "DefaultCatalog"
> > Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
> > 2000 OK estimate files=759236 bytes=367,441,140,097
> > *status client=atpcc72c-fd
> > Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
> >
> > atpcc72c-fd Version: 1.38.10 (08 June 2006)  VSS Windows 
> Server 2003 MVS NT
> > 5.2.3790 Daemon started 09-Jan-08 14:21, 0 Jobs run since started.
> > No Terminated Jobs.
> > Running Jobs:
> > Director connected at: 09-Jan-08 15:29
> > No Jobs running.
> > 
> >
> > so for now everything is fine for me, but as I really would like to
> > use version 2.2.x it also would be fine to fix this problem :-))
> >
> > christian
> >
> >
> > --
> > "I sense much NT in you, NT leads to Blue Screen.
> > Blue Screen leads to downtime, downtime leads to suffering. 
> NT is the path
> > to the darkside."
> >
> > - Unknown Unix Jedi
> >
> > > -Original Message-
> > > From: Kern Sibbald [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, January 09, 2008 1:43 PM
> > > To: Masopust, Christian
> > > Cc: bacula-users@lists.sourceforge.net
> > > Subject: Re: [Bacula-devel] WinBacula: no more files from
> > > mounted disks are backed up...
> > >
> > > On Wednesday 09 January 2008 12:46, Masopust, Christian wrote:
> > > > Hello Kern,
> > > >
> > > > thanks a lot, you can remove the 1.38.10 again, I've 
> downloaded it.
> > > >
> > > > I now did some further tests (with current installed 2.2.4).
> > > > Following there's a part of the directory-structure of the
> > >
> > > Win2k3-server:
> > > > D:\ (first disk with drive letter)
> > > > D:\OTHER SHARES (directory on first disk)
> > > > D:\SMC\ (second disk, mounted on directory D:\SMC)
> > > > D:\SMC\INTERN   (directory on second disk)
> > > > D:\SMC\SMC-CI\  (third disk ...)
> > > >
> > > > I run estimate for this server with different filesets and
> > >
> > > whill show
> > >
> > > > you the results:
> > > >
> > > > Fileset:  D:/
> > > > Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
> > > > 2000 OK estimate files=35 bytes=5,203,286
> > > >
> > > > Fileset:  D:/  and D:/SMC/
> > > > Connecting to Client atpcc72c-fd at atpcc72c.sie.siemens.at:9102
> > > > 2000 OK estimate files=36 bytes=5,203,286
> > > >
> > > > Fileset:  D:/  and D:/SMC/INTERN/
> > > > Connecting to Client atpcc72c-fd a

Re: [Bacula-users] nagios monitoring and bacula director error

2008-01-16 Thread Masopust, Christian

> - use check_bacula which is distributed with Bacula. It's a Nagios 
> plugin which returns the correct exit code and one line of status 
> text. Works great here :-)
> Getting this to compile can be a bit of work, though - there are 
> probably helpful messages in this list's archives, and the -devel 
> ones, too. (Use gmane for a reasonable list archive).
> 
> Hope this helps,
> 

Hello Arno,

it's no longer so hard to compile as Kern already added your patch
to the source-tgz :-))

Christian

BTW: some time ago I asked if anyone likes to help in enabling 
 check_bacula for TLS.  Until now I didn't get any answer :-( 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Removing 1 single job from database

2008-01-25 Thread Masopust, Christian
Hello all,
 
sorry for that (maybe) stupid question and it seems that I'm totally blind 
today...
 
Is it possible to remove one single job via bconsole from database? And if it 
is, how??
 
Thanks a lot,
christian
 
P.S: also a question: what happens with failed jobs when pruning e.g. a volume? 
will pruning
a volume that contains only data from a failed job release this volume??
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula console configuration failure

2008-02-15 Thread Masopust, Christian
Hello Glen,
 
try to run bconsole from the "etc" directory...
 
christian
 

--
"I sense much NT in you, NT leads to Blue Screen.
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside."

- Unknown Unix Jedi 

 




From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen 
Vickers
Sent: Friday, February 15, 2008 9:00 AM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula console configuration failure



I'm following along in the bacula setup guide.  I got the backups to 
work on the test.  My volume is wrong still and I wanted to update/change the 
volumes and finalize my backup schedule.  Small problem with that... 

 

./bconsole

bconsole not properly installed.

[EMAIL PROTECTED] bin]#

 

I did the configure as the following.

 

CFLAGS="-g -Wall" \

  ./configure \

--sbindir=$HOME/bacula/bin \

--sysconfdir=$HOME/bacula/bin \

--mandir=$HOME/bacula/bin \

--enable-smartalloc \

--enable-gnome \

--with-qwt=$HOME/bacula/depkgs/qwt \

--enable-bwx-console \

--enable-console \

--enable-tray-monitor \

--with-pid-dir=$HOME/bacula/bin/working \

--with-subsys-dir=$HOME/bacula/bin/working \

--with-mysql \

--with-working-dir=$HOME/bacula/bin/working \

exit 0

 

 

I also had the email bit in there but took that out for my own reasons. 
 So I type in ./bconsole and get a failure saying it's not properly installed.  
Is there a switch or something I missed?  I'm on FC8 RH Linux.  Everything else 
seems to be fine but this.

 

As a side note I'm SSH'd into the server remotely.  I also am 
attempting to configure Webmin to operate Bacula as well but without the 
console working properly that's not possible.  I checked passwords and they 
match.  Out of ideas as to why the console thinks its not installed properly 
when I believe it is.  Suggestions?

 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] OT: a new phrase is born ??

2008-11-25 Thread Masopust, Christian

The following is from "How to set up large database backup":


 through all the tablespaces and <= bacula them => straight across the network 
to tape.


it's funny as it also happend to me some time when talking about our
backup that i told my co-workers, managers,...   that we "bacula it":-)))

christian

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bug or a feature :-)

2009-02-04 Thread Masopust, Christian
Maybe I missed in the documentation but
 
Today (ok, yesterday :-) I added a directory containing some old files (last 
modification
date is before my last full-backup) to one of my filesets.
Now I'm wondering that they weren't backed up (I assume because of so old 
modification
time).
 
Shouldn't this directory be backed up as it is completely new to this fileset 
(I also restarted
bacula-services) ?
 
Or am I wrong and missed that in the documentation...
 
Thanks,
Christian
 
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] check_bacula: compiling issue

2009-02-10 Thread Masopust, Christian

Hello Maxime,

I'm sorry but check_bacula is not able to run with TLS enabled.
I planned to do this, but as usual... there's no time...

christian

--
"I sense much NT in you, NT leads to Blue Screen. 
Blue Screen leads to downtime, downtime leads to suffering. NT is the path to 
the darkside." 

- Unknown Unix Jedi  

> -Original Message-
> From: Maxime [mailto:maxime.charpe...@univ-avignon.fr] 
> Sent: Tuesday, February 10, 2009 2:29 PM
> To: bacula-users@lists.sourceforge.net
> Subject: [Bacula-users] check_bacula: compiling issue
> 
> Hi again,
> 
> I use bacula 2.4.4 on debian (etch and sarge) and it works 
> fine. I still 
> want to monitor bacula with hobbit. I've found in 
> examples/nagios that 
> we can perform handshake with daemon to make sure they're OK. 
> This can 
> be done with check_bacula program.
> I use TLS support and I compiled Bacula with following options :
> 
> ./configure --prefix=/usr/local/stow/bacula-2.4.4 --enable-smartalloc 
> --with-smtp-host=univ-avignon.fr --with-readline --with-openssl 
> --with-gzip --with-acl --with-mysql
> 
> When I try to compile check_bacula, I have a lots of error 
> with X509 like:
> hobbit01c:~/bacula-2.4.4/src/check_bacula# make
> /usr/bin/g++ -O  -L../lib -L../cats -o check_bacula check_bacula.o 
> authenticate.o \
> -lbac -lm -lpthread -ldl
> ../lib/libbac.a(tls.o)(.text+0x34): In function `openssl_verify_peer':
> /root/bacula-2.4.4/src/lib/tls.c:84: undefined reference to 
> `X509_STORE_CTX_get_current_cert'
> ../lib/libbac.a(tls.o)(.text+0x3e):/root/bacula-2.4.4/src/lib/
> tls.c:85: 
> undefined reference to `X509_STORE_CTX_get_error_depth'
> (...)
> Everything concerns ../lib/libbac.a (tls.o, crypto.o and openssl.o)
> 
> 
> Am I doing something wrong or should I open a report?
> 
> 
> Thanks
> -- 
> Maxime CHARPENNE
> Université d'Avignon et des Pays de Vaucluse - CRI
> Tél. : +33 4 90 16 26 05
> 
> --
> 
> Create and Deploy Rich Internet Apps outside the browser with 
> Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing 
> skills and code to
> build responsive, highly engaging applications that combine 
> the power of local
> resources and data with the reach of the web. Download the 
> Adobe AIR SDK and
> Ajax docs to start building applications 
> today-http://p.sf.net/sfu/adobe-com
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] update slots reports Autochanger has 0 slots

2014-12-05 Thread Masopust, Christian
Hi Ana,

in my case (a very, very dumb fault), the path in "changer command" was wrong. 
No error messages
hab been displayed, just the "Autochanger has 0 slots".

br,
christian

Von: Süleyman Kuran [mailto:sku...@ayk.gov.tr]
Gesendet: Freitag, 05. Dezember 2014 10:02
An: Ana Emília M. Arruda
Cc: bacula-users@lists.sourceforge.net
Betreff: Re: [Bacula-users] update slots reports Autochanger has 0 slots



Hello Ana,

What I recently experienced was "Autochanger has 0 slots" error when 
"AutoChanger = yes" line is missing in Device directive in bacula-sd.conf with 
Centos 6 and Bacula 5.2.13

Best regards,

Suleyman



Kimden: "Ana Emília M. Arruda" 
mailto:emiliaarr...@gmail.com>>
Kime: "Rainer Hackel" 
mailto:rainer.hac...@degnerpartner.com>>
Kk: "Süleyman Kuran" mailto:sku...@ayk.gov.tr>>, "Can Şirin" 
mailto:sirin...@itu.edu.tr>>, 
bacula-users@lists.sourceforge.net
Gönderilenler: 4 Aralık Perşembe 2014 23:35:37
Konu: Re: [Bacula-users] update slots reports Autochanger has 0 slots

Hello Rainer,

Can you try changing Device Name? You have Name and Media Type using the same 
"LTO-5". Bacula doesn´t work fine when you use the same name for different 
things. If you could, I recommend you setting name with "Drive-0" or something 
like this:

Autochanger {
  Name = Autochanger
  Device = Drive-0

Device {
  Name = Drive-0
  Drive Index = 0
  Media Type = LTO-5
...
}

Best regards,
Ana

On Thu, Dec 4, 2014 at 6:16 PM, Rainer Hackel 
mailto:rainer.hac...@degnerpartner.com>> wrote:
Hi Süleyman,
this is the current definition:

Autochanger {
  Name = Autochanger
  Device = LTO-5
  Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/changer
}

Device {
  Name = LTO-5
  Drive Index = 0
  Media Type = LTO-5
  Archive Device = /dev/nst0
  AutomaticMount = yes;
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  AutoChanger = yes
  Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
  Spool Directory = /data/bacula-spool
  Maximum File Size = 12GB
  Maximum Spool Size = 3200G
#  Maximum Block Size = 200
}

Do you have an other idea?
Rainer

Von: Süleyman Kuran [mailto:sku...@ayk.gov.tr]
Gesendet: Donnerstag, 4. Dezember 2014 19:23
An: Can Şirin
Cc: 
bacula-users@lists.sourceforge.net
Betreff: Re: [Bacula-users] update slots reports Autochanger has 0 slots



Merhaba Can,

Maybe the Device directive in bacula-sd.conf, where the drives are defined, is 
missing AutoChanger = yes line.

Regards,



Kimden: "Can Şirin" mailto:sirin...@itu.edu.tr>>
Kime: 
bacula-users@lists.sourceforge.net
Gönderilenler: 4 Aralık Perşembe 2014 17:01:37
Konu: Re: [Bacula-users] update slots reports Autochanger has 0 slots


Hi,

Check this posts:

http://www.freebsddiary.org/tape-library.php
http://www.freebsddiary.org/tape-library-integration.php

Same issue were discussed before. 
(http://sourceforge.net/p/bacula/mailman/bacula-users/thread/20130306100525.gd22...@nionex.net/)

Quoting Rainer Hackel 
mailto:rainer.hac...@degnerpartner.com>>:
Hello Bacula users,
Have some problems with a Quantum SuperLoader 3 LTO-6, and try to break them 
down in small pieces… here is one:

“update slots“ command in bconsole says:
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
Automatically selected Storage: Autochanger
Connecting to Storage daemon Autochanger at 
192.168.1.15:9103 ...
3306 Issuing autochanger "slots" command.
Device "Autochanger" has 0 slots.
No slots in changer to scan.

But:
“/usr/libexec/bacula/mtx-changer /dev/changer slots” reports 16

Of course the Autochanger has 16 slots.
Someone has  an idea?

Best regards
Rainer



--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk

[Bacula-users] Time for "Accurate Backup"

2013-02-12 Thread Masopust, Christian
Hi all,

I'm currently redefining my backup configuration and will use "Virtual Full" 
backups for at least
some of my jobs (for backing up ClearCase VOBstores to keep backup window 
small).
So I've learned that I've to define these jobs as "Accurate".

As there are lots of files within the filesets to be backuped (appr. 600) I 
would kindly ask
you about your experiences with accurate backups.

How long will it last to send the accurate information of appr. 600 files 
and directories to
the file daemon?

Short background: my server uses PostgreSQL 9.2.3, has 8GB RAM (can be upgraded 
to 16GB)
and has 2 dual-core Xeon CPUs with 3.2GHz.

I know that you won't be able to send exact numbers, I'd be glad to get at 
least some rough numbers :)

Thanks a lot,
Christian
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] SQL-Query for copy job to get latest full + all following differentials & incrementals...

2013-02-12 Thread Masopust, Christian
Hi,

I'd like to set up a copy job here for offsite backup (on demand) and therefore 
would need
a fine SQL-query to get all jobs listed for the most recend full and all 
following differentials
and incrementals. All backups are to one single pool.

As said, the offsite backup should be done on demand and therefore I cannot 
take the latest
full alone...

I'm sure this query should be possible but my SQL-knowledge is a little poor :)

Thanks a lot,
christian
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] SQL-Query for copy job to get latest full + all following differentials & incrementals...

2013-02-13 Thread Masopust, Christian
> > I'd like to set up a copy job here for offsite backup (on 
> demand) and therefore would need
> > a fine SQL-query to get all jobs listed for the most recend 
> full and all following differentials
> > and incrementals. All backups are to one single pool.
> > 
> > As said, the offsite backup should be done on demand and 
> therefore I cannot take the latest
> > full alone...
> > 
> > I'm sure this query should be possible but my SQL-knowledge 
> is a little poor :)
> > 
> > Thanks a lot,
> > christian
> 
> 
> Hi Christian, 
> 
> maybe you can check the example query.sql that comes with bacula
> ("Select most recent backup for a client") to get you started. Your
> query should return a list of jobids to be copied which is what the
> example query provides. You might want to add some safety net so jobs
> that are already on tape won't be copied again (previousjobid, I
> think). 
> 
> Cheers, Uwe 

Hi Uwe,

thanks for reminding me about the query.sql :)  Starting from there I found
now a way to create a query that includes the most recent full, the latest 
differential and all incrementals since the latest differentials (see below).

It is definitly working here for me and I'm glad to share it, but I'm 
absolutely sure that there MUST be a better (more nifty) way to get the same 
result :)

Thanks,
Christian

P.S.: here's the query:

:List all Jobs needed for a disaster recovery for a given jobname:
*Enter Job name:
SELECT DISTINCT Job.JobId,StartTime
  FROM Job WHERE Job.Name = '%1' AND (
  (Level='F' AND JobStatus IN ('T', 'W')) OR
  (Level='D' AND JobStatus IN ('T', 'W') AND
Job.StartTime >= (
  SELECT DISTINCT StartTime
  FROM Job
  WHERE Job.Name = '%1'
  AND Level='F' AND JobStatus IN ('T', 'W')
)
  ) OR
  (Level='I' AND JobStatus IN ('T', 'W') AND
Job.StartTime >= (
  SELECT DISTINCT StartTime
  FROM Job
  WHERE Job.Name = '%1'
  AND Level='D' AND JobStatus IN ('T', 'W') AND
  Job.StartTime >= (
SELECT DISTINCT StartTime
FROM Job
WHERE Job.Name = '%1'
AND Level='F' AND JobStatus IN ('T', 'W')
  )
)
  )
);
--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] SQL-Query for copy job to get latest full + all following differentials & incrementals...

2013-02-13 Thread Masopust, Christian
> Hi Uwe,
> 
> thanks for reminding me about the query.sql :)  Starting from 
> there I found
> now a way to create a query that includes the most recent 
> full, the latest 
> differential and all incrementals since the latest 
> differentials (see below).
> 
> It is definitly working here for me and I'm glad to share it, 
> but I'm 
> absolutely sure that there MUST be a better (more nifty) way 
> to get the same result :)

all right too less testing, the below query works only when there's
only 1 full backup.  see my modified query that now should (no more "definitly" 
:)
work.

 
> Thanks,
> Christian
> 
> P.S.: here's the query:
> 
> :List all Jobs needed for a disaster recovery for a given jobname:
> *Enter Job name:
> SELECT DISTINCT Job.JobId,StartTime
>   FROM Job WHERE Job.Name = '%1' AND (
>   (Level='F' AND JobStatus IN ('T', 'W')) OR
>   (Level='D' AND JobStatus IN ('T', 'W') AND
> Job.StartTime >= (
>   SELECT DISTINCT StartTime
>   FROM Job
>   WHERE Job.Name = '%1'
>   AND Level='F' AND JobStatus IN ('T', 'W')
> )
>   ) OR
>   (Level='I' AND JobStatus IN ('T', 'W') AND
> Job.StartTime >= (
>   SELECT DISTINCT StartTime
>   FROM Job
>   WHERE Job.Name = '%1'
>   AND Level='D' AND JobStatus IN ('T', 'W') AND
>   Job.StartTime >= (
> SELECT DISTINCT StartTime
> FROM Job
> WHERE Job.Name = '%1'
> AND Level='F' AND JobStatus IN ('T', 'W')
>   )
> )
>   )
> );

:List all Jobs needed for a disaster recovery for a jobname:
*Enter Job name:
SELECT DISTINCT Job.JobId,StartTime FROM Job  WHERE Job.Name = '%1' AND (
  (Level='F' AND JobStatus IN ('T', 'W') AND
Job.StartTime >= (
  SELECT DISTINCT StartTime
  FROM Job
  WHERE Job.Name = '%1'
  AND Level='F' AND JobStatus IN ('T', 'W') ORDER BY StartTime DESC LIMIT 1
)
  ) OR
  (Level='D' AND JobStatus IN ('T', 'W') AND
Job.StartTime >= (
  SELECT DISTINCT StartTime
  FROM Job
  WHERE Job.Name = '%1'
  AND Level='F' AND JobStatus IN ('T', 'W') ORDER BY StartTime DESC LIMIT 1
)
  ) OR
  (Level='I' AND JobStatus IN ('T', 'W') AND
Job.StartTime >= (
  SELECT DISTINCT StartTime
  FROM Job
  WHERE Job.Name = '%1'
  AND Level='D' AND JobStatus IN ('T', 'W') AND
  Job.StartTime >= (
SELECT DISTINCT StartTime
FROM Job
WHERE Job.Name = '%1'
AND Level='F' AND JobStatus IN ('T', 'W') ORDER BY StartTime DESC LIMIT 
1
  )
ORDER BY StartTime DESC LIMIT 1 )
  )
) ORDER BY JobId;

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] SQL-Query for copy job to get latest full + all following differentials & incrementals...

2013-02-14 Thread Masopust, Christian
> > 
> > :List all Jobs needed for a disaster recovery for a jobname:
> > *Enter Job name:
> > SELECT DISTINCT Job.JobId,StartTime FROM Job  WHERE 
> Job.Name = '%1' AND (
> >   (Level='F' AND JobStatus IN ('T', 'W') AND
> > Job.StartTime >= (
> >   SELECT DISTINCT StartTime
> >   FROM Job
> >   WHERE Job.Name = '%1'
> >   AND Level='F' AND JobStatus IN ('T', 'W') ORDER BY 
> StartTime DESC LIMIT 1
> > )
> >   ) OR
> >   (Level='D' AND JobStatus IN ('T', 'W') AND
> > Job.StartTime >= (
> >   SELECT DISTINCT StartTime
> >   FROM Job
> >   WHERE Job.Name = '%1'
> >   AND Level='F' AND JobStatus IN ('T', 'W') ORDER BY 
> StartTime DESC LIMIT 1
> > )
> >   ) OR
> >   (Level='I' AND JobStatus IN ('T', 'W') AND
> > Job.StartTime >= (
> >   SELECT DISTINCT StartTime
> >   FROM Job
> >   WHERE Job.Name = '%1'
> >   AND Level='D' AND JobStatus IN ('T', 'W') AND
> >   Job.StartTime >= (
> > SELECT DISTINCT StartTime
> > FROM Job
> > WHERE Job.Name = '%1'
> > AND Level='F' AND JobStatus IN ('T', 'W') ORDER BY 
> StartTime DESC LIMIT 1
> >   )
> > ORDER BY StartTime DESC LIMIT 1 )
> >   )
> > ) ORDER BY JobId;
> > 
> 
> Hi Christian,
> 
> thanks for sharing, I'm glad the query.sql got you on your way. If you
> manage to "shoe-horn" a client or job name dynamically into a copy job
> definition then please let me know ;)
> 

Hi Uwe,

yes, it would be fine to get the job name dynamically into this definition :)

But... if I try the above SQL in a copy job's "Selection Pattern", it failes
because of a too small buffer (when I'm right, the buffer is "only" 500 chars).

So next I tried to put the statement above in a stored procedure in my database
and use "call my-procedure(my-jobname);" in Selection Pattern.  This at least 
gets the correct job ids for my copy job but the whole job failes with lots of
database related error messages like:

> 14-Feb 09:40 atpcc7fc-dir JobId 0: Fatal error: sql_create.c:517 
> sql_create.c:517 
> query SELECT ClientId,Uname FROM Client WHERE Name='atvies2gfx-fd' failed:
> Commands out of sync; you can't run this command now

Any idea what's going on here?

And now, as a last try I defined a view within my database with the above
statement, use "select JobId from my-view;" and Heureka!!! ... it's 
working!!

So... some questions left:
- can the size of "Selection Pattern" be increased (probably without increasing
  it for all other parameter values) ?
- why are stored procedures not possible in this case?

Thanks,
Christian

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] VirtualFull and NextPool definitions, good practice to "create a loop" ?

2013-02-22 Thread Masopust, Christian
Dear all,

I'm currently completely redefining my Bacula setup and plan now to use Virtual 
Full backups
for some of my bigger servers.

I've now defined the necessary two pools but am unsure now if it is a good 
practice to
create a "loop" in these pools:

Pool {
  Name = Pool1
  
  Next Pool = Pool2
}

Pool {
  Name = Pool2
  ...
  Next Pool = Pool1
}

I googled a lot and found some concerns that these configuration can cause a 
deadlock, is that right?
But at other places I found this setup recommended...
So I'm now completely unsure how to proceed.

If not using that loop I found that the Virtual Full backups alternate between 
the two pools but the
differential and incremental are always done to the first pool.  What I would 
like is that all diff and incr
backups are done to that pool that has the most recent full backup and I think 
that will be possible
by defining the loop above, right?

So how do you configure your Virtual Full?  What is the best practice for 
it?
And... how likely is it that a deadlock can/will occur?

Thanks a lot!!
Christian

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-04 Thread Masopust, Christian
Hi Carlos,

part of that questions has been answered several times in the last weeks

check the permissions of your bacula-dir.conf.  Your bacula-dir runs as user 
bacula and MUST have
enough permissions to read its bacula-dir.conf (and also the query.sql).

and regarding the "dbcheck.mysql"  dumb question... have you checked wheter 
it exists?? :)
(and probably which permissions it has?)

br,
christian


Von: Carlos Perez [mailto:carlos.r.pe...@gmail.com]
Gesendet: Montag, 04. März 2013 19:47
An: bacula-users@lists.sourceforge.net
Betreff: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in 
director configuration

Anyone, who can lead me in the right direction?  I have been tasked with 
testing bacula so we can hopefully moved from our commercial solutions since it 
doesn't meet our requirements at this time.  Bacula, seems to be the perfect 
solution but I have to do a lots of testing.  Almost, everything runs with the 
exception of catalog I i'm attaching the error code, any help will be highly 
appreciated:


2013-03-03 23:10:02   baculaserver-dir JobId 133: shell command: run BeforeJob 
"/usr/lib64/bacula/make_catalog_backup.pl 
MyCatalog"

2013-03-03 23:10:02   baculaserver-dir JobId 133: BeforeJob: sh: 
/usr/sbin/dbcheck.mysql: No such file or directory
2013-03-03 23:10:02   baculaserver-dir JobId 133: BeforeJob: Can't find your 
catalog (MyCatalog) in director configuration


2013-03-03 23:10:02   baculaserver-dir JobId 133: Error: Runscript: BeforeJob 
returned non-zero status=1. ERR=Child exited with code 1

2013-03-03 23:10:02   baculaserver-dir JobId 133: Error: Bacula 
baculaserver-dir 5.2.12 (12Sep12):
  Build OS:   x86_64-suse-linux-gnu suse 11
  JobId:  133
  Job:MyCatalog.2013-03-03_23.10.00_23
  Backup Level:   
Full
  Client: "baculaserver-fd" 5.2.12 (12Sep12) 
x86_64-suse-linux-gnu,suse,11

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to get all copies of a file in a pool

2013-09-18 Thread Masopust, Christian
Hi Deepak,

check query.sql whether it contains a query that satisfies all your needs. If 
not, you simply
can find a query, based on the predefined, that will give you the information 
you're looking for.

br,
christian


Von: deepak@wipro.com [mailto:deepak@wipro.com]
Gesendet: Mittwoch, 18. September 2013 10:21
An: bacula-users@lists.sourceforge.net
Betreff: [Bacula-users] How to get all copies of a file in a pool

Dear team,

I have taken around 10 Full and 50 incremental backup on a Pool of volume. 
Which contains 5 Tape volumes. I have modified some files a number of times 
during all these days. Now I want to restore a specific file. But prior to that 
I want to see all copies of that file in my Pool and with permissions and 
timestamp so that I will come to know that when I have changed the file.

Please tell me:

1.   How to list all copies of a file from a volume with permissions and 
timestamp(I want to see when that file has been modified)

2.   How to list all copies of a file from a pool with permissions and 
timestamp(I want to see when that file has been modified)


Regards,


--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] MySQL version to compile Bacula 5.2.13 against?

2013-12-20 Thread Masopust, Christian

Hi Phil,

maybe OT, but what's the reason against MySQL 5.6 ?

br,
christian 

> -Ursprüngliche Nachricht-
> Von: Phil Stracchino [mailto:ph...@caerllewys.net] 
> Gesendet: Donnerstag, 19. Dezember 2013 16:59
> An: bacula-users@lists.sourceforge.net
> Betreff: Re: [Bacula-users] MySQL version to compile Bacula 
> 5.2.13 against?
> 
> On 12/19/13 10:26, Mingus Dew wrote:
> > Dear All,
> >  I am migrating my Bacula environment to a new Solaris 
> 10 servers. I
> > currently am compiled against MySQL 4.1 and running MySQL 
> 5.1.47 as the
> > database. 
> > 
> >  Can anyone advise me as to what version of MySQL I 
> should compile
> > against on my new server? I remember there once being some issues of
> > slowness or memory leaking when compiled against 5.x
> 
> At this point, if at all possible, you should probably be using 5.5,
> 5.5.35 if you can get it.  I would probably not advise 5.6 at 
> this point.
> 
> 
> -- 
>   Phil Stracchino
>   Babylon Communications
>   ph...@caerllewys.net
>   p...@co.ordinate.org
>   Landline: 603.293.8485
> 
> --
> 
> Rapidly troubleshoot problems before they affect your 
> business. Most IT 
> organizations don't have a clear picture of how application 
> performance 
> affects their revenue. With AppDynamics, you get 100% 
> visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of 
> AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/414
> 0/ostg.clktrk
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


  1   2   >