Re: [Bacula-users] tray-monitor

2006-05-19 Thread Florian Kieling
Hello Robert,
I've added this lines to my bacula-dir.conf and the problem is fixed.
Thanks.
Florian
 In the file /etc/bacula/bacula-dir.conf add the following lines to the
 Console resource at the end of the file after the line CommandACL = status,
 .status.

   CatalogACL = *all*
   JobACL = *all*
   ClientACL = *all*
   StorageACL = *all*
   ScheduleACL = *all*
   PoolACL = *all*
   FileSetACL = *all*

 If you want to create different console users you can create multiple
 entries with different ACL values.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Florian
 Kieling
 Sent: Thursday, May 18, 2006 6:09 AM
 To: bacula-users@lists.sourceforge.net
 Subject: [Bacula-users] tray-monitor

 Hallo Folks,

 I've configure my tray-monitor and start it. but i get for the dir this
 message:
 'You must specify a use catalog-name command before continuing.'
 But I don't found in the docemtation an use or Calatog directive for the
 director section.
 That action means this message? Wich directive should i use?

 Florian Kieling


 ---
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users




   



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] FW: [Bacula-devel] Java-Implementation of communication-protocol

2006-05-19 Thread Masopust, Christian

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,
 chris
 
 
 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problems with ADIC Autochanger

2006-05-19 Thread Arno Lehmann

Hello,

On 5/16/2006 7:17 AM, Marcus Meyer wrote:

Hello!

I'm using Debian testing/unstable with bacula version 1.38.9.


Which architecture? 64bits perhaps? In that case, try compiling with -O0 
(oh zero) to disable optimization. There seems to be a problem there. 
There's also a report that defining -fno-strict-aliasing (hope I recall 
correctly) fixes that, too, and still allows optimizing the code.




The Autochanger is a ADIC FastStore 7 with a DLT-4000 device.

When I start bacula-sd with /etc/init.d/bacula-sd start I've get an Error.

server:/etc/bacula# /etc/init.d/bacula-sd start
Starting Bacula Storage daemon: 15-Mai 22:04 bacula-sd: Fatal Error 
because: Bacula interrupted by signal 11: Segmentation violation

Kaboom! bacula-sd, bacula-sd got signal 11. Attempting traceback.
Kaboom! exepath=/usr/sbin/
Calling: /usr/sbin/btraceback /usr/sbin/bacula-sd 25680
Traceback complete, attempting cleanup ...

The debugging message:

(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1213823296 (LWP 25680)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7e601fe in __waitpid_nocancel () from /lib/tls/libpthread.so.0
/etc/bacula/scripts/btraceback.gdb:1: Error in sourced command file:
No symbol table is loaded.  Use the file command.

Not much :-(


Try keeping the debug information in the executables. IIRC, with the gnu 
compilers, you do this by adding -g to the compiler options.


This happens only when I configure the autochanger in the bacula-sd.conf 
file.


Autochanger {
 Name = ADIC #
 Description = ADIC VLS DLT400


Where's this line from? I don't see it in the manual, and perhaps it 
helps if you remove it.


Arno


 Device = AUTO-DLT
 Changer Device = /dev/sg2
 Changer Command = /etc/bacula/scripts/mtx-changer %c %o %S %a %d
}

Device {
 Name = AUTO-DLT #
 Description = ADIC DLT4000
 Media Type = DLT-auto
 Archive Device = /dev/nst0
 AutomaticMount = yes;   # when device opened, read it
 AlwaysOpen = yes;
 RemovableMedia = yes;
 RandomAccess = no;
 AutoChanger = yes;
 LabelMedia = no;
 Alert Command = sh -c 'tapeinfo -f %c |grep TapeAlert|cat'
 Maximum Spool Size = 1895219200
 Maximum Job Spool Size = 1695219200
 Spool Directory = /var/spool/bacula
}

bacula-dir.conf :

Storage {
 Name = ADIC
#  Do not use localhost here
 Address = server# N.B. Use a fully qualified name here
 SDPort = 9103
 Password =   # password for 
Storage daemon

 Device = ADIC
 Media Type = DLT-auto
 Autochanger = yes
}


If I use Storage File everything is ok.

Thanks in advance for any help/tips

Marcus


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier

Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



--
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problems with ADIC Autochanger

2006-05-19 Thread Marcus Meyer
Am Freitag, 19. Mai 2006 10:25 schrieb Arno Lehmann:
 Hello,

 On 5/16/2006 7:17 AM, Marcus Meyer wrote:
  Hello!
 
  I'm using Debian testing/unstable with bacula version 1.38.9.

 Which architecture? 64bits perhaps? In that case, try compiling with -O0
 (oh zero) to disable optimization. There seems to be a problem there.
 There's also a report that defining -fno-strict-aliasing (hope I recall
 correctly) fixes that, too, and still allows optimizing the code.

I use the original i386 debian deb packages from unstable.

Last two days I compiled the source from Sourceforge and everything went fine.
It seems to be a problem in the debian package.
When I compiled the debian source package and I've got the error.

I don't know much about the debian/rule file but I thing there must be an 
error in the compiler flags.

I will test this weekend and analyze the error and maybe open a bug report at 
bugs.debian.org

Maybe someone can confirm the problem in the debian package.

Marcus


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Network send error with 1.36.3

2006-05-19 Thread Arunav Mandal
It happens for a particular client when I am doing a full backup after 29Gb or 
so it fails. At first I spool to disk then to tape. The error is given below.


19-May 11:39 e-fd: backup-e.2006-05-19_08.14.44 Fatal error: backup.c:477 
Network send error 32768 to SD. ERR=Broken pipe

19-May 11:39 trolltech-bacula-dir: backup-e.2006-05-19_08.14.44 Error: Bacula 
1.36.3 (22Apr05): 19-May-2006 11:39:13

FD Bytes Written:   29,360,377,099

Any ideas what it can be?
-- 
Arunav Mandal


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problems with ADIC Autochanger

2006-05-19 Thread Greg Foster

On 5/19/06, Marcus Meyer [EMAIL PROTECTED] wrote:

Am Freitag, 19. Mai 2006 10:25 schrieb Arno Lehmann:
 Hello,

 On 5/16/2006 7:17 AM, Marcus Meyer wrote:
  Hello!
 
  I'm using Debian testing/unstable with bacula version 1.38.9.

 Which architecture? 64bits perhaps? In that case, try compiling with -O0
 (oh zero) to disable optimization. There seems to be a problem there.
 There's also a report that defining -fno-strict-aliasing (hope I recall
 correctly) fixes that, too, and still allows optimizing the code.

