Re: [Bacula-users] I am mising something - unlisted fstype unknown CRM:0003018

2011-11-11 Thread Bruno Friedmann
On 11/11/2011 01:40 AM, Mark Yarbrough wrote:
 I have a Debian (squeeze) system using bacula 5.0.2 with vchanger implemented.
 
 I have an odd situation as to I have to backup some NFS mounts from a 
 Synology NAS.  The backups are fine save when I try to transcend into the NFS 
 mounts.  I am getting the following error.  From all that I have read I 
 believe I have this setup correctly.  Any suggestions would be welcome.
 
 10-Nov 16:30 lv-backup-fd JobId 70: Top level directory 
 /srv/Synology/volume1/Creative has unlisted fstype unknown
 10-Nov 16:30 lv-backup-fd JobId 70: Top level directory 
 /srv/Synology/volume1/Agency has unlisted fstype unknown
 10-Nov 16:30 lv-backup-fd JobId 70: Top level directory 
 /srv/Synology/volume1/Vendors has unlisted fstype unknown
 10-Nov 16:30 lv-backup-fd JobId 70: Top level directory 
 /srv/Synology/volume1/Clients has unlisted fstype unknown
 10-Nov 16:30 lv-backup-fd JobId 70: Top level directory 
 /srv/Synology/volume1/DCS has unlisted fstype unknown
 
 My FileSet looks like
 FileSet {
 Name = linux-generic
 Include {
 Options {
 signature = SHA1
 verify = pins1
 fstype = ext2
 fstype = xfs
 fstype = ext3
 aclsupport = yes
 onefs = no
 }
 File = /etc
 File = /usr/local
 File = /var
 File = /home
 File = /boot
 File = /root
 File = /srv/Synology/volume1/Creative
 File = /srv/Synology/volume1/Agency
 File = /srv/Synology/volume1/Vendors
 File = /srv/Synology/volume1/Clients
 File = /srv/Synology/volume1/DCS
 }
 Exclude {
 File = /proc
 File = /tmp
 File = /.journal
 File = /.fsck
 }
 }
 
 Mark Yarbrough
 
 

I don't know why you specify the fstype in your option,
What happen if you comment them.


-- 

Bruno Friedmann
Ioda-Net Sàrl www.ioda-net.ch

openSUSE Member  Ambassador
GPG KEY : D5C9B751C4653227
irc: tigerfoot

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Automatic tape drive unload?

2011-11-11 Thread Dirk Billerbeck

Hello Konstantin,

thank you for your reply. I think I'll have a look at the possibilities 
to write a script to check the Bacula status and then eject the tape if 
it is no longer needed by a job.


Regards,

Dirk

Am 10.11.2011 18:13, schrieb Konstantin Khomoutov:

On Thu, 10 Nov 2011 15:34:07 +0100
Dirk Billerbeckdirk.billerb...@ensec.de  wrote:


I'm new to Bacula and still learning the concepts of it. So maybe
I've overlooked that in the documentation but there is one thing I
couldn't figure out right now:

Is it possible to unload a tape drive automatically after it has been
idle for a specified period of time?

[...]

I don't think Bacula has the concept of idleness but I think you
could explore a possibility to run some command that would eject the
tape after a specified job using that job's after job script.

Another route would be to script such action by external means, say,
call something like

#!/bin/sh
echo 'umount storage=MyTape' | bconsole
mtx-changer some-command-to-eject-the-device-here

from a cron job.  But it implies the cron job should only run when
Bacula is guaranteed not to access the device in question.


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Automatic tape drive unload?

2011-11-11 Thread John Drescher
 thank you for your reply. I think I'll have a look at the possibilities to
 write a script to check the Bacula status and then eject the tape if it is
 no longer needed by a job.


You could create an admin job that is run after all other jobs.
Similar to the catalog backup job and have that eject your media. I
believe this method uses priority.

John

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Operator Command repeat interval question

2011-11-11 Thread Bill Arlofski
Does anyone know where I can find the schedule that Bacula follows when
sending operator notifications (eg: Intervention needed... for mounting a
volume etc)?

Thought I saw it somewhere once, possibly on this list but can not find it now.

I would like to set it to never resend if possible, but I think it is
hard-coded.

