Re: [Bacula-users] bacula-fd on windows 7 not listening on IPv6 address??

2011-04-01 Thread Matija Nalis
On 2011-03-15, Josh Fisher wrote: > On 3/15/2011 4:42 AM, Gavin McCullagh wrote: >>> Try using something like: >>> FDAddresses { >>> ip = { >>> addr = hostname >>> } >>> } >>> >>> The ip keyword of FDAddresses allows selection of IPv4 and IPv6 addresses.

Re: [Bacula-users] [Bacula-devel] Bacula 5.0.2 released

2010-04-29 Thread Matija Nalis
On Wed, Apr 28, 2010 at 07:23:07PM +0200, Kern Sibbald wrote: > This is to let you know that Eric has released the tar.gz source files and > the > Windows binaries to the Bacula section of the Source Forge download area. > > This 5.0.2 version is primarily an important bug fix update to version

Re: [Bacula-users] BAT?

2010-04-28 Thread Matija Nalis
On Tue, Apr 27, 2010 at 10:06:38AM -0700, Joseph Spenner wrote: > This may be so obvious that I can't find it.. but where do I find BAT? In standard bacula distribution. when you compile your FD, SD and DIR, if Qt is autodetected (or if you pass "--enable-bat" to "./configure") the bat will be bu

Re: [Bacula-users] Upgrade path from 2.4.x to 5.0.x

2010-04-27 Thread Matija Nalis
On Tue, Apr 27, 2010 at 02:15:35PM +0200, Foo wrote: > On Mon, 26 Apr 2010 15:57:53 +0200, Matija Nalis > >> Also, can I expect problems if I added some extra indexes for speed and > >> whatever tables/indexes were added by webacula? > > > > yes, you can expec

Re: [Bacula-users] Ubuntu Lucid

2010-04-27 Thread Matija Nalis
On Tue, Apr 27, 2010 at 12:27:11PM +0200, Uwe Schuerkamp wrote: > Hi folks, > > looks like lucid comes with bacula v5 which seemingly is unable to > talk to our server running bacula 2.4.x: Your other clients are all 2.4.x I guess. > following that, there's a "client rejected hello command" mes

Re: [Bacula-users] File volumes doesnt reach Maximun volumes

2010-04-27 Thread Matija Nalis
On Tue, Apr 27, 2010 at 12:39:58PM +0200, Jorge Cabello wrote: > I thought new files were created until Maximum volumes limit was reached. They were. But the old files were at the same time deleted according to retention period, so you you maximum volume limit was never actually reached.

Re: [Bacula-users] File volumes doesnt reach Maximun volumes

2010-04-27 Thread Matija Nalis
On Tue, Apr 27, 2010 at 11:36:34AM +0200, Jorge Cabello wrote: > I'm using 3 pools: full, differential and incremental. All of the with: > Volume Retention = 1 month > RecycleOldestVolume = yes > > Full Pool (1st of each month): Maximum volumes = 2 > Differential Pool (15th of each month):Maximum

Re: [Bacula-users] appending to a "full" tape?

2010-04-27 Thread Matija Nalis
On Tue, Apr 27, 2010 at 10:43:44AM +0200, IEM - network operating center (IOhannes m zmoelnig) wrote: > i'm running bacula 2.4.4 in a debian/etch environment (i know that it is > a bit outdated; but there is even one debian/sarge host that i cannot > really update...) No worries, 2.4.4 is also th

Re: [Bacula-users] Backup sshfs mount point

2010-04-26 Thread Matija Nalis
On Mon, Apr 26, 2010 at 09:38:02AM -0300, Sergio Belkin wrote: > It say differential because I've run that job before but ssh was > unmounted so first backup was empty. So that was probably the problem. For incremental/differental to work correctly, bacula expects that the new/modified files will

Re: [Bacula-users] Upgrade path from 2.4.x to 5.0.x

2010-04-26 Thread Matija Nalis
On Mon, Apr 26, 2010 at 03:31:21PM +0200, Foo wrote: > which MySQL update scripts from which archives do I need to run to go from > 2.4.4 to 5.0.1, can I skip minor revisions and just run the ones from > 3.0.3 and 5.0.1 or are there other db changes between say 3.0.0 and 3.0.3a? Didn't try tha

Re: [Bacula-users] Full and Incremental backup to different location

2010-04-23 Thread Matija Nalis
On Thu, Apr 22, 2010 at 12:06:12PM -0400, Phil Stracchino wrote: > That's looking much better. One suggestion, though - Move your Pool > overrides from the Schedule to the Job or JobDefs, like this: > > Schedule { > Name = "Default" > Run = Level=Full 1st sun at 2:05 > Run = Level=Increment