I use the original i386 debian deb packages from unstable.

Last two days I compiled the source from Sourceforge and everything went fine.
It seems to be a problem in the debian package.
When I compiled the debian source package and I've got the error.

I don't know much about the debian/rule file but I thing there must be an
error in the compiler flags.

I will test this weekend and analyze the error and maybe open a bug report at
bugs.debian.org

Maybe someone can confirm the problem in the debian package.

Marcus

[snip]

Yes, same issue here.   Grabbed the 1.38.9 source from SF, compiled
it, and now the Autochanger stanza doesn't make bacula-sd die.

Greg.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Scheulding problem

2006-05-19 Thread dada dwqdqw
Hi there.

 I have allready dig in archive but mayby i don't understand english well 
enough to make it working.

My config file looks like pasting here but every section from Client to bottom 
is duplicate for every host in lan. It has different addres password and ip.

 When I have   Maximum Concurrent Jobs = 4 scheulde start first client was 
backuped all right second to, third was cancel (because it is off) and i have 
cancel all rest messages in list jobs. And nothing happens. I mean even that 
jobs so should stared are freezed. Oh yes i have that   Reschedule Times = 0 in 
client resource. Some times I must to reload bacula-sd by hand. After that I 
change   Reschedule Times to 5. I was not happy enough. So i switch Maximum 
Concurrent Jobs to 1 and put client 
in that order to be shure that clients with probles are on the end in the -dir 
file.

Please tell me where i was wrong so that happens (all freez and waiting), and 
that : can I sleep well if somebody with laptop will never be at 17:00 in home 
? Is with that config program will try backup at 19,21,23,01?




I edit bacula-dir.conf like that:

Director {# define myself
  Name = backup-dir
  DIRport = 9101# where we listen for UA connections
  QueryFile = /usr/lib/bacula/query.sql
  WorkingDirectory = /var/lib/bacula
  PidDirectory = /var/run
  Maximum Concurrent Jobs = 1
  Password = 
  FD connect Timeout = 5 minutes
  SD connect Timeout = 5 minutes
  Messages = Daemon
}

Schedule {
 Name=KopiaZLanu
 Run = Incremental sat-thu at 17:00
 Run = Full fri at 17:00
}

Storage {
  Name = File
  Address = 127.0.0.1 
  SDPort = 9103
  Password = 
  Device = FileStorage
  Media Type = File
}

Catalog {
  Name = MyCatalog
  dbname = bacula; user = bacula; password = 
}

Messages is ok - im lazy :)

Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes # Prune expired volumes
  Volume Retention = 60 days # one year
  Maximum Volume Bytes = 42949672960   # 40GB
  Accept Any Volume = yes # write on any volume in the pool
  # Label Format = BackupFile-
  # Use Volume Once = yes
}


Client {
  Address = x.x.x.x
  FDPort = 9102
  Catalog = MyCatalog
  Password = 
  File Retention = 30 days# 30 days
  Job Retention = 6 months# six months
  AutoPrune = yes # Prune expired Jobs/Files
}

Job {
  Name = client17Backup
  JobDefs = JobDefclient17
  Write Bootstrap = /var/lib/bacula/client17Backup.bsr
  Client = client17
  FileSet = FileSetclient17
  Rerun Failed Levels = yes
  Reschedule On Error = yes
  Reschedule Times = 5
  Reschedule Interval = 2 hours
  Max Wait Time = 10 minutes
}

JobDefs {
  Schedule = KopiaZLanu
  Name = JobDefclient17
  Type = Backup
  Storage = File
  Messages = Standard
  Pool = Default
  Priority = 10
  Level = Full
}

Job {
  Name = RestoreFilesclient17
  Type = Restore
  Client = client17
  FileSet=FileSetclient17  
  Storage = File  
  Pool = Default
  Messages = Standard
  Where = /tmp/bacula-restores
  Max Wait Time = 10 minutes
}


FileSet {
  Name = FileSetclient17
  Include {
Options {
  signature = MD5
}
File = c:/test
 }
#  Exclude {
#  }
}

So, the force will be with you masters.



Jan Garbarek w Polsce 3-8 czerwca 2006 - Gdansk, Koszalin,
Poznan, Bydgoszcz, Szczecin, Wroclaw - więcej informacji: 
http://klik.wp.pl/?adr=www.JanGarbarek.plsid=757




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] How much available space on the tape?

