Re: [Bacula-users] Almir 0.1 released (bacula web interface)

2012-04-09 Thread mayak-cq
On Mon, 2012-04-09 at 15:48 +0200, Domen Kožar wrote: > Hi, > > what version of mysql are you running? It seems you are running a > version with old password hashes, which changed in mysql 5.0. I'm not > sure what versions current almir mysql driver supports (have to > check), but mysql 4.1 is th

Re: [Bacula-users] Check database when bacula-dir start

2012-04-09 Thread Julien S
Perhaps by distributing the load over several director ? Le 9 avril 2012 22:42, John Drescher a écrit : > > Neither of these will effect the problem you are trying to solve. > > John > -- Better than sec? Nothing is bett

Re: [Bacula-users] Solaris Clients slow to backup

2012-04-09 Thread Devin Reade
Also check both your Solaris and attached switch statistics for the *late* collision count. If it is anything but zero, it is indicative of an autonegotiation problem. Solaris 100Mb interfaces are infamous for needing autoneg forced off and locked at a set value at both the server and switch wher

Re: [Bacula-users] Check database when bacula-dir start

2012-04-09 Thread John Drescher
On Mon, Apr 9, 2012 at 4:39 PM, Julien S wrote: > Do you think if I tuning databases with : > http://www.newitperson.com/2011/01/reduce-bacula-dbcheck-time/ > CREATE INDEX File_JobId_idx ON File(JobId); > CREATE INDEX File_PathId_idx ON File(PathId); > CREATE INDEX File_FilenameId_idx ON File(File

Re: [Bacula-users] Check database when bacula-dir start

2012-04-09 Thread Julien S
Do you think if I tuning databases with : http://www.newitperson.com/2011/01/reduce-bacula-dbcheck-time/ CREATE INDEX File_JobId_idx ON File(JobId); CREATE INDEX File_PathId_idx ON File(PathId); CREATE INDEX File_FilenameId_idx ON File(FilenameId); CREATE INDEX Path_PathId_idx ON Path(PathId); CREA

Re: [Bacula-users] LZO-Compression

2012-04-09 Thread Panagiotis Christias
On Wed, Mar 21, 2012 at 11:19 AM, Uwe Schuerkamp wrote: > Hi folks, > > I've been playing around with the new lzo compression feature on > centos / redhat 5 and I'm more or less blown away by its performance / > compression ratio tradeoff. I was wondering if an lzo-enabled windows > client is also

[Bacula-users] Label Format for Volume to each Client

2012-04-09 Thread Juan Pablo Botero
Hi all. In a Pool Definition i have the filed: Maximum Volume Jobs = 20 Label Format=Volume So, i need the change the label format, one for each Client, the backup is Incremental. I had searching and the Variable expansion [1] is deprecated. How can change the label format? [1]: http://www.ba

Re: [Bacula-users] Almir 0.1 released (bacula web interface)

2012-04-09 Thread Domen Kožar
Yes, I would strongly suggest updating to a newer password hash function. More: http://stackoverflow.com/questions/7082091/why-is-the-old-mysql-password-function-considered-insecure On Mon, Apr 9, 2012 at 4:48 PM, Phil Stracchino wrote: > On 04/09/2012 09:48 AM, Domen Kožar wrote: > > Hi, > > > >

Re: [Bacula-users] Solaris Clients slow to backup

2012-04-09 Thread Gary R. Schmidt
On 04/10/12 00:51, Abdullah Sofizada wrote: [SNIP] How much memory do the SPARC boxen have? Did you build the client with the God-awful Compiler Collection or the Sun Studio/Workbench compiler? What options did you use to build? What NIC(s) are on the SPARC boxen? Does "netstat" report any err

Re: [Bacula-users] running script before job fails due to permission issue

2012-04-09 Thread Martin Simmons
> On Thu, 5 Apr 2012 16:27:56 -0700, Murray Davis said: > > When logged on as root, I can run the following script to backup my MySQL > databases to a local folder: > > #!/bin/bash > > BACKUPLOCATION=/var/local/mysqlbackups > LOGFILE=/usr/local/sbin/backupdbs.log > GZIP="$(which gzip)" > NOW

Re: [Bacula-users] Almir 0.1 released (bacula web interface)

2012-04-09 Thread Phil Stracchino
On 04/09/2012 09:48 AM, Domen Kožar wrote: > Hi, > > what version of mysql are you running? It seems you are running a > version with old password hashes, which changed in mysql 5.0. I'm not > sure what versions current almir mysql driver supports (have to check), > but mysql 4.1 is the minimum ve

[Bacula-users] Solaris Clients slow to backup

2012-04-09 Thread Abdullah Sofizada
Hello, My director runs on Redhat Rhel 5.5 running bacula 5.0.2. Clients are on version 5.0.2 as well. I have a mixture of Redat Linux servers version 5.5 along with Solaris 5.8 and Solaris 5.10 clients. The Rhel linux servers backup and finish at a normal or fast pace, whereas the Solaris s

Re: [Bacula-users] Almir 0.1 released (bacula web interface)

2012-04-09 Thread Randy Katz
ok, my mysql did the same thing: mysql Ver 14.14 Distrib 5.5.21, for Linux (x86_64) using readline 5.1 I just setup a user that can access without a password and made the string: mysql+mysqlconnector://usernopass:@localhost /bacula which seemed to work, forgot

Re: [Bacula-users] Almir 0.1 released (bacula web interface)

2012-04-09 Thread Domen Kožar
Hi, what version of mysql are you running? It seems you are running a version with old password hashes, which changed in mysql 5.0. I'm not sure what versions current almir mysql driver supports (have to check), but mysql 4.1 is the minimum version that can be supported. Cheers, Domen 2012/4/9 m

Re: [Bacula-users] Almir 0.1 released (bacula web interface)

2012-04-09 Thread mayak-cq
hi domen, i just installing on centos-6.2, minimum install -- - installed gcc - installed python-devel and when i run the install script, i get the database connection part, and throw this error: --> SQL connection string: mysql +mysqlconnector://bacula:secret@localhost/bacula Connecting to cat

Re: [Bacula-users] Almir 0.1 released (bacula web interface)

2012-04-09 Thread Randy Katz
Ok, not a big deal, understanding it is passwd protected and they cannot guess my ports without getting banned by my firewall! FYI, I installed it on CentOS 5 without a hitch, did not do any of the prereqs except git and nginx. I will email you privately a small modification to the docs. Thanks, R

Re: [Bacula-users] Almir 0.1 released (bacula web interface)

2012-04-09 Thread Domen Kožar
Hi all, glad you like it, there is more to come :) bconsole connection is crucial for almir to work. Currently it's used for web console and to get information about scheduled jobs. In version 0.2 it will provide interface to run a job, restore, etc. As I understand you only want to use almir as

Re: [Bacula-users] Almir 0.1 released (bacula web interface)

2012-04-09 Thread Randy Katz
Hi, Thanks, this looks really good! Is there a quick/easy way to disable to console and/or other parts of it? I am really leery of opening another port or access point to any production consoles. Thanks, Randy Katz On 4/6/2012 12:17 PM, Domen Koz(ar wrote: > Hi all! > > I'm really proud to annou

Re: [Bacula-users] Almir 0.1 released (bacula web interface)

2012-04-09 Thread Francisco Javier Funes Nieto
Great job! I'll use it in a test environment and report all the feelings... ! Thank You! J. 2012/4/6 Domen Kožar : > Hi all! > > I'm really proud to announce public 0.1 version of Almir after 4 months of > development! You can start reading about almir features and install it > (one-line interac