[Bacula-users] Bacula update from 1.38.11 to 2.X?

2007-01-31 Thread pedro moreno
Hi people. I install bacula 2.0.1 in FreeBSD 6.2 Release. I have in another computer running bacula 1.38.11 OS FreeBSD with MySQL 4.1, is working really great i had already restore over 85GB to one Linux client running Centos 4.4 from tape, bacula again show his power. Well my doubt is thi

Re: [Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread James Harper
> > For now, I'm giving up on having an offsite storage daemon. I don't > > have the money to spend on a fully working router. So I'm going to > > just keep the storage daemon on the same machine as the director, and > > then rsync the physical volumes afterwards offsite. > > Though this is bett

Re: [Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread James Harper
> I think that makes any Bacula job longer than 10 minutes impossible using > this Linksys router. Looks like I'm out of luck. I have updated to the > newest firmware, and the Linksys config doesn't have any ability to modify > the timeout value. I suppose I could buy a new router, or set up a

Re: [Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread Zachariah Mully
On Wed, 2007-01-31 at 13:40 -0800, Brad Peterson wrote: > >> Aaah, I've finally figured it out. The very common Linksys WRT54G > v5 > >> router IS dropping inactive sockets after exactly 10 minutes. > > >Set heartbeat intervals to 1 minute. > > >Problem solved (and is why this directive is ther

Re: [Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread Brad Peterson
>> Aaah, I've finally figured it out. The very common Linksys WRT54G v5 >> router IS dropping inactive sockets after exactly 10 minutes. >Set heartbeat intervals to 1 minute. >Problem solved (and is why this directive is there) I already have the heartbeats in at 30 seconds each. Unfortunatel

Re: [Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread Alan Brown
On Wed, 31 Jan 2007, Kern Sibbald wrote: > I personally I would ask for a refund on the router since it apparently > doesn't understand keepalive and doesn't follow standard TCP/IP standards so > does not function properly. Fat chance of that. Linksys are notorious for lack of response to consume

Re: [Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread Alan Brown
On Wed, 31 Jan 2007, Brad Peterson wrote: > Aaah, I've finally figured it out. The very common Linksys WRT54G v5 > router IS dropping inactive sockets after exactly 10 minutes. Set heartbeat intervals to 1 minute. Problem solved (and is why this directive is there) --

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Steen Meyer
Onsdag 31 januar 2007 17:50 skrev Ryan Novosielski: > Dan Langille wrote: > > On 31 Jan 2007 at 11:24, Ryan Novosielski wrote: > >> So, I guess in summation, "Nothing to see here," or "What's the > >> problem?" > >> > >> *IANA port list: http://www.iana.org/assignments/port-numbers > > > > Well, HP

Re: [Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread Brad Peterson
>> Kern, if you are reading this, what are the chances that a heartbeat could >> be implemented between the director and the storage daemon? >Yes, that is possible, but you will need to find someone to program it. If I knew my C++ well enough, I'd dive into it. :) Darn my lack of C++ knowled

Re: [Bacula-users] Splitting config files (fwd)

2007-01-31 Thread Kern Sibbald
On Wednesday 31 January 2007 20:31, Brian Debelius wrote: > David Romerstein wrote: > > On Wed, 31 Jan 2007, Brian Debelius wrote: > >> Darien Hager wrote: > >>> On Jan 31, 2007, at 10:46 AM, Brian Debelius wrote: > I am trying to split up a config file on Windows, using the @ > directive

Re: [Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread Kern Sibbald
On Wednesday 31 January 2007 20:05, Brad Peterson wrote: > Aaah, I've finally figured it out. The very common Linksys WRT54G v5 > router IS dropping inactive sockets after exactly 10 minutes. > > I verified this through a process of elimination. Any time the Linksys > router was used, I'd get a s

Re: [Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread Darien Hager
> Kern, if you are reading this, what are the chances that a > heartbeat could be implemented between the director and the storage > daemon? Would there be any significant downsides to a global heartbeat directive in the director? When the director initially connects to an FD/SD it could m

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill Moran wrote: > In response to Ryan Novosielski <[EMAIL PROTECTED]>: >> Dan Langille wrote: >>> On 31 Jan 2007 at 11:24, Ryan Novosielski wrote: >>> So, I guess in summation, "Nothing to see here," or "What's the problem?" *IANA

Re: [Bacula-users] Splitting config files

2007-01-31 Thread Michel Meyers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Debelius wrote: > Darien Hager wrote: >> On Jan 31, 2007, at 11:07 AM, Brian Debelius wrote: > ok, doing the above helps out a little. You can now see part of the > path after the 'config file' line > > I changed it to > @C:\\Documents\ and\ Set

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Kern Sibbald
Hello Dan, Thanks. Finally! You have provided the proof straight from HP's own documents that they do use Bacula registered ports. It also proves that our users know what they are talking about. Regards, Kern On Wednesday 31 January 2007 17:39, Dan Langille wrote: > On 31 Jan 2007 at 11:24,

Re: [Bacula-users] Splitting config files

2007-01-31 Thread Brian Debelius
Darien Hager wrote: > On Jan 31, 2007, at 11:07 AM, Brian Debelius wrote: > >> Config error: Cannot open included config file : No such file or >> directory >> > > After "config file" it should list the path it attempted to open. > From what you've written it appears blank, suggesting

Re: [Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread Zachariah Mully
On Wed, 2007-01-31 at 11:05 -0800, Brad Peterson wrote: > Aaah, I've finally figured it out. The very common Linksys WRT54G v5 > router IS dropping inactive sockets after exactly 10 minutes. > > I verified this through a process of elimination. Any time the > Linksys router was used, I'd get a

Re: [Bacula-users] Splitting config files

2007-01-31 Thread David Romerstein
On Wed, 31 Jan 2007, Brian Debelius wrote: > David Romerstein wrote: >> http://www.bacula.org/dev-manual/FileSet_Resource.html#SECTION00154 >> >> If you are entering Windows file names, the directory path may be preceded by >> the drive and a colon (as in c:). However, the path se

Re: [Bacula-users] Splitting config files

2007-01-31 Thread Darien Hager
On Jan 31, 2007, at 11:07 AM, Brian Debelius wrote: > Config error: Cannot open included config file : No such file or > directory After "config file" it should list the path it attempted to open. From what you've written it appears blank, suggesting some sort of syntax or input issue rathe

Re: [Bacula-users] Splitting config files (fwd)

2007-01-31 Thread Brian Debelius
David Romerstein wrote: > On Wed, 31 Jan 2007, Brian Debelius wrote: > > >> Darien Hager wrote: >> >>> On Jan 31, 2007, at 10:46 AM, Brian Debelius wrote: >>> >>> I am trying to split up a config file on Windows, using the @ directive as shown in http://www.bacula.org/

Re: [Bacula-users] Splitting config files (fwd)

2007-01-31 Thread David Romerstein
On Wed, 31 Jan 2007, Brian Debelius wrote: > Darien Hager wrote: >> On Jan 31, 2007, at 10:46 AM, Brian Debelius wrote: >> >>> I am trying to split up a config file on Windows, using the @ >>> directive >>> as shown in http://www.bacula.org/dev-manual/ >>> Customizin_Configurat_Files.html but it

Re: [Bacula-users] Splitting config files

2007-01-31 Thread Brian Debelius
Darien Hager wrote: > On Jan 31, 2007, at 10:46 AM, Brian Debelius wrote: > >> I am trying to split up a config file on Windows, using the @ >> directive >> as shown in http://www.bacula.org/dev-manual/ >> Customizin_Configurat_Files.html but it >> returns an error that it cannot find the fil

[Bacula-users] Linksys is killing socket between director and SD

2007-01-31 Thread Brad Peterson
Aaah, I've finally figured it out. The very common Linksys WRT54G v5 router IS dropping inactive sockets after exactly 10 minutes. I verified this through a process of elimination. Any time the Linksys router was used, I'd get a socket drop at 10 minutes (wireless or ethernet cable included)

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Chris Hoogendyk
please read to the bottom before commenting on stuff in the middle. -- Chris H. Bill Moran wrote: > In response to Chris Hoogendyk <[EMAIL PROTECTED]>: > > [snip] > > >> I passed an earlier message from this thread along to my network expert, >> because we have had some complaints about rec

Re: [Bacula-users] Splitting config files

2007-01-31 Thread mikee
On Wed, 31 Jan 2007, Brian Debelius might have said: > Hello, > > I am trying to split up a config file on Windows, using the @ directive > as shown in > http://www.bacula.org/dev-manual/Customizin_Configurat_Files.html but it > returns an error that it cannot find the file. Has anyone done t

Re: [Bacula-users] Splitting config files

2007-01-31 Thread Darien Hager
On Jan 31, 2007, at 10:46 AM, Brian Debelius wrote: > I am trying to split up a config file on Windows, using the @ > directive > as shown in http://www.bacula.org/dev-manual/ > Customizin_Configurat_Files.html but it > returns an error that it cannot find the file. Has anyone done > this in

[Bacula-users] Splitting config files

2007-01-31 Thread Brian Debelius
Hello, I am trying to split up a config file on Windows, using the @ directive as shown in http://www.bacula.org/dev-manual/Customizin_Configurat_Files.html but it returns an error that it cannot find the file. Has anyone done this in Windows? Thanks Brian --

Re: [Bacula-users] (2.0.1) 5 minute 5 seconds problem

2007-01-31 Thread Darien Hager
(Looks like my last message was misaddressed. Resending.) On Jan 30, 2007, at 1:09 PM, Kern Sibbald wrote: > Another thing to check for is HP printers on the network [...] I don't think that's the problem in my case. While we have an HP server on our internal office network, the two servers I w

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Bill Moran
In response to Ryan Novosielski <[EMAIL PROTECTED]>: > > Dan Langille wrote: > > On 31 Jan 2007 at 11:24, Ryan Novosielski wrote: > > > >> So, I guess in summation, "Nothing to see here," or "What's the > >> problem?" > >> > >> *IANA port list: http://www.iana.org/assignments/port-numbers > > >

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Davide Bolcioni
On Wednesday 31 January 2007 5:50 pm, Ryan Novosielski wrote: > Even so, a very small overlap: > > * 9100 TCP port is used for printing. Port numbers 9101 and 9102 are for > parallel ports 2 and 3 on the three-port HP Jetdirect external print > servers. > > ...and if I'm not mistaken, this is conf

Re: [Bacula-users] Some remarks

2007-01-31 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miki Lewinger wrote: > 3) I feel that the bacula-dir.conf file is manageable up to a certain > number of clients/jobs... It doesn't scale up well to more than X (in my > case x=35). Shouldn't this be saved in the bacula sql database as well ? > Thu

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Kern Sibbald
On Wednesday 31 January 2007 16:38, Chris Hoogendyk wrote: > Dan Langille wrote: > > On 31 Jan 2007 at 11:28, Davide Bolcioni wrote: > >> Kern Sibbald wrote: > >>> Another thing to check for is HP printers on the network, which have > >>> the nasty habit of using non-registered ports e.g. 9001, 900

Re: [Bacula-users] Final update : Experience with extremely large fileset include lists?

2007-01-31 Thread Kern Sibbald
Hello, Very interesting results, not too surprising. See below ... On Wednesday 31 January 2007 15:52, Alan Davis wrote: > I've completed my initial tests with very large include lists with a > successful outcome. > > The final test list was intended to simulate a backup file list > generated by

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Langille wrote: > On 31 Jan 2007 at 11:24, Ryan Novosielski wrote: > >> So, I guess in summation, "Nothing to see here," or "What's the >> problem?" >> >> *IANA port list: http://www.iana.org/assignments/port-numbers > > Well, HP does use those

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Dan Langille
On 31 Jan 2007 at 11:24, Ryan Novosielski wrote: > So, I guess in summation, "Nothing to see here," or "What's the > problem?" > > *IANA port list: http://www.iana.org/assignments/port-numbers Well, HP does use those ports: http://www.isecom.info/cgi- local/protocoldb/browse.dsp?search=1&fld1=1

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Langille wrote: > On 31 Jan 2007 at 16:43, Davide Bolcioni wrote: > >> On Wednesday 31 January 2007 1:29 pm, Dan Langille wrote: >> Port conflicts are a known annoyance, but maybe it would help to disseminate the information about Bacula

Re: [Bacula-users] force status full

2007-01-31 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would not recommend doing this, and instead limiting media use by VolumeUseDuration or MaximumVolumeJobs. Homegrown queries are probably not the easiest things to follow in the future, and there is really no need for them, I wouldn't think. Manuel S

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Bill Moran
In response to Chris Hoogendyk <[EMAIL PROTECTED]>: [snip] > I passed an earlier message from this thread along to my network expert, > because we have had some complaints about recent HP stuff. I'm only > casually up on that stuff. > > I was surprised by his answer, but not by his depth of k

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Dan Langille
On 31 Jan 2007 at 16:43, Davide Bolcioni wrote: > On Wednesday 31 January 2007 1:29 pm, Dan Langille wrote: > > > > Port conflicts are a known annoyance, but maybe it would help to > > > disseminate the information about Bacula usage, for example here: > > > > > > http://en.wikipedia.org/wiki/L

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Dan Langille
On 31 Jan 2007 at 10:38, Chris Hoogendyk wrote: > > > Dan Langille wrote: > > On 31 Jan 2007 at 11:28, Davide Bolcioni wrote: > > > > > >> Kern Sibbald wrote: > >> > >> > >>> Another thing to check for is HP printers on the network, which > >>> have the nasty habit of using non-registere

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Davide Bolcioni
On Wednesday 31 January 2007 1:29 pm, Dan Langille wrote: > > Port conflicts are a known annoyance, but maybe it would help to > > disseminate the information about Bacula usage, for example here: > > > > http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers > > The Bacula ports are list

Re: [Bacula-users] Don't understand error

2007-01-31 Thread Richard White
> Tape files are different than actual files. But the fact that you see > neither files nor bytes indicates (to me) that your doing spooling? Pardon my newbieness, but I'm not sure. I recall seeing a message during a backup relating to despooling, so maybe I do have spooling set up. I should hav

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Chris Hoogendyk
Dan Langille wrote: > On 31 Jan 2007 at 11:28, Davide Bolcioni wrote: > > >> Kern Sibbald wrote: >> >> >>> Another thing to check for is HP printers on the network, which have >>> the nasty habit of using non-registered ports e.g. 9001, 9002, or >>> 9003, which can cause disconnects by Ba

Re: [Bacula-users] force status full

2007-01-31 Thread Manuel Staechele
>> i want every media LastWritten 7 days ago to go in full status. >> because if the media is append, it will not automatic pruned >> i have wrote a little sql query to do the job, but want ask if there is >> a better, than execute the sql query every day. > > I'll let others on this list answer y

Re: [Bacula-users] Final update : Experience with extremely large fileset include lists?

2007-01-31 Thread Alan Davis
I've completed my initial tests with very large include lists with a successful outcome. The final test list was intended to simulate a backup file list generated by a db query to backup new files or files modified by a part of our production process. The filesystems are in the 30TB range contain

Re: [Bacula-users] Bacula Admin Tool (bat)

2007-01-31 Thread Kern Sibbald
On Wednesday 31 January 2007 14:03, Michel Meyers wrote: > Andrew Paterson wrote: > > Hi Michel, > > As I understand it bweb is (was) bacula-web which I use at the moment > > I'm not sure, bweb looks radically different from bacula-web. No idea > whether it was developed from that or is a 'from

Re: [Bacula-users] Bacula Admin Tool (bat)

2007-01-31 Thread Kern Sibbald
On Wednesday 31 January 2007 11:33, Andrew Paterson wrote: > Hi, > I know I am a little late with this comment and it is probably not > welcome... But I feel it needs stating <...RANT...> > I am not happy with the client-specific gui (bat). > It would surely be better to have a server bas

Re: [Bacula-users] Generate ISO's only

2007-01-31 Thread Kern Sibbald
On Wednesday 31 January 2007 12:54, Richard Mortimer wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf > > Of Ruben Lopez > > Sent: 31 January 2007 11:20 > > To: bacula-users@lists.sourceforge.net > > Subject: [Bacula-users] Generate ISO's onl

Re: [Bacula-users] Bacula Admin Tool (bat)

2007-01-31 Thread Michel Meyers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Paterson wrote: > Hi Michel, > As I understand it bweb is (was) bacula-web which I use at the moment I'm not sure, bweb looks radically different from bacula-web. No idea whether it was developed from that or is a 'from scratch' effort, b

Re: [Bacula-users] Bacula Admin Tool (bat)

2007-01-31 Thread Andrew Paterson
Hi Michel, As I understand it bweb is (was) bacula-web which I use at the moment - It's very useful but as you say its view only. You are right... it could (should) be extended to provide write (control) access. This is where I believe the gui effort should go :) my whole point :). Andy

Re: [Bacula-users] Bacula Admin Tool (bat)

2007-01-31 Thread John Drescher
On 1/31/07, Ger Apeldoorn <[EMAIL PROTECTED]> wrote: > Perhaps you can take a look at this: > http://www.opencountry.com/products/ocmwebminplus_home.html > > I hope this is still being worked on as webmin is at version 1.320 now and ocmwebminplus is stuck at 1.307 for 2 months and there does not se

Re: [Bacula-users] Bacula Admin Tool (bat)

2007-01-31 Thread Michel Meyers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ger Apeldoorn wrote: > Perhaps you can take a look at this: > http://www.opencountry.com/products/ocmwebminplus_home.html > > Ger. > > Op woensdag 31 januari 2007 11:33, schreef Andrew Paterson: >> Hi, >> I know I am a little late with this commen

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Dan Langille
On 31 Jan 2007 at 11:28, Davide Bolcioni wrote: > Kern Sibbald wrote: > > > Another thing to check for is HP printers on the network, which have > > the nasty habit of using non-registered ports e.g. 9001, 9002, or > > 9003, which can cause disconnects by Bacula.  If you find printers > > probing

Re: [Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Alan Brown
On Wed, 31 Jan 2007, Davide Bolcioni wrote: > Should the need to introduce incompatible changes in the protocol arise, which > I guess would be Bacula 3.0, maybe a different set of default ports could be > considered ? HP networked printers are fairly common. HP should be prevailed upon to fix it

Re: [Bacula-users] Bacula Admin Tool (bat)

2007-01-31 Thread Ger Apeldoorn
Perhaps you can take a look at this: http://www.opencountry.com/products/ocmwebminplus_home.html Ger. Op woensdag 31 januari 2007 11:33, schreef Andrew Paterson: > Hi, > I know I am a little late with this comment and it is probably not > welcome... But I feel it needs stating <...RANT.

Re: [Bacula-users] Generate ISO's only

2007-01-31 Thread Richard Mortimer
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Ruben Lopez > Sent: 31 January 2007 11:20 > To: bacula-users@lists.sourceforge.net > Subject: [Bacula-users] Generate ISO's only > > Hi, > > Is it possible with bacula to stop after generating t

[Bacula-users] Generate ISO's only

2007-01-31 Thread Ruben Lopez
Hi, Is it possible with bacula to stop after generating the ISO and tell bacula not to write the actual CD/DVD? What we would like to do is to store all the backups in a shared folder, and have one person in charge of burning things from this directory periodically. Thanks. --

Re: [Bacula-users] Bacula Admin Tool (bat)

2007-01-31 Thread Andrew Paterson
Hi, I know I am a little late with this comment and it is probably not welcome... But I feel it needs stating <...RANT...> I am not happy with the client-specific gui (bat). It would surely be better to have a server based gui run from a web-browser - what I had hoped bacula-web would

[Bacula-users] Bacula and HP JetDirect (was: (2.0.1) 5 minute 5 seconds problem)

2007-01-31 Thread Davide Bolcioni
Kern Sibbald wrote: > Another thing to check for is HP printers on the network, which have the > nasty habit of using non-registered ports e.g. 9001, 9002, or 9003, which > can cause disconnects by Bacula.  If you find printers probing/using those > ports, either reconfigure the printers or Bacula

Re: [Bacula-users] force status full

2007-01-31 Thread Kern Sibbald
On Wednesday 31 January 2007 08:41, Manuel Staechele wrote: > hi, > > i want every media LastWritten 7 days ago to go in full status. > because if the media is append, it will not automatic pruned > i have wrote a little sql query to do the job, but want ask if there is > a better, than execute the

Re: [Bacula-users] Solved why Windows FD 1.38 sometime is slow

2007-01-31 Thread Kern Sibbald
Hello, Please always copy the bacula-users list so that the others can benefit from what you are discovering. On Wednesday 31 January 2007 07:29, Gabriele Bulfon wrote: > So, if I force the windows machines to 32K net buffer, what is the correct > way to handle the others daemons? Normally, if