2006-05-19 Thread Georger Araujo
Hi,
I've been using Bacula for 3 days now, and it works
great. Thanks to all the devs.
I have an LTO-2 (200/400 GB) tape drive, and I need to
backup around 43 GB of data from Monday to Friday. I
bought five tapes, and I intend to set up five pools:
Mon, Tue, Wed, Thu, and Fri. Each tape will be used
four times (four Monday, four Tuesdays, etc), then
recycled. But I suspect that hardware compression
would allow me to use each tape more than four times
before recycling - how can I find about this?
Is there any way to know how much available space a
tape still has? I used BrightStor Enterprise Backup at
my former job, and it had its share of annoyances, but
one of its nice features was just that - telling me
how much data I could still write to a particular
tape.
Regards,

Georger



___ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e 
anti-spam realmente eficaz. 
http://br.info.mail.yahoo.com/


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] restore from windows

2006-05-19 Thread Alejandro Alfonso




There isn't a graphical tool for bacula administration at this moment,
and nothing seems will be one in the near future

Otherwise, bconsole can be run from MS Windows, but command line and
administrative password must be use

Best regards!

We are evaluating Bacula as a replacement for our
out-of-contract
  
NetBackup installation at an academic site. Everything seems very
  
attractive, except for one thing: as far as I understand from the
  
documentation, there is no way for Windows users to restore
  
their files with a GUI tool. So either admin should do restore for
  
them, or they should be taught to log into the backup server and
  
initiate restore from the command-line. I would appreciate if
  
someone on this list could confirm that.
  


-- 


  

  


   Alejandro Alfonso Fernndez 
   Dpto de Sistemas. rea Corporativa 
  
   [EMAIL PROTECTED]
  
  http://www.telecyl.com/
  


  


   Procin 7, Portales 1-2 Edificio Amrica II 
28023 Madrid 
Tfn: 91 452 18 00 - Fax: 91 452 18 08
  
   Juan Garca Hortelano, 43 Edificio Telecyl 
47014 Valladolid 
Tfn: 983 428 200 - Fax: 983 428 223
  

  







Re: [Bacula-users] restore from windows

2006-05-19 Thread Georger Araujo
There's wx-console for Windows, but it's not
user-friendly.

Georger

--- Alejandro Alfonso [EMAIL PROTECTED]
escreveu:

 There isn't a graphical tool for bacula
 administration at this moment,
 and nothing seems will be one in the near future
 
 Otherwise, bconsole can be run from MS Windows, but
 command line and
 administrative password must be use
 
 Best regards!



___ 
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. 
Registre seu aparelho agora! 
http://br.mobile.yahoo.com/mailalertas/ 
 



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Doubt about tape space management

2006-05-19 Thread Frank Sweetser
On Fri, May 19, 2006 at 09:42:12AM -0300, Diogo Melo wrote:
 -When it's 02/26/2006, the first and the second job will be expired, and
 I don't know if bacula permits me to use this 390GB that could be avaliable
 on this tape even before the expiration of the third job?

No, it will not.  Bacula will not reuse that space until it decides to
recycle that volume.

-- 
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Network Engineer  |  is simple, elegant, and wrong. - HL Mencken
GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Device is BLOCKED waiting for appendable media.

2006-05-19 Thread Marcin Wasilewski
Hi,

the tape that I mount has volstatus Append.
Of course I can restart the bacula daemon and run the backup by hand, but 
then I loose the list of backup jobs which are waiting for this one to 
complete.

best regards
Marcin

- Original Message - 
From: Stefan MARTEL [EMAIL PROTECTED]
To: Marcin Wasilewski [EMAIL PROTECTED]
Cc: bacula-users@lists.sourceforge.net
Sent: Thursday, May 18, 2006 9:16 AM
Subject: Re: [Bacula-users] Device is BLOCKED waiting for appendable media.


Quoting Marcin Wasilewski [EMAIL PROTECTED]:

Hi Marcin.

Can you explain more precisly your problem.
In your bconsole make :

list media

and look the VolStatus, Is it mark error ???
Have you already backup data on this volume ?

Stefan

 Hello Group,

 I wonder that You could help me with my problem.

 Sometimes when the tape fill at night I got a message like this:

 Please mount Volume XXXYYY.01 on Storage Device LTO for Job

 and other backup jobs are waiting for this one to complete.

 So in the morning I do: unmount, then change the tape to XXXYYY.01,
 then update slots=3 scan, and mount, but nothing happen.

 Stat storage returns.

 Archive LTO is not open or does not exist.

 Device is BLOCKED waiting for appendable media.

 What is the best and quickest way to run the job that was interrupted.

 Best regards

 Marcin





 ---
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users





---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=kkid0709bid3057dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Questions about daily tape rotation

2006-05-19 Thread John Goerzen
Hello all,

In the Bacula manual, one suggestion for daily tape rotation is to use a
different pool for each day.  That sounds excessively complex to me.  We
want to do daily rotations to offsite storage, though.

I thought of a couple of options.

One is to just remove each day's tape from the changer, and let Bacula
find a new tape as appropriate.  (See my other message on this topic.)
I've then set Volume Use Duration on our daily tapes to 6d, so they
become available for the following week.  The nice side-effect of this
is that if we have a holiday, or someone forgets to change a tape one
day, then Bacula will just continue adding data to the previous day's
tape.

Another thought would be to set Volume Use Duration to, say, 22h.  This
would also force Bacula to use a new tape each day.

Why does the manual instead suggest a different pool for each day?




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Packet size too big

2006-05-19 Thread Peter van Heusden
I'm seeing what seems to be a similar  error message to what Dominic 
Marks reported earlier this month. Director is running on a SGI Irix 
machine (Irix 6.5.3), bacula version 1.38.6. File daemon is running on a 
FreeBSD 5 machine, Bacula 1.38.9. Here is the error output:


