Re: [Bacula-users] Problem with backing up over the internet

2007-10-19 Thread Viktor Radnai
Hi there,

On 10/18/07, Arno Lehmann [EMAIL PROTECTED] wrote:

 You can do this even if the SD is inside your firewall, you'll need
 port forwarding or a proxy on the firewall then. With separate DNS
 zones inside and outside, resolving the SD hostname either as the
 internal or the external IP, this can be seamlessly integrated with
 your internal Bacula setup.

 Arno

I think in this case, /etc/hosts is your friend :-)

Configure your storage daemon with a hostname, and specify that
hostname in /etc/hosts to be either the internal or the external
address, as required. And you don't need to return different results
from your internal DNS server. Dead simple and works well.

HTH,

Cheers,
Vik
--
My other sig is hilarious

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Label Error - Newbie

2007-10-08 Thread Viktor Radnai
Hi Jason,

I had the same problem before. The volume is already labelled, so
Bacula will not relabel it. But it's not in the catalog, so you cannot
use it for backups. I got around it by using the add command to
update the catalog only, without trying to label the tape.

Run a test job to make sure it worked, but it did fix the problem for me.

Hope this helps.

Cheers,
Vik
-- 
My other sig is hilarious

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Mail problem

2007-10-08 Thread Viktor Radnai
Hi Andy,

The default mailcommand setting (which you have quoted) is to send
mail with the From address being the same as the To address. Try
replacing the first %r (which is the sender's email address) to
something else, eg:
mailcommand = /usr/sbin/bsmtp -h localhost -f \\(Bacula\)
[EMAIL PROTECTED] -s  \Bacula: %t %e of %c %l\ %r

 [EMAIL PROTECTED]... Not permitted (in reply to MAIL FROM command)

Based on the above it looks like Postfix is discarding the message
because it thinks that your bacula host is not authorised to send mail
as [EMAIL PROTECTED] Try setting it to something else (maybe even
a different domain name) and see if that will work. Alternately you
could change your mail server config to accept mail from your bacula
server, but that's an entirely different topic unrelated to bacula.

Hope this helps.

Cheers,
Vik
-- 
My other sig is hilarious

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users