[Bacula-users] Seagate STT20000A with Bacula - longish post

2005-11-17 Thread richard
ed. ERR=block.c:940 Read error at file:blk 0:4294967295 on device "Travan-20" (/dev/nst0). ERR=Invalid argument. btape: btape.c:791 Error writing block to device. *quit Any thoughts gratefully recieved! -- Richard. --- This SF.Net e

Re: [Bacula-users] Seagate STT20000A with Bacula - longish post

2005-11-18 Thread richard
Rowdy wrote: richard wrote: Hi List, There have been a number of postings over the last few years mentioning Seagate STT2A IDE tape drives - has anyone managaed to get one to work with Bacula? FWIW - Suse 9.3 on Athlon 2600XP, Bacula 1.38.1 (and earlier versions) Any thoughts

Re: [Bacula-users] Seagate STT20000A with Bacula - longish post

2005-11-18 Thread richard
Kern Sibbald wrote: On Thursday 17 November 2005 21:00, richard wrote: Hi List, There have been a number of postings over the last few years mentioning Seagate STT2A IDE tape drives - has anyone managaed to get one to work with Bacula? FWIW - Suse 9.3 on Athlon 2600XP, Bacula 1.38.1 (and

[Bacula-users] Re: Travan 40 (Seagate Hornet, STT3401A)

2005-11-28 Thread richard
ably sell on ebay after Christmas! I am considering trying the Iomega Rev (when funds permit!) and keen to use bacula with it - anyone had any experience of this drive? -- Regards, Richard. --- This SF.net email is sponsored by: Splunk Inc. Do

[Bacula-users] Bacula use with Iomega Rev

2005-11-28 Thread richard
I) or external (USB or firewire 1394)? I assume it maps as a (slowish) hard drive. I'd much appreciate any comments from the list before splashing out on the kit. BTW: This comment also appeared on the end of my last post, about abandoning using the Seagate tape unit. -- Regard

Re: [Bacula-users] Unable to send mail with mutt as mailcommand