19-May 16:34 ziggy-dir: *Console*.2006-05-19_16.17.36 Fatal error: 
Unable to authenticate with File daemon. Possible causes:

Passwords or names not the same or
Maximum Concurrent Jobs exceeded on the FD or
FD networking messed up (restart daemon).
Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors 
for help.
19-May 16:33 ziggy-dir: *Console*.2006-05-19_16.17.36 Fatal error: 
bnet.c:228 Packet size too big from File 
daemon:psytrance.egenetics.com:9102. Terminating connection.


Any ideas?

Peter
SANBI


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] File-based Storage and Pool Definitions

2006-05-19 Thread Scott Ruckh
This is what you said Mark McCracken
 Hi guys -

 I'm new to bacula, but I've been reading the docs and trying different
 things to accomplish my goal here, and I'm stumped.  Maybe you can help
 me.
 I have 6 machines on my home network that I want to backup, all to a large
 drive mounted at /mnt/lacie on my storage daemon.  I want to have a
 separate
 subdirectory for each machine (/mnt/lacie/libby, /mnt/lacie/jazz, etc),
 and
 below that a separate subdirectory for each level (/mnt/lacie/libby/Full,
 /mnt/lacie/libby/Incremental).  I am doing Fulls and Incrementals only, no
 Differentials.  I do monthly full backups and weekly incremental backups,
 and I want to keep about 2 months worth of stuff on there at all times (a
 little slop one way or the other is fine).

 In a perfect world, my directories would look something like this after
 being completely filled by bacula over the course of 2-3 months:

 /mnt/lacie/
 libby/
 Full/
 Monthly0001
 Monthly0002
 Incremental/
 Weekly0001
 Weekly0002, 0003, etc up to 0008
 jazz/
 (just like libby's tree)
 (other machines just like libby and jazz)


I am a novice bacula user, so beware --

Here is an example of what I am doing.  Not exactly what you are doing,
but it should get you started.  Ignore all comments becuase they probably
do not make sense.  They are there because I cut and paste not because I
have gone back and edited them to make sense.

===bacula-sd.conf=
Device {
  Name = SD_FULL
  Media Type = File
  Archive Device = /BACKUPS/Full
  LabelMedia = yes;   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;   # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = SD_INCR
  Media Type = File
  Archive Device = /BACKUPS/Incremental
  LabelMedia = yes;   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;   # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = SD_DIFF
  Media Type = File
  Archive Device = /BACKUPS/Differential
  LabelMedia = yes;   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;   # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = SD_CTLG
  Media Type = File
  Archive Device = /BACKUPS/Catalog
  LabelMedia = yes;   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;   # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}


===bacula-dir.conf=
# Definition of file storage device
Storage {
  Name = FSD_FULL
# Do not use localhost here
  Address = MyBacula# N.B. Use a fully qualified name here
  SDPort = 9103
  Password = .
  Device = SD_FULL
  Media Type = File
}

Storage {
  Name = FSD_INCR
# Do not use localhost here
  Address = MyBacula# N.B. Use a fully qualified name here
  SDPort = 9103
  Password = .
  Device = SD_INCR
  Media Type = File
}


Storage {
  Name = FSD_DIFF
# Do not use localhost here
  Address = MyBacula# N.B. Use a fully qualified name here
  SDPort = 9103
  Password = .
  Device = SD_DIFF
  Media Type = File
}

Storage {
  Name = FSD_CTLG
# Do not use localhost here
  Address = MyBacula# N.B. Use a fully qualified name here
  SDPort = 9103
  Password = .
  Device = SD_CTLG
  Media Type = File
}

Pool {
  Name = FULL-Pool
  Pool Type = Backup
  Recycle = yes # Bacula can automatically recycle
Volumes
  Recycle Oldest Volume = yes   # Recycle Oldest Volume
  AutoPrune = yes   # Prune expired volumes
  Volume Retention = 1 months   # 3 months
  Accept Any Volume = yes   # write on any volume in the pool
  Maximum Volume Jobs = 1
  Maximum Volumes = 10
  LabelFormat = FULL-
}

Pool {
  Name = DIFF-Pool
  Pool Type = Backup
  Recycle = yes # Bacula can automatically recycle
Volumes
  Recycle Oldest Volume = yes   # Recycle Oldest Volume
  AutoPrune = yes   # Prune expired volumes
  Volume Retention = 2 months   # 32 days
  Accept Any Volume = yes   # write on any volume in the pool
  Maximum Volume Jobs = 2
  Maximum Volumes = 9
  LabelFormat = DIFF-
}

Pool
{
  Name = INCR-Pool
  Pool Type = Backup
  Recycle = yes # Bacula can automatically recycle
Volumes
  Recycle Oldest Volume = yes   # Recycle Oldest Volume
  AutoPrune = yes   # Prune expired volumes
  Volume Retention = 1 months   # 7 days
  Accept Any Volume = yes   # write on any volume in 

Re: [Bacula-users] Question: Mounting a file - 16 hrs

2006-05-19 Thread Martin Simmons
 On Wed, 17 May 2006 11:00:27 -0500, Ambahunen Gebremariam [EMAIL 
 PROTECTED] said:
 
 Hey All:
 
 I accidently unmounted a file storage that contains multiple volumes from
 the console and now I cannot mount it back.
 
 *mount storage=KY-file
 3901 open device failed: ERR=Could not open file device /u01/backup/ky. No
 Volume name given.
 
 When labeling a new volume, I get the same error as well.
 
 Connecting to Storage daemon KY-file at LA:9103 ...
 Sending label command for Volume KY1 Slot 0 ...
 3000 OK label. Volume=KY1 Device=/u01/backup/ky
 Catalog record for Volume KY1, Slot 0  successfully created.
 Requesting mount KY-storage ...
 3901 open device failed: ERR=Could not open file device /u01/backup/ky. No
 Volume name given.
 
 I am using a file (harddrive) backup media. Does anybody have any idea?
 please, help ...
 
 I have spent more than 16 hours trying solve this problem. I've read the
 manual and have also gone through the bacula e-mail archive to find nothing
 that helps.
 
 Bacula Version: 1.32d
 RedHat 7.3

1.32d is very old, so it is difficult to know why it fails.  I suggest
upgrading to the latest version.

__Martin


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Doubt about tape space management

2006-05-19 Thread Diogo Melo
Would it be too difficult to make it possible? I think it would be a great feature.. We'd use all the tape space2006/5/19, Frank Sweetser 
[EMAIL PROTECTED]:On Fri, May 19, 2006 at 09:42:12AM -0300, Diogo Melo wrote:
 -When it's 02/26/2006, the first and the second job will be expired, and I don't know if bacula permits me to use this 390GB that could be avaliable on this tape even before the expiration of the third job?
No, it will not.Bacula will not reuse that space until it decides torecycle that volume.--Frank Sweetser fs at wpi.edu|For every problem, there is a solution that
WPI Network Engineer|is simple, elegant, and wrong. - HL MenckenGPG fingerprint = 6174 1257 129E 0D21 D8D4E8A3 8E39 29E3 E2E8 8CEC


Re: [Bacula-users] Question: Mounting a file - 16 hrs - Sloved

2006-05-19 Thread Ambahunen Gebremariam
Martin:

Thanks... I am planning on doing the upgrade within the next 30 days. Restarting the storage daemon solved the problem. AmbexOn 5/19/06, 
Martin Simmons [EMAIL PROTECTED] wrote:
 On Wed, 17 May 2006 11:00:27 -0500, Ambahunen Gebremariam [EMAIL PROTECTED] said: Hey All: I accidently unmounted a file storage that contains multiple volumes from
 the console and now I cannot mount it back. *mount storage=KY-file 3901 open device failed: ERR=Could not open file device /u01/backup/ky. No Volume name given. When labeling a new volume, I get the same error as well.
 Connecting to Storage daemon KY-file at LA:9103 ... Sending label command for Volume KY1 Slot 0 ... 3000 OK label. Volume=KY1 Device=/u01/backup/ky Catalog record for Volume KY1, Slot 0successfully created.
 Requesting mount KY-storage ... 3901 open device failed: ERR=Could not open file device /u01/backup/ky. No Volume name given. I am using a file (harddrive) backup media. Does anybody have any idea?
 please, help ... I have spent more than 16 hours trying solve this problem. I've read the manual and have also gone through the bacula e-mail archive to find nothing that helps.
 Bacula Version: 1.32d RedHat 7.31.32d is very old, so it is difficult to know why it fails.I suggestupgrading to the latest version.__Martin


RE: [Bacula-users] Doubt about tape space management

2006-05-19 Thread Meidal, Knut



The problem would be that there is no way to start 
rewriting a tape, and then "stop" before you overwrite the important data at the 
end without destroying that, too. 
The only way out of that would be to come up with a "tape 
reclaim" feature where you read the important data off the volume, appending to 
another tape. THEN recycle the entire first volume. This is what Tivoli TSM does 
to valid dataon a tapeof mostly expired data.
Mixing retentions in a volume like that should be 
avoided.


From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Diogo 
MeloSent: Friday, May 19, 2006 9:43 AMCc: 
bacula-users@lists.sourceforge.netSubject: Re: [Bacula-users] Doubt 
about tape space management
Would it be too difficult to make it possible? I think it would be a 
great feature.. We'd use all the tape space
2006/5/19, Frank Sweetser  
[EMAIL PROTECTED]:
On 
  Fri, May 19, 2006 at 09:42:12AM -0300, Diogo Melo wrote:  
  -When it's 02/26/2006, the first and the second job 
  will be expired, and I don't know if bacula permits me to use this 
  390GB that could be avaliable on this tape even before the expiration 
  of the third job? No, it will not.Bacula will not reuse 
  that space until it decides torecycle that volume.--Frank 
  Sweetser fs at wpi.edu|For every problem, 
  there is a solution that WPI Network 
  Engineer|is 
  simple, elegant, and wrong. - HL MenckenGPG 
  fingerprint = 6174 1257 129E 0D21 D8D4E8A3 8E39 29E3 E2E8 
8CEC


Re: [Bacula-users] problem recycling volumes

2006-05-19 Thread Matthias Kurz
On Thu, Jul 21, 2005, Daniel Weuthen wrote:

 
  On Thu, Jul 21, 2005, Daniel Weuthen wrote:
   [..]
  
Now, it would be nice if it would be possible to spin down the disks
after usage.
  
   I don't think so, because of my understanding on physics, the stress to
   material is higher when the temperature is changing, than at a constant
   level. spinning up an down would mean that during backup the temperature
   of the drives are rising to go down afterwards.
 
  Well, six of the seven drives would be unused for one week, when i
  understood your concept. When they are unnecessarily running they waste
  a lot of power and generate a lot of unnecssary heat.
 
 I don't think that this is measurable in mid size data center.

Depends on how much equipment you extend your opinion ;-)
No, i do not really want to argue too much. It was just a stray idea. And
when there would be a prebuilt, working solution - one that probably takes
your arguments into account and heats up the disk(s), before it fully
uses it - it would not be a bad thing. And when every bacula user in the
whole world would use it... ;-)


   (mk)

-- 
Matthias Kurz; Fuldastr. 3; D-28199 Bremen; VOICE +49 421 53 600 47
   Im prämotorischen Cortex kann jeder ein Held sein. (bdw) 


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Trying to set Reschedule On Error up.

2006-05-19 Thread Jaime Ventura

Hello,
I'm trying to set Reschedule On Error up.
I've tried the following:
Created a job to backup a client which is NOT connected.
I would expect the job would be rescheduled until the client get connected.
I understand the following timeout values are low, but the are just for 
test purposes.

First, on the director resource,I've added the line:
 FD Connect Timeout = 1 minutes
And on the Job resource:
Reschedule On Error = yes
Reschedule Interval = 2 minutes
Reschedule Times = 0
The job is scheduled to run like the following line:
   Run = Level=Incremental hourly at 0:50

In the bacula manual says about Reschedule Times:
«This directive specifies the maximum number of times to reschedule the 
job. If it is set to zero (the default) the job will be rescheduled an 
indefinite number of times.»


But I cant only  get it work, unless i use a number greater than 0, for 
instance:

Reschedule Times = 1

So, when Reschedule Times = 1, my job is rescheduled:
Job Job.jtgv.gsi.2006-05-19_16.50.00 waiting 120 seconds for scheduled 
start time.

Job.jtgv.gsi.2006-05-19_16.50.00 is waiting for its start time

When the start time reaches, the job is restarted, but now it never 
reaches timeout (FD Connect Timeout = 1 minutes).

I've waited so long that a new instance of the job was started:

Running Jobs:
JobId Level   Name   Status
==
 114 Increme  Job.jtgv.gsi.2006-05-19_16.50.00 is waiting for Client 
jtgv.gsi-fd to connect to Storage FileUSERS

 115 Increme  Job.jtgv.gsi.2006-05-19_17.50.00 is waiting execution

Since the job was initially scheduled to run every hour, the first 
instance of the job was waiting almost an hour. And it stays this way, 
even if i connect the client



Does anyone can help me?
I'm using version 1.38.9 (02 May 2006), on a redhat enterprise linux 4 
x86_64

Thanks
  Jaime


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


RE: [Bacula-users] Doubt about tape space management

2006-05-19 Thread Alan Brown

On Fri, 19 May 2006, Meidal, Knut wrote:


The problem would be that there is no way to start rewriting a tape, and
then stop before you overwrite the important data at the end without
destroying that, too.
The only way out of that would be to come up with a tape reclaim feature
where you read the important data off the volume, appending to another tape.
THEN recycle the entire first volume. This is what Tivoli TSM does to valid
data on a tape of mostly expired data.
Mixing retentions in a volume like that should be avoided.


This is one of the listed reasons in requests for implementing Job 
Migration.(*)


I know the sentiment: I have several terabytes of tapes offline with only 
a few hundred Gb of unexpired data on them.



(*) There are many more uses, Tape reclaimation is only a minor one.

AB



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] problem recycling volumes

