Re: [Bacula-users] including directories with wilddir

2007-01-12 Thread Silver Salonen
Yup, thanks, got it working. Did it like this:
Include {
Options {
Compression = GZIP
Signature = MD5
IgnoreCase = yes
Wild = D:/Exchsrvr*
Wild = D:/srs*
}
Options {
IgnoreCase = yes
Exclude = yes
Wild = D:/*
}
File = D:/
}

Silver

On Thursday 11 January 2007 22:22, Martin Simmons wrote:
  On Thu, 11 Jan 2007 11:37:40 +0200, Silver Salonen said:
  
  Hello.
  
  I'm having trouble with WildDir directive in win32 fileset.
  
  Fileset looks like:
  FileSet {
  Name = serv2
  Enable VSS = yes
  Include {
  Options {
  Compression = GZIP
  Signature = MD5
  IgnoreCase = yes
  WildDir = D:/Exchsrvr/*
  WildDir = D:/srs*
  }
  }
  }
  
  I'm absolutely sure there are directories D:\Exchsrvr as well as D:
\srsdata.
  But estimate says it that this fileset has 0 files/directories:
  estimate job=serv2 listing level=Full
  Using Catalog MySQL
  Connecting to Client serv2-fd at 192.168.16.3:9102
  2000 OK estimate files=0 bytes=0
  
  What's wrong with such fileset?
 
 You need to add a File directive inside the Include (the Options directive
 just filters what it finds starting from the File directives).
 
 __Martin

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] backup LVM volumes (xen guests)

2007-01-12 Thread Rudolph Bott
Frank Sweetser wrote:
 On Thu, Jan 11, 2007 at 02:45:12PM +0100, Mikael Kermorgant wrote:
 
I've tried the method A on a 3Gb logical volume. I believed I would
obtain a smaller file (as there's only 500Mb of data on it) for the
backup pool but it became a 3.1 Gb file. Is this something that can be
improved ?
 
 
 Why not just run a file daemon on the guest image?  That way you don't
 even have to shut it down.
 


Have you ever thought about snapshots? For a while we used a setup like 
this:

a) a local script is run as ClientRunBeforeJob by the bacula-fd on Dom0
b) this script creates a snapshot for each DomU, mounts it and rsync's 
it to an attached ide-disk (just one plain disk) mounted somewhere in Dom0
c) the fileset associated with this job only contains /var/xen_backup/ 
(the mounted extra-disk; it contains a subfolder for each DomU - name 
taken from logical volume name)

I am well aware that this kind of setup is kinda tautologous, but i 
definatly don't want bacula to backup directly from mounted snapshots. 
Thats why I do the rather fast rsync first, remove the snapshots and 
finally let bacula backup from the plain ide-disk. There's only one 
major drawback: if you back of lots of DomU's with lots of files, you 
will have them all in one single backup job...which might increase 
restore times slightly.. ;)

BUT: if you choose to work with snapshots, make sure your DomU has at 
least 200-256 mb ram. Snapshots are still somewhat experimental and 
sometimes (e.g. with ~128MB ram) cause the running DomU to detect an fs 
error and remount its root filesystem read-only!

-- 
Mit freundlichen Gruessen / with kind regards
  Rudolph Bott

---
Megabit Informationstechnik GmbH  Karstr.25  41068 Moenchengladbach
Tel: 02161/308980  [EMAIL PROTECTED]   http://megabit.net
---

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Autochanger Slots and InChanger fields

2007-01-12 Thread Ralf Winkler

Andrew,

did you check the retention and usage time for the tape?
If you set them to the wrong time, you have to wait untill the retention
time is over before bacula use the tape again.

On 1/11/07, Andrew Fabian [EMAIL PROTECTED] wrote:


I could just not be sane, but this seems weird to me.

I'm using an autochanger with one drive, no barcode reader, and I'm
using bacula 2.0.0 and MySQL 5.0.20.  I see this behavior:

1. I label a tape.  (This isn't the strange part)  Bacula loads the tape
from the specified slot and labels it.  At this point Bacula knows that
that particular volume is in the changer, and lives in the specifed
slot.  So it sets the Slot and InChanger fields appropiately.  list
volumes confirms this.

2. A job runs and uses the new volume.  It's not full yet, so it's
status is set to Append after the job finishes.  But list volumes also
shows that InChanger is 0, and Slot is 0.  I don't see why that would
change, since bacula never removed the tape from the drive, let along
have any reason to think it's been removed from the tape changer.

3. I use mount to load the tape from that slot (or any other slot with
a labeled tape).  Bacula correctly fetches the tape and reads it's
label.  Says so in the message log.  This time it doesn't update the
database though, and the tape's InChanger and Slot fields aren't
touched.  Seems to me like they should be.

4. Because of this weirdness, if I were to do something like run a job
to Tape 1, then pre-label Tape 2 and 3 with the label command,
subsequent jobs will start writing with Tape 2 and 3, and then bacula
will stop when it runs out of room, instead of using the free space it
should? be aware of locally on Tape 1.

Does this all make sense?  Am I misunderstanding something about the
tape handling?

Thanks,

Andrew Fabian

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] tapeinfo under windows

2007-01-12 Thread Andreas Lüdtke
  Beside the change of the Name and the insertion of the Changer Device 
  line, this is
  pretty much the device description that was made by the setup. As far as I 
  understand
the
  documentation, the tapeinfo.exe queries the status of the drive and if 
  there are
  TapeAlerts Bacula will probably inform me.
 
 I cannot say exactly what happens on Win32, but yes, that is exactly what 
 happens on Linux/Unix.
 
  So this wasn't my idea, but to me it makes sense to do this after a job has 
  finished.
 
 Bacula submits the Alert command each time a Job terminates, if I am not 
 mistaken.  The documentation should probably clarify that.  
 Any tape alerts that are found are printed in the Job output.  This is not 
 something 
 essential, but can be an early warning of tape/drive problems.

To come to a final solution, should I remove the Alert Command = tapeinfo -f 
%c |
findstr TapeAlert from bacula-sd.conf and run the tapeinfo.exe from the 
RunAfterJob?

There, I could put a script file where the Bacula Storage Service is stopped, 
then the
tapeinfo.exe is executed and then the Bacula Storage Service is started again.

I think this should be possible, but I also think this would make the config 
files (more)
incompatible between Unix and Windows.

Is there someone out there who is using the tapeinfo.exe under Windows? Or 
should I post
this question in the devel list?


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Autochanger Slots and InChanger fields

2007-01-12 Thread Arno Lehmann
Hello,

On 1/12/2007 10:03 AM, Ralf Winkler wrote:
 Andrew,
 
 did you check the retention and usage time for the tape?
 If you set them to the wrong time, you have to wait untill the retention 
 time is over before bacula use the tape again.

But this should not affect the volume status, regarding InChanger and 
Slot information.

In fact, I noticed Andrews problem myself, but that was quite a while ago.

Anyway, the original description is detailed enough to make a good bug 
report at bugs.bacula.org IMO.

Arno

 On 1/11/07, *Andrew Fabian* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:
 
 I could just not be sane, but this seems weird to me.
 
 I'm using an autochanger with one drive, no barcode reader, and I'm
 using bacula 2.0.0 and MySQL 5.0.20.  I see this behavior:
 
 1. I label a tape.  (This isn't the strange part)  Bacula loads the
 tape
 from the specified slot and labels it.  At this point Bacula knows that
 that particular volume is in the changer, and lives in the specifed
 slot.  So it sets the Slot and InChanger fields appropiately.  list
 volumes confirms this.
 
 2. A job runs and uses the new volume.  It's not full yet, so it's
 status is set to Append after the job finishes.  But list volumes also
 shows that InChanger is 0, and Slot is 0.  I don't see why that would
 change, since bacula never removed the tape from the drive, let along
 have any reason to think it's been removed from the tape changer.
 
 3. I use mount to load the tape from that slot (or any other slot
 with
 a labeled tape).  Bacula correctly fetches the tape and reads it's
 label.  Says so in the message log.  This time it doesn't update the
 database though, and the tape's InChanger and Slot fields aren't
 touched.  Seems to me like they should be.
 
 4. Because of this weirdness, if I were to do something like run a job
 to Tape 1, then pre-label Tape 2 and 3 with the label command,
 subsequent jobs will start writing with Tape 2 and 3, and then bacula
 will stop when it runs out of room, instead of using the free space it
 should? be aware of locally on Tape 1.
 
 Does this all make sense?  Am I misunderstanding something about the
 tape handling?
 
 Thanks,
 
 Andrew Fabian
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to
 share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 mailto:Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 
 
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 
 
 
 ___
 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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] New error/warning statement?

2007-01-12 Thread George R . Kasica
Just noticed the following in my 2.0 logs here:

09-Jan 05:48 eagle-sd: Alert: TapeAlert[8]:Not Data Grade:Replace
cartridge with one  containing data grade tape.

Never have seen that before, and before someone asks, yes they are
data grade brand name HP DDS3 tapes.

Ideas, thoughts??

-- 
===[George R. Kasica]===+1 262 677 0766
President   +1 206 374 6482 FAX 
Netwrx Consulting Inc.  Jackson, WI USA 
http://www.netwrx1.com
[EMAIL PROTECTED]
ICQ #12862186

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] New error/warning statement?

2007-01-12 Thread Kern Sibbald
On Friday 12 January 2007 12:53, George R.Kasica wrote:
 Just noticed the following in my 2.0 logs here:
 
 09-Jan 05:48 eagle-sd: Alert: TapeAlert[8]:Not Data Grade:Replace
 cartridge with one  containing data grade tape.
 
 Never have seen that before, and before someone asks, yes they are
 data grade brand name HP DDS3 tapes.
 
 Ideas, thoughts??
 

I wouldn't back my data up to such a drive/tape combination.  This information 
comes from the drive, so it clearly doesn't like your tape regardless of what 
may be written on the box.

I have an HP DDS4 drive (4 cassette changer) that detests (gets lots of 
errors) Sony tapes, but loves (never any problems even after years of use) 
Imation tapes.  I would have thought that Sony tapes are better than Imation 
tapes, but my HP drive thinks and behaves differently from me, so I cater to 
its whims to avoid problems.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula development voting

2007-01-12 Thread Kern Sibbald
Hello,

I have now finished organizing the projects list for voting, and
Arno Lehmann has very graciously agreed to do the vote counting.

Thanks for submitting so many projects.  There are 40 of them this year!  You
can submit your votes any time after receiving this email, and all votes
received before mid-night European Central Time (Arno's and my time zone)
Friday, 19 January (if cast in the manner described below) will be counted.

It is now your chance to vote on the priority of the projects that
you would like to see implemented. Each person gets to vote once. Although
there is no guarantee that the top rated projects will be implemented,
it is very important to vote, because it tells us what you consider
the most important, and obviously, if we have the resources, we attempt
to implement the most important items:

Voting instructions:

Very important. Please send your vote to the following email address:

 [EMAIL PROTECTED]

If you want the list to know how you voted, you may copy your response
to the list.  Please don't copy me directly.
  
You can vote for up to 5 different projects.  Your vote will be weighted 5
points for the first choice, 4 for the second, ...  The projects will
then be re-number according to the total points they received in the voting.

Please use the table below in the email.  All you need to do is put the
project number you want to vote for after the appropriate priority.  Priority
1 is the highest, and priority 5 is the lowest.  You may only cast one vote
for any particular project, you can vote for less than five projects if you
wish, and please only vote once.  If you do not vote using the table below,
then your vote will be discarded (it is too hard to figure out what you 
*might*
want).


Priority  Project Number
=
  1
  2
  3
  4
  5


A correct vote response could be:

Priority  Project Number
=
  15
  2   10
  3   40
  41
  52


Where the above means that you want project 5 above all others,
following by 10, 40, 1, and your last choice is project 2.

Below you will find the current project list. Please use it for voting as
the project numbers have changed since the last time I sent it out.

Best regards,

Kern

PS: Certain of this projects, in my opinion, won't fit very well with Bacula
or Bacula philosophy, so they have little chance of actually being implemented
and integrated in their current state.  Nevertheless, I have decide not to
censure these projects, so as not to loose any potentially good ideas that may
be too blind to recognize.

PPS: Please not that Item 20 has already been implemented and currently exists
as a patch in patches/testing.


Projects:
 Bacula Projects Roadmap 
Status updated 12 January 2007

Summary:
Item  1:  Accurate restoration of renamed/deleted files
Item  2:  Implement a Bacula GUI/management tool.
Item  3:  Implement Base jobs.
Item  4:  Implement from-client and to-client on restore command line.
Item  5:  Implement creation and maintenance of copy pools
Item  6:  Merge multiple backups (Synthetic Backup or Consolidation).
Item  7:  Deletion of Disk-Based Bacula Volumes
Item  8:  Implement a Python interface to the Bacula catalog.
Item  9:  Archival (removal) of User Files to Tape
Item 10:  Add Plug-ins to the FileSet Include statements.
Item 11:  Implement more Python events in Bacula.
Item 12:  Quick release of FD-SD connection after backup.
Item 13:  Implement huge exclude list support using hashing.
Item 14:  Allow skipping execution of Jobs
Item 15:  Tray monitor window cleanups
Item 16:  Split documentation
Item 17:  Automatic promotion of backup levels
Item 18:  Add an override in Schedule for Pools based on backup types.
Item 10:  An option to operate on all pools with update vol parameters
Item 20:  Include JobID in spool file name
Item 21:  Include timestamp of job launch in stat clients output
Item 22:  Message mailing based on backup types
Item 23:  Allow inclusion/exclusion of files in a fileset by creation/mod 
times
Item 24:  Add a scheduling syntax that permits weekly rotations
Item 25:  Improve Bacula's tape and drive usage and cleaning management.
Item 26:  Implement support for stacking arbitrary stream filters, sinks.
Item 27:  Allow FD to initiate a backup
Item 28:  Directive/mode to backup only file changes, not entire file
Item 29:  Automatic disabling of devices
Item 30:  Incorporation of XACML2/SAML2 parsing
Item 31:  Clustered file-daemons
Item 32:  Commercial database support
Item 33:  Archive data
Item 34:  Filesystem watch triggered backup.
Item 35:  Implement multiple numeric backup levels as supported by dump
Item 36:  Implement a server-side compression feature
Item 37:  Cause daemons to use a specific IP address to source communications
Item 38:  Multiple threads in file daemon for the same job
Item 39:  Restore 

[Bacula-users] Cannot build wx-console on Solaris 10 for bacula 2.0.0

2007-01-12 Thread Alexander Skwar
Hello!

I'm having problems getting the wx-console to compile on a
Solaris 10 Sparc host. For wxWindows, I use the package compiled
by Blastwave.org.

The error is:

==Entering directory 
/autofs/packages/Solaris/Bacula/bacula-2.0.0/src/wx-console
as  -o main.o main.s
as  -o console_thread.o console_thread.s
Compiling authenticate.c
Compiling console_conf.c
Compiling wxbrestorepanel.cpp
/opt/csw/include/wx-2.7/wx/gdicmn.h, line 486: Warning: x hides wxRect::x.
/opt/csw/include/wx-2.7/wx/gdicmn.h, line 486: Warning: y hides wxRect::y.
wxbtreectrl.h, line 87: Warning: extra ; ignored.
wxblistctrl.h, line 84: Warning: extra ; ignored.
wxbrestorepanel.h, line 241: Warning: extra ; ignored.
wxbhistorytextctrl.h, line 74: Warning: extra ; ignored.
wxbmainframe.h, line 64: Warning: Questionable return type for 
wxbDataParsers::reverse_iterator::operator-() const.
wxbmainframe.h, line 64: Warning: Questionable return type for 
wxbDataParsers::const_reverse_iterator::operator-() const.
wxbmainframe.h, line 79: Warning: str hides wxbPrintObject::str.
wxbmainframe.h, line 79: Warning: status hides wxbPrintObject::status.
wxbrestorepanel.cpp, line 119: Warning: path hides wxbTreeItemData::path.
wxbrestorepanel.cpp, line 119: Warning: name hides wxbTreeItemData::name.
wxbrestorepanel.cpp, line 119: Warning: marked hides wxbTreeItemData::marked.
wxbrestorepanel.cpp, line 119: Warning: listid hides wxbTreeItemData::listid.
wxbrestorepanel.cpp, line 128: Warning: marked hides wxbTreeItemData::marked.
wxbrestorepanel.cpp, line 219: Error: The type wxImageList is incomplete.
wxbrestorepanel.cpp, line 220: Error: The type wxImageList is incomplete.
wxbrestorepanel.cpp, line 221: Error: The type wxImageList is incomplete.
wxbrestorepanel.cpp, line 222: Error: The type wxImageList is incomplete.
wxbrestorepanel.cpp, line 281: Error: wxIMAGE_LIST_SMALL is not defined.
wxbrestorepanel.cpp, line 394: Warning: The type wxImageList, used in 
delete, is incomplete.
wxbrestorepanel.cpp, line 866: Warning: status hides wxbRestorePanel::status.
wxbrestorepanel.cpp, line 2016: Warning: working hides 
wxbRestorePanel::working.
wxbrestorepanel.cpp, line 2124: Warning: status hides wxbRestorePanel::status.
wxbrestorepanel.cpp, line 2148: Warning: status hides wxbRestorePanel::status.
5 Error(s) and 20 Warning(s) detected.
*** Error code 5
The following command caused the error:
/opt/SUNWspro/bin/CC   -c  -DHAVE_WXCONSOLE 
-I/opt/csw/lib/wx/include/gtk2-ansi-release-2.7 -I/opt/csw/include/wx-2.7 
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__   \
  -I. -I..   -g wxbrestorepanel.cpp
make: Fatal error: Command failed for target `wxbrestorepanel.o'
Current working directory 
/autofs/packages/Solaris/Bacula/bacula-2.0.0/src/wx-console


  == Error in /autofs/packages/Solaris/Bacula/bacula-2.0.0/src/wx-console 
==

Any ideas on how to fix this?

Configuration on Fri Jan 12 13:35:26 CET 2007:

  Host:   sparc-sun-solaris2.10 -- solaris 5.10
  Bacula version: 2.0.0 (04 January 2007)
  Source code location:   .
  Install binaries:   /opt/bacula/sbin
  Install config files:   /opt/bacula/etc
  Scripts directory:  /opt/bacula/scripts
  Working directory:  /opt/bacula/wdir
  PID directory:  /var/run
  Subsys directory:   /opt/bacula/subsys
  Man directory:  ${datarootdir}/man
  Data directory: ${prefix}/share
  C Compiler: cc
  C++ Compiler:   /opt/SUNWspro/bin/CC
  Compiler flags:  -g
  Linker flags:
  Libraries:  -lpthread -lresolv -lnsl -lsocket -lxnet  -lintl 
-lresolv
  Statically Linked Tools:no
  Statically Linked FD:   no
  Statically Linked SD:   no
  Statically Linked DIR:  no
  Statically Linked CONS: no
  Database type:  SQLite3
  Database lib:   -L/opt/csw/lib -lsqlite3

  Job Output Email:   [EMAIL PROTECTED]
  Traceback Email:[EMAIL PROTECTED]
  SMTP Host Address:  mail1

  Director Port:  9101
  File daemon Port:   9102
  Storage daemon Port:9103

  Director User:
  Director Group:
  Storage Daemon User:
  Storage DaemonGroup:
  File Daemon User:
  File Daemon Group:

  SQL binaries Directory  /opt/csw/bin

  Large file support: yes
  Bacula conio support:   yes -lcurses
  readline support:   no
  TCP Wrappers support:   no
  TLS support:no
  Encryption support: no
  ZLIB support:   yes
  enable-smartalloc:  yes
  enable-gnome:   yes Version 2.x
  enable-wx-console:  yes wxWidgets 2.7
  enable-tray-monitor:yes
  client-only:no
  build-dird: yes
  build-stored:   yes
  ACL support:yes
  Python support: no


Thanks,

Alexander Skwar



[Bacula-users] Bacula 2.0 repository for Debian 3.1 (sarge)

2007-01-12 Thread Mehmet Soysal
Hi,
is there a repository for Bacula 2.0 that can be include in sources.list
for apt?


MfG
M.Soysal

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula development voting

2007-01-12 Thread Dan Langille
Resent to bacula-users too... already sent to votes@ and devel..

 If you want the list to know how you voted, you may copy your response
 to the list.  Please don't copy me directly.

Priority  Project Number
=
  1   6
  2   1
  3   27
  4   2
  5   37


Those are:

Item  6:  Merge multiple backups (Synthetic Backup or Consolidation).
Item  1:  Accurate restoration of renamed/deleted files
Item 27:  Allow FD to initiate a backup
Item  2:  Implement a Bacula GUI/management tool.
Item 37:  Cause daemons to use a specific IP address to source 
communications

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php
PGCon - The PostgreSQL Conference - http://www.pgcon.org/



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] mounting DVD - bacula 2.0 [long]

2007-01-12 Thread Maxim Cerny
Hello,
I've upgraded Bacula from 1.38 and I'm trying to get working Bacula
2.0.0. tu burn my Backups on DVD. I read several
howtos and articles, but haven't find solution for my problem.

I'm using dvd+rw-tools 6.1 patched with bacula patch found in src directory.
DVD is /dev/dvdrw

When I try
$ dvd-handler /dev/cdrom prepare
it tells me no problem

But when I want to mount the DVD from bacula console it tells me:

*mount
Automatically selected Catalog: MyCatalog
Using Catalog MyCatalog
The defined Storage resources are:
 1: File
 2: DVD
Select Storage resource (1-2): 2
3907 Device DVDStorage (/dev/dvdrw) cannot be mounted. ERR=Child
exited with code 32

Had anyone seen this error? Google gives no answer.

There's my configuration files
http://www.net-wings.eu/bacula/bacula-dir.conf
http://www.net-wings.eu/bacula/bacula-sd.conf
http://www.net-wings.eu/bacula/bacula-fd.conf


Dmesg output:
Unable to identify CD-ROM format.
Unable to identify CD-ROM format.


$ dvd+rw-mediainfo /dev/dvd
INQUIRY:[HL-DT-ST][DVDRAM GSA-H10N ][JL10]
GET [CURRENT] CONFIGURATION:
 Mounted Media: 13h, DVD-RW Restricted Overwrite
 Media ID:  MCC 01RW4X 
 Current Write Speed:   4.0x1385=5540KB/s
 Write Speed #0:4.0x1385=5540KB/s
 Write Speed #1:2.0x1385=2770KB/s
GET [CURRENT] PERFORMANCE:
 Write Performance: 4.0x1385=5540KB/[EMAIL PROTECTED] - 2298495]
 Speed Descriptor#0:02/2298495 [EMAIL PROTECTED]/s [EMAIL PROTECTED]/s
 Speed Descriptor#1:02/2298495 [EMAIL PROTECTED]/s [EMAIL PROTECTED]/s
READ DVD STRUCTURE[#10h]:
 Media Book Type:   33h, DVD-RW book [revision 3]
 Legacy lead-out at:65264*2KB=133660672
READ DVD STRUCTURE[#0h]:
 Media Book Type:   33h, DVD-RW book [revision 3]
 Last border-out at:65264*2KB=133660672
READ DISC INFORMATION:
 Disc status:   complete
 Number of Sessions:1
 State of Last Session: complete
 Number of Tracks:  1
READ TRACK INFORMATION[#1]:
 Track State:   complete incremental
 Track Start Address:   0*2KB
 Free Blocks:   0*2KB
 Fixed Packet Size: 16*2KB
 Track Size:65264*2KB
 Last Recorded Address: 65263*2KB
FABRICATED TOC:
 Track#1  : [EMAIL PROTECTED]
 Track#AA : [EMAIL PROTECTED]
 Multi-session Info:[EMAIL PROTECTED]
READ CAPACITY:  65264*2048=133660672




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes

2007-01-12 Thread Oliver Lehmann
Arno Lehmann wrote:

 On 1/12/2007 6:41 AM, Oliver Lehmann wrote:

  Why are volumes older 6 days not being reused?
 
 What does llist for one of the volumes you expect to be recycled give?

for example this one - why is it used?

Pool: Inc-Pool
  MediaId: 2
   VolumeName: Inc-0001
 Slot: 0
   PoolId: 2
MediaType: File
 FirstWritten: 2006-12-28 01:05:08
  LastWritten: 2006-12-29 01:09:20
LabelDate: 2006-12-28 01:05:08
  VolJobs: 10
 VolFiles: 0
VolBlocks: 6,586
VolMounts: 4
 VolBytes: 424,580,037
VolErrors: 0
VolWrites: 10,586
 VolCapacityBytes: 0
VolStatus: Used
  Enabled: 1
  Recycle: 1
 VolRetention: 1,296,000
   VolUseDuration: 0
   MaxVolJobs: 6
  MaxVolFiles: 0
  MaxVolBytes: 0
InChanger: 0
  EndFile: 0
 EndBlock: 424,580,036
 VolParts: 0
LabelType: 0
StorageId: 1
 DeviceId: 0
   LocationId: 0
 RecycleCount: 1
 InitialWrite: -00-00 00:00:00
ScratchPoolId: 0
RecyclePoolId: 0
  Comment: NULL


-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] How to let bacula to create new volume for each job.

2007-01-12 Thread dmichal
Hi,
How can I say to bacula to create new volume (media type is File) for
each job? Right now bacula is creating just one volume for each client.
There are stored Sunday full backup and other days incremental backup
together in one volume. I want bacula to create new volume for each day.
Thanks a lot,
David


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula development voting

2007-01-12 Thread Florian Schnabel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



 Priority  Project Number
 =
   1   14  (naturally, i suggested it :-))
   2   27
   3   40
   4   1
   5   22
   
 



- --

Florian Schnabel
Administrator

- ---
docufy GmbH
Kapuzinerstr. 32
96047 Bamberg
phone +49 951 20859 704
fax   +49 951 20859 777
mailto:[EMAIL PROTECTED]
http://www.docufy.de
---
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFp5hNI/CN66F0268RAhUSAJ4nY8wCxcnj4kXrZiGXKq6RCTbyAACfelSM
LrhyCFA/yEajUbRB8FmtKio=
=5YgJ
-END PGP SIGNATURE-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] mounting DVD - bacula 2.0 [long]

2007-01-12 Thread Richard Mortimer
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Maxim Cerny
 Sent: 12 January 2007 14:07
 To: bacula-users@lists.sourceforge.net
 Subject: [Bacula-users] mounting DVD - bacula 2.0 [long]
 
 Hello,
 I've upgraded Bacula from 1.38 and I'm trying to get working Bacula
 2.0.0. tu burn my Backups on DVD. I read several
 howtos and articles, but haven't find solution for my problem.
 
I don't know if you found it but
http://bridge.oldelvet.org.uk/bacula/BaculaDVDSetup.html
documents the things that I do to check whether it is working.
It (currently) doesn't answer your problem - hopefully I've done that
below - but I will update it to show how to actually use bacula to
test the DVD support rather than just making sure that the low-level
tools that bacula uses work.

See below.

 I'm using dvd+rw-tools 6.1 patched with bacula patch found in 
 src directory.
 DVD is /dev/dvdrw
 
 When I try
 $ dvd-handler /dev/cdrom prepare
 it tells me no problem
 
That is an excellent start.

 But when I want to mount the DVD from bacula console it tells me:
 
 *mount
 Automatically selected Catalog: MyCatalog
 Using Catalog MyCatalog
 The defined Storage resources are:
  1: File
  2: DVD
 Select Storage resource (1-2): 2
 3907 Device DVDStorage (/dev/dvdrw) cannot be mounted. ERR=Child
 exited with code 32
 
Did you label the DVD? Prepare is a low level preparation that actually
blanks the DVD and removes any existing data from the DVD (including
Bacula labels).

Try using the label command and then do the mount.

Hope this helps.

 Had anyone seen this error? Google gives no answer.
 
 There's my configuration files
 http://www.net-wings.eu/bacula/bacula-dir.conf
 http://www.net-wings.eu/bacula/bacula-sd.conf
 http://www.net-wings.eu/bacula/bacula-fd.conf
 
 
 Dmesg output:
 Unable to identify CD-ROM format.
 Unable to identify CD-ROM format.
 
 
 $ dvd+rw-mediainfo /dev/dvd
 INQUIRY:[HL-DT-ST][DVDRAM GSA-H10N ][JL10]
 GET [CURRENT] CONFIGURATION:
  Mounted Media: 13h, DVD-RW Restricted Overwrite
  Media ID:  MCC 01RW4X 
  Current Write Speed:   4.0x1385=5540KB/s
  Write Speed #0:4.0x1385=5540KB/s
  Write Speed #1:2.0x1385=2770KB/s
 GET [CURRENT] PERFORMANCE:
  Write Performance: 4.0x1385=5540KB/[EMAIL PROTECTED] - 2298495]
  Speed Descriptor#0:02/2298495 [EMAIL PROTECTED]/s 
 [EMAIL PROTECTED]/s
  Speed Descriptor#1:02/2298495 [EMAIL PROTECTED]/s 
 [EMAIL PROTECTED]/s
 READ DVD STRUCTURE[#10h]:
  Media Book Type:   33h, DVD-RW book [revision 3]
  Legacy lead-out at:65264*2KB=133660672
 READ DVD STRUCTURE[#0h]:
  Media Book Type:   33h, DVD-RW book [revision 3]
  Last border-out at:65264*2KB=133660672
 READ DISC INFORMATION:
  Disc status:   complete
  Number of Sessions:1
  State of Last Session: complete
  Number of Tracks:  1
 READ TRACK INFORMATION[#1]:
  Track State:   complete incremental
  Track Start Address:   0*2KB
  Free Blocks:   0*2KB
  Fixed Packet Size: 16*2KB
  Track Size:65264*2KB
  Last Recorded Address: 65263*2KB
 FABRICATED TOC:
  Track#1  : [EMAIL PROTECTED]
  Track#AA : [EMAIL PROTECTED]
  Multi-session Info:[EMAIL PROTECTED]
 READ CAPACITY:  65264*2048=133660672
 
 
 
 
 --
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the 
 chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforge
 CID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] vote

2007-01-12 Thread Mike
Priority  Project Number
=
  1  25
  2  21
  3  17
  4   9
  5   7


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to let bacula to create new volume for each job.

2007-01-12 Thread Erich Prinz
Here is my setup for 30 days of storage with each day having a volume  
dedicated to that day.

Pool {
   Name = 30 Day
   Volume Use Duration = 23h
   Pool Type = Backup
   Recycle = yes   # Bacula can automatically  
recycle Volumes
   AutoPrune = yes # Prune expired volumes
   Volume Retention = 719h # 29 days 23 hours
   Label Format = Day_$Day

}


You'll need to ensure your schedule and job resource allow for a full  
backup every Sunday. I take one full for every 30 day segment and  
incremental for the rest. This keeps the storage size at a reasonable  
level but admittedly would really stink to have to do a full recovery.

HTH

Erich

On Jan 12, 2007, at 8:14 AM, [EMAIL PROTECTED]  
[EMAIL PROTECTED] wrote:

 Hi,
 How can I say to bacula to create new volume (media type is File) for
 each job? Right now bacula is creating just one volume for each  
 client.
 There are stored Sunday full backup and other days incremental backup
 together in one volume. I want bacula to create new volume for each  
 day.
 Thanks a lot,
 David


 -- 
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to  
 share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php? 
 page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Building Bacula bacula-2.0.0 on Fedora Core 5

2007-01-12 Thread summer
On Wed, 10 Jan 2007, Kern Sibbald wrote:

 Hello,

 You will surely get better help by asking on the bacula-users list.

Hi Kern
That may be, but I am on dialup, and was not connected to the Internet,
so couldn't check for subscription rules, or subscribe if needed etc.
Your name came up when I was looking for someone to complain to

Nor am I wildly enthusiastic about subscribing to a list just to report
what looks like a bug.



 However, what I do note is that you are attempting to configure three
 databases, and Bacula works with only one of those three.

I'm trying to do a generic build (how else would one create a deb or
rpm?); in any event I don't see that my problem arises because I'm
building support for multiple databases, it's because configure is
looking for a file (sqlite.h) that does not exist (not in FC5 nor any
other release of Linux I could find - I have several Fedoras, CentOS 4,
SUSE10 and packages for some others to hand).

It seems to me that configure should be looking for is sqlite3.h.
SUSE10 does have sqlite.h, it's in sqlite2-devel.

I'm thinking more than the file name needs to be changed to use the
version of sqlite everyone's distributing (Debian seems to have 2 and
3).



 If you want to use SQLite3 then I believe that you need to say something like:

 ./configure --with-sqlite3

The README and INSTALL do not mention that, and on Fedora  RHEL one
does not have a package sqlite3, it's sqlite.


Thanks for your help.


 but then either the manual or the list can answer that definitively.

 Regards,

 Kern


 On Wednesday 10 January 2007 09:48, John Summerfield wrote:
 Briefly, I have this tarball:
 -rw-r--r-- 1 summer summer 2488471 Jan 10
 07:33 /home/summer/downloads/bacula-2.0.0.tar.gz
 I untarred it thus:
 tar xzpf /home/summer/downloads/bacula-2.0.0.tar.gz;cd bacula-2.0.0/
 After some trials, reading and installing stuff I got to this:

 strace -f -o /tmp/config-trace ./configure  --enable-gnome 
 --enable-tray-monitor --with-postgresql=/usr --with-mysql --with-sqlite

 strace tells me where it's looking and for what.

 It fails this way:
 checking for MySQL support... yes
 checking for SQLite3 support... no
 checking for SQLite support... no
 configure: error: Unable to find sqlite.h in standard locations
 [EMAIL PROTECTED] bacula-2.0.0]$
 For this reason:
 [EMAIL PROTECTED] bacula-2.0.0]$ grep sqlite.h /tmp/config-trace
 10887 stat64(/usr/local/include/sqlite.h, 0xbfae3c18) = -1 ENOENT (No such
 file or directory)
 10887 stat64(/usr/include/sqlite.h, 0xbfae3b58) = -1 ENOENT (No such file
 or directory)
 10887 stat64(/include/sqlite.h, 0xbfae3a98) = -1 ENOENT (No such file or
 directory)
 [EMAIL PROTECTED] bacula-2.0.0]$

 But:
 [EMAIL PROTECTED] bacula-2.0.0]$ rpm -qa sql\*
 sqlite-devel-3.3.3-1.2
 sqlite-3.3.3-1.2
 [EMAIL PROTECTED] bacula-2.0.0]$

 And:
 [EMAIL PROTECTED] bacula-2.0.0]$ ls /usr/include/*sqlite*.h
 /usr/include/sqlite3.h
 [EMAIL PROTECTED] bacula-2.0.0]$

 which looks a bit shonky to me, but there it is.

 I'm guessing this has implications for FC6 and, importantly to Adam T and
 David B, RHEL5.

 I'll build sans sqlite for now.


 --



 Cheers
 John Summerfield




-- 


Cheers
John

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula development voting

2007-01-12 Thread Kern Sibbald
On Friday 12 January 2007 15:04, Dan Langille wrote:
 Resent to bacula-users too... already sent to votes@ and devel..

Hmm.  This reminds me that I have to vote too.  Last year, since I was doing 
the counting, I just added my vote as I expect that Arno will do this 
year :-)

 
  If you want the list to know how you voted, you may copy your response
  to the list.  Please don't copy me directly.
 
 Priority  Project Number
 =
   1   6
   2   1
   3   27
   4   2
   5   37
 
 
 Those are:
 
 Item  6:  Merge multiple backups (Synthetic Backup or Consolidation).
 Item  1:  Accurate restoration of renamed/deleted files
 Item 27:  Allow FD to initiate a backup
 Item  2:  Implement a Bacula GUI/management tool.
 Item 37:  Cause daemons to use a specific IP address to source 
 communications

Good choice. 

Items 1 and 2 are already scheduled, and I think that item 6 is about an hour 
of work now that we have Migration (Copy is a different story), and something 
I would like to do.  Also, item 37 is not very hard.  For item 27, I have 
some ideas ...

 
 -- 
 Dan Langille : Software Developer looking for work
 my resume: http://www.freebsddiary.org/dan_langille.php
 PGCon - The PostgreSQL Conference - http://www.pgcon.org/
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Bacula development voting

2007-01-12 Thread Richard Mortimer
Priority  Project Number
=
  1   1
  2   7
  3   5
  4   2
  5   10

 Item  1:  Accurate restoration of renamed/deleted files
 Item  7:  Deletion of Disk-Based Bacula Volumes
 Item  5:  Implement creation and maintenance of copy pools
 Item  2:  Implement a Bacula GUI/management tool.
 Item 10:  Add Plug-ins to the FileSet Include statements.


Regards

Richard


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Enabling Client SSL connections

2007-01-12 Thread Jaime Ventura
Hello,
When TLS is enabled on the fd, does all the connections betwen  dir
and fd are secured or just the connections betwen sd and fd?
Thanks


-- 






Jaime Ventura
[Infra-estruturas e Comunicações]

Rua Dr. António Bernardino de Almeida, 431
4200 - 072 Porto
Telef: +351 22 834 05 00 (04) - ext. 1641
Fax: +351 22 832 11 59

e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
url:www.isep.ipp.pt http://www.isep.ipp.pt






-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Res: (no subject)

2007-01-12 Thread Georger Araujo
Hi Dave,
question: what exactly went wrong? gcc error, segmentation fault? Could you 
elaborate on this?
Suggestion: try as much to possible to convey your message in clear English 
instead of attaching 207 Kb of data to an email. Regards,

Georger


- Mensagem original 

De: Dave Tinker [EMAIL PROTECTED]

Para: bacula-users@lists.sourceforge.net

Enviadas: Sexta-feira, 12 de Janeiro de 2007 15:56:11

Assunto: [Bacula-users] (no subject)



 Hi all, I'm trying  to build bacula 2.0 on a fc6 system and am having 
troubles. I'm not sure what is  wrong I've attached the config.out, config.log 
and the script I used any help  would be greatly appreciated. Thanks

  

 Dave








__
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] error in stored

2007-01-12 Thread Dave Tinker
Sorry I didn't include this in my last message. The error was in the make of
stored all the others pass I see allot of errors stating undefined reference
the last items on the list are collect2: ld returned 1 exit status and
make[1]: *** [bscan] Error 1 I hope this helps if not I'll try to provide
whatever you tell me to, I'm new to Linux and Bacula but I'll try.
 
-Dave
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Enabling Client SSL connections

2007-01-12 Thread Dan Langille
On 12 Jan 2007 at 18:46, Jaime Ventura wrote:

 Hello,
 When TLS is enabled on the fd, does all the connections betwen  dir
 and fd are secured or just the connections betwen sd and fd?

The answer applies to any Bacula node.  If you specify Require TLS = 
yes then that node will rufuse all non-TLS comms.

In short, all comms with that FD will be via TLS.

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php
PGCon - The PostgreSQL Conference - http://www.pgcon.org/



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] ?How to unpurge volume?

2007-01-12 Thread Hristo Benev
Hi,

accidentally I've purged a tape.

How I can unpurge it?

Tried update at next job volume is again purged.

Now I set it to no recycle...

Bacula version: bacula-mysql-1.38.5-4

Thanks in advance


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Res: error in stored

2007-01-12 Thread Georger Araujo
An error in ld probably means you lack at least one of the shared libraries 
required by Bacula.
Compiling a complex piece of software like Bacula can be daunting even to 
seasoned users. Save yourself the trouble and install the 1.38.11 RPM. 2.0 RPMs 
should be available soon. Regards,

Georger


- Mensagem original 

De: Dave Tinker [EMAIL PROTECTED]
Para: bacula-users@lists.sourceforge.net
Enviadas: Sexta-feira, 12 de Janeiro de 2007 16:18:10
Assunto: [Bacula-users] error in stored



 Sorry I didn't  include this in my last message. The error was in the make 
of stored all the  others pass I see allot of errors stating undefined 
reference the last items on  the list are collect2: ld returned 1 exit status 
and make[1]: *** [bscan] Error  1 I hope this helps if not I'll try to provide 
whatever you tell me to, I'm new  to Linux and Bacula but I'll try.

  

 -Dave



__
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Enabling Client SSL connections

2007-01-12 Thread Jaime Ventura
Thanks Dan, for your reply.

So, if I specify Require TLS = yes only on the fd conf, whenever I do 
a status client the connection should be secured (since the connection 
is established on the dir-fd direction), right?
Is there any way to see that the connection is 
secured(console,status,...), besides sniffing the traffic?

(I'm trying to configure secure connections between the win32 clients 
and the server.)

Thanks.


Dan Langille wrote:
 On 12 Jan 2007 at 18:46, Jaime Ventura wrote:

   
 Hello,
 When TLS is enabled on the fd, does all the connections betwen  dir
 and fd are secured or just the connections betwen sd and fd?
 

 The answer applies to any Bacula node.  If you specify Require TLS = 
 yes then that node will rufuse all non-TLS comms.

 In short, all comms with that FD will be via TLS.

   


-- 



 


Jaime Ventura
[Infra-estruturas e Comunicações]

Rua Dr. António Bernardino de Almeida, 431
4200 - 072 Porto
Telef: +351 22 834 05 00 (04) - ext. 1641
Fax: +351 22 832 11 59

e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
url:www.isep.ipp.pt http://www.isep.ipp.pt 






-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula develpment

2007-01-12 Thread Maria McKinley
Somehow I missed the suggestion time for feature requests for this time
around, but wanted to put this suggestion out there.

I would really like to be able to sort the volume list by different
criteria when I list it. When I re-use tapes, the MediaId does not
change, but the LastWritten date does, so I end up with tapes at the
very top of this long list that I want to look at. So, it would be nice
to be able to do this:

list volumes pool=Monthly sort=LastWritten

and end up with the bottom of the list to have the tapes that were most
recently written to.
In addition, it would be nice to be able to just list those with
recycle=1, or the slot=4, for example,

list volumes pool=Monthly Recycle=1

I know that when I mentioned this before, there were suggestions on how
to do this using the sql database (if I remember correctly), but it
would be nice if this were just part of the bacula interface.

thanks,
maria


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes

2007-01-12 Thread Arno Lehmann
Hi,

On 1/12/2007 3:13 PM, Oliver Lehmann wrote:
 Arno Lehmann wrote:
 
 
On 1/12/2007 6:41 AM, Oliver Lehmann wrote:
 
 
Why are volumes older 6 days not being reused?
 

Simple answer (but I wanted you to check first :-)
The volumes are not eligible for pruning.

What does llist for one of the volumes you expect to be recycled give?
 
 
 for example this one - why is it used?

It is used because it has the maximum number of jobs on it. You 
configured that...

 Pool: Inc-Pool
   MediaId: 2
VolumeName: Inc-0001
  Slot: 0
PoolId: 2
 MediaType: File
  FirstWritten: 2006-12-28 01:05:08
   LastWritten: 2006-12-29 01:09:20
 LabelDate: 2006-12-28 01:05:08
   VolJobs: 10
  VolFiles: 0
 VolBlocks: 6,586
 VolMounts: 4
  VolBytes: 424,580,037
 VolErrors: 0
 VolWrites: 10,586
  VolCapacityBytes: 0
 VolStatus: Used
   Enabled: 1
   Recycle: 1
  VolRetention: 1,296,000

That's 15 days.

VolUseDuration: 0
MaxVolJobs: 6
   MaxVolFiles: 0
   MaxVolBytes: 0
 InChanger: 0
   EndFile: 0
  EndBlock: 424,580,036
  VolParts: 0
 LabelType: 0
 StorageId: 1
  DeviceId: 0
LocationId: 0
  RecycleCount: 1
  InitialWrite: -00-00 00:00:00
 ScratchPoolId: 0
 RecyclePoolId: 0
   Comment: NULL
 
 

Remember: The pool settings are nothing but a template for the volumes 
assigned to the pool. When changing the pool settings, the existing 
volumes have to be updated accordingly.

Use the bconsole 'update volume' command.

Arno

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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula development voting

2007-01-12 Thread Arno Lehmann
Hello,

On 1/12/2007 5:02 PM, Kern Sibbald wrote:
 On Friday 12 January 2007 15:04, Dan Langille wrote:
 
Resent to bacula-users too... already sent to votes@ and devel..
 
 
 Hmm.  This reminds me that I have to vote too.  Last year, since I was doing 
 the counting, I just added my vote as I expect that Arno will do this 
 year :-)

Good point... I was just composing the mail...
;-)

Arno

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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] ?How to unpurge volume?

2007-01-12 Thread Arno Lehmann
Hi,

On 1/12/2007 8:32 PM, Hristo Benev wrote:
 Hi,
 
 accidentally I've purged a tape.
 
 How I can unpurge it?

bconsole, 'update volume=xxx' set the status to used or disabled or 
whatever you need in your situation.

This will only help you if the volume has not been written to after 
being purged.

Arno

 Tried update at next job volume is again purged.
 
 Now I set it to no recycle...
 
 Bacula version: bacula-mysql-1.38.5-4
 
 Thanks in advance
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula develpment

2007-01-12 Thread Arno Lehmann
Hi,

On 1/12/2007 9:25 PM, Maria McKinley wrote:
 Somehow I missed the suggestion time for feature requests for this time
 around, but wanted to put this suggestion out there.
 
 I would really like to be able to sort the volume list by different
 criteria when I list it. When I re-use tapes, the MediaId does not
 change, but the LastWritten date does, so I end up with tapes at the
 very top of this long list that I want to look at. So, it would be nice
 to be able to do this:
 
 list volumes pool=Monthly sort=LastWritten
 
 and end up with the bottom of the list to have the tapes that were most
 recently written to.
 In addition, it would be nice to be able to just list those with
 recycle=1, or the slot=4, for example,
 
 list volumes pool=Monthly Recycle=1
 
 I know that when I mentioned this before, there were suggestions on how
 to do this using the sql database (if I remember correctly), but it
 would be nice if this were just part of the bacula interface.

Well, I consider bconsole's query command to be part of the bacula 
interface :-) but, apart from that (and I admit that bconsole query) is 
not the most userfriendly interface) this would be a project for bweb or 
bacula-web.

IMO.

Arno

 thanks,
 maria
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] ?How to unpurge volume?

2007-01-12 Thread Hristo Benev
Arno Lehmann wrote:
 Hi,

 On 1/12/2007 8:32 PM, Hristo Benev wrote:
   
 Hi,

 accidentally I've purged a tape.

 How I can unpurge it?
 

 bconsole, 'update volume=xxx' set the status to used or disabled or 
 whatever you need in your situation.

 This will only help you if the volume has not been written to after 
 being purged.

 Arno

   
 Tried update at next job volume is again purged.

 Now I set it to no recycle...

 Bacula version: bacula-mysql-1.38.5-4

 Thanks in advance


 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 

   
I've tried this and it updates correctly, but after next job runs it 
asks again for it like it is purged automatically once marked for purge 
even I mark it as used.

The volume was not used after it was purged.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula development voting

2007-01-12 Thread Ian Levesque
Priority  Project Number
=
   127
   21
   36
   42
   514


Item 27:  Allow FD to initiate a backup
Item  1:  Accurate restoration of renamed/deleted files
Item  6:  Merge multiple backups (Synthetic Backup or Consolidation).
Item  2:  Implement a Bacula GUI/management tool.
Item 14:  Allow skipping execution of Jobs


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Project voting.

2007-01-12 Thread Erik P. Olsen
Here are my project votes:

Priority  Project Number
=
   124
   2 1
   325
   4 3
   510

-- 
Erik P. Olsen, Civilingeniør, MSc
Solsortvej 30, DK-2000 Frederiksberg, Denmark
Phone: +45 38346480, Fax: +45 32106480, Mobil: +45 40765300

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Having trouble building gnome2-console under gentoo for bacula-2.0

2007-01-12 Thread John Drescher
On gentoo amd64 I get the following errors compiling bacula:

/bin/install -c -m 0754 bacula-fd
/var/tmp/portage/app-backup/bacula-2.0.0/image//usr/sbin/bacula-fd
/bin/install -c -m 640 bacula-fd.conf
/var/tmp/portage/app-backup/bacula-2.0.0/image//etc/bacula/bacula-fd.conf
make[1]: Leaving directory
`/var/tmp/portage/app-backup/bacula-2.0.0/work/bacula-2.0.0/src/filed'
make[1]: Entering directory
`/var/tmp/portage/app-backup/bacula-2.0.0/work/bacula-2.0.0/src/gnome2-console'
/usr/lib/ccache/bin/x86_64-pc-linux-gnu-g++  -Wl,--export-dynamic
-pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lxml2
-lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangocairo-1.0 -lpango-1.0 -lcairo -lgnomevfs-2 -lbonobo-2 -lgconf-2
-lgobject-2.0 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl
-lgthread-2.0 -lglib-2.0   -lgnomeui-2 -lSM -lICE -lbonoboui-2
-lgnome-keyring -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lpopt
-lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgnomevfs-2
-lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm
-lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -L../lib -o
gnome-console console.o console_conf.o authenticate.o support.o
interface.o callbacks.o restore.o \
  -lpthread -ldl   -lgnomeui-2 -lSM -lICE -lbonoboui-2
-lgnome-keyring -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lpopt
-lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgnomevfs-2
-lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm
-lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -lbac -lm
../lib/libbac.a(crypto.o): In function `crypto_digest_new(crypto_digest_t)':
crypto.c:(.text+0x888): undefined reference to `EVP_sha256'
crypto.c:(.text+0x893): undefined reference to `EVP_sha512'
collect2: ld returned 1 exit status
distcc[2129] ERROR: compile (null) on localhost failed
make[1]: *** [gnome-console] Error 1

From what I have determined libdl is part of glibc and it appears that
the amd64 boxes that still have glibc-2.3.6 instead of glibc-2.4 are
getting this error.

So the question is does gome2-console require glibc-2.4 or greater?

BTW, all other parts of bacula compile fine.

John

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Cannot find any appendable volumes

2007-01-12 Thread Oliver Lehmann
Arno Lehmann wrote:

 On 1/12/2007 3:13 PM, Oliver Lehmann wrote:
 
   VolRetention: 1,296,000
 
 That's 15 days.
 [...]
 Use the bconsole 'update volume' command.

This worked, thanks! :)

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Having trouble building gnome2-console under gentoo for bacula-2.0

2007-01-12 Thread Kern Sibbald
On Saturday 13 January 2007 01:23, John Drescher wrote:
 On gentoo amd64 I get the following errors compiling bacula:
 
 /bin/install -c -m 0754 bacula-fd
 /var/tmp/portage/app-backup/bacula-2.0.0/image//usr/sbin/bacula-fd
 /bin/install -c -m 640 bacula-fd.conf
 /var/tmp/portage/app-backup/bacula-2.0.0/image//etc/bacula/bacula-fd.conf
 make[1]: Leaving directory
 `/var/tmp/portage/app-backup/bacula-2.0.0/work/bacula-2.0.0/src/filed'
 make[1]: Entering directory
 
`/var/tmp/portage/app-backup/bacula-2.0.0/work/bacula-2.0.0/src/gnome2-console'
 /usr/lib/ccache/bin/x86_64-pc-linux-gnu-g++  -Wl,--export-dynamic
 -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lxml2
 -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0
 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgnomevfs-2 -lbonobo-2 -lgconf-2
 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm -lgmodule-2.0 -ldl
 -lgthread-2.0 -lglib-2.0   -lgnomeui-2 -lSM -lICE -lbonoboui-2
 -lgnome-keyring -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lpopt
 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgnomevfs-2
 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm
 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -L../lib -o
 gnome-console console.o console_conf.o authenticate.o support.o
 interface.o callbacks.o restore.o \
   -lpthread -ldl   -lgnomeui-2 -lSM -lICE -lbonoboui-2
 -lgnome-keyring -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lpopt
 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgnomevfs-2
 -lbonobo-2 -lgconf-2 -lgobject-2.0 -lbonobo-activation -lORBit-2 -lm
 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -lbac -lm
 ../lib/libbac.a(crypto.o): In function `crypto_digest_new(crypto_digest_t)':
 crypto.c:(.text+0x888): undefined reference to `EVP_sha256'
 crypto.c:(.text+0x893): undefined reference to `EVP_sha512'
 collect2: ld returned 1 exit status
 distcc[2129] ERROR: compile (null) on localhost failed
 make[1]: *** [gnome-console] Error 1
 
 From what I have determined libdl is part of glibc and it appears that
 the amd64 boxes that still have glibc-2.3.6 instead of glibc-2.4 are
 getting this error.
 
 So the question is does gome2-console require glibc-2.4 or greater?
 
 BTW, all other parts of bacula compile fine.

It looks like you turned on encryption and that there is either a bug in the 
linking code (missing library) for gnome2-console, or you don't have the 
latest OpenSSL libraries loaded.  

I forget the exact version openssl version needed, but we require a relatively 
recent one.  I am using openssl-0.9.8d and it works for me.

Regards,

Kern


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users