Re: [Bacula-users] Windows console crashes a lot

2009-06-08 Thread James Harper
> > Why is it that the Windows console crashes so much? > I would assume it's because there's a bug in it and that either nobody has logged a bug report against it or that nobody is interested in fixing it :) Which console is it? I remember having some crashes in one of the consoles but the stan

[Bacula-users] Windows console crashes a lot

2009-06-08 Thread Mike Ruskai
Why is it that the Windows console crashes so much? The most recent was doing "list jobtotals", with a recorded error in ntdll.dll at address 0x000369da. It's always something like that, and it's not consistent. Restarting the console and running the same command succeeded. The only reliably

Re: [Bacula-users] [Bacula-devel] multiple copy pools

2009-06-08 Thread Dirk Bartley
Hello Ulrich I'm just beginning to use copy jobs. Love em! What I'm doing is having a one to one relationship between tape pools and File pools. ie File-MonWed <-> LTO_MonWed File-Monthly <-> LTO_Monthly .. .. Then add one Copy job per pool. Copy-MonWed Copy-Monthly .. .. Then add one scrip

[Bacula-users] Webacula configuration problems

2009-06-08 Thread Reynier Perez Mira
Hi every: I trying to install Webacula 3.0 following every step in README file. This is my VirtualHost definition: ServerName webacula ServerAlias webacula.prod.uci.cu ServerAdmin rper...@uci.cu DirectoryIndex index.php index.htm index.html DocumentRoot /va

Re: [Bacula-users] CentOS 5 RPM spec file

2009-06-08 Thread Arno Lehmann
Hi, 08.06.2009 14:16, Michael Hall wrote: > Brand new Bacula user here. I'm having trouble finding up to date > Bacula RPMs/SRPMs for CentOS 5, and have decided I may as well > build my own. Well... the RHEL packages work fine on CentOS, you try this link to find the packages you need: http://s

[Bacula-users] compiling bacula v3.0.1 on FreeBSD v7.1

2009-06-08 Thread Lars Nordin
Anyone out there tried compiling bacula v.3.0.1 on FreeBSD v7.1? When I try I get this error: Compiling jcr.c jcr.c: In function 'void _dbg_print_jcr(FILE*)': jcr.c:1067: error: cast from 'pthread*' to 'int' loses precision

Re: [Bacula-users] CentOS 5 RPM spec file

2009-06-08 Thread ZMike
Michael Hall wrote: > Brand new Bacula user here. I'm having trouble finding up to date Bacula > RPMs/SRPMs for CentOS 5, and have decided I may as well build my own. > > Does anyone know of the location of recent spec files to get me started? > Specs are inside src.rpm file on bacula download

Re: [Bacula-users] CentOS 5 RPM spec file

2009-06-08 Thread Jayson Broughton
Michael, The .spec file is located in the bacula source (tar.gz) (/bacula-3.0.0/platforms/redhat/bacula.spec). There is a centos 5.0 build in there :-) To build clients for centos I did the following: rpmbuild -bb bacula.spec --define "build_centos5" \ --define "build_client_only 1" \ --define "n

[Bacula-users] client side file exclusions?

2009-06-08 Thread Jeff Shanholtz
I'm sure it's not uncommon for a workstation to have user-defined folders that simply don't need to be backed up. Is there a way that those folders can be added to the file service's conf file as exclusions? Forcing the server to keep track of these folders isn't ideal when they are arbitrary folde

[Bacula-users] CentOS 5 RPM spec file

2009-06-08 Thread Michael Hall
Brand new Bacula user here. I'm having trouble finding up to date Bacula RPMs/SRPMs for CentOS 5, and have decided I may as well build my own. Does anyone know of the location of recent spec files to get me started? I see there are Fedora 9 RPMs available, presumably there are spec files somewh

Re: [Bacula-users] server on windows, trying to backup to hard drive

2009-06-08 Thread Jeff Shanholtz
I had quite a bit of trouble getting a mix of 64 bit file service and 32 bit director/storage services. Trying to run 2 installs just doesn't seem to work. What I think will work is doing a full install of 32 bit, and then manually copying the 64 bit binaries (I copied from an XP x64 client machine

[Bacula-users] to-disk differentials now using multiple volumes?

2009-06-08 Thread Jeff Dickens
I'm using pretty much the same configuration for my differential backups as I did under Bacula 2.2.8, but for some reason under 3.0.1 it's getting "end of media" on a disk volume and moving to a new volume. There seems to be some kind of new behavior here.. It's possible the storage disk could