2006-05-19 Thread Alan Brown

On Thu, 21 Jul 2005, Matthias Kurz wrote:


I don't think so, because of my understanding on physics, the stress to
material is higher when the temperature is changing, than at a constant
level. spinning up an down would mean that during backup the temperature
of the drives are rising to go down afterwards.


The problem in electronics is in uneven expansion rates of the 
semiconductor chips vs the much larger carrier and interconnection wires.


Drives themselves face stresses across the platters, but these are far 
outweighed by bearing wear and airstream wear issues - various makers have 
done studies and recommend various balances, but if the drives are going 
to remain unused for more than 12 hours, then it's a safe bet to spin them 
down.


Thermal calibration issues are well understood and most of those issues 
were solved years ago. I only ever see them occur in infant mortality or 
end-of-life situations for drives which are not physically abused or 
carried around a lot.



Well, six of the seven drives would be unused for one week, when i
understood your concept. When they are unnecessarily running they waste
a lot of power and generate a lot of unnecssary heat.


Older arrays are usually worse: as an example our first 10TB array draws 
about 5kW and the newer 13TB array draws about 900W. The older one has no 
green features too.



I don't think that this is measurable in mid size data center.

Depends on how much equipment you extend your opinion ;-)


It is when there are a lot of disk arrays.