Re: [Bacula-users] Problems using bscan to put Files back in catalog ?

2010-04-22 Thread Matija Nalis
On Thu, Apr 22, 2010 at 11:04:15AM +0100, Martin Simmons wrote: > >>>>> On Thu, 22 Apr 2010 11:07:43 +0200, Matija Nalis said: > > That is indeed the case - Job 10553 (the Full backup from tape > > 783AHNL2) indeed has PurgedFiles=1 (all other Differental/Incrementa

Re: [Bacula-users] Problems using bscan to put Files back in catalog ?

2010-04-22 Thread Matija Nalis
On Wed, Apr 21, 2010 at 08:31:19PM +0100, Martin Simmons wrote: > > Which all ended with info like (with different non-zero numbers of course) : > > > > Records added or updated in the catalog: > > 1 Media > > 1 Pool > > 2 Job > > 8992911 File > > > > So I guessed it should be r

[Bacula-users] Problems using bscan to put Files back in catalog ?

2010-04-21 Thread Matija Nalis
Hi, I had a long retention on jobs (3 years) and a short on files (1 month). I usually run full backups monthly, but few of those failed (due to time restrictions and other issues). I also run Differential backups weekly, so all data seems to be on tapes - it just that the File records expired. S

Re: [Bacula-users] Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by peer

2010-04-21 Thread Matija Nalis
On Sun, Apr 18, 2010 at 11:46:33AM -0500, Jon Schewe wrote: > > http://wiki.bacula.org/doku.php?id=faq#my_backup_starts_but_dies_after_a_while_with_connection_reset_by_peer_error > > > > [1] It actually tries that at one point in src/lib/bsock.c if > > TCP_KEEPIDLE support is detected, but it f

Re: [Bacula-users] Restore hanging on "Building directory tree"

2010-04-21 Thread Matija Nalis
On Tue, Apr 20, 2010 at 01:09:45PM -0600, Jason Hill wrote: > I read through that, and looked at my indexes on the File table and it > doesn't appear as if I have superfluous indexes. The doc mentions: > > "you need to drop all the indexes from File table except the primary > key and indexes on (

Re: [Bacula-users] Restore hanging on "Building directory tree"

2010-04-20 Thread Matija Nalis
On Tue, Apr 20, 2010 at 10:38:27AM -0600, Jason Hill wrote: > I am at my wit's end on this one, and I am hoping someone has had this > problem already. > > I am running the following: > > RHEL 5.5 (client, or workstation) > Bacula 5.0.1 > MySQL 5.1 > > > My problem is that when I attempt a rest

Re: [Bacula-users] Bacula don't ignore files in section Exclude

2010-04-20 Thread Matija Nalis
On Fri, Apr 16, 2010 at 05:12:17PM -0300, Daniel wrote: > This problem is the continuation of my last e-mail. > > I am trying to configurate the bacula to make the backup of my desktop. > I want to make copy of my /home/user folder, but I wanto to ignore the > directores .gvfs and .VirtualBox. >

Re: [Bacula-users] Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by peer

2010-04-16 Thread Matija Nalis
On Mon, Apr 12, 2010 at 03:59:49PM -0500, Jon Schewe wrote: > On 4/12/10 9:40 AM, Matija Nalis wrote: > > It is especially problem with bigger databases and MySQL instead of > > PostgreSQL, see http://bugs.bacula.org/view.php?id=1472, where it can > > take even several hours

Re: [Bacula-users] bacula 5.0.1 and db issues - please, share your experience

2010-04-14 Thread Matija Nalis
On Wed, Apr 14, 2010 at 03:29:29PM +0200, Koldo Santisteban wrote: > Thanks for your answers. > Stephen, do you use bconsole or bat? Perhaps the issue is only on bat. I > recognize that i only use bweb and bat (on windows). For what it's worth, I used bconsole, and it was extremly slow (20+ hours)

Re: [Bacula-users] bacula 5.0.1 and db issues - please, share your experience

2010-04-13 Thread Matija Nalis
On Tue, Apr 13, 2010 at 02:42:15PM +0200, Koldo Santisteban wrote: > Hello > I am working with bacula 5.0.1. On first stage i setup the server with > bacula 5.0.1 and Mysql, but, when i need to restore i have found that "the > bulid tree process" take 10-12 hours (or more). I have read all about th

Re: [Bacula-users] Problems getting restore to work

2010-04-13 Thread Matija Nalis
On Mon, Apr 12, 2010 at 02:15:05PM -0700, Jerry Lowry wrote: > Hi, I am still tweaking a new installation of bacula 5.0.1 on Centos > 5.4. The backups work fine but I am trying to get the restore to work > and I keep getting the following errors: > > Volume "hardware-0014" to file:block 7:293

Re: [Bacula-users] Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by peer

2010-04-12 Thread Matija Nalis
On Mon, Apr 12, 2010 at 09:23:51AM -0500, Jon Schewe wrote: > On 4/12/10 9:00 AM, Matija Nalis wrote: > > (SO_KEEPALIVE will work even with only one side of connection having > > it enabled). > > > So I should only need the heartbeat on that client's setup as well,

Re: [Bacula-users] Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by peer

2010-04-12 Thread Matija Nalis
On Mon, Apr 12, 2010 at 08:45:36AM -0500, Jon Schewe wrote: > On 4/12/10 8:39 AM, Matija Nalis wrote: > > echo 60 > /proc/sys/net/ipv4/tcp_keepalive_time > > > > (or edit /etc/sysctl.d/* or /etc/sysctl.conf to retain value across > > reboots). Can you try what &quo

Re: [Bacula-users] Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by peer

2010-04-12 Thread Matija Nalis
On Mon, Apr 12, 2010 at 07:59:53AM -0500, Jon Schewe wrote: > /proc/sys/net/ipv4/tcp_keepalive_time:7200 > > netstat -to > Client: > tcp0 0 client:9102 server:54043 ESTABLISHED > keepalive (7196.36/0/0) That's strange. It should've been the timeouts you specified in config

Re: [Bacula-users] Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by peer

2010-04-12 Thread Matija Nalis
On Mon, Apr 12, 2010 at 05:41:51AM -0500, Jon Schewe wrote: > > Strange. Are you running GNU/Linux system on all the machines > > (FD, SD, DIR) ? IIRC, it might not be supported on other systems, > > and/or it may need additional tuning on them. > > > > > I'm running opensuse Linux for the dire

Re: [Bacula-users] Max Run Time exceede with 0s run time!

2010-04-12 Thread Matija Nalis
On Mon, Apr 12, 2010 at 10:52:21AM +0200, Harald Schmalzbauer wrote: > Why do job 3-5 get cancelled with 0s runtime? > How can I file a bug report? Create an account at http://bugs.bacula.org/ and 'Report issue'. -- Down

Re: [Bacula-users] Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by peer

2010-04-12 Thread Matija Nalis
on them. I've updated the docs at http://tinyurl.com/y8wapdu -- Matija Nalis Odjel racunalno-informacijskih sustava i servisa Hrvatska akademska i istrazivacka mreza - CARNet Josipa Marohnica

Re: [Bacula-users] Poor Performance

2010-04-08 Thread Matija Nalis
On Thu, Apr 08, 2010 at 10:55:55AM -0400, Il Neofita wrote: > Any Idea? What I should check > > On Wed, Apr 7, 2010 at 1:04 PM, Il Neofita wrote: > > Thank you for all the replies > > The  bottleneck is the network or at lest something in the network > > and yes I have an autoloader LTO4 > > > >

Re: [Bacula-users] Need help debugging SD crash

2010-04-08 Thread Matija Nalis
On Tue, Apr 06, 2010 at 08:40:20AM -0600, Robert LeBlanc wrote: > I've tried in the past to do exactly this. Bacula will usually spit out an > error that the tape could not be moved or in rarer situations say the drive > is not there. I then shut down bacula-sd and try to run the mt eject command >

Re: [Bacula-users] Max Run Time exceede with 0s run time!

2010-04-08 Thread Matija Nalis
On Mon, Apr 05, 2010 at 12:46:25PM +0200, Harald Schmalzbauer wrote: > Absurdly canceled job 47: > Fatal error: Max run time exceeded. Job canceled. > Scheduled time: 04-Apr-2010 21:01:03 > Start time: 04-Apr-2010 21:39:41 > End time: 04-Apr-2010 21:39:41 > Ela

Re: [Bacula-users] Fatal error: backup.c:892 Network send error to SD. ERR=Connection reset by peer

2010-04-08 Thread Matija Nalis
On Wed, Apr 07, 2010 at 02:15:14PM +0100, Prashant Ramhit wrote: > 06-Apr 12:54 client-fd JobId 299: Fatal error: backup.c:892 Network send > error to SD. ERR=Connection reset by peer > > Is it possible to tell me how to enable more debug on client and > storage so that i can find more clues to th

Re: [Bacula-users] KeepAlive parameter for Control connection between FD and DIR?

2010-04-08 Thread Matija Nalis
On Thu, Apr 08, 2010 at 11:12:06AM +0200, "M. Sébastien LELIEVRE" wrote: > Running Bacula 3.0.3, > Is there a KeepAlive parameter for the Control Connection between > FileDaemon and Director during a Backup/Restore operation? Yes, see http://tinyurl.com/y8wapdu that is http://wiki.bacula.org/doku.

Re: [Bacula-users] client rejected Hello command

2010-04-07 Thread Matija Nalis
On Tue, Apr 06, 2010 at 05:52:54PM -0400, Roland Roberts wrote: > When the client is run in the foreground in verbose mode, I get this from the > client: > > archos-fd: cram-md5.c:73-0 send: auth cram-md5 > <1018903137.1269886...@archos-fd> ssl=0 > archos-fd: cram-md5.c:152-0 sending resp to chal

Re: [Bacula-users] Poor Performance

2010-04-07 Thread Matija Nalis
On Wed, Apr 07, 2010 at 08:41:41AM -0400, Il Neofita wrote: > Hi > I have very poor performance when the agent send the spool to the bacula > server First the obvious question: are the server or client doing anything else while the backup is running? > I currently use a RAID5 SAS 15K, 1GB Etherne

Re: [Bacula-users] PATCH: add AES-ECB support to Bacula

2010-04-07 Thread Matija Nalis
using filters, we can have both maximum flexibility, and actually have the more secure encryption (by recommending the proven encryption tools to use instead of reinventing the wheel [probably badly]) -- Matija Nalis Odjel racunalno-informacijskih sustava i servisa

Re: [Bacula-users] Multiple drives in changer

2010-04-06 Thread Matija Nalis
On Fri, Apr 02, 2010 at 10:36:59AM -0600, Robert LeBlanc wrote: > On Fri, Apr 2, 2010 at 2:44 AM, Matija Nalis > > I think you need to set > > Prefer Mounted Volumes = no > > I guess this is where we need clarification about what is an available > drive. I took this to

Re: [Bacula-users] VirtualFull mysql query blocks other jobs for a long time

2010-04-06 Thread Matija Nalis
t Time set to something less than 6 hours. Yes, it happens, especially with bigger File tables - what does "Select count(*) from File" returns for you ? This slowdown was not present in 3.0.3 but is new to 5.0.x series and has been docume

Re: [Bacula-users] Simplified pools

2010-04-06 Thread Matija Nalis
than including single files, for example you could use something like: @|"sh -c 'for f in /etc/bacula/clients.d/*.conf ; do echo @${f} ; done'" which would include all *.conf files in /etc/bacula/clients.d/ We use that to allow different admins to edit configurations only for th

Re: [Bacula-users] Need help debugging SD crash

2010-04-06 Thread Matija Nalis
On Sun, Apr 04, 2010 at 01:20:49PM -0600, Robert LeBlanc wrote: > I'm having problems with our SD and tapes being locked in the > drive occasionally. How does it manifest exactly ? bconsole umount command returns error, or remains in some state (check with "status storage") ? Which state and/or er

Re: [Bacula-users] DVD backup

2010-04-02 Thread Matija Nalis
On Thu, Apr 01, 2010 at 08:23:41AM -0700, Wes Hardaker wrote: > The last time I was at a store and was staring at the external USB > hard-disks while holding a stack of re-writable DVDs I noticed that for > about twice the stack of DVDs I could buy an external hard drive that > I could always have

Re: [Bacula-users] Multiple drives in changer

2010-04-02 Thread Matija Nalis
m). Note however that it might lead to deadlocks (or at least, it could in the past... don't know if that was fixed). -- Matija Nalis Odjel racunalno-informacijskih sustava i servisa Hrvatska akadems

Re: [Bacula-users] Big log....

2010-04-01 Thread Matija Nalis
On Thu, Apr 01, 2010 at 10:56:03AM -0300, Gilberto Nunes wrote: > But now that I see... the Log.MYD is in bacula directory locate on > /var/lib/mysql... > Then, i thing that this Log.MYD is onwer but bacula or not??? Yeah, I think Phil is wrong, you're not talking about same thing. /var/lib/mysq

Re: [Bacula-users] Deleting files/folders on restores

2010-04-01 Thread Matija Nalis
On Thu, Apr 01, 2010 at 03:00:00PM +0200, Marco Zimmermann wrote: > Am 01.04.10 14:24 schrieb "Matija Nalis" unter : > > Oh, I see. So the problem you have is happening only when you restore > > to the same client and the same place you did a backup from ? > > Yes

Re: [Bacula-users] Deleting files/folders on restores

2010-04-01 Thread Matija Nalis
On Thu, Apr 01, 2010 at 01:48:34PM +0200, Marco Zimmermann wrote: > Thanks for your reply! > > >> How can I change this behavior? I mean restore in a way that newer > >> files/folders will be deleted? > > > > You need to backup with "Accurate = Yes", see > > http://www.bacula.org/en/dev-manual/Ne

Re: [Bacula-users] Deleting files/folders on restores

2010-04-01 Thread Matija Nalis
delete all files from the disk and to a complete > restore!? Isn?t there a other way? Alternatively, if you can't or won't use Accurate=yes, you can keep doing just full backups, no incremental/differental ones. -- Matija Nalis Odjel racu

Re: [Bacula-users] ./Configure unable to make BACULA-5.0.1 from src

2010-04-01 Thread Matija Nalis
ane.comp.bacula.user/59120 so the question is actually "How can I tell configure to search in /usr/include/gtk2.0/gtk/gtk.h" Adding the "-I /usr/include/gtk2.0" to CFLAGS line should work. -- Matija Nali

Re: [Bacula-users] Fwd: bacula windows file path slovak letters

2010-03-26 Thread Matija Nalis
h bacula-fd 2.4.4 (both servers and clients on debian, though), backs up and restores files containing Croatian letters in them (šđčćž ŠĐČĆŽ) without problems; so I would expect it to work with Slovak and Czech letters too. Note: your server (DIR, SD) must have same of newer versions of ba

Re: [Bacula-users] mysql-> postgres conversion. Problems...

2010-03-26 Thread Matija Nalis
out losing catalog data (or die trying, which I'd like to avoid if at all possible :) -- Matija Nalis Odjel racunalno-informacijskih sustava i servisa Hrvatska akademska i istrazivacka mreza - CARNet Josipa Maro

Re: [Bacula-users] restores not working

2010-03-24 Thread Matija Nalis
On Tue, Mar 23, 2010 at 04:07:17PM +, Alan Brown wrote: > Matija Nalis wrote: >> It is probably not hung, but just very, very slow. > > Yes. You probably need a LOT more ram and to tune mysql's parameters. Or maybe someone should tune the SQL queries (no, I'm not

Re: [Bacula-users] restores not working

2010-03-23 Thread Matija Nalis
On Mon, Mar 22, 2010 at 01:25:38PM -0500, Jonathan R. Dundas wrote: > I have a RHEL 5 x86_64 patched-current install with bacula RPM's built > from the sourceforge src RPMs. I'm running MySQL community edition > 5.1.43-1 mysql.com RPMs. I have updated bacula and tried this same > operation with b

Re: [Bacula-users] Any takers, pls? Bacula Sudo Authentication Failure

2010-03-19 Thread Matija Nalis
on job) or if you don't (in which case you would remove that cron job) -- Matija Nalis Odjel racunalno-informacijskih sustava i servisa Hrvatska akademska i istrazivacka mreza - CARNet Josipa Marohnic

Re: [Bacula-users] Bacula Enhancements Request

2010-03-17 Thread Matija Nalis
d to do it automatically -- the cause of problem being exactly high portability of bacula to different environments. -- Matija Nalis Odjel racunalno-informacijskih sustava i servisa Hrvatska akademska i ist

Re: [Bacula-users] Maximum Concurrent Jobs in job definition

2010-03-12 Thread Matija Nalis
Jobs = no" ? See http://www.bacula.org/en/dev-manual/New_Features.html#SECTION003101000 -- Matija Nalis Odjel racunalno-informacijskih sustava i servisa Hrvatska akademska i istrazivacka mreza - CARNet

Re: [Bacula-users] Force serialization only for a subset of hosts ?

2010-03-09 Thread Matija Nalis
On Tue, Mar 09, 2010 at 10:10:38AM -0500, Phil Stracchino wrote: > On 03/09/10 09:06, Matija Nalis wrote: > > Unfortunately, we're backing up to several LTO drives, and as far as > > I've seen so far it seems that the tapes don't like being shared by > > severa

Re: [Bacula-users] Force serialization only for a subset of hosts ?

2010-03-09 Thread Matija Nalis
much better than current group-C starving. What would be ideal is to have ability to set Concurrecy per-JobDefs, but it doesn't seem to work that way (it looks like it copies it to Job using it). -- Matija Nalis Odjel racunalno-informacijskih sustava i servisa

[Bacula-users] Force serialization only for a subset of hosts ?

2010-03-05 Thread Matija Nalis
Hi everyone, we're having a bacula backup with an order of magnitude of 150 hosts, and some of them are xen DomU virtual machines sharing same physical host. Because of the number of hosts, we need the maximum parallelization possible (so the backups can finish in allowed timeslot), which we achi