Re: [Bacula-users] Installing Bacula on Red Hat Enterprise Linux Server 5.5 (Tikanga)

2010-07-29 Thread Pierre Bourgin
Hello,

On 07/23/2010 11:52 AM, Daniel Bareiro wrote:
 On Friday, 23 July 2010 02:13:51 +0200,
 Jeroen van Meeuwen wrote:

 Hi there Daniel!

 Hi, Jeroen!

 But when trying to run the startup script, I get the following
 errors:

 [r...@localhost scripts]# /etc/init.d/bacula start
 Starting the Bacula Storage daemon /usr/sbin/bacula-sd: error while loading 
 shared libraries:
 libbacpy-5.0.1.so: cannot open shared object file: No such file or directory
 Starting the Bacula File daemon /usr/sbin/bacula-fd: error while loading 
 shared libraries:
 libbacfind-5.0.1.so: cannot open shared object file: No such file or 
 directory
 Starting the Bacula Director daemon /usr/sbin/bacula-dir: error while 
 loading shared libraries:
 libbacfind-5.0.1.so: cannot open shared object file: No such file or 
 directory

 But the files are:

 [r...@localhost scripts]# ll /usr/lib/libbacpy-5.0.1.so
 -rwxr-xr-- 1 root root 24083 jul 22 12:25 /usr/lib/libbacpy-5.0.1.so

 [r...@localhost scripts]# ll /usr/lib/libbacfind-5.0.1.so
 -rwxr-xr-- 1 root root 228325 jul 22 12:25 /usr/lib/libbacfind-5.0.1.so

 Have you ran ldconfig? It generates the available libraries cache for the
 dynamic linker, and the dynamic linker is relatively strict about not
 searching various locations throughout the filesystem.

 You can verify dynamic linking capabilities with ldd /path/to/binary.

 Also, you may want to consider Security Enhanced Linux. Verify with the
 sestatus command whether SELinux is enforcing the targeted policy, and if
 so, consider restoring the default context for the files freshly installed
 using restorecon, and if all else fails, please get back to us with ls -Z
 output ;-)

 I was also trying to install Bacula 5.0.1 using the same procedure as
 mentioned in previous email and I have the same problem. This procedure
 was successful in Debian with the difference that there I updated a
 previous version instead of installing from scratch.

 Like I said, I followed the steps mentioned in the other email (I did
 not run ldconfig manually) that had been successful in Debian. Using ldd
 with these two libraries, I get the following:

 [r...@localhost init.d]# ldd /usr/lib/libbacpy-5.0.1.so
  libstdc++.so.6 =  /usr/lib64/libstdc++.so.6 (0x2b4eb5ee7000)
  libm.so.6 =  /lib64/libm.so.6 (0x2b4eb61e7000)
  libc.so.6 =  /lib64/libc.so.6 (0x2b4eb646a000)
  libgcc_s.so.1 =  /lib64/libgcc_s.so.1 (0x2b4eb67c2000)
  /lib64/ld-linux-x86-64.so.2 (0x00320a40)

 [r...@localhost init.d]# ldd /usr/lib/libbacfind-5.0.1.so
  libstdc++.so.6 =  /usr/lib64/libstdc++.so.6 (0x2b97a2131000)
  libm.so.6 =  /lib64/libm.so.6 (0x2b97a2431000)
  libc.so.6 =  /lib64/libc.so.6 (0x2b97a26b4000)
  libgcc_s.so.1 =  /lib64/libgcc_s.so.1 (0x2b97a2a0c000)
  /lib64/ld-linux-x86-64.so.2 (0x00320a40)

what is the output of 'ldd /usr/sbin/bacula-sd' ?


 Comparing this output with the one I get with the same version of Bacula
 (5.0.1) installed with the same procedure in Debian, I'm seeing that in
 both files are additionally a reference to linux-vdso.so.1.

 Can this be the cause of the problem?


 Thanks for your reply.

 Regards,
 Daniel

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Backup windows client with accented characters in folder

2010-07-29 Thread pierre1106

Hello,

i've check in vim and yes, the encoding is in utf8 : i see clearly the accented 
character in vim but, nonetheless, it doesn't work :(

any other idea ?

Thanks

+--
|This was sent by pierre.chevall...@option-service.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Backup windows client with accented characters in folder