No, i do not really want to argue too much. It was just a stray idea. And
when there would be a prebuilt, working solution - one that probably takes
your arguments into account and heats up the disk(s), before it fully
uses it - it would not be a bad thing. And when every bacula user in the
whole world would use it... ;-)


Nexsan Atabeast raid controllers have this feature built in. You can also 
achieve it by enabling power saving features on individual drives.


Spindown is becoming more and more of an issue in datacentres, 
particularly with increasing power consumption due to increased server 
density.


I'll ask one simple question: Do you keep your drives long enough that any 
degradation caused by power cycling vs continuous operation becomes 
obvious? If it does in normal equipment lifetime (3-5 years in most 
buinesses) then you need to change supplier.


AB


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How much available space on the tape?

2006-05-19 Thread Georger Araujo
Sure, but a tape has a fixed number of blocks; I think
it would be possible to know how many of them are used
and how many are left?
The compression rate isn't the most important factor -
say you have a 200 GB tape divided in 200 blocks, each
1 GB in size (insane, yeah). If Bacula wrote up to the
100th block in the last backup, it doesn't really
matter if I have 100 GB of uncompressed data or 500 GB
of compressed data; what REALLY matters is that I can
write AT LEAST more 100 GB to the tape, because I have
100 blocks left.
Regards,

