-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Arthur Emerson III wrote:
> Ryan Novosielski <[EMAIL PROTECTED]> wrote:
>> Another common problem is timestamps in the future. These will be
>> backed up every time. I guess maybe there ought to be a software
>> solution to this.
>
> Are you sure that
Hi,
On 5/11/2007 12:04 AM, Mike Vasquez wrote:
> In my /etc/init.d/bacula-sd script the argument that I use to start the
> bacula sd daemon is
>
> ARGS="-c /opt/bacula/bacula-sd.conf -u root -g tape"
So the SD runs as root. Ok.
And how about this one:
Trying 'mt -f /dev/nst0 status' as the Bac
In my /etc/init.d/bacula-sd script the argument that I use to start the
bacula sd daemon is
ARGS="-c /opt/bacula/bacula-sd.conf -u root -g tape"
Mike
Arno Lehmann wrote:
>
> Hi,
>
> On 5/10/2007 11:41 PM, Mike Vasquez wrote:
>> Boy, I do need new glasses, Changer Command =
>> "/opt/bacula/b
Hi,
On 5/10/2007 11:41 PM, Mike Vasquez wrote:
> Boy, I do need new glasses, Changer Command = "/opt/bacula/bin/mtx-changer
> %c %o %S %a %d".
>
> It should have been Changer Command = "/opt/bacula/scripts/mtx-changer %c
> %o %S %a %d"
Yeah, that's what you get for customizing your installatio
Boy, I do need new glasses, Changer Command = "/opt/bacula/bin/mtx-changer
%c %o %S %a %d".
It should have been Changer Command = "/opt/bacula/scripts/mtx-changer %c
%o %S %a %d"
Now I am getting the following error:
bin/btape /dev/nst0
Tape block granularity is 1024 bytes.
btape: butil.c:286
Hi,
On 5/10/2007 4:06 PM, massano jerome wrote:
> Hello.
>
> I'm really not a guru (I actually am a newbie) but I think you must set
> TLS Enable = yes in you bconsole.conf (the documentation says TLS
> Require is ignored if TLS Enable is set to "no")
I'm also not a guru - and even cmpletely ine
> >>That was one of the first things I considered. The Finder itself,
> >>however, does take RSRC data into account when reporting file sizes.
> >>Anyway, here is the output you were referring to:
> >>
> >>[EMAIL PROTECTED]: /System/Library/Fonts # ls -l Times\ LT\ MM/..namedfork/
> >>rsrc
> >>-rw-
Hi,
On 5/10/2007 8:17 PM, Mike Vasquez wrote:
> I just upgraded to 2.0.3. I am having problems mounting the Autochanger.
> Here are my test results.
>
> tapeinfo -f /dev/sg0
> Product Type: Medium Changer
> Vendor ID: 'DELL'
> Product ID: 'PV-122T '
> Revision: 'D37r'
> Attached Ch
I just upgraded to 2.0.3. I am having problems mounting the Autochanger.
Here are my test results.
tapeinfo -f /dev/sg0
Product Type: Medium Changer
Vendor ID: 'DELL'
Product ID: 'PV-122T '
Revision: 'D37r'
Attached Changer: No
SerialNumber: '3123B92743'
Invalid tapealert page: 0
I am getting the same errors. What did you do to get it to work.
Mike
christian zimmermann wrote:
>
> Hello all,
>
> thanks everyone for the response the autoloader arcvault12 works now
> perfectly with bacula.
>
>
> Cu
> Christian
>
> --
On Thursday 10 May 2007 14:30, Jean-François Leroux wrote:
> Hi,
> I've tried running the 'stock' BeforeBackup script on Debian Etch (bacula
> database backup with a call to mysqldump -u -p).
> There was a problem at first with variables $1 was $0 and $2 was $1, and so
> on.
> I corrected that so t
> I want to *always* automatically re-use my tapes. I can achieve this
> manually by using bconsole's SQL query mode and updating the Media table:
> update Media set VolStatus = "Recycle" [ WHERE ... ];
> However, once the Volume is used, the Media table entry is re-set to
> "Append", so next time
Hi again,
I want to *always* automatically re-use my tapes. I can achieve this
manually by using bconsole's SQL query mode and updating the Media table:
update Media set VolStatus = "Recycle" [ WHERE ... ];
However, once the Volume is used, the Media table entry is re-set to
"Append", so next ti
I am on it, thanks :)
Masopust, Christian escribió:
> 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
Hello
This is in the official documentation.
You have to install bacula (or at least the Storage Daemon) on the new
machine, and then adjust the new bacula-sd.conf to communicate with your
director (Director directive). You will also have to configure your
bacula-dir.conf so that it will connect t
Hello.
I'm really not a guru (I actually am a newbie) but I think you must set
TLS Enable = yes in you bconsole.conf (the documentation says TLS
Require is ignored if TLS Enable is set to "no")
Le jeudi 10 mai 2007 à 15:46 +0200, alejandro lencina a écrit :
> Hi,
>
> I'm a Spanish computer scien
Hi, I'm a bit confused by this. I'd like to have bacula backups on another
machine than the one with bacula-director runnig.
Should I install bacula on the other machine as well and just let bacula-sd
run or should I use the bacula-sd on machine and give machine 2 as a
destination ?
In both cas
Hi,
I'm a Spanish computer science student and I'm working on my thesis which
is basically deploying Bacula for my school. I'm kinda desperate because my
due date is coming closer and closer and I'm stuck configuring TLS
communications. I really wish you could help with this...
I'm trying firs
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, dow
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
Hi,
I've tried running the 'stock' BeforeBackup script on Debian Etch (bacula
database backup with a call to mysqldump -u -p).
There was a problem at first with variables $1 was $0 and $2 was $1, and so
on.
I corrected that so that I got the correct variables in the correct fields
BUT I get now an
Ryan Novosielski <[EMAIL PROTECTED]> wrote:
>
> Another common problem is timestamps in the future. These will be
> backed up every time. I guess maybe there ought to be a software
> solution to this.
Are you sure that there isn't one in place already? I receive
the following at the top of e-ma
Hello Bill,
On Tuesday 01 May 2007 20:32, Bill Moran wrote:
> In response to "Jon Pounder" <[EMAIL PROTECTED]>:
>
> > I've already sent a private email off on this, but on the list I'll leave
> > it at :
> >
> > Kern you should be ashamed of yourself.
>
> Well, I can't speak officially for the
Hi,
On 5/10/2007 12:01 PM, Andy Collyer wrote:
>
> Hi there.
>
> I'm trying to get a Quantum DLT-V4 device working. I wonder if someone
> would mind holding my hand through some of the basics???
>
> 1. How do I know which device (i.e. /dev/???) to use?
>
> /proc/scsi/scsi says:
> Attache
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
Hello,
These are support questions, so I am forwarding this to the bacula-users list
for their possible response.
On Monday 07 May 2007 15:35, W. Voos wrote:
> Hi all,
>
> I am currently implementing backups across several linux/windows systems
> and in that context, several questions came up t
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 s
Hi there.
I'm trying to get a Quantum DLT-V4 device working. I wonder if someone
would mind holding my hand through some of the basics???
1. How do I know which device (i.e. /dev/???) to use?
/proc/scsi/scsi says:
Attached devices:
Host: scsi0 Channel: 01 Id: 00 Lun: 00
Vendor: MegaRAID
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
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
For list's information:
Hi Eric
Thanks a lot, finally I realised that i have to assign text/brestore
on the client.
I was looking for a way to do this server sided for a long time :D
It sounded indeed a bit strange to me but I thought "maybe..."
Anyway, I made for a bit fun ;)
Thanks & kindly r
Please can you help?
We have bacula-mysql 2.0.3-1 loaded from the rpm on Fedora Core 6
(2.6.20-1.2948.fc6) and we are having trouble with the Autoloader
We have also tried bacula-mysql-2.0.2-1.fc6.i386.rpm
The Autoloader is a HP MSL5030 with two Ultrium 2 drives
We have mtx-1.2.18-8
Hi,
I couldn't find any good documentation on this, so I'll give it a shot
here. Two things:
1) I backup my data to three 400gb discs. I don't now how i configured
it correctly but the director (or is it the storage deamon) creates
volumes as it need new ones. However, I am getting this error on
Hi
We have got Bacula-Mysql 2.0.3-1 loaded on Fedora Core 6
(2.6.20-1.2948.fc6) and we are having trouble with the Autoloader
The Autoloader is a HP MSL5030 with two Ultrium 2 drives
We have mtx-1.2.18-8.2.2 loaded and this seems to be OK.
Here is an extract from our bacula-sd.conf
Hi,
I'm new to bacula and I have a (hope) simple question to submit.
I set up a daily incremental job on a volume pool whose retention period
is 15
days (autoprune = yes, recycle = yes). For semplicity I also configure
bacula to
write each backup job over one (separate) volume ...
This job on
I have an HP storageworks 1/8 featuring na Ultium drive.
It works great.
-Mensagem original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Andrea Soracchi
Enviada: quinta-feira, 3 de Maio de 2007 12:35
Para: bacula-users@lists.sourceforge.net
Assunto: [Bacula-users] Hp Autolo
Hi,
I'm having troubles configuring tls communications. I think I have done all
the certification alright using
http://www.devco.net/pubwiki/Bacula/TLSinstructions. I'm first trying
to get bconsoe<->dir connection to use tls. I
have my configuration files as show below and seems to work fine, but
Sir
I want to backup my data to cd using bacula and need to help in it.i
have already used bacula to backup data to files.would someone please
help me out.
lalitha
-
This SF
hi guys...
i have to compile the last bacula release on a server with a
strict security policy (production environment) so on the
server there isn't gcc.
is there an rpm for fedora core 6 pre build and ready to
install?
how can i compile the package by myself on another machine?
thank you in ad
John J. Stimson-III wrote:
>
> My bacula-dir.conf file has this section:
>
> # Generic catalog service
> Catalog {
> Name = MyCatalog
> dbname = bacula; user = bacula; password = ""
> }
>
> ...
>
> # ./grant_mysql_privileges -p
> (big permissions table prints)
> Privileges for bacula gran
40 matches
Mail list logo