2010-07-29 Thread Rory Campbell-Lange
On 28/07/10, pierre1106 (bacula-fo...@backupcentral.com) wrote:
 If i tried to rename the accented folder Donn?es without the accent
 Donnees, my backup works. (but i can't rename every folders and
 subfolders or files with an accent)
 
 I've got Bacula server v5.0.2 on a debian lenny and a client v5.0.2 on
 my windows server. My server as locale on fr_FR.UTF-8

I wonder if this is an issue with database encoding. The default on
postgres at least is SQL_ASCII, whereas it would be better if it matched
the locale setting or (in general) UTF8. UTF8 has been the default
encoding for postgres on Debian system from at least postgresql version
8.3.

-- 
Rory Campbell-Lange
r...@campbell-lange.net

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Backup windows client with accented characters in folder

2010-07-29 Thread pierre1106

I'm not using postgresql but mysql and i don't think that the path to save on 
the distant client is defined in the database  perhaps saved once the 
backup has been done ?

Anyway, even if I try an estimate command, it doesn't read a directory with 
an accent :(

+--
|This was sent by pierre.chevall...@option-service.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem with backup

2010-07-29 Thread Carlo Filippetto
Hi all,
I have a problem when I do FULL backup on all the server in DMZ. this
jobs stops with the error Network error with FD during Backup:
ERR=Connection reset by peer 

I have configured the firewall, DMZ - LAN on CISCO ASA, so that
bacula ports (9101/2/3) are opened between the server and the bacula
server, and work fine when i do the incremental.

have you got any idea to overcome the problem?

All on Bacula 5.0.2

Thanks,

CIAO


---
Carlo

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Backup windows client with accented characters in folder

2010-07-29 Thread Bruno Friedmann
Hi Pierre, this sound a bit strange, as we are backing up here lots of those 
accentuated folders
also in french.

From what I understand you define them directly on the config file.
Save me this
D:/Données/...

Did you have enclosed them between 
D:/Données/

I found it better to enclose any path especially for windows one.

There's also another trouble which can be related : If D:/Données is a junction 
point.
They are not well supported ... and you will have to give them also a drive 
letter (like K: )
the junction point can be leave where it is.

Hope this help you a bit


On 07/29/2010 05:21 PM, pierre1106 wrote:
 
 I'm not using postgresql but mysql and i don't think that the path to save on 
 the distant client is defined in the database  perhaps saved once the 
 backup has been done ?
 
 Anyway, even if I try an estimate command, it doesn't read a directory with 
 an accent :(
 
 +--
 |This was sent by pierre.chevall...@option-service.fr via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 +--
 
 
 
 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


-- 

Bruno Friedmann  br...@ioda-net.ch

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

  openSUSE Member
User www.ioda.net/r/osu
Blog www.ioda.net/r/blog

  fsfe fellowship www.fsfe.org
  (bruno.friedmann (at) fsfe.org )

  tigerfoot on irc

GPG KEY : D5C9B751C4653227

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with backup

2010-07-29 Thread Dan Langille
On 7/29/2010 11:21 AM, Carlo Filippetto wrote:
 Hi all,
 I have a problem when I do FULL backup on all the server in DMZ. this
 jobs stops with the error Network error with FD during Backup:
 ERR=Connection reset by peer 

 I have configured the firewall, DMZ - LAN on CISCO ASA, so that
 bacula ports (9101/2/3) are opened between the server and the bacula
 server, and work fine when i do the incremental.

 have you got any idea to overcome the problem?

Try looking at the Heart Beat options in bacula-sd.conf and bacula-fd.congf

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

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] 2nd tape drive not running.

2010-07-29 Thread Jeremiah D. Jester
I had a back log of jobs that were in the running que yesterday, consequently 
both tape drives were writing to tape. However, today with only a few jobs in 
the running jobs que, only the one drive seems to be 'running'. Is there a 
parameter somewhere that I can tweak so that the 2nd drive will always initiate 
a backup if more than than 1 runnings jobs are in the que?

Thanks,
Jj

 JobId Level   Name   Status
==
   465 Fullmagnum-onsite.2010-07-28_21.00.00_11 is running
   466 Increme  kojak-onsite.2010-07-28_22.00.00_24 is waiting on max Storage 
jobs
   467 Fullgrey-onsite.2010-07-28_22.00.00_25 is waiting on max Storage jobs
   468 Increme  red-onsite.2010-07-28_22.00.00_26 is waiting on max Storage jobs
   469 Fullmagnum-offsite.2010-07-29_02.00.00_15 is waiting on max Storage 
jobs


Device status:
Autochanger ADIC_Scalar_24 with devices:
   Drive1 (/dev/nst0)
   Drive2 (/dev/nst1)
Device Drive1 (/dev/nst0) is mounted with:
Volume:  KL0455
Pool:*unknown*
Media type:  LTO2
Slot 12 is loaded in drive 0.
Total Bytes=432,372,584,448 Blocks=6,702,203 Bytes/block=64,512
Positioned at File=432 Block=6,204
Device Drive2 (/dev/nst1) is mounted with:
Volume:  90
Pool:*unknown*
Media type:  LTO2
Slot 10 is loaded in drive 1.
Total Bytes Read=64,512 Blocks Read=1 Bytes/block=64,512
Positioned at File=0 Block=0
Device FileStorage (/tmp) is not open.

Jeremiah Jester
Senior Informatics Specialist
UW Microbiology - Katze Lab
Box 357242
P: 206-732-6185

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with backup

2010-07-29 Thread jerry lowry

On 7/29/2010 1:46 PM, Dan Langille wrote:
 On 7/29/2010 11:21 AM, Carlo Filippetto wrote:

 Hi all,
 I have a problem when I do FULL backup on all the server in DMZ. this
 jobs stops with the error Network error with FD during Backup:
 ERR=Connection reset by peer 

 I have configured the firewall, DMZ - LAN on CISCO ASA, so that
 bacula ports (9101/2/3) are opened between the server and the bacula
 server, and work fine when i do the incremental.

 have you got any idea to overcome the problem?
  
 Try looking at the Heart Beat options in bacula-sd.conf and bacula-fd.congf


the other thing to look at is the timeout period that is set on the 
firewall.  I had the same problem, changed the default setting on the 
firewall and everything works fine now.

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] 2nd tape drive not running.