Georger

--- Ryan Novosielski [EMAIL PROTECTED] escreveu:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 You can't really tell how much free space there is,
 because you can't
 really tell how well the data you're going to write
 will compress.
 
 Ryan Novosielski -



___ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e 
anti-spam realmente eficaz. 
http://br.info.mail.yahoo.com/


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How much available space on the tape?

2006-05-19 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You can't really tell how much free space there is, because you can't
really tell how well the data you're going to write will compress.

  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - User Support Spec. III
 |$| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630


Georger Araujo wrote:
 Hi,
 I've been using Bacula for 3 days now, and it works
 great. Thanks to all the devs.
 I have an LTO-2 (200/400 GB) tape drive, and I need to
 backup around 43 GB of data from Monday to Friday. I
 bought five tapes, and I intend to set up five pools:
 Mon, Tue, Wed, Thu, and Fri. Each tape will be used
 four times (four Monday, four Tuesdays, etc), then
 recycled. But I suspect that hardware compression
 would allow me to use each tape more than four times
 before recycling - how can I find about this?
 Is there any way to know how much available space a
 tape still has? I used BrightStor Enterprise Backup at
 my former job, and it had its share of annoyances, but
 one of its nice features was just that - telling me
 how much data I could still write to a particular
 tape.
 Regards,
 
 Georger
 
 
   
 ___ 
 Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e 
 anti-spam realmente eficaz. 
 http://br.info.mail.yahoo.com/
 
 
 ---
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (MingW32)

iD8DBQFEbhUamb+gadEcsb4RAgMJAKC+gXH5Hbp4zbCLhR069kwtsnxovQCgn+Qa
aT0IZpTuH9WqcrcrQygTNNQ=
=gjJj
-END PGP SIGNATURE-




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How much available space on the tape?

2006-05-19 Thread Arno Lehmann

Hello,

On 5/19/2006 9:59 PM, Georger Araujo wrote:

Sure, but a tape has a fixed number of blocks;


Unfortunately, not.


I think
it would be possible to know how many of them are used
and how many are left?
The compression rate isn't the most important factor -
say you have a 200 GB tape divided in 200 blocks, each
1 GB in size (insane, yeah). If Bacula wrote up to the
100th block in the last backup, it doesn't really
matter if I have 100 GB of uncompressed data or 500 GB
of compressed data; what REALLY matters is that I can
write AT LEAST more 100 GB to the tape, because I have
100 blocks left.


That's not how hardware compression for tapes work. You write blocks of, 
say, 1 GB to to tape, and depending on how good that data can be 
compressed the length of tape (usually, the length of the track(s)) used 
vary. You really can't know how much data fits on a tape before 
measuring it, and if hardware compression is on your results areonly 
valid for your test data.


Softwarwe that claims to know exactly how much tape space is left 
usually lies, or, expressed differently, estimates. By the way: I wrote 
a small perl program to estimate available tape space, based on how much 
data is stored on tape volumes with comparable characteristics (i.e. 
Media Type).


Arno


Regards,

Georger

--- Ryan Novosielski [EMAIL PROTECTED] escreveu:



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You can't really tell how much free space there is,
because you can't
really tell how well the data you're going to write
will compress.

Ryan Novosielski -





___ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. 
http://br.info.mail.yahoo.com/



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



--
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How much available space on the tape?

2006-05-19 Thread Jason Martin
On Fri, May 19, 2006 at 10:35:02PM +0200, Arno Lehmann wrote:
 Softwarwe that claims to know exactly how much tape space is left 
 usually lies, or, expressed differently, estimates. By the way: I wrote 
 a small perl program to estimate available tape space, based on how much 
 data is stored on tape volumes with comparable characteristics (i.e. 
 Media Type).
It would be reasonable for a tool to figure out how many feet of
tape are remaining, then give a worst-case estimate of the
remaining space.  

-Jason Martin
-- 
Alone: In bad company.
This message is PGP/MIME signed.


pgp2ymqO3oZT7.pgp
Description: PGP signature


[Bacula-users] Solaris static-fd

2006-05-19 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is there still no way to build a static fd on Solaris? I need this for a
rescue disc for Solaris 9. I know Robert Hartzell has done it with 10 --
don't know if something changed between 9 and 10.

Any info from anyone? Here's the failure:

/usr/local/bin/g++   -static -L../lib -L../findlib -o static-bacula-fd
filed.o authenticate.o acl.o backup.o chksum.o estimate.o  filed_conf.o
heartbeat.o job.o pythonfd.o  restore.o status.o verify.o verify_vol.o \
-lsec -lz -lfind -lbac -lm  -lpthread -lgen -lresolv -lnsl -lsocket
- -lxnet  -lintl -lresolv \

