Re: [Bacula-devel] BAT bug?

2010-06-10 Thread Luca Berra
On Wed, Jun 09, 2010 at 10:21:16AM -0400, Phil Stracchino wrote:
I'm seeing what appears to be a bug in BAT 5.0.2, built from the Gentoo
bacula-5.0.2-r1 package.  When I do a restore and choose to select
files, BAT selects jobs and builds the directory tree, then pops up an
error dialog containing the following message:

   Invalid command .messages. Enter done to exit.

It then displays an *empty* file selection tree.

Can anyone else reproduce this error?

cannot reproduce with bat 5.0.2 on mandriva, so it may be gentoo
specific.

L.

-- 
Luca Berra -- bl...@comedia.it
 Communication Media  Services S.r.l.
  /\
  \ / ASCII RIBBON CAMPAIGN
   XAGAINST HTML MAIL
  / \

--
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 and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel


Re: [Bacula-devel] BAT bug?

2010-06-10 Thread Giovanni S.

Hi,
i'm using bacula-5.0.2-1 compiled from src rpm in a RHEL 5.4. I obtain a
similar error nameOfAFile: is an invalid command when I execute in bat the
command query, select the query List where most recent copies of a file
are saved, and insert the name of a file; as showed in this screenshot 

http://old.nabble.com/file/p28841484/ImmagineforumBat.jpg 

Can anyone else reproduce this error?



Kern Sibbald wrote:
 
 On Wednesday 09 June 2010 16:21:16 Phil Stracchino wrote:
 I'm seeing what appears to be a bug in BAT 5.0.2, built from the Gentoo
 bacula-5.0.2-r1 package.  When I do a restore and choose to select
 files, BAT selects jobs and builds the directory tree, then pops up an
 error dialog containing the following message:

  Invalid command .messages. Enter done to exit.

 It then displays an *empty* file selection tree.

 Can anyone else reproduce this error?
 
 Yes, it is a known annoying problem.  Either turn off automatic display of 
 messages -- in Preferences, or set the time much larger (i.e. every 5 
 minutes).
 
 Kern
 
 --
 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 and enter to win: 
 http://p.sf.net/sfu/thinkgeek-promo
 ___
 Bacula-devel mailing list
 Bacula-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-devel
 
 

-- 
View this message in context: 
http://old.nabble.com/BAT-bug--tp28831086p28841484.html
Sent from the Bacula - Dev mailing list archive at Nabble.com.


--
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 and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel


Re: [Bacula-devel] BAT bug?

2010-06-10 Thread Phil Stracchino
On 06/10/10 06:22, Kern Sibbald wrote:
 On Wednesday 09 June 2010 16:21:16 Phil Stracchino wrote:
 I'm seeing what appears to be a bug in BAT 5.0.2, built from the Gentoo
 bacula-5.0.2-r1 package.  When I do a restore and choose to select
 files, BAT selects jobs and builds the directory tree, then pops up an
 error dialog containing the following message:

  Invalid command .messages. Enter done to exit.

 It then displays an *empty* file selection tree.

 Can anyone else reproduce this error?
 
 Yes, it is a known annoying problem.  Either turn off automatic display of 
 messages -- in Preferences, or set the time much larger (i.e. every 5 
 minutes).


Aah, I see why it happens now.  That would make perfect sense.


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.

--
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 and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel


Re: [Bacula-devel] 5.0.2 cross-compiling win32

2010-06-10 Thread Kern Sibbald
Hello,

On Thursday 10 June 2010 22:48:56 Timofey Medvedev wrote:
 For some time I'm trying to compile win32 installer in /bacula/src/win32/
 to get FD, DIR, bconsole and Catalog (MySQL) on Debian 5.0.4 with MinGW.

I am sorry, we cannot give you much help. This is a very complex process, and 
it just takes too long to try to help people do it themselves.

 All is done according to instructions in bacula/src/win32/README.mingw and
 I use ./configure --with-mysql --with-openssl.

 Problems with Bat (my solution in brackets):
  - ./make-win32: line 9: qmake: command not found (apt-get install
 qt4-qmake)
  - Project LOAD(): Feature qt_config cannot be found. (ln -s
 mkspec/features features)
  - some problems with paths - script doesn't see ${DEPKGS} (add environment
 variable DEPKGS = /home/there/bacula)
  - get a lot of errors from Qt (have no idea)

 Also I don't need Bat, so can you give me some instructions, how to
 change content
 of installer? (tried ./configure with different options, but it has no
 effect to it)
 Or alternative, how can I compile and add Catalog and DIR to client
 installation in Windows? (tried by myself, but it needs some libs and dlls,
 that I don't have)


Everything is documented in README.mingw including the DEPKGS environment 
variable.

For building bat, you must download the Windows dlls from Trolltech, and you 
must have the same Linux Qt build environment loaded on your system.

All the source code is on www.bacula.org in cross-tools and in depkgs-mingw32 
(I think they are referred to by the scripts that build them).

The full Windows installer is in src/win32/full_win32_installer, but our code 
has evolved so it probably requires a lot of work.

Sorry, you are on your own.

Kern

--
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 and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel


[Bacula-devel] 5.0.2 cross-compiling win32

2010-06-10 Thread Timofey Medvedev
For some time I'm trying to compile win32 installer in /bacula/src/win32/ to
get FD, DIR, bconsole and Catalog (MySQL) on Debian 5.0.4 with MinGW.
All is done according to instructions in bacula/src/win32/README.mingw and I
use ./configure --with-mysql --with-openssl.

Problems with Bat (my solution in brackets):
 - ./make-win32: line 9: qmake: command not found (apt-get install
qt4-qmake)
 - Project LOAD(): Feature qt_config cannot be found. (ln -s mkspec/features
features)
 - some problems with paths - script doesn't see ${DEPKGS} (add environment
variable DEPKGS = /home/there/bacula)
 - get a lot of errors from Qt (have no idea)

Also I don't need Bat, so can you give me some instructions, how to
change content
of installer? (tried ./configure with different options, but it has no
effect to it)
Or alternative, how can I compile and add Catalog and DIR to client
installation in Windows? (tried by myself, but it needs some libs and dlls,
that I don't have)

-
Timofey Medvedev
--
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 and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel