Re: [Bacula-users] Problems with BaculaSD

2006-11-05 Thread Matti Jormakka
That the connection was refused seems significant.  At least on aCentos4 system with a default firewall configured, ports that are not explicitely permitted are rejected.  You don't say what OS youare running, but you might check if firewall software is runninglocally and open the appropriate ports

Re: [Bacula-users] how to start over after test runs.

2006-11-05 Thread Jaap Stolk
On 11/6/06, Ger Apeldoorn <[EMAIL PROTECTED]> wrote: > The scripts are by default in the /etc/bacula directory AFAIK. thank you for your promt answer. there is no drop_mysql_tables anywhere on my system. (I installed using "apt-get" in debian) > If you really don't have them, you can drop the ent

Re: [Bacula-users] Problems with BaculaSD

2006-11-05 Thread Ger Apeldoorn
> I believe it already does connect to router, since host.mydomain.com is > resolved as the public IP (given by ISP naturally) of our router. Ok, I didnt get that.. :) Then you should check for the firewall like Michael proposed. It might also be that the daemon is not running on host. You can

Re: [Bacula-users] how to start over after test runs.

2006-11-05 Thread Ger Apeldoorn
The scripts are by default in the /etc/bacula directory AFAIK. start them like this: cd /etc/bacula ./drop_mysql_tables If you really don't have them, you can drop the entire bacula database (see below) and recreate it as you have done before. #WARNING: This deletes your database!! mysql -u roo

[Bacula-users] how to start over after test runs.

2006-11-05 Thread Jaap Stolk
I would like to start over, but i don't seem to have the drop_mysql_tables / make_mysql_tables scripts. I do backup to file, so i don't need to rewind/EOF tapes (I already deleted the volume files) I couldn't find anything in the manual or on google (apart from instructions to use the above script

Re: [Bacula-users] Problems with BaculaSD

2006-11-05 Thread Michael Brennen
On Mon, 6 Nov 2006, Matti Jormakka wrote: We have configured a Director and a Storage Daemon on a machine called host in our local network. In addition to a local test File Daemon (running on host) we have a File Daemon on a machine outside our local network. We have set up a domain name host

Re: [Bacula-users] Problems with BaculaSD

2006-11-05 Thread Ger Apeldoorn
> Shouldn't you make the FD connect to the router then?? > Port forwarding is something else than a router; the router mimicks the > host that is on the LAN. (for the specified port only) Sorry, that was not very clear, was it?? :) I meant this... Port forwarding is something else than a router;

Re: [Bacula-users] Problems with BaculaSD

2006-11-05 Thread Ger Apeldoorn
Hi Matti, Op maandag 6 november 2006 07:27, schreef Matti Jormakka: > Hello, > > We have configured a Director and a Storage Daemon on a machine called > host in our local network. In addition to a local test File Daemon > (running on host) we have a File Daemon on a machine outside our local > ne

[Bacula-users] Problems with BaculaSD

2006-11-05 Thread Matti Jormakka
Hello,We have configured a Director and a Storage Daemon on a machine called host in our local network. In addition to a local test File Daemon (running on host) we have a File Daemon on a machine outside our local network. We have set up a domain name host.domain.com for host that is visible to o

Re: [Bacula-users] 3999 Device "HDD2_160gb" not found

2006-11-05 Thread Nicklas Börjesson
Hi, Thanks for your help, i have tracked down the error..The bacula user had the wrong GID. I fixed that...So now i am in the really weird world where enabling debugging with for example "-d100" makes it work :-) If i remove that parameter, it stops working. The version i am using is the packaged o

Re: [Bacula-users] [Bacula-devel] Encryption/Compression Conflict in CVS

2006-11-05 Thread Robert Nelson
I've checked in the fix which makes everything work properly. I've tested every combination of encryption, sparse and compression, both backup and restore. I've also compared the restored contents against the original to ensure that there is no corruption of the data. Any previous backups that w

Re: [Bacula-users] [Bacula-devel] Encryption/Compression Conflict in CVS

2006-11-05 Thread Robert Nelson
Before I cause a panic, there is a cut/paste error in my description below. There is nothing wrong with Sparse + Compression, it should say "Works fine" not "Restore broken". -Original Message- From: Kern Sibbald [mailto:[EMAIL PROTECTED] Sent: Friday, November 03, 2006 5:05 PM To: Robert

Re: [Bacula-users] cannot prune/purge volumes

2006-11-05 Thread Frank Sweetser
On Sun, Nov 05, 2006 at 01:03:40PM +0100, Andras Horvai wrote: > Have you already tried this? My catalog is around 1 GB large. > How long will it take to reindex it? It's hard to say, but it could easily take hours, especially if you don't have a particularly fast machine, so just be patient with

Re: [Bacula-users] cannot prune/purge volumes

2006-11-05 Thread Andras Horvai
Thanks for your answer! I started to create the new indexes and let's see what happen. I will use these commands: CREATE INDEX PathIdIdx ON File(PathId); CREATE INDEX FilenameIdIdx ON File(FilenameId); CREATE INDEX FileSetIdIdx ON Job(FileSetId); CREATE INDEX ClientIdIdx ON Job(ClientId); Have yo