[Bacula-users] Re: What do I need to do to get bacula talking to mysql

2005-11-24 Thread Harry Putnam
Christoph Haas <[EMAIL PROTECTED]> writes: > MySQL doesn't accept your username (root) and password (...) for accesses > from the current client (localhost). It's a permissions problem in the > MySQL privilege system you need to fix here. > > If you do not know how to accomplish that you may wan

Re: [Bacula-users] Cannot find any appendable volumes on already labeled tapes.

2005-11-24 Thread Cedric Charest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kern Sibbald wrote: > On Monday 21 November 2005 22:46, Cedric Charest wrote: > >>Cool, thanks a lot! >>It fixed my problem! > > > Thanks for the confirmation. By the way, did you apply the whole patch or > just the single file? I applied the fu

Re: [Bacula-users] What do I need to do to get bacula talking to mysql

2005-11-24 Thread Christoph Haas
On Thursday 24 November 2005 19:40, Harry Putnam wrote: > NEWUSER ALERT! ;) > Using the scripts supplied with the install: > ./create_bacula_database -p hpreader > Creating MySQL database > Enter password: > > *** regardless what is entered here.. it fails: > ERROR 1045 (28000): Access denied f

Re: [Bacula-users] Backup Windows Open Files...?

2005-11-24 Thread Phil Stracchino
pedro moreno wrote: > Hi guys. > > I want to try bacula on FreeBSD 5.4-p8, the OS that i want to backup > are: > > 1; Win 2k3 Standard Edition > 2; Win NT PDC+BDC > 3; Linux + SAMBA (Red Hat 9) > > The questions is this one, in the samba server we are running one > database Pervasive

Re: [Bacula-users] Suse 9.3 prof & MySQL 5.x

2005-11-24 Thread mail
> > On Wed, 23 Nov 2005 17:33:16 +0100, [EMAIL PROTECTED] said: > > > > On Wed, 2005-11-23 at 01:17, [EMAIL PROTECTED] wrote: > > > > > > Is there any possiblity to connect to the MySql version 5.x database > > > > > > (bucula-dir is not to be connected ) ? > > > > > > > > > > > > > > I use mys

[Bacula-users] What do I need to do to get bacula talking to mysql

2005-11-24 Thread Harry Putnam
NEWUSER ALERT! I'm running mysql-5.15 and bacula-1.36.3 the latest I have access to on a gentoo linux box running stable progs. Using the scripts supplied with the install: ./create_bacula_database -p hpreader Creating MySQL database Enter password: *** regardless what is entered here.. it fai

Re: [Bacula-users] Feature Requests and Bacula projects

2005-11-24 Thread Kern Sibbald
On Thursday 24 November 2005 18:05, Alan Brown wrote: > Kern, > > not in the list, but wanted by me (and several other people): > > Daily summarisation of jobs run. > > I have management grumbling loudly about receiving perhaps 80 messages > from Bacula per day when all they want to see is "xyz job

Re: [Bacula-users] Feature Requests and Bacula projects

2005-11-24 Thread Alan Brown
Kern, not in the list, but wanted by me (and several other people): Daily summarisation of jobs run. I have management grumbling loudly about receiving perhaps 80 messages from Bacula per day when all they want to see is "xyz jobs run, xy sucessful, z failed on whatever reason" Was someone

[Bacula-users] Feature Requests and Bacula projects

2005-11-24 Thread Kern Sibbald
Hello, I have now added all the Feature Requests that I have received to the projects file, or at least I think I have. If you submitted a project, and it wasn't rejected, and it isn't in the the file (below), please let me know. I'll allow submissions until early next week, then will send an

Re: [Bacula-users] autochanger problem with slots

2005-11-24 Thread Kern Sibbald
In 1.38.x your mxt-changer script must return the correct number of slots, and it looks like it is returning zero. If I remember right, the manual explains how you can manually check this. Probably something like: mtx-changer /dev/sg0 slots 0 dummy 0 It should print the correct number of sl

Re: [Bacula-users] default UID/GID for bacula?

2005-11-24 Thread Kern Sibbald
On Thursday 24 November 2005 16:26, Florian Schnabel wrote: > checked my installations since they are all debian. > doesn't look like it got a fixed UID/GID ... > got 104/104 twice and twice 105/105 ^^ > > just curious .. but what good would a fixed UID/GID do ? For one, it keeps file permissions

Re: [Bacula-users] default UID/GID for bacula?

2005-11-24 Thread Aleksandar Milivojevic
Quoting Florian Schnabel <[EMAIL PROTECTED]>: checked my installations since they are all debian. doesn't look like it got a fixed UID/GID ... got 104/104 twice and twice 105/105 ^^ just curious .. but what good would a fixed UID/GID do ? It is convinient to have fixed UID/GIDs accross system

[Bacula-users] Monthly backup with removable harddisk

2005-11-24 Thread Pedro Henrique Morsch Mazzoni
Hi, I need to do a monthly backup to a removable harddisk. Everything is fine, but I wan't to schedule the backup to every 1st Monday of the month. The problem: I wan't to bacula send a e-mail to operators requesting to mount the harddisk. The removable harddisk will be disconnect of the bacula-sd

Re: [Bacula-users] autochanger problem with slots

2005-11-24 Thread Timo Eissler
Sorry i made a stupid little mistake... The user bacula has no right to execute the mtx-changer script! The problem was, that doing an "update slots" or "mount" command there was no hint. But now i run "umount" which says that it has no permission. Sorry! Timo Eissler schrieb: Hello, i ha

Re: [Bacula-users] default UID/GID for bacula?

2005-11-24 Thread Florian Schnabel
checked my installations since they are all debian. doesn't look like it got a fixed UID/GID ... got 104/104 twice and twice 105/105 ^^ just curious .. but what good would a fixed UID/GID do ? Florian Kern Sibbald wrote: On Thursday 24 November 2005 15:54, Aleksandar Milivojevic wrote: Is th

[Bacula-users] autochanger problem with slots

2005-11-24 Thread Timo Eissler
Hello, i have just upgraded from 1.36.0 to 1.38.2. And now i can´t do an "update slots" command for my autochanger, because i will only get *update Using default Catalog name=MyCatalog DB=bacula Update choice: 1: Volume parameters 2: Pool from resource 3: Slots from autochanger Choose catalog

[Bacula-users] Re: bacula on gentoo help resources

2005-11-24 Thread Harry Putnam
Harry Putnam <[EMAIL PROTECTED]> writes: [...] >> # mysql -p >> >> and when it asks for the password enter the root >> password. If that works I think we have solved this >> one. Just type quit to quit and then call each script >> above (create_bacula_database ...) with a -p >> paramater. It shou

Re: [Bacula-users] default UID/GID for bacula?

