>
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
> 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 ,
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
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
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
24 matches
Mail list logo