[Bacula-users] Error on internal filesystem

2009-06-08 Thread Jonathan Bayer
My Bacula 3.01 system (installed on Ubuntu 9.04) is doing File backups to an internal, terabyte volume. Bacula is using PostgreSql as a database backend. The system is an Ubuntu 9.04 desktop system, with a terabyte internal volume for the backups, and an external terabyte volume for VirtualFull b

Re: [Bacula-users] Bacula Fatal Error

2009-06-08 Thread Holikar, Sachin (ext)
Hi, Sorry for the late reply. The backup did complete without error. Just changed the value of the max-rows as specified in Bacula Help pages. Thanks Drescher for timely suggestions. Regards, Sac -Original Message- From: John Drescher [mailto:dresche...@gmail.com] Sent: Montag, 8. J

Re: [Bacula-users] Bacula Fatal Error

2009-06-08 Thread John Drescher
You also probably need to run mysqlrepair and then dbcheck John -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovat

Re: [Bacula-users] Bacula Fatal Error

2009-06-08 Thread John Drescher
On Mon, Jun 8, 2009 at 7:03 AM, Holikar, Sachin (ext) wrote: > > > Hello, > > Before going ahead with this step, would like to understand how reducing > the spool size will help? > If this is the machine with the storage I believe there is a chance that the 8GB of spool is used 2 times. Once

Re: [Bacula-users] Bacula Fatal Error

2009-06-08 Thread Holikar, Sachin (ext)
Hello, Before going ahead with this step, would like to understand how reducing the spool size will help? Thanks, Sac -Original Message- From: John Drescher [mailto:dresche...@gmail.com] Sent: Montag, 8. Juni 2009 13:02 To: Holikar, Sachin (ext); bacula-users Subject: Re: [Bacu

Re: [Bacula-users] Bacula Fatal Error

2009-06-08 Thread John Drescher
> Yes, we will not disable spooling but you are asking to reduce the size to > 4GB of what ?? > > And I guess this is what you require, > Is this the same machine that has the storage? If so reduce the Maximum Spool Size = 8G Maximum Job Spool Size = 8G to Maximum Spool Size = 4G Maximum J

Re: [Bacula-users] Bacula Fatal Error

2009-06-08 Thread Holikar, Sachin (ext)
Hi, Yes, we will not disable spooling but you are asking to reduce the size to 4GB of what ?? And I guess this is what you require, # mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3930 to server version: 4.1.22-standard Type 'help;' or '\h' for

Re: [Bacula-users] Bacula Fatal Error

2009-06-08 Thread John Drescher
On 6/8/09, Holikar, Sachin (ext) wrote: > > Thanks Mr. Harper for the reply. Me too found that this happenes sometimes > when the mysql file tbl_name MAX_ROWS value reaches its limits. > We shall increase this limit and see if the error persists. > One point you mentioned about spooling to the sam

Re: [Bacula-users] Bacula Fatal Error

2009-06-08 Thread James Harper
> Thanks Mr. Harper for the reply. Me too found that this happenes sometimes > when the mysql file tbl_name MAX_ROWS value reaches its limits. > We shall increase this limit and see if the error persists. > One point you mentioned about spooling to the same volume. The details of the > spool are ,

Re: [Bacula-users] automating windows client installs

2009-06-08 Thread Foo
On Wed, 27 May 2009 23:55:47 +0200, Jayson Broughton wrote: > Surely there is an easier way to automate installs than to create > an NSIS file from scratch. What I eventually did: - got Sysinternals' (now Microsoft) psexec utility from http://download.sysinternals.com/Files/PsTools.zip - co

Re: [Bacula-users] Windows restore on different drive

2009-06-08 Thread Foo
On Wed, 27 May 2009 02:24:00 +0200, James Harper wrote: >> I still haven't found a way to tell bacula to restore on a partition >> different >> than C: on windows fd. >> Most of my customers have a smaller C: containing the system, and a >> second >> drive to hold big data, so this becomes

Re: [Bacula-users] Bacula Fatal Error

2009-06-08 Thread Holikar, Sachin (ext)
Thanks Mr. Harper for the reply. Me too found that this happenes sometimes when the mysql file tbl_name MAX_ROWS value reaches its limits. We shall increase this limit and see if the error persists. One point you mentioned about spooling to the same volume. The details of the spool are , Max