--
Bill Arlofski
Reverse Polarity, LLC
http://www.revpol.com/

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] I am mising something - unlisted fstype unknown CRM:0003018

2011-11-11 Thread Mark Yarbrough
Bruno, thank you very much, that did the trick.   I have always specified the 
filesystems as I typically run multiple file systems, however I have don't use 
onefs = no normally either.  

Then the question is...

When using onefs = no is the fstype no longer required as bacula will not care?
Is it best to not specifiy the fstype and let bacula figure it out even with 
onefs = yes?

-Original Message-
From: Bruno Friedmann [mailto:br...@ioda-net.ch] 
Sent: Friday, November 11, 2011 3:46 AM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] I am mising something - unlisted fstype unknown 
CRM:0003018

On 11/11/2011 01:40 AM, Mark Yarbrough wrote:
 I have a Debian (squeeze) system using bacula 5.0.2 with vchanger implemented.
 
 I have an odd situation as to I have to backup some NFS mounts from a 
 Synology NAS.  The backups are fine save when I try to transcend into the NFS 
 mounts.  I am getting the following error.  From all that I have read I 
 believe I have this setup correctly.  Any suggestions would be welcome.
 
 10-Nov 16:30 lv-backup-fd JobId 70: Top level directory 
 /srv/Synology/volume1/Creative has unlisted fstype unknown
 10-Nov 16:30 lv-backup-fd JobId 70: Top level directory 
 /srv/Synology/volume1/Agency has unlisted fstype unknown
 10-Nov 16:30 lv-backup-fd JobId 70: Top level directory 
 /srv/Synology/volume1/Vendors has unlisted fstype unknown
 10-Nov 16:30 lv-backup-fd JobId 70: Top level directory 
 /srv/Synology/volume1/Clients has unlisted fstype unknown
 10-Nov 16:30 lv-backup-fd JobId 70: Top level directory 
 /srv/Synology/volume1/DCS has unlisted fstype unknown
 
 My FileSet looks like
 FileSet {
 Name = linux-generic
 Include {
 Options {
 signature = SHA1
 verify = pins1
 fstype = ext2
 fstype = xfs
 fstype = ext3
 aclsupport = yes
 onefs = no
 }
 File = /etc
 File = /usr/local
 File = /var
 File = /home
 File = /boot
 File = /root
 File = /srv/Synology/volume1/Creative
 File = /srv/Synology/volume1/Agency
 File = /srv/Synology/volume1/Vendors
 File = /srv/Synology/volume1/Clients
 File = /srv/Synology/volume1/DCS
 }
 Exclude {
 File = /proc
 File = /tmp
 File = /.journal
 File = /.fsck
 }
 }
 
 Mark Yarbrough
 
 

I don't know why you specify the fstype in your option, What happen if you 
comment them.


-- 

Bruno Friedmann
Ioda-Net Sàrl www.ioda-net.ch

openSUSE Member  Ambassador
GPG KEY : D5C9B751C4653227
irc: tigerfoot

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Operator Command repeat interval question

2011-11-11 Thread Dan Langille

On Nov 11, 2011, at 11:52 AM, Bill Arlofski wrote:

 Does anyone know where I can find the schedule that Bacula follows when
 sending operator notifications (eg: Intervention needed... for mounting a
 volume etc)?
 
 Thought I saw it somewhere once, possibly on this list but can not find it 
 now.
 
 I would like to set it to never resend if possible, but I think it is
 hard-coded.

Bill told me this on IRC:

All of our clients' bacula servers (including ours) send email to our help desk 
software
which creates a new ticket and notifies workers for EACH intervention needed 
email. 
We only need to get one since the ticket system will not let us forget about 
it, and having
20 tickets with the same subject, for the same problem just causes us more work 
(e.g.: 
we need to close all 220 or merge them all into one and then and close that one)

-- 
Dan Langille - http://langille.org


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula and tls. Can't get that working