2005-11-24 Thread Kern Sibbald
On Thursday 24 November 2005 16:03, Florian Schnabel wrote: > Aleksandar Milivojevic wrote: > > Is there default UID/GID that could be used for bacula? If not, it might > > be nice if Bacula could get default UID and GID assigned at least in > > several major distributions (such as Red Hat, Debian

Re: [Bacula-users] default UID/GID for bacula?

2005-11-24 Thread Kern Sibbald
On Thursday 24 November 2005 15:54, Aleksandar Milivojevic wrote: > Is there default UID/GID that could be used for bacula? If not, it might > be nice if Bacula could get default UID and GID assigned at least in > several major distributions (such as Red Hat, Debian, Suse, Mandrake). Yes, not a b

Re: [Bacula-users] default UID/GID for bacula?

2005-11-24 Thread Florian Schnabel
Aleksandar Milivojevic wrote: Is there default UID/GID that could be used for bacula? If not, it might be nice if Bacula could get default UID and GID assigned at least in several major distributions (such as Red Hat, Debian, Suse, Mandrake). it's using bacula:bacula in debian ... don't know

[Bacula-users] default UID/GID for bacula?

2005-11-24 Thread Aleksandar Milivojevic
Is there default UID/GID that could be used for bacula? If not, it might be nice if Bacula could get default UID and GID assigned at least in several major distributions (such as Red Hat, Debian, Suse, Mandrake). This message was se

Re: [Bacula-users] Re: gnome 1 and 1.38

2005-11-24 Thread Aleksandar Milivojevic
Quoting "D. Scott Barninger" <[EMAIL PROTECTED]>: Unless you think otherwise I will commit the new spec as platforms/redhat/bacula-rh7.spec.in, probably next weekend when I have time to adjust the configure script. I don't wish to maintain two separate spec files going forward so I'm asking now

Re: [Bacula-users] Suse 9.3 prof & MySQL 5.x

2005-11-24 Thread Martin Simmons
> On Wed, 23 Nov 2005 17:33:16 +0100, [EMAIL PROTECTED] said: > > On Wed, 2005-11-23 at 01:17, [EMAIL PROTECTED] wrote: > > > > > Is there any possiblity to connect to the MySql version 5.x database > > > > > (bucula-dir is not to be connected ) ? > > > > > > > > > > > I use mysql-5.0.15 (co

Re: [Bacula-users] Pool

2005-11-24 Thread Alan Brown
On Thu, 24 Nov 2005, Gilberto Nunes Ferreira wrote: I understand what you said, but I ask for my company to by more tape and the answer is "NO WAY, MAKE A MIRACLE :-)" ... Talk to your accountant about legal liabilities for lost data, along with cost of recovery. Tape is cheap, recoveri

RE: [Bacula-users] Seagate STT8000A IDE Tape Drive Help

2005-11-24 Thread Ribi Roland
> -Original Message- > From: __DireWolf [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 24, 2005 11:47 AM > To: bacula-users@lists.sourceforge.net > Subject: Re: [Bacula-users] Seagate STT8000A IDE Tape Drive Help . snipped message part . > I double checked bacula-dir.co

Re: [Bacula-users] Bacula projects ...

2005-11-24 Thread Peter Eriksson
Good suggestion (.bacula with a more Bacula-styled syntax). That way one could always write a script that converts ones .nsr files to .bacula ones when (note: not "if" :-) one migrates from Networker to Bacula :-) - Peter On Thu, 24 Nov 2005, Kern Sibbald wrote: > Hello, > > Concerning the .ns

[Bacula-users] Bacula projects ...

2005-11-24 Thread Kern Sibbald
Hello, Concerning the .nsr files and the CACHEDIR.TAG directories, here is an idea that merits discussion that seconds my comments that the Networker syntax is a bit hard to understand. The idea presented here gives some of the same features in a more Bacula like style syntax ... --

Re: [Bacula-users] Seagate STT8000A IDE Tape Drive Help

2005-11-24 Thread __DireWolf
*** REPLY SEPARATOR *** On 22/11/2005 at 1:46 PM Kern Sibbald wrote: >On Tuesday 22 November 2005 12:05, __DireWolf wrote: >> *** REPLY SEPARATOR *** >> >> On 22/11/2005 at 11:33 AM Kern Sibbald wrote: >> >Hello, >> > >> >On Tuesday 22 November 2005 10:11, __Di

Re: [Bacula-users] Pool

2005-11-24 Thread Kern Sibbald
On Thursday 24 November 2005 10:20, Gilberto Nunes Ferreira wrote: > Sir Kern and Ryan > > I understand what you said, but I ask for my company to by more tape and > the answer is "NO WAY, MAKE A MIRACLE :-)" ... Good luck. > > I have only 10 tape for my all jobs... > > I need that bacula re

[Bacula-users] waiting to reserve a device?

2005-11-24 Thread Eivind Olsen
Hello. I have recently upgraded to Bacula 1.38.1, and I'm doing both backups of the local host (running FreeBSD 6.0) and of a host running Windows XP. For some reason, I get the following message when the automatic backup job of the Windows XP-host is being run: 24-Nov 08:07 vimes-sd: Job B

Re: [Bacula-users] Pool

2005-11-24 Thread Ludovic Strappazon
Hi, I don't know if this could make a miracle, but did you think about modifying your Night pool like this ? Pool { Name = Night Pool Type = Backup Recycle = yes AutoPrune = yes Volume Use Duration = 24h Volume Retention = 13 days (LabelFormat = "${

[Bacula-users] Ports information

2005-11-24 Thread Kern Sibbald
Hello, I'd like to add a bit more information about various ports of Bacula to the web site support page. The problem is that I am running Fedora, and thus I don't understand the ins and outs of each of the ports. Specifically, I would like to direct users who have problems with prepared port

[Bacula-users] Fatal error: Socket error from Filed on Include command: ERR=Connection reset by peer

2005-11-24 Thread Goran Tornqvist
Hello, I got a working bacula installation that's been running fine in production for 3 months now. Now I added a new client to be backed up, same configuration as previous clients. When I run the job I get:   24-Nov 10:27 tingeling-dir: No prior Full backup Job record found.24-Nov 10:27 ting

Re: [Bacula-users] Pool

2005-11-24 Thread Gilberto Nunes Ferreira
Sir Kern and Ryan I understand what you said, but I ask for my company to by more tape and the answer is "NO WAY, MAKE A MIRACLE :-)" ... I have only 10 tape for my all jobs... I need that bacula recycling a tape after 10 days of used. I keep my data for 7 days in a single tap

Re: [Bacula-users] Problem with dividing backups over days

2005-11-24 Thread Kern Sibbald
What system is your client running on? Concindering the number of support requests, there seems to be some problem with wildcard and regular expression matching that I don't understand. Is there anyone who has a bit of time to experiment and test these features? I'd like to do two things: 1

Re: [Bacula-devel] Re: [Bacula-users] Feature Request

2005-11-24 Thread Kern Sibbald
On Wednesday 23 November 2005 17:18, David Boyes wrote: > > On 22/11/05, Kern Sibbald <[EMAIL PROTECTED]> wrote: > > > Notes: By Kern: I would prefer to have a single new > > > > Resource called > > > > > RunScript, and within that resource an additional > > > > directive: > > >

Re: [Bacula-users] What kind of GUI do you like?

2005-11-24 Thread Kern Sibbald
Hello, This idea sounds very promising for organizing the GUI and how to present the info. I know it is a bit of a pain, but a couple of screen shots could help us with the details a bit. E.g. does clicking on one of the different categories on the left expand it, then when you reach the bo