2010-07-29 Thread Jeremiah D. Jester
Note that my 'Maximum Concurrent Jobs' directive is set to '3'.



Storage { # definition of myself
  Name = bacula01-sd
  SDPort = 9103  # Director's port
  WorkingDirectory = /etc/bacula/working
  Pid Directory = /var/run
  Maximum Concurrent Jobs = 3
}



From: Jeremiah D. Jester [mailto:jj...@u.washington.edu]
Sent: Thursday, July 29, 2010 1:39 PM
To: bacula-users
Subject: [Bacula-users] 2nd tape drive not running.

I had a back log of jobs that were in the running que yesterday, consequently 
both tape drives were writing to tape. However, today with only a few jobs in 
the running jobs que, only the one drive seems to be 'running'. Is there a 
parameter somewhere that I can tweak so that the 2nd drive will always initiate 
a backup if more than than 1 runnings jobs are in the que?

Thanks,
Jj

 JobId Level   Name   Status
==
   465 Fullmagnum-onsite.2010-07-28_21.00.00_11 is running
   466 Increme  kojak-onsite.2010-07-28_22.00.00_24 is waiting on max Storage 
jobs
   467 Fullgrey-onsite.2010-07-28_22.00.00_25 is waiting on max Storage jobs
   468 Increme  red-onsite.2010-07-28_22.00.00_26 is waiting on max Storage jobs
   469 Fullmagnum-offsite.2010-07-29_02.00.00_15 is waiting on max Storage 
jobs


Device status:
Autochanger ADIC_Scalar_24 with devices:
   Drive1 (/dev/nst0)
   Drive2 (/dev/nst1)
Device Drive1 (/dev/nst0) is mounted with:
Volume:  KL0455
Pool:*unknown*
Media type:  LTO2
Slot 12 is loaded in drive 0.
Total Bytes=432,372,584,448 Blocks=6,702,203 Bytes/block=64,512
Positioned at File=432 Block=6,204
Device Drive2 (/dev/nst1) is mounted with:
Volume:  90
Pool:*unknown*
Media type:  LTO2
Slot 10 is loaded in drive 1.
Total Bytes Read=64,512 Blocks Read=1 Bytes/block=64,512
Positioned at File=0 Block=0
Device FileStorage (/tmp) is not open.

Jeremiah Jester
Senior Informatics Specialist
UW Microbiology - Katze Lab
Box 357242
P: 206-732-6185

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Odd Maximum Spool Size behavior after network connection interruption