2011-11-11 Thread Oliver Hoffmann
 Verify the keyUsage of your certs..
 Try to create a cert with all usages: keyUsage = digitalSignature,
 nonRepudiation, keyEncipherment, dataEncipherment, keyAgreement,
 keyCertSign, cRLSign, encipherOnly, decipherOnly
 
 2011/11/8 Oliver Hoffmann o...@dom.de
 
  Hi all,
 
 
  it is such a hassle to get that running. Could someone guide me
  please?
 
  1. What I did
 
  I made my own CA using this guide:
  https://help.ubuntu.com/community/OpenSSL
  Now I have a CA and self-signed keys. So there are server_crt.pem,
  server_key.pem and cacert.pem. The common name is always
  ba-server.some.domain. I altered the file index.txt.attr. Now it
  reads unique_subject = no.
 
  Of course I read this one:
  http://www.bacula.org/de/dev-manual/Bacula_TLS_Communication.html
  and then that one:
  http://www.devco.net/pubwiki/Bacula/TLS/
  which was quite helpful. I tried to have an encrypted communication
  between the director and bconsole as a first attempt but it doesn't
  work.
 
  bconsole.conf looks like:
 
  Director {
   Name = ba-server-dir
   DIRport = 9101
   address = ba-server.some.domain
   Password = mypw
   TLS Enable = yes
   TLS Require = yes
   TLS CA Certificate File = /etc/bacula/certs/cacert.pem
   TLS Certificate = /etc/bacula/certs/server_crt.pem
   TLS Key = /etc/bacula/certs/server_key.pem
  }
 
  bacula-dir.conf (just the upper part):
 
  Director {# define myself
   Name = ba-server-dir
   DIRport = 9101# where we listen for UA connections
   QueryFile = /etc/bacula/scripts/query.sql
   WorkingDirectory = /var/lib/bacula
   PidDirectory = /var/run/bacula
   Password = mypw
   Messages = Daemon
   DirAddress = ba-server.some.domain
   Heartbeat Interval = 60
   Maximum Concurrent Jobs = 20
 
   TLS Enable = yes
   TLS Require = yes
  #  TLS Verify Peer = yes
  #  TLS Allowed CN = ba-server.some.domain
   TLS CA Certificate File = /etc/bacula/certs/cacert.pem
   TLS Certificate = /etc/bacula/certs/server_crt.pem
   TLS Key = /etc/bacula/certs/server_key.pem
  }
 
  I used TLS Verify Peer and TLS Allowed CN as well before.
 
 
  2. What I got:
 
  Connecting to Director ba-server.some.domain:9101
  TLS negotiation failed
  Director authorization problem.
  Most likely the passwords do not agree.
  If you are using TLS, there may have been a certificate validation
  error during the TLS handshake. Please see
 
  http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION00376
  for help.
 
  In the log file I see:
 
  08-Nov 17:16 ba-server-dir JobId 0: Error: tls.c:92 Error with
  certificate at depth: 0, issuer
  = /CN=ba-server.some.domain and so on
  ERR=26:unsupported certificate purpose
 
  Thus I searched for unsupported certificate purpose and found out
  that nsCertType was set to server. Means both certs have a purpose
  called server. I made a new crt/key with client. No success.
 
  I couldn't find either how to set nsCertType to nothing or if
  bacula is able to ignore such a setting.
 
  Thanks for help!
 
  Greetings,
 
  Oliver
 
 
 
 
 
 
  --
  RSA(R) Conference 2012
  Save $700 by Nov 18
  Register now
  http://p.sf.net/sfu/rsa-sfdev2dev1
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users
 
 
 
 

Thank you. After a while I figured out how to do this. Furthermore I
had nsCertType = server in my caconfig.cnf and commented it. Now I
see:
 
Certificate purposes:
SSL client : Yes
SSL client CA : No
SSL server : Yes
SSL server CA : No
Netscape SSL server : Yes
Netscape SSL server CA : No
S/MIME signing : Yes
S/MIME signing CA : No
S/MIME encryption : Yes
S/MIME encryption CA : No
CRL signing : Yes
CRL signing CA : No
Any Purpose : Yes
Any Purpose CA : Yes
OCSP helper : Yes
OCSP helper CA : No

With such a cert the communication bconsole -- director finally
works. 

Next I tried to get the local fd talking TLS (with the same cacert, crt
and key), but:

09-Nov 18:01 ba-server-fd: Fatal Error at filed.c:556 because:
Konnte TLS context für Director nicht initialisieren ba-server-dir
in /etc/bacula/bacula-fd.conf.