2015-05-14 Thread Richard
the bsmtp/TLS issue. I believe that if you use the default Bacula bsmtp setup to deliver to localhost and then alias the recipient off (with an entry in /etc/aliases) you should be ok. That approach will invoke the (postfix) MTA -- which will handle TLS just fine. [and avoids the issue of tryi

Re: [Bacula-users] Director will not connect to a remote client

2016-03-09 Thread Richard
> Date: Wednesday, March 09, 2016 16:56:14 -0800 > From: maaf4d > > Ana, > > I did change the IP address in bconsole and I still can't connect > to it. I believe the previous reply to Wanderlei answers the other > question. I also tried the command you suggested for testing the > connection a

Re: [Bacula-users] Director will not connect to a remote client

2016-03-10 Thread Richard
> Date: Thursday, March 10, 2016 09:05:43 -0800 > From: maaf4d > > IPTables on Server: > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > ACCEPT tcp -- anywhere anywhere state NEW tcp dpts:bacula-dir:bacula-sd > > Client's IPTables rules: > > Chain

Re: [Bacula-users] Director will not connect to a remote client

2016-03-13 Thread Richard
> Date: Sunday, March 13, 2016 11:41:40 -0700 > From: maaf4d > > Ok so there seems to be some kind of issue with the public IP > addresses of OpenStack to where I can't really use the IP addresses > to connect to the nodes even tough I can ssh to them. It's very > weird. > > Anyway, I tried to

Re: [Bacula-users] Director will not connect to a remote client

2016-03-14 Thread Richard
> Date: Monday, March 14, 2016 17:00:51 -0500 > From: Dimitri Maziuk > > On 03/14/2016 04:45 PM, maaf4d wrote: >> How would I change that? Maybe that is my issue > > Sorry. I played with OpenStack a year or so ago and decided it > wasn't worth my time. So I've no idea, all I can tell you is 127

Re: [Bacula-users] Director will not connect to a remote client

2016-03-14 Thread Richard
> Date: Monday, March 14, 2016 15:27:47 -0700 > From: maaf4d > > I am using the public IP address of the machines like so: > > Storage { # definition of myself > Name = storage-sd > SDPort = 9103 # Director's port > WorkingDirectory = "/var/lib

Re: [Bacula-users] Git repo down?

2017-01-02 Thread Richard
> Date: Monday, January 02, 2017 11:03:11 + > From: Michael Munger > > All: > > Seems the git repo is down? > > git clone http://git.bacula.org/bacula gives the following error: > > Fatal: repository 'http://git.bacula.org/bacula' not found. > > This started after Kern (I think) did an u

Re: [Bacula-users] Can't run bacula any more.

2017-03-06 Thread Richard
> Date: Monday, March 06, 2017 13:13:38 +0100 > From: "Erik P. Olsen" > > This is my catalogue definition: > ># ># Generic catalog service ># > Catalog { > Name = MyCatalog > dbname = "bacula"; dbuser = "bacula"; dbpassword = "" > } > > I don't think there is any dbpassword. I tried to c

Re: [Bacula-users] Can't run bacula any more.

2017-03-12 Thread Richard
> Date: Sunday, March 12, 2017 11:53:57 +0100 > From: "Erik P. Olsen" > To: Kern Sibbald > > Hello Kern, > > I've read the manual numerous times and followed the instructions > again and again. > > mysql mysql >> select * from user; > > works OK, so I assume everything is OK with the databas

Re: [Bacula-users] Can't run bacula any more.

2017-03-12 Thread Richard
> Date: Sunday, March 12, 2017 17:33:40 +0100 > From: "Erik P. Olsen" > To: Sven Hartge > > On 2017-03-12 at 15:31:35 Sven Hartge wrote: > >> First step should be to fix the database so that the director >> daemon starts correctly and _then_ see if this automagically fixes >> the problem with

Re: [Bacula-users] Can't run bacula any more.

2017-03-13 Thread Richard
> Date: Monday, March 13, 2017 07:40:08 +0100 > From: "Erik P. Olsen" > > On 2017-03-12 at 18:58:55 Mike Ruskai wrote: > >> On 3/12/2017 10:29, Erik P. Olsen wrote: >> > >> > [snip] >> > >> > mysql -u bacula >> > >> > was OK. >> > >> > show databases; >> > >> > gave: >> > >> > +--

Re: [Bacula-users] Can't run bacula any more.

2017-03-13 Thread Richard
> Date: Monday, March 13, 2017 12:26:07 +0100 > From: "Erik P. Olsen" > > On 2017-03-13 at 09:15:17 Richard wrote: > >> > Date: Monday, March 13, 2017 07:40:08 +0100 >> > From: "Erik P. Olsen" >> > >> > On 2017-03-12

Re: [Bacula-users] Can't run bacula any more.

2017-03-13 Thread Richard
> Date: Monday, March 13, 2017 14:07:04 +0100 > From: "Erik P. Olsen" > > On 2017-03-13 at 12:40:52 Richard wrote: > ... >> >> If it shows a list of the ~25+ tables (likely ending with >> "Version"), then exit mysql/mariadb and (sti

Re: [Bacula-users] Can't run bacula any more.

2017-03-13 Thread Richard
Original Message > Date: Monday, March 13, 2017 15:34:04 +0100 > From: "Erik P. Olsen" > > On 2017-03-13 at 13:38:44 Richard wrote: > >> > Date: Monday, March 13, 2017 14:07:04 +0100 >> > From: "Erik P. Olsen"

Re: [Bacula-users] Can't run bacula any more.

2017-03-13 Thread Richard
> Date: Monday, March 13, 2017 23:30:36 +0100 > From: "Erik P. Olsen" > > On 2017-03-13 at 16:07:35 Richard wrote: > >> > Date: Monday, March 13, 2017 15:34:04 +0100 >> > From: "Erik P. Olsen" >> > >> > On 2017

Re: [Bacula-users] Can't run bacula any more.

2017-03-16 Thread Richard
> Date: Thursday, March 16, 2017 08:00:26 +0100 > From: "Erik P. Olsen" > > On 2017-03-15 at 21:17:07 Dan Langille wrote: > >> > On Mar 14, 2017, at 2:42 AM, Erik P. Olsen >> > wrote: >> > >> > On 2017-03-13 at 22:52:04 Richar

Re: [Bacula-users] Can't run bacula any more.

2017-03-16 Thread Richard
> Date: Thursday, March 16, 2017 13:04:24 +0100 > From: "Erik P. Olsen" > > On 2017-03-16 at 11:10:10 Richard wrote: > >> > Date: Thursday, March 16, 2017 08:00:26 +0100 >> > From: "Erik P. Olsen" >> > >> > On 2017-03-1

Re: [Bacula-users] Progress Status Detailed view

2018-02-21 Thread Richard
> Date: Wednesday, February 21, 2018 22:41:35 +0100 > From: Maurizio Caloro > > Hello > Please exist any possibilities to view the progress from running > backup job at this time i have only the option "Status" "Director" > > here i see that the Job are running, but i don't see how long this >

Re: [Bacula-users] StartupScript - RHat 7

2019-08-21 Thread Richard
> Date: Thursday, August 22, 2019 03:36:11 +0200 > From: Maurizio Caloro > > Please, me script from Bacula-fd dont run. i see that < > start-stop-daemon > are missing on Redhat > > I bevor use everytime Debain... please any update possible for me > Script ? > With rhel-7, bacula (as with mo

Re: [Bacula-users] 11TB backup run out of memory and dies

2010-06-14 Thread richard
For info: I do a weekly full backup of 11.5TB (1.5M files) on a very similarly specced machine. There is no data spooling , (although attribute spooling is used), - backup is directly off a local RAID5. bacula 5.0.2 linux x86_64. Regards, Richard

Re: [Bacula-users] 11TB backup run out of memory and dies

2010-06-14 Thread richard
Alan Brown wrote: > On 14/06/10 20:39, richard wrote: >> For info: >> >> I do a weekly full backup of 11.5TB (1.5M files) on a very similarly >> specced machine. There is no data spooling , (although attribute >> spooling is used), - backup is directly off a loca

[Bacula-users] [SPAM] Re: Using HP Storageworks 1/8 G2 with Bacula

2010-06-15 Thread richard
ooks&htmlfid=897/ENUS106-646 Regards, Richard -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list

Re: [Bacula-users] LTO-4 tape: only 20mb/sec when used with bacula

2010-06-20 Thread richard
rk Buffer Size = 65536 Maximum File Size = 5GB No minimum block size is specified. Regards, Richard -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to

Re: [Bacula-users] LTO-4 tape: only 20mb/sec when used with bacula

2010-06-20 Thread richard
Lukas Kolbe wrote: > I have no idea why bacula-sd consumes so much cpu-time and obviously > limits the throughput here. Are you using encryption or software compression? My tests with encryption resulted in a severe slowdown and single core saturation. Regards, R

Re: [Bacula-users] Backup to remote location

2010-06-25 Thread richard
Massimiliano Perantoni wrote: > How to solve this problem? Why not use rsync to keep "B" synchronised with "A" on a local ("B"), array and perform your bacula backups from this? Regards, Richard ---

Re: [Bacula-users] [Newbie] Differences to Amanda

2010-07-15 Thread richard
access to a > shell console. Console access is no problem at all. The bconsole utility does all you require. Regards, Richard -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4

Re: [Bacula-users] Throughput speed to SAS LTO4

2010-07-15 Thread richard
ughput overhead. Regards, Richard -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first

Re: [Bacula-users] Throughput speed to SAS LTO4

2010-07-15 Thread richard
Rory Campbell-Lange wrote: > I've enabled hardware compression and throughput speed has improved to > around 80MB/sec which is better but still not fantastic. It is coming > off disk at around 90-100MB/sec so the diffence must be partly down to > the hw compression. On my LTO4 I see variations in

Re: [Bacula-users] More DVD Notes

2007-02-16 Thread Richard Mortimer
the -devel list last year and in the end must have decided to leave it be. I have actually manually removed the notray from my setup. I'm actually happy that the notray line goes away. Sorry I don't have a handy source tree to generate a patch for you. Richard > > > >

Re: [Bacula-users] Upgrading from 1.36.1 - 2.0.2 - not goingsmoothly.

2007-02-20 Thread Richard Mortimer
pace in your database partition for 2 copies of the tables that you are adding indexes to. Richard > MySQL is relatively fault tolerant, so if you find that you > are missing > indexes, I would be inclined to stop the Director, build the > appropriate > ones, and try again. >

[Bacula-users] Spooling questions

2007-03-02 Thread Richard White
kups, does Bacula de-spool from disk at the same time that the FD is spooling data to the disk? This seems to be what happens, as I can see tape activity pretty much right away on full backup jobs, but my boss wonders about this. -- Tks n rgds, Richard White CNE6 Network Engineer Mason County, Wash

[Bacula-users] wx-console is bent

2007-03-02 Thread Richard White
entry in my hosts file for the Bacula server. This behavior seems to coincide with that described in the previous post, but since that one has been fixed, why would this persist? -- Tks n rgds, Richard White CNE6 Network Engineer Mason County, Washington 360-427-5501 [EMAIL PROT

Re: [Bacula-users] Bacula is not asking for DVDs

2007-03-14 Thread Richard Mortimer
VD in drive case. I don't have time to do that at the moment so I suggest that you log a bug on http://bugs.bacula.org so that it does not get forgotten. Regards Richard > Thanks > > Ruben Lopez wrote: > > Hi, > > > > We have bacula running quite well, and it

Re: [Bacula-users] Bacula is not asking for DVDs

2007-03-14 Thread Richard Mortimer
I'm moving this message over to bacula-devel which is more appropriate for discussing the changes. Other comments below > -Original Message- > From: Ruben Lopez [mailto:[EMAIL PROTECTED] > Sent: 14 March 2007 14:56 > To: Richard Mortimer > Cc: bacula-users@l

[Bacula-users] Storage Daemon building

2007-03-16 Thread Richard Adams
I know this is likely a dumb question, but it was my understanding that the storage daemon was independent of the SQL database, but I have been unable to figure out a way to build additional storage daemons on other machines without including a build of mySQL or SQLite. Is there something

Re: [Bacula-users] Umount DVD before writing

2007-03-29 Thread Richard Mortimer
Can you post the DVD storage device entry from the sd config file. The unmount works fine in my setup. Make sure that you have an unmount line (that works!) in the device entry. Regards Richard > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Beh

Re: [Bacula-users] DVD backup

2007-04-12 Thread Richard Mortimer
d DVD-RW media and it works fine. Richard -- Richard Mortimer <[EMAIL PROTECTED]> - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to sh

[Bacula-users] Bacula and OES Linux with NSS

2007-05-17 Thread Richard White
of course, if a real programmer wrote a file daemon that would handle NSS trustees. -- Tks n rgds, Richard White CNE6, Linux+ Network Engineer Mason County, Washington 360-427-5501 [EMAIL PROTECTED] - This SF.net email is

Re: [Bacula-users] Bacula and OES Linux with NSS

2007-05-17 Thread Richard White
FWIW, here is a link to get tbackup.sh: http://www.novell.com/coolsolutions/tools/18952.html -- Tks n rgds, Richard White CNE6, Linux+ Network Engineer Mason County, Washington 360-427-5501 [EMAIL PROTECTED] - This

[Bacula-users] Bacula and OES Linux with NSS

2007-05-22 Thread Richard White
of course, if a real programmer wrote a file daemon that would handle NSS trustees. FWIW, here is a link to get tbackup.sh: http://www.novell.com/coolsolutions/tools/18952.html -- Tks n rgds, Richard White CNE6, Linux+ Network Engineer Mason County, Washington 360-427-5501 [EMAIL

Re: [Bacula-users] DVD backup not starting

2007-05-23 Thread Richard Mortimer
unmount > server-Emmeti-sd: wait.c:65 Enter blocked=BST_DOING_ACQUIRE > > But... er... I find it's quite obvious that mount fails... it's a blank media > after all! Shouldn't SD > "format" (label) the media before trying to mount it? > Only if you have set autom

Re: [Bacula-users] [Bacula-devel] Can't get DVD writing to work

2006-09-12 Thread Richard Mortimer
Comments/Questions below. Richard > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Arno Lehmann > Sent: 12 September 2006 08:12 > To: bacula-users@lists.sourceforge.net; bacula-devel > Subject: Re: [Bacula-devel] [Bacula

Re: [Bacula-users] DVD labeling not working on second volume

2006-09-13 Thread Richard Mortimer
Some data from my tests below. I'm working with current CVS (13/Sep) plus a few patches to make relabel work (I don't think that they will change behaviour of the second volume stuff). Note I've sent this data to bacula-devel and will post any follow-ups there. Regards Richard

[Bacula-users] Using the gnome console and KDE question

2006-09-21 Thread Richard White
that might be difficult (what would we put on the PO?). I'd be glad to send you a case of beer, but it's a long way to Switzerland and, anyway, you've got better talent locally (although the microbreweries that have cropped up here in the last dozen years have certainly improved t

Re: [Bacula-users] Restoring file from volume

2006-09-26 Thread Richard Mortimer
riate version of bscan that corresponds to your director backend. i.e. /usr/lib/bacula/bscan.mysql if you use mysql. The options are as shown in the bscan manpage. Note I think that Debian/testing packages have a bscan executable but you are best off using the version that you currently have i

[Bacula-users] More newbie whining

2006-09-26 Thread Richard White
installed or that SLES has them in unconventional places where the scripts will not find them? If this is the case, is there a straightforward change that will let them be found? If not, could I expect all these items to install on RH without these errors? -- Tks n rgds, Richard White CNE6 Netwo

Re: [Bacula-users] More newbie whining

2006-09-28 Thread Richard White
>>> On 9/26/2006 at 11:22 PM, in message <[EMAIL PROTECTED]>, Kern Sibbald <[EMAIL PROTECTED]> wrote: > On Wednesday 27 September 2006 01:41, Richard White wrote: >> As part of my exercise to get Bacula 1.38 running with full GUI toys, I have > > installed S

[Bacula-users] Restore whacks server

2006-10-11 Thread Richard White
's behavior in SLES 10 is very different from SLES 9, at least where installing software from RPMs is concerned, and I still haven't got that figured out. -- Tks n rgds, Richard White CNE6 Network Engineer Mason County, Washi

Re: [Bacula-users] Restore whacks server

2006-10-11 Thread Richard White
OK, I complained too soon. A standard re-boot now works. At least once. It's still weird, but right now it's working. This is probably the result of using a retired desktop workstation as a test bed. Richard - Us

Re: [Bacula-users] Using a Mac OS X machine as a DVD (or tape) storage daemon?

2006-11-04 Thread Richard Mortimer
it hasn't been tested so you would be breaking new ground. Richard > Any info about using a Mac OS X machine as a storage daemon machine > would be useful. > > Thanks a lot, > Woll -- Richard Mortimer <[EMAIL PROTECTED]> --

Re: [Bacula-users] In Use Volume status not correct

2006-12-06 Thread Richard Mortimer
d disappearing from the In Use list. At the time my best guess was that it might be something to do with the DVD "parts" system and possibly happens when things are actually being written to the DVD from the spool area. As such it may turn out to be different to that reported previously in this

Re: [Bacula-users] ERR=There is no valid media in the device "DVD-Writer"

2006-12-09 Thread Richard Mortimer
ramework and get that to do a bconsole mount for you. Note that I've never tried this so I don't know if it will really work. Regards Richard -- Richard Mortimer <[EMAIL PROTECTED]> - Take Surveys. Earn

Re: [Bacula-users] ERR=There is no valid media in the device "DVD-Writer"

2006-12-12 Thread Richard Mortimer
> the device "DVD-Writer" > > :-( > > Has anyone an idea? Give us a chance! Your last message was only 16 hours ago. Anyway I had started looking at this last night so here are some thoughts. > > Thanks, Mario > > > > > Richard Mortimer wrote: > >&

[Bacula-users] Backs up Windows, but can't restore

2006-12-12 Thread Richard White
cd to any known directory and can't mark any file for restore. The manual's caveats for Windows refer to the (ab)use of '\' and to be mindful of the treatment of NTFS naming conventions. Any ideas on where I am going worng? -- Tks n rgds, Richard White CNE6 Network Engineer

Re: [Bacula-users] Backs up Windows, but can't restore

2006-12-12 Thread Richard White
>>> On 12/12/2006 at 9:08 AM, in message <[EMAIL PROTECTED]>, Bill Moran <[EMAIL PROTECTED]> wrote: > In response to "Richard White" <[EMAIL PROTECTED]>: > >> This is Bacula 1.36.3. I have been backing up Linux servers for more >> than a ye

Re: [Bacula-users] Backs up Windows, but can't restore

2006-12-12 Thread Richard White
this: Invalid path given. cwd is: / And so on. It has been a couple of months since I did the testing on my W2K Pro desktop, but I know I restored files in the "usual" way. -- Tks n rgds, Richard White CNE6 Network Engineer Mason County, Washington 360-427-5501 [EMAIL PROTECTED]

Re: [Bacula-users] restore on solaris unexpected free inode / problemswith doors

2006-12-15 Thread Richard Mortimer
I cannot comment on the actual doors problem itself but have you tried unmounting the filesystem before you reboot and doing an fsck from the netboot environment before reboot. That will at least eliminate the reboot as being the cause of the problem. Richard > -Original Message- >

Re: [Bacula-users] restore on solaris unexpected free inode /problems with doors

2006-12-15 Thread Richard Mortimer
h I suspect that they do because some of their functionality may be needed early on in boot. Regards Richard > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Kern Sibbald > Sent: 15 December 2006 17:10 > To: bacula-users@list

Re: [Bacula-users] restore on solaris unexpected free inode/problems with doors

2006-12-15 Thread Richard Mortimer
check for existance beforehand) and just do an fattach afterwards. The implementation is left as an exercise for any interested readers who have Solaris systems! Richard > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Richard Mo

Re: [Bacula-users] restore on solaris unexpected freeinode/problems with doors

2006-12-18 Thread Richard Mortimer
> -Original Message- > From: Mair Wolfgang-awm013 [mailto:[EMAIL PROTECTED] > Sent: 18 December 2006 14:07 > To: Richard Mortimer; Kern Sibbald; bacula-users@lists.sourceforge.net > Subject: RE: [Bacula-users] restore on solaris unexpected > freeinode/problems

Re: [Bacula-users] ERR=There is no valid media in the device "DVD-Writer"

2006-12-21 Thread Richard Mortimer
ies to reload the catalog info for a bad volume (in this case "info" in my scenario the name of a DVD volume part i.e. volumename.5). I have uploaded a patch for this issue to bug 738 http://bugs.bacula.org/view.php?id=738 where that was forming part of a migration to DVD problem that

Re: [Bacula-users] Migration job question.

2007-01-03 Thread Richard Mortimer
riginal volume but if need be you could get it from the offsite volume. So to answer your question you can use migration to copy the data but the bacula catalog will only try to use new copy of the data at a later date. The original data will still exist until a volume gets reused. Regards Ric

Re: [Bacula-users] Migration job question.

2007-01-04 Thread Richard Mortimer
Hi Don, First off please ensure that you include bacula-users in your follow ups. On Wed, 2007-01-03 at 18:05 -0700, MacArthur, Don wrote: > Thanks Richard! The offsite thing is exactly what I'm doing. I write > to tape first to go offsite, and then write to file for > speed/co

Re: [Bacula-users] Bug - Bacula 2.0 and Debian Sarge 3.1

2007-01-08 Thread Richard Mortimer
?group_id=50727 I am not sure if these are built against stable or testing but you may get better mileage out of them. Regards Richard > The director and file-daemon started first time. The storage daemon > refused to start until I'd created a /var/run/bacula directory. > Eithe

Re: [Bacula-users] Bacula DVD configs/version

2007-01-08 Thread Richard Mortimer
All, On Wed, 2006-12-13 at 11:11 +0100, Mario Ohnewald wrote: > Hello Richard, > > i am trouble getting bacula with DVD as a backup media working. > > You said that you are doing it that way and that it works fine. :) > What bacula Version are you using? What dvd+rw-tools v

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 t

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

2007-01-12 Thread Richard Mortimer
> 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 pane

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

2007-01-15 Thread Richard Mortimer
for user bacula on my todo list but at the moment I'm just happy that DVDs work at all. Richard > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Alan Brown > Sent: 15 January 2007 14:15 > To: Maxim Cerny > Cc: bacula-

Re: [Bacula-users] dvd burning problem

2007-01-22 Thread Richard Mortimer
tively what version of bacula are you using. Only the 2.0.x series are known to work with DVDs. > > Can please anybody tell me what I'm doing wrong? The backuped > files are > much less than 4 GB. > > My configuration files: > > http://www.net-wings.eu/bacula/bacula-d

Re: [Bacula-users] dvd burning problem

2007-01-22 Thread Richard Mortimer
Hi Max, First off please remember to keep bacula-users copied on any replies. The messages may be useful to others in the future. > -Original Message- > From: Maxim Cerny [mailto:[EMAIL PROTECTED] > Sent: 22 January 2007 09:40 > To: Richard Mortimer > Subject: Re: [Ba

Re: [Bacula-users] dvd burning problem SOLVED

2007-01-22 Thread Richard Mortimer
For the list archives the problem turned out to be a spool space problem. Maybe we should consider logging a different message in this sort of situation (sorry I don't have time to give it a try at the moment). Regards Richard On Mon, 2007-01-22 at 19:38 +0100, Maxim Cerny wrote: > Hell

Re: [Bacula-users] More help with DVDs

2007-01-25 Thread Richard Mortimer
aximumPartSize = 800M; that limits how big each entry (part) written to the DVD is. I don't remember what happens if it is missing but it may be that it will just fill as much as the DVD will take. Hence your first (and second) dvd volumes may have been written without the need to mount the d

Re: [Bacula-users] DVD+RW vs DVD-RAM for incremental daily backups

2007-01-27 Thread Richard Mortimer
l... > >From my perspective DVD wins hands down at the moment. I do the backup to a disk partition first and then migrate it to DVD when I'm available to swap disks. Incrementals go to DVD every night. I don't have enough data changing for incrementals to require a new DVD more than

[Bacula-users] Don't understand error

2007-01-30 Thread Richard White
obs] 1462 Full 0 0 Error29-Jan-07 18:07 ArcIMS I am puzzled why there are 13,339 SD files and 9,959,280,437 bytes written, but zero FD files and bytes written. -- Tks n rgds, Richard White CNE6 Network Engineer Maso

Re: [Bacula-users] How can Novell contribute

2007-01-30 Thread Richard White
solution instead of two (we currently use Backup Exec 9 for NetWare and some Winders). If we can help, let me know. -- Tks n rgds, Richard White CNE6 Network Engineer Mason County, Washington 360-427-5501 [EMAIL PROTECTED

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

2007-01-31 Thread Richard Mortimer
doesn't actually write the iso itself so it isn't fully useful but it probably has some useful bits in there. Richard P.S. This functionality would be really useful for DVD regression testing. It would speed up th

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

2007-01-31 Thread Richard White
is being "reset by peer", and then there is "No Job status returned from FD." What causes this? -- Tks n rgds, Richard White CNE6 Network Engineer Mason County, Washington 360-427-5501 [EMAIL PROTECTED] ---

[Bacula-users] What causes this?

2007-02-01 Thread Richard White
-dir: ArcIMS.2007-01-29_16.07.46 Fatal error: No Job status returned from FD. -- Tks n rgds, Richard White CNE6 Network Engineer Mason County, Washington 360-427-5501 [EMAIL PROTECTED] - Using Tomcat but need to do more? Need

Re: [Bacula-users] What causes this?

2007-02-01 Thread Richard White
what units are the time intervals? I.e., what will this mean: Heartbeat Interval = 100 -- Tks n rgds, Richard White CNE6 Network Engineer Mason County, Washington 360-427-5501 [EMAIL PROTECTED] - Using Tomcat but need to do more

Re: [Bacula-users] Bacula-users Digest, Vol 10, Issue 6

2007-02-01 Thread Richard White
TED] > Thanks, Darien. Alas, I have Bacula 1.36.3, and this is unsupported. I will soon upgrade. Oops. Worng. I was editing the director configuration. After a more careful reading, I learned that I should have been editing the storage daemon and file daemon configuration files. I ha

Re: [Bacula-users] What causes this?

2007-02-01 Thread Richard White
> Oops. Worng. I was editing the director configuration. After a more > careful reading, I learned that I should have been editing the storage >daemon and file daemon configuration files. I have done so and will > test. That worked! Thanks. -- Tks n rgds, Richard White CNE6 Netw

Re: [Bacula-users] More help with DVDs [solved?]

2007-02-05 Thread Richard Mortimer
> empty, minus the first two parts. > That is good to hear. > The solution, was, as Richard (and the manual) suggested, to use the > MaximumPartSize = 800M option to break the 5 gig backup into 800 meg > parts. I'm unclear why this changes the job's outcome, but it does.

[Bacula-users] Restore fails when query runs out of memory

2005-10-28 Thread Richard Ryder
ut of memory (Needed 3616652 bytes) ERROR 2008 (HY000): MySQL client ran out of memory -- Richard Ryder Systems Administrator IGSP - Duke University <[EMAIL PROTECTED]> --- This SF.Net email is sponsored by the JBoss Inc. Get Certifie

Re: [Bacula-users] Backup Job Summary Email

2005-11-16 Thread Richard Ryder
; table a later addition? > > Will. > On 16/11/05, Will McDonald <[EMAIL PROTECTED]> wrote: > > Indeed it is. Cheers. :) > > > > Will. > > > > On 16/11/05, Richard Ryder <[EMAIL PROTECTED]> wrote: > > > Is this wh

Re: [Bacula-users] Bacula use with Iomega Rev

2005-11-29 Thread richard (MQ)
is removable. Thanks for that - I'm more inclined to go for the USB version (a more flexible solution) but I'd hope it will be much the same. -- Regards, Richard. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through

[Bacula-users] Re: Travan 40 (Seagate Hornet, STT3401A)

2005-11-29 Thread richard (MQ)
Hi Greg, Greg Cockburn wrote: Fall? It is Autumn for me too. (New Zealander living in Australia) Oops - pardon me! Yeah I saw your posts in the archives Richard and was trying all those suggestions. Looks like the best idea is to sell it on e-bay. Anyone got a recommendation for a "

Re: [Bacula-users] Cycling a USB drive - confused...

2005-12-14 Thread Richard (MQ)
6172731 - Fax 055720143 I think I can use this, no problem with the Italian messages. Another job for the holiday period! Thanks and regards, -- Richard (MQ) --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files fo

Re: [Bacula-users] FreeBSD 6.0 and DVDs -- can't mount?

2005-12-24 Thread Richard Todd
Phil Stracchino <[EMAIL PROTECTED]> writes: >> I don't know. It's almost like it's trying to mount the disc and, >> failing, assumes it can't access the disc. If it fails it should assume >> that it's a non-formatted disc, shouldn't it? Can you mount a blank >> disc under Linux? > > No, you can't.

Re: [Bacula-users] FreeBSD 6.0 and DVDs -- can't mount?

2005-12-28 Thread Richard Todd
"Jeffrey J. Nonken" <[EMAIL PROTECTED]> writes: > On Sun, 25 Dec 2005 10:28:43 -0800 > "Jeffrey J. Nonken" <[EMAIL PROTECTED]> wrote: > >> For now I'm going to assume I want to return 0, quick-fix this script, >> and try the new settings. Yeah, returning 0 is the hack I did to the dvd-handler scr

[Bacula-users] Newbie; backup stops before complete

2006-02-27 Thread RIchard Kokis
OS Suse 9.3 bacula release 1.36.3 Dev Ultrium - I Using tapes which are purged from the catalog. I can switch to a tape, mount and run new D2D. Drive will write some to the tape, they havee beem 1 to 63gig. Drive stops and wait for appendable media. I have tried new tapes, shuting down and rest

[Bacula-users] Re: Newbie; backup stops before complete

2006-02-28 Thread Richard Kokis
Yes, ran test and all came back, passed. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group break

[Bacula-users] Re: Newbie; backup stops before complete

2006-02-28 Thread Richard Kokis
RIchard Kokis richmondmonroegroup.com> writes: Yes, I ran the btape test and it passed, write and seek. Richard --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mob

[Bacula-users] New Exabyte Autochanger question

2007-07-09 Thread Richard White
a-test:9103 ... Connecting to Storage daemon VXA at bacula-test:9103 ... 3306 Issuing autochanger "slots" command. Device "VXA3" has 0 slots. No slots in changer to scan. It appears that my system is currently unaware of the existence of the autochanger as such. I know I'm

Re: [Bacula-users] New Exabyte Autochanger question

2007-07-09 Thread Richard White
dev/st1 gives an error. The mtx-changer command works, as does the label barcode command. WooHoo! I get to keep my miserable job. Thanks. Does the OS -- and, by extension, Bacula -- associate the device names with the SCSI ID number? E.g., if the tape drive is ID 0, it will be /dev/st0, and if

Re: [Bacula-users] New Exabyte Autochanger question

2007-07-09 Thread Richard White
-test SDPort = 9103 Password = "REMOVED" Device = "VXA3" Media Type = "VXA-3" Maximum Concurrent Jobs = 5 } Please also note that, in the new and improved versio

  1   2   3   4   >