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
C
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 vers
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
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"...
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
> >
> > :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
> 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
> > 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 sh
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 dem
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 fileset
Hi Andreas,
why is the "won't fix" for bug 1940 a problem? When you look at Kern's
eyplanation
about why
> Why won't we fix it? Well, it is useless to try to backup Windows without VSS
> enabled as you will miss locked files, ... In otherwords you get garbage
> depending
> on what your sys
Hi all,
yesterday I upgraded my installation from 5.2.5 to 5.2.10 (no configuration
changes) and
now my director doesn't send any mails after finished jobs...
Any idea what's wrong?
Here's my messages-definition:
Messages {
Name = Zabbix
# first send status and number of files
cula-users@lists.sourceforge.net
> Cc: Masopust, Christian
> Betreff: Re: [Bacula-users] Bacula and Zarafa
>
> Hi,
>
> Am Donnerstag, 23. Februar 2012, 09:55:00 schrieb Masopust, Christian:
> > Short question: anyone using Bacula to backup Zarafa?
> What to consid
Short question: anyone using Bacula to backup Zarafa? What to consider?
Any pitfalls?
Ok... these were 3 questions... :))
Thanks a lot,
christian
--
Virtualization & Cloud Management Using Capacity Planning
Cloud compu
> >
> > There are a few options to solve this
> >
> > - use innodb for the tables in MySQL
> > - migrate to PostgreSQL
> >
anybody already did a successfull migration from MySQL to PostgreSQL?
and willing to share a procedure? is it really possible to migrate
the complete catalog?
thanks,
chr
Hi all,
I'm currently looking for a correct FileSet definition to NOT include some
"results" directories
in my backup. The problem is, that I don't know the level down in the
directory-tree where the
"results" will be (and it definitly is in different depth for different
users...).
All that
Hello,
yesterday I updated Bacula from 5.0.1 to 5.0.2 (compiled from source) and today
I see that some jobs have not been run! Nothing in the configuration has been
changed,
only director and SD have been updated at the moment.
When doing a "status dir" in console I see all jobs scheduled.
Dear Bacula users,
as I finaly inherited a tape-changer I now try to create a tape-archive for some
of my backup-data.
I have several pools that I would like to have within that archive and so my
question
is:
Is it possible (or good practice) to use the same "archive-pool" as NextPool in
diffe
>
> On Wednesday 03 February 2010 10:35:22 Arno Lehmann wrote:
> > check_bacula *should* work with all Bacula versions, though
> I admit I
> > heven't trsted on anything except 3.0 and development
> versions shortly
> > before 5.0.
> >
> > If you've got more questions, please ask, but be awar
Hello Faria,
as it's no "real part" of Bacula, the Nagios plugin is in the
examples/nagios/check_bacula
directory. As far as I remember Arno Lehman has brought in a patch that makes
"configure"
also create a correct Makefile in check_bacula. So when you build from source,
simple go
to examples
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
nal 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
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 =
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)
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 da
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."
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).
Should
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
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:
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?
w
> - 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 -
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 fil
he 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 file
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
>
known 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] [Ba
r. 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).
>
> >
> > 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
> >
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 b
CTED] [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:
>
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 t
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 da
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 e
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 Lie
o 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.ne
ense 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
&
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 PRO
> > /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+0x4
>
> 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/
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
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, downtim
> 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 t
> > 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:
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"
Working
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.
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: Masopu
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
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
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
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
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
gt; [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 :-))
>
>
> Dea
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 inc
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,
> chr
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
> -
[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
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, dow
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
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
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 procedu
e 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 rele
known 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 2
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 darksi
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 PROTECT
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: [Bac
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 nagi
ED]
> [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,
>
ks 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 tro
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 c
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 P
[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,
>
&g
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
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
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
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
__
>
> > 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
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
>
> >> 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 em
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
> &
> > 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
> becaus
uot;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 ("I
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
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: Wednesd
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]
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
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 w
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
o 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
Hel
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 (
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 th
1 - 100 of 110 matches
Mail list logo