The German sentence means Couldn't initialize TLS context for director
ba-server-dir.

Eventually I got it. The problem was FQDN in the cert but not at
FDAddress =.

Hence the major issues with TLS and bacula are FQDN confusion and
purposes of certs. That's what I experienced and that's what I found
all the time while searching the web.

Cheers,

Oliver








--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula *** Backup Error ***

2011-11-11 Thread pchilingirov
Hi All,
I'm having bacula 5.2.1 installed on Solaris 10 SPARC with postgres database.
The problem is that i'm not able to run any kind of backup job. 
Here is the error that i have received after running one of the default bacula 
jobs:

11-Nov 16:52 srvlog2-dir JobId 8: No prior Full backup Job record found.
11-Nov 16:52 srvlog2-dir JobId 8: No prior or suitable Full backup found in 
catalog. Doing FULL backup.
11-Nov 16:52 srvlog2-dir JobId 8: Start Backup JobId 8, 
Job=BackupClient1.2011-11-11_16.52.55_08
11-Nov 16:52 srvlog2-dir JobId 8: Fatal error: stored: bad response to Job 
command: No data available
11-Nov 16:52 srvlog2-dir JobId 8: Error: Bacula srvlog2-dir 5.2.1 (30Oct11):
  Build OS:   sparc-sun-solaris2.10 solaris 5.10
  JobId:  8
  Job:BackupClient1.2011-11-11_16.52.55_08
  Backup Level:   Full (upgraded from Incremental)
  Client: mysrv
  FileSet:Full Set 2011-11-11 12:04:05
  Pool:   File (From Job resource)
  Catalog:MyCatalog (From Client resource)
  Storage:File (From Job resource)
  Scheduled time: 11-Nov-2011 16:52:55
  Start time: 11-Nov-2011 16:52:57
  End time:   11-Nov-2011 16:52:58
  Elapsed time:   1 sec
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   0 (0 B)
  Rate:   0.0 KB/s
  Software Compression:   None
  VSS:no
  Encryption: no
  Accurate:   no
  Volume name(s):
  Volume Session Id:  0
  Volume Session Time:0
  Last Volume Bytes:  0 (0 B)
  Non-fatal FD errors:1
  SD Errors:  0
  FD termination status:
  SD termination status:
  Termination:*** Backup Error ***

After that the storage daemon goes down 

Any ideas?

Thanks in advance

+--
|This was sent by fal...@abv.bg via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula *** Backup Error ***

2011-11-11 Thread Dan Langille
On Nov 11, 2011, at 10:12 AM, pchilingirov wrote:

 Hi All,
 I'm having bacula 5.2.1 installed on Solaris 10 SPARC with postgres database.
 The problem is that i'm not able to run any kind of backup job. 
 Here is the error that i have received after running one of the default 
 bacula jobs:
 
 11-Nov 16:52 srvlog2-dir JobId 8: No prior Full backup Job record found.
 11-Nov 16:52 srvlog2-dir JobId 8: No prior or suitable Full backup found in 
 catalog. Doing FULL backup.
 11-Nov 16:52 srvlog2-dir JobId 8: Start Backup JobId 8, 
 Job=BackupClient1.2011-11-11_16.52.55_08
 11-Nov 16:52 srvlog2-dir JobId 8: Fatal error: stored: bad response to Job 
 command: No data available
 11-Nov 16:52 srvlog2-dir JobId 8: Error: Bacula srvlog2-dir 5.2.1 (30Oct11):
  Build OS:   sparc-sun-solaris2.10 solaris 5.10
  JobId:  8
  Job:BackupClient1.2011-11-11_16.52.55_08
  Backup Level:   Full (upgraded from Incremental)
  Client: mysrv
  FileSet:Full Set 2011-11-11 12:04:05
  Pool:   File (From Job resource)
  Catalog:MyCatalog (From Client resource)
  Storage:File (From Job resource)
  Scheduled time: 11-Nov-2011 16:52:55
  Start time: 11-Nov-2011 16:52:57
  End time:   11-Nov-2011 16:52:58
  Elapsed time:   1 sec
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   0 (0 B)
  Rate:   0.0 KB/s
  Software Compression:   None
  VSS:no
  Encryption: no
  Accurate:   no
  Volume name(s):
  Volume Session Id:  0
  Volume Session Time:0
  Last Volume Bytes:  0 (0 B)
  Non-fatal FD errors:1
  SD Errors:  0
  FD termination status:
  SD termination status:
  Termination:*** Backup Error ***
 
 After that the storage daemon goes down 
 
 Any ideas?
 
 Thanks in advance