ld: fatal: library -lz: not found
ld: fatal: library -lpthread: not found
ld: fatal: library -lresolv: not found
ld: fatal: library -lxnet: not found
ld: fatal: library -lresolv: not found
ld: fatal: File processing errors. No output written to static-bacula-fd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `static-bacula-fd'
Current working directory /usr/share/src/bacula-1.38.6/src/filed

- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - User Support Spec. III
 |$| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (MingW32)

iD8DBQFEbhhKmb+gadEcsb4RAkFNAJ0RKC4ZTF8RRc/JvOhSj4fSGIvnGACfdMpe
FucTlXJHyG0Nj1FtAwGJJGs=
=Vgsz
-END PGP SIGNATURE-



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Solaris static-fd

2006-05-19 Thread Martin Simmons
 On Fri, 19 May 2006 15:11:06 -0400, Ryan Novosielski [EMAIL PROTECTED] 
 said:
 
 Is there still no way to build a static fd on Solaris? I need this for a
 rescue disc for Solaris 9. I know Robert Hartzell has done it with 10 --
 don't know if something changed between 9 and 10.
 
 Any info from anyone? Here's the failure:
 
 /usr/local/bin/g++   -static -L../lib -L../findlib -o static-bacula-fd
 filed.o authenticate.o acl.o backup.o chksum.o estimate.o  filed_conf.o
 heartbeat.o job.o pythonfd.o  restore.o status.o verify.o verify_vol.o \
 -lsec -lz -lfind -lbac -lm  -lpthread -lgen -lresolv -lnsl -lsocket
 - -lxnet  -lintl -lresolv \
 
 ld: fatal: library -lz: not found
 ld: fatal: library -lpthread: not found
 ld: fatal: library -lresolv: not found
 ld: fatal: library -lxnet: not found
 ld: fatal: library -lresolv: not found
 ld: fatal: File processing errors. No output written to static-bacula-fd
 collect2: ld returned 1 exit status
 *** Error code 1
 make: Fatal error: Command failed for target `static-bacula-fd'
 Current working directory /usr/share/src/bacula-1.38.6/src/filed

Maybe you don't have static versions of these libraries (i.e. libz.a etc)?

__Martin


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problems with ADIC Autochanger

2006-05-19 Thread Marcus Meyer
Am Freitag, 19. Mai 2006 12:17 schrieb Greg Foster:

 Yes, same issue here.   Grabbed the 1.38.9 source from SF, compiled
 it, and now the Autochanger stanza doesn't make bacula-sd die.

 Greg.

Hi!

Someone opend already a bugreport at debian.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367424

Marcus


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Solaris static-fd

2006-05-19 Thread Robert W Hartzell

Ryan Novosielski wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is there still no way to build a static fd on Solaris? I need this for a
rescue disc for Solaris 9. I know Robert Hartzell has done it with 10 --
don't know if something changed between 9 and 10.

Any info from anyone? Here's the failure:

/usr/local/bin/g++   -static -L../lib -L../findlib -o static-bacula-fd
filed.o authenticate.o acl.o backup.o chksum.o estimate.o  filed_conf.o
heartbeat.o job.o pythonfd.o  restore.o status.o verify.o verify_vol.o \
-lsec -lz -lfind -lbac -lm  -lpthread -lgen -lresolv -lnsl -lsocket
- -lxnet  -lintl -lresolv \

ld: fatal: library -lz: not found
ld: fatal: library -lpthread: not found
ld: fatal: library -lresolv: not found
ld: fatal: library -lxnet: not found
ld: fatal: library -lresolv: not found
ld: fatal: File processing errors. No output written to static-bacula-fd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `static-bacula-fd'
Current working directory /usr/share/src/bacula-1.38.6/src/filed



I didn't build the static fd I just copied a couple of libs over to my 
rescue CD before I built the image. I don't don't know if you caught my 
e-mail a while back but the rescue CD built on 10 3/05 worked for 10 
1/06 as well using grub as the boot loader. It should work for 9 because 
3/05 and 9 use the same loader. I did four bare metal restores without 
error on my test client.


Also I'm in the process of scripting the entire building of the CD image 
so it can be completely automated and possibly added to the bacula 
rescue source.


--
Robert


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Tape Changers on Windows machines

2006-05-19 Thread Robert Nelson



As part of the port 
of the storage daemon to Windows, I've ported the mtx package. I've tested 
tapeinfo against my tape drive. Unfortunately I don't have any changer 
devices with which to test it. If you would like to volunteer to test mtx 
and tapeinfo please send an email directly to me. No need to copy the rest of 
the list.

Thanks,



Re: [Bacula-users] Solaris static-fd

2006-05-19 Thread Ryan Novosielski
- Original Message -
From: Martin Simmons [EMAIL PROTECTED]
Date: Friday, May 19, 2006 5:47 pm
Subject: Re: [Bacula-users] Solaris static-fd

  On Fri, 19 May 2006 15:11:06 -0400, Ryan Novosielski 
 [EMAIL PROTECTED] said:
  
  Is there still no way to build a static fd on Solaris? I need 
 this for a
  rescue disc for Solaris 9. I know Robert Hartzell has done it 
 with 10 --
  don't know if something changed between 9 and 10.
  
  Any info from anyone? Here's the failure:
  
  /usr/local/bin/g++   -static -L../lib -L../findlib -o static-
 bacula-fd
  filed.o authenticate.o acl.o backup.o chksum.o estimate.o  
 filed_conf.o heartbeat.o job.o pythonfd.o  restore.o status.o 
 verify.o verify_vol.o \
  -lsec -lz -lfind -lbac -lm  -lpthread -lgen -lresolv -lnsl -
 lsocket - -lxnet  -lintl -lresolv \
  
  ld: fatal: library -lz: not found
  ld: fatal: library -lpthread: not found
  ld: fatal: library -lresolv: not found
  ld: fatal: library -lxnet: not found
  ld: fatal: library -lresolv: not found
  ld: fatal: File processing errors. No output written to static-
 bacula-fd
  collect2: ld returned 1 exit status
  *** Error code 1
  make: Fatal error: Command failed for target `static-bacula-fd'
  Current working directory /usr/share/src/bacula-1.38.6/src/filed
 
 Maybe you don't have static versions of these libraries (i.e. 
 libz.a etc)?
 
 __Martin

I've read that this is because Solaris does not provide them. I don't
know if that means one cannot get them, or whether they are not default.
I wonder if Studio 11 would help the problem any.



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users