2010-07-29 Thread Glen Barber
Hi,

I've seen this odd behavior twice now, and I'm having trouble tracking 
down the cause.  Both times, it was after a network connection issue 
during a backup.

When the network connection is interrupted, the SD stops writing to the 
spool, the spool file is removed, and the failed job gets rescheduled. 
However, though the SD never seems to become aware that the spool file 
has been removed, and doesn't use all available space.

I have Maximum Spool Size set to 25gb.  Though, it doesn't appear to be 
using (25gb - failed_job_spoolfile_size), as the the 25gb spool size is 
very generously high.  In the most recent situation, the SD was spooling 
130MB chunks.

The only time I realize there is an issue is when I see large amounts of 
User specified spool size reached. messages, and the spool is written 
to tape roughly once a minute or so.  Killing the SD gets everything 
back on track, and there doesn't appear to be any other issues outside 
of constant tape writes.

Has anyone else seen this?  Might this be something that is corrected in 
5.0.3?  I have no compelling reason to upgrade otherwise, and this 
really isn't a problem.

I'm using bacula 5.0.0 on FreeBSD 7.2-RELEASE.

Thanks, and regards.

-- 
Glen Barber

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Recommended documents/programmes to include with a backup set

2010-07-29 Thread Rory Campbell-Lange
Following pleasingly successful trials of Bacula we are now about to
provide backup sets of tapes to our clients. Tape sets will be composed
of LTO4 tapes with each set comprising of 2-10 TB of data. We have (or
will have) done test retrieves of files off each tape.

We want to provide CDs with each backup set to allow our clients to
retrieve data up to 12 years from now.

We intend to provide the following information on a CD:

* a list of all the files on each tape
* a link to the bextract utility, or perhaps a statically linked
  version of the binary and/or the source code
* a description of the Bacula tape storage format
* links to Bacula, Bacula's license and so on

I wonder if it would be useful to include bootstrap files for the
information on the tapes. I'm not sure how to make bootstrap files or if
a Catalog is a better idea.
http://www.bacula.org/en/dev-manual/main/main/What_is_Bacula.html

I'd be grateful to learn what files people believe would be useful to
put on each tape set's accompanying CD, and what sort of catalogue or
bootstrap file we should include to help retrieve information in future.

Regards
Rory


-- 
Rory Campbell-Lange
r...@campbell-lange.net

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] 2nd tape drive not running.

2010-07-29 Thread John Drescher
2010/7/29 Jeremiah D. Jester jj...@u.washington.edu:
 I had a back log of jobs that were in the running que yesterday,
 consequently both tape drives were writing to tape. However, today with only
 a few jobs in the running jobs que, only the one drive seems to be
 ‘running’. Is there a parameter somewhere that I can tweak so that the 2nd
 drive will always initiate a backup if more than than 1 runnings jobs are in
 the que?



 Thanks,

 Jj



  JobId Level   Name   Status

 ==

    465 Full    magnum-onsite.2010-07-28_21.00.00_11 is running

    466 Increme  kojak-onsite.2010-07-28_22.00.00_24 is waiting on max
 Storage jobs

    467 Full    grey-onsite.2010-07-28_22.00.00_25 is waiting on max Storage
 jobs

    468 Increme  red-onsite.2010-07-28_22.00.00_26 is waiting on max Storage
 jobs

    469 Full    magnum-offsite.2010-07-29_02.00.00_15 is waiting on max
 Storage jobs





 Device status:

 Autochanger ADIC_Scalar_24 with devices:

    Drive1 (/dev/nst0)

    Drive2 (/dev/nst1)

 Device Drive1 (/dev/nst0) is mounted with:

     Volume:  KL0455

     Pool:    *unknown*

     Media type:  LTO2

     Slot 12 is loaded in drive 0.

     Total Bytes=432,372,584,448 Blocks=6,702,203 Bytes/block=64,512

     Positioned at File=432 Block=6,204

 Device Drive2 (/dev/nst1) is mounted with:

     Volume:  90

     Pool:    *unknown*

     Media type:  LTO2

     Slot 10 is loaded in drive 1.

     Total Bytes Read=64,512 Blocks Read=1 Bytes/block=64,512

     Positioned at File=0 Block=0

 Device FileStorage (/tmp) is not open.


Are all jobs using the same pool?

John

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users