Are all components (FD, SD, and Dir) the same version?  i.e. 5.2.1

-- 
Dan Langille - http://langille.org


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula *** Backup Error ***

2011-11-11 Thread pchilingirov
I  compiled it from package bacula-5.2.1 so i suppose that the version is the 
same! 
Is there any chance to be different versions? 
Regards

+--
|This was sent by fal...@abv.bg via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula *** Backup Error ***

2011-11-11 Thread Modulok
On 11/11/11, pchilingirov bacula-fo...@backupcentral.com wrote:
 Hi All,
 I'm having bacula 5.2.1 installed on Solaris 10 SPARC with postgres
 database.
 The problem is that i'm not able to run any kind of backup job.
 Here is the error that i have received after running one of the default
 bacula jobs:

 11-Nov 16:52 srvlog2-dir JobId 8: No prior Full backup Job record found.
 11-Nov 16:52 srvlog2-dir JobId 8: No prior or suitable Full backup found in
 catalog. Doing FULL backup.
 11-Nov 16:52 srvlog2-dir JobId 8: Start Backup JobId 8,
 Job=BackupClient1.2011-11-11_16.52.55_08
 11-Nov 16:52 srvlog2-dir JobId 8: Fatal error: stored: bad response to Job
 command: No data available
 11-Nov 16:52 srvlog2-dir JobId 8: Error: Bacula srvlog2-dir 5.2.1 (30Oct11):
   Build OS:   sparc-sun-solaris2.10 solaris 5.10
   JobId:  8
   Job:BackupClient1.2011-11-11_16.52.55_08
   Backup Level:   Full (upgraded from Incremental)
   Client: mysrv
   FileSet:Full Set 2011-11-11 12:04:05
   Pool:   File (From Job resource)
   Catalog:MyCatalog (From Client resource)
   Storage:File (From Job resource)
   Scheduled time: 11-Nov-2011 16:52:55
   Start time: 11-Nov-2011 16:52:57
   End time:   11-Nov-2011 16:52:58
   Elapsed time:   1 sec
   Priority:   10
   FD Files Written:   0
   SD Files Written:   0
   FD Bytes Written:   0 (0 B)
   SD Bytes Written:   0 (0 B)
   Rate:   0.0 KB/s
   Software Compression:   None
   VSS:no
   Encryption: no
   Accurate:   no
   Volume name(s):
   Volume Session Id:  0
   Volume Session Time:0
   Last Volume Bytes:  0 (0 B)
   Non-fatal FD errors:1
   SD Errors:  0
   FD termination status:
   SD termination status:
   Termination:*** Backup Error ***

 After that the storage daemon goes down

 Any ideas?

Does the director's log file have any more detailed information? What
does a bacula console command like 'status storage' or 'status client'
return?

-Modulok-

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Re-assigning volumes from Scratch pool to other pools

2011-11-11 Thread Win Htin
Hi folks,

I have all my new tapes/volumes assigned to Scratch pool. If I
understand correctly, if I have e.g. Full and Incremental pools
defined but no actual volumes assigned, each pool will, when required,
pick up the volume from Scratch and re-assign it to the respective
pool. If I recollect it was working properly but now the backups are
all going to the volumes in the Scratch pool. Any ideas?

TIA,
Win

-- 
email : win.h...@gmail.com
It is harder to conceal ignorance than to acquire knowledge. - Arnold H. Glasow

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula *** Backup Error ***

2011-11-11 Thread pchilingirov
Here is the output

*status storage
Automatically selected Storage: File
Connecting to Storage daemon File at srvlog2:9103

srvlog2-sd Version: 5.2.1 (30 October 2011) sparc-sun-solaris2.10 solaris 5.10
Daemon started 12-Nov-11 00:23. Jobs: run=0, running=0.
 Heap: heap=90,112 smbytes=15,164 max_bytes=74,389 bufs=54 max_bufs=55
Sizes: boffset_t=8 size_t=4 int32_t=4 int64_t=8

Running Jobs:
No Jobs running.


Jobs waiting to reserve a drive:


Terminated Jobs:


Device status:
Device FileStorage (/tmp) is not open.


Used Volume status:




*status client
Automatically selected Client: srvlog2-fd
Connecting to Client srvlog2-fd at srvlog2:9102

srvlog2-fd Version: 5.2.1 (30 October 2011)  sparc-sun-solaris2.10 solaris 5.10
Daemon started 12-Nov-11 00:23. Jobs: run=0 running=0.
 Heap: heap=32,768 smbytes=12,152 max_bytes=12,247 bufs=47 max_bufs=48
 Sizeof: boffset_t=8 size_t=4 debug=0 trace=0
Running Jobs:
Director connected at: 12-Nov-11 00:24
No Jobs running.


Terminated Jobs:




it looks fine but after running one of the default jobs in that case 
BacupClient i have the error i have already posted!

+--
|This was sent by fal...@abv.bg via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula *** Backup Error ***

2011-11-11 Thread Randy Katz
fyi - when I upgraded bacula from 5.0.3 to 5.2.1 I upgraded the Director 
and then ran a backup
of a 5.0.3 client just out of curiosity, and it backed up just fine. So 
I strongly doubt it is a version
problem, as also your log says is the latest version:

1-Nov 16:52 srvlog2-dir JobId 8: Fatal error:stored: bad response to Job 
command: No data available
11-Nov 16:52 srvlog2-dir JobId 8: Error: Bacula srvlog2-dir 5.2.1 (30Oct11):
  Build OS:   sparc-sun-solaris2.10 solaris 5.10


Probably want to recheck connectivity and/or make sure that that is the only 
thing running
on the bacula port?



On 11/11/2011 2:46 PM, pchilingirov wrote:
 Here is the output

 *status storage
 Automatically selected Storage: File
 Connecting to Storage daemon File at srvlog2:9103

 srvlog2-sd Version: 5.2.1 (30 October 2011) sparc-sun-solaris2.10 solaris 5.10
 Daemon started 12-Nov-11 00:23. Jobs: run=0, running=0.
   Heap: heap=90,112 smbytes=15,164 max_bytes=74,389 bufs=54 max_bufs=55
 Sizes: boffset_t=8 size_t=4 int32_t=4 int64_t=8

 Running Jobs:
 No Jobs running.
 

 Jobs waiting to reserve a drive:
 

 Terminated Jobs:
 

 Device status:
 Device FileStorage (/tmp) is not open.
 

 Used Volume status:
 

 

 *status client
 Automatically selected Client: srvlog2-fd
 Connecting to Client srvlog2-fd at srvlog2:9102

 srvlog2-fd Version: 5.2.1 (30 October 2011)  sparc-sun-solaris2.10 solaris 
 5.10
 Daemon started 12-Nov-11 00:23. Jobs: run=0 running=0.
   Heap: heap=32,768 smbytes=12,152 max_bytes=12,247 bufs=47 max_bufs=48
   Sizeof: boffset_t=8 size_t=4 debug=0 trace=0
 Running Jobs:
 Director connected at: 12-Nov-11 00:24
 No Jobs running.
 

 Terminated Jobs:
 



 it looks fine but after running one of the default jobs in that case 
 BacupClient i have the error i have already posted!

 +--
 |This was sent by fal...@abv.bg via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 +--



 --
 RSA(R) Conference 2012
 Save $700 by Nov 18
 Register now
 http://p.sf.net/sfu/rsa-sfdev2dev1
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users



--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Re-assigning volumes from Scratch pool to other pools

2011-11-11 Thread John Drescher
 I have all my new tapes/volumes assigned to Scratch pool. If I
 understand correctly, if I have e.g. Full and Incremental pools
 defined but no actual volumes assigned, each pool will, when required,
 pick up the volume from Scratch and re-assign it to the respective
 pool. If I recollect it was working properly but now the backups are
 all going to the volumes in the Scratch pool. Any ideas?


This is how it is supposed to work and how it has worked for me for
years. I do not however have any ideas.

John

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users