Re: [Bacula-users] bacula through natd

2007-06-21 Thread RYAN M. vAN GINNEKEN
nothing seems to be happening the command you suggest bacula-fd -f -d50 on the 
machine behind the firewall never responds just waits for connection. However 
the server that is the filewall is giving this error when i run the same 
command.

tokyo.computerking.ca > /usr/local/etc/rc.d #bacula-fd -f -d50
tokyo.computerking.ca-fd: filed.c:223 filed: listening on port 9102
tokyo.computerking.ca-fd: job.c:251 Quit command loop. Canceled=0


This leads me to believe that the somehow the firewall/ipnat is not redirecting 
the ports like it should be.  Please help is there a way to discover this and 
fix it??

- Martin Simmons <[EMAIL PROTECTED]> wrote:
> >>>>> On Thu, 21 Jun 2007 09:56:46 -0700 (MST), RYAN M vAN GINNEKEN
> said:
> > 
> > THANKS DAVE as i mentioned bacula used to work when these two
> machine were
> > on the same internal network. So i believe the password should not
> have
> > changed however i have attached some relevant files.
> 
> Try running bacula-fd with options -f -d50.  This should make it print
> info on
> what is happening during authentication.
> 
> __Martin


-- 
Computer King & CaN Mail  -  Sales Service Hosting Backup

http://www.computerking.ca http://www.canmail.org

NEW!!! Custom Service Packages
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula through natd

2007-06-21 Thread RYAN M. vAN GINNEKEN


- Forwarded Message - 
From: RYAN M. vAN GINNEKEN <[EMAIL PROTECTED]> 
To: bacula-users@lists.sourceforge.net, Dave <[EMAIL PROTECTED]> 
Sent: Wednesday, June 20, 2007 11:01:25 AM GMT-0700 
Subject: [Bacula-users] firewall/natd 









THANKS DAVE as i mentioned bacula used to work when these two machine were on 
the same internal network. So i believe the password should not have changed 
however i have attached some relevant files. 

Hello, 
It looks like your firewall setup is good. I believe the problem is the file 
and director passwords don't all match up. Give that a shot, and if you can't 
find it, send me the client's bacula-fd.conf, and the servers bacula-dir.conf 
and bacula-sd.conf files. 
I just went through this one myself with nat and a firewall so i should be able 
to help. 
Hth 
Dave. 
Using bacula version 2.0.3 on the client and the server 
can achieve perfect backups when these machines are on the same internal 
network however.. 

I am tring to set bacula up to backup a remote machine that is on the other 
side of of a firewall. I have read and reread the bacula docs the ipf docs and 
the ipnat docs and think i understand what should be done. However it does not 
seem to work please help. 

**I have added the following lines to the ipf.rules file of the director 
machine 

pass out quick on cdce0 proto tcp from any to any port = 9101 flags S keep 
state 
pass out quick on cdce0 proto tcp from any to any port = 9102 flags S keep 
state 
pass out quick on cdce0 proto tcp from any to any port = 9103 flags S keep 
state 

**next i added the following to the ipf.rules file of the server machine 
that provides a firewall and nat for the fd machine. 

pass in quick on xl0 proto tcp from any to any port = 9102 flags S keep state 

*** then i have added the following ipnat rules to hopefully redirect port 
9102 to the desired machine behind the firewall running the file daemon 

rdr xl0 0/32 port 9102 -> 192.168.0.15 port 9102 

***I believe if have all the correct entries in the director and file 
daemon and can telnet to the the remote port 

[EMAIL PROTECTED] # telnet computerking.ca 9102 
Trying 68.146.204.152... 
Connected to computerking.ca. 
Escape character is '^]'. 

*but when i try to connect to the client from bconsole i always get the 
dreaded auth error. please please please help as this has become a very 
complicated endeavor and i am a bit lost as to what to try next. 

Connecting to Client lappy-fd at computerking.ca:9102 
Failed to connect to Client lappy-fd. 
 
20- Jun 01 :10 backup1-dir: *Console*.2007-06-20_01.10.01 Fatal error: Unable 
to authenticate with File daemon on "computerking.ca:9102". Possible causes: 
Passwords or names not the same or 
Maximum Concurrent Jobs exceeded on the FD or 
FD networking messed up (restart daemon). 
Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for 
help. 




-- 
Computer King & CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 



-- 
Computer King & CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 



bacula-dir.conf
Description: Binary data


bacula-fd.conf
Description: Binary data


bacula-sd.conf
Description: Binary data
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] firewall/natd

2007-06-20 Thread RYAN M. vAN GINNEKEN







THANKS DAVE as i mentioned bacula used to work when these two machine were on 
the same internal network. So i believe the password should not have changed 
however i have attached some relevant files. 

Hello, 
It looks like your firewall setup is good. I believe the problem is the file 
and director passwords don't all match up. Give that a shot, and if you can't 
find it, send me the client's bacula-fd.conf, and the servers bacula-dir.conf 
and bacula-sd.conf files. 
I just went through this one myself with nat and a firewall so i should be able 
to help. 
Hth 
Dave. 
Using bacula version 2.0.3 on the client and the server 
can achieve perfect backups when these machines are on the same internal 
network however.. 

I am tring to set bacula up to backup a remote machine that is on the other 
side of of a firewall. I have read and reread the bacula docs the ipf docs and 
the ipnat docs and think i understand what should be done. However it does not 
seem to work please help. 

**I have added the following lines to the ipf.rules file of the director 
machine 

pass out quick on cdce0 proto tcp from any to any port = 9101 flags S keep 
state 
pass out quick on cdce0 proto tcp from any to any port = 9102 flags S keep 
state 
pass out quick on cdce0 proto tcp from any to any port = 9103 flags S keep 
state 

**next i added the following to the ipf.rules file of the server machine 
that provides a firewall and nat for the fd machine. 

pass in quick on xl0 proto tcp from any to any port = 9102 flags S keep state 

*** then i have added the following ipnat rules to hopefully redirect port 
9102 to the desired machine behind the firewall running the file daemon 

rdr xl0 0/32 port 9102 -> 192.168.0.15 port 9102 

***I believe if have all the correct entries in the director and file 
daemon and can telnet to the the remote port 

[EMAIL PROTECTED] # telnet computerking.ca 9102 
Trying 68.146.204.152... 
Connected to computerking.ca. 
Escape character is '^]'. 

*but when i try to connect to the client from bconsole i always get the 
dreaded auth error. please please please help as this has become a very 
complicated endeavor and i am a bit lost as to what to try next. 

Connecting to Client lappy-fd at computerking.ca:9102 
Failed to connect to Client lappy-fd. 
 
20- Jun 01 :10 backup1-dir: *Console*.2007-06-20_01.10.01 Fatal error: Unable 
to authenticate with File daemon on "computerking.ca:9102". Possible causes: 
Passwords or names not the same or 
Maximum Concurrent Jobs exceeded on the FD or 
FD networking messed up (restart daemon). 
Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for 
help. 




-- 
Computer King & CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 



bacula-dir.conf
Description: Binary data


bacula-fd.conf
Description: Binary data


bacula-sd.conf
Description: Binary data
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] firewall/nat

2007-06-20 Thread RYAN M. vAN GINNEKEN




Using bacula version 2.0.3 on the client and the server 
can achieve perfect backups when these machines are on the same internal 
network however.. 

I am tring to set bacula up to backup a remote machine that is on the other 
side of of a firewall. I have read and reread the bacula docs the ipf docs and 
the ipnat docs and think i understand what should be done. However it does not 
seem to work please help. 

**I have added the following lines to the ipf.rules file of the director 
machine 

pass out quick on cdce0 proto tcp from any to any port = 9101 flags S keep 
state 
pass out quick on cdce0 proto tcp from any to any port = 9102 flags S keep 
state 
pass out quick on cdce0 proto tcp from any to any port = 9103 flags S keep 
state 

**next i added the following to the ipf.rules file of the server machine 
that provides a firewall and nat for the fd machine. 

pass in quick on xl0 proto tcp from any to any port = 9102 flags S keep state 

*** then i have added the following ipnat rules to hopefully redirect port 
9102 to the desired machine behind the firewall running the file daemon 

rdr xl0 0/32 port 9102 -> 192.168.0.15 port 9102 

***I believe if have all the correct entries in the director and file 
daemon and can telnet to the the remote port 

[EMAIL PROTECTED] # telnet computerking.ca 9102 
Trying 68.146.204.152... 
Connected to computerking.ca. 
Escape character is '^]'. 

*but when i try to connect to the client from bconsole i always get the 
dreaded auth error. please please please help as this has become a very 
complicated endeavor and i am a bit lost as to what to try next. 

Connecting to Client lappy-fd at computerking.ca:9102 
Failed to connect to Client lappy-fd. 
 
20- Jun 01 :10 backup1-dir: *Console*.2007-06-20_01.10.01 Fatal error: Unable 
to authenticate with File daemon on "computerking.ca:9102". Possible causes: 
Passwords or names not the same or 
Maximum Concurrent Jobs exceeded on the FD or 
FD networking messed up (restart daemon). 
Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for 
help. 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] behind a local and remote firewall/nat

2007-06-20 Thread RYAN M. vAN GINNEKEN


I am tring to set bacula up to backup a remote machine that is on the other 
side of of a firewall. I have read and reread the bacula docs the ipf docs and 
the ipnat docs and think i understand what should be done. However it does not 
seem to work please help. 

**I have added the following lines to the ipf.rules file of the director 
machine 

pass out quick on cdce0 proto tcp from any to any port = 9101 flags S keep 
state 
pass out quick on cdce0 proto tcp from any to any port = 9102 flags S keep 
state 
pass out quick on cdce0 proto tcp from any to any port = 9103 flags S keep 
state 

**next i added the following to the ipf.rules file of the server machine 
that provides a firewall and nat for the fd machine. 

pass in quick on xl0 proto tcp from any to any port = 9102 flags S keep state 

*** then i have added the following ipnat rules to hopefully redirect port 
9102 to the desired machine behind the firewall running the file daemon 

rdr xl0 0/32 port 9102 -> 192.168.0.15 port 9102 

***I believe if have all the correct entries in the director and file 
daemon and can telnet to the the remote port 

[EMAIL PROTECTED] # telnet computerking.ca 9102 
Trying 68.146.204.152... 
Connected to computerking.ca. 
Escape character is '^]'. 

*but when i try to connect to the client from bconsole i always get the 
dreaded auth error. please please please help as this has become a very 
complicated endeavor and i am a bit lost as to what to try next. 

Connecting to Client lappy-fd at computerking.ca:9102 
Failed to connect to Client lappy-fd. 
 
20-Jun 01:10 backup1-dir: *Console*.2007-06-20_01.10.01 Fatal error: Unable to 
authenticate with File daemon on "computerking.ca:9102". Possible causes: 
Passwords or names not the same or 
Maximum Concurrent Jobs exceeded on the FD or 
FD networking messed up (restart daemon). 
Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for 
help. 

-- 
Computer King & CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 



-- 
Computer King & CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] auth error

2007-04-10 Thread RYAN M. vAN GINNEKEN

Ok folks i am at my wits end here have been struggling with this for a couple 
of days now it used to work but i made a few minor changes to the conf files 
and now bacula is broken. 

Is there any known bugs with this version of bacula would upgrading fix my 
problem. I basically copied my conf files from another server i cannot for the 
life of me see anything wrong with them. 

Please help It must be a minor typo or something but i cannot for the life of 
me see it. HELP 

Here is the relevant bits of my bacula-sd.conf 

Storage { # definition of myself 
Name = hendrick-sd 
SDPort = 9103 # Director's port 
WorkingDirectory = "/var/db/bacula" 
Pid Directory = "/var/run" 
Maximum Concurrent Jobs = 20 
} 

# 
# List Directors who are permitted to contact Storage daemon 
# 
Director { 
Name = hendrick-dir 
Password = "c0mputerking-st0rage" 
# Password = "c0mputerking-m0nit0r" 
} 

# 
# Restricted Director, used by tray-monitor to get the 
# status of the storage daemon 
# 
Director { 
Name = hendrick-mon 
Password = "c0mputerking-m0nit0r" 
Monitor = yes 
} 

# 
# Devices supported by this Storage daemon 
# To connect, the Director's bacula-dir.conf must have the 
# same Name and MediaType. 
# 

Device { 
Name = FileStorage 
Media Type = File 
Archive Device = /space/bacula 
LabelMedia = yes; # lets Bacula label unlabeled media 
Random Access = Yes; 
AutomaticMount = yes; # when device opened, read it 
RemovableMedia = no; 
AlwaysOpen = no; 
} 

here are the good bits of my bacula-dir.conf 
--- 
as you can see i have tried several address none seem to work 

Storage { 
Name = hendrick-sd 
# Address = 127.0.0.1 # N.B. Use a fully qualified name here 
# Address = 192.168.0.24 # be very careful here 
# Address = 209.115.169.135 
Address = webmail.hendrick.ca 
SDPort = 9103 
Password = "c0mputerking-st0rage" 
Device = FileStorage 
Media Type = File 
} 

I always get this when trying to connect 

Connecting to Storage daemon hendrick-sd at webmail.hendrick.ca:9103 

Failed to connect to Storage daemon hendrick-sd. 
 
You have messages. 
*au on 
09- Apr 20 :58 hendrick-dir: *Console*.2007-04-09_20.58.17 Fatal error: 
authenticate.c:92 Unable to authenticate with Storage daemon. Possible causes: 
Passwords or names not the same or 
Maximum Concurrent Jobs exceeded on the SD or 
SD networking messed up (restart daemon). 
Please see http://www.bacula.org/html-manual/faq.html#AuthorizationErrors for 
help. 

I can ping the host, and everything is local so iptables should not be a 
problem 

webmail:/etc/bacula# ping webmail.hendrick.ca 
PING webmail.hendrick.ca (209.115.169.132): 56 data bytes 
64 bytes from 209.115.169.132: icmp_seq=0 ttl=64 time=0.0 ms 

ps here are the version #'s it is old but it is what i get when i do an apt-get 
install bacula. This box is Debian something i did not set it up or know alot 
about debian but this all a uname -a gives me 

webmail:/etc/bacula# uname -a 
Linux webmail 2.6.20 #3 SMP Fri Mar 30 16:15:10 MST 2007 i686 GNU/Linux 

Bacula 
*version 
hendrick-dir Version: 1.36.2 ( 28 February 2005 ) 

ps i get the comparable errors when it try to stat fd too.. 

*au on 
09- Apr 21 :05 hendrick-dir: *Console*.2007-04-09_21.04.29 Fatal error: Unable 
to authenticate with File daemon. Possible causes: 
Passwords or names not the same or 
Maximum Concurrent Jobs exceeded on the FD or 
FD networking messed up (restart daemon). 
Please see http://www.bacula.org/html-manual/faq.html#AuthorizationErrors for 
help. 


-- 
Computer King & CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 


-- 
Computer King & CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] authentication problems

2007-04-09 Thread RYAN M. vAN GINNEKEN
Ok folks i am at my wits end here have been struggliing with this for a couple 
of days now it used to work but i made a few minor changes to the conf files 
and now bacula is broken. 

Please help It must be a minor typo or something but i cannot for the life of 
me see it. HELP 

Here is the relevant bits of my bacula-sd.conf 

Storage { # definition of myself 
Name = hendrick-sd 
SDPort = 9103 # Director's port 
WorkingDirectory = "/var/db/bacula" 
Pid Directory = "/var/run" 
Maximum Concurrent Jobs = 20 
} 

# 
# List Directors who are permitted to contact Storage daemon 
# 
Director { 
Name = hendrick-dir 
Password = "c0mputerking-st0rage" 
# Password = "c0mputerking-m0nit0r" 
} 

# 
# Restricted Director, used by tray-monitor to get the 
# status of the storage daemon 
# 
Director { 
Name = hendrick-mon 
Password = "c0mputerking-m0nit0r" 
Monitor = yes 
} 

# 
# Devices supported by this Storage daemon 
# To connect, the Director's bacula-dir.conf must have the 
# same Name and MediaType. 
# 

Device { 
Name = FileStorage 
Media Type = File 
Archive Device = /space/bacula 
LabelMedia = yes; # lets Bacula label unlabeled media 
Random Access = Yes; 
AutomaticMount = yes; # when device opened, read it 
RemovableMedia = no; 
AlwaysOpen = no; 
} 

here are the good bits of my bacula-dir.conf 
--- 
as you can see i have tried several address none seem to work 

Storage { 
Name = hendrick-sd 
# Address = 127.0.0.1 # N.B. Use a fully qualified name here 
# Address = 192.168.0.24 # be very careful here 
# Address = 209.115.169.135 
Address = webmail.hendrick.ca 
SDPort = 9103 
Password = "c0mputerking-st0rage" 
Device = FileStorage 
Media Type = File 
} 


I always get this when trying to connect 

Connecting to Storage daemon hendrick-sd at webmail.hendrick.ca:9103 

Failed to connect to Storage daemon hendrick-sd. 
 
You have messages. 
*au on 
09-Apr 20:58 hendrick-dir: *Console*.2007-04-09_20.58.17 Fatal error: 
authenticate.c:92 Unable to authenticate with Storage daemon. Possible causes: 
Passwords or names not the same or 
Maximum Concurrent Jobs exceeded on the SD or 
SD networking messed up (restart daemon). 
Please see http://www.bacula.org/html-manual/faq.html#AuthorizationErrors for 
help. 

I can ping the host, and everything is local so iptables should not be a 
problem 

webmail:/etc/bacula# ping webmail.hendrick.ca 
PING webmail.hendrick.ca (209.115.169.132): 56 data bytes 
64 bytes from 209.115.169.132: icmp_seq=0 ttl=64 time=0.0 ms 

ps here are the version #'s it is old but it is what i get when i do an apt-get 
install bacula. This box is Debian something i did not set it up or know alot 
about debian but this all a uname -a gives me 

webmail:/etc/bacula# uname -a 
Linux webmail 2.6.20 #3 SMP Fri Mar 30 16:15:10 MST 2007 i686 GNU/Linux 

Bacula 
*version 
hendrick-dir Version: 1.36.2 (28 February 2005) 

ps i get the comparable errors when it try to stat fd too.. 

*au on 
09-Apr 21:05 hendrick-dir: *Console*.2007-04-09_21.04.29 Fatal error: Unable to 
authenticate with File daemon. Possible causes: 
Passwords or names not the same or 
Maximum Concurrent Jobs exceeded on the FD or 
FD networking messed up (restart daemon). 
Please see http://www.bacula.org/html-manual/faq.html#AuthorizationErrors for 
help. 


-- 
Computer King & CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Freebsd and bacula-web

2007-03-28 Thread RYAN M. vAN GINNEKEN
hmmm some more progress added the line like suggested and now instead of a file 
opening in apache when i open test.php i get a bunch of text much like the text 
for the main bacula-web page but different.  

Sorry for the bother 


- Kern Sibbald <[EMAIL PROTECTED]> wrote:
> You probably don't have php enabled.  There may be a module to load
> and 
> something like this:
> 
> 
>   
> AddHandler application/x-httpd-php .php4
> AddHandler application/x-httpd-php .php5
> AddHandler application/x-httpd-php .php
> AddHandler application/x-httpd-php-source .php4s
> AddHandler application/x-httpd-php-source .php5s
> AddHandler application/x-httpd-php-source .phps
> DirectoryIndex index.php4
> DirectoryIndex index.php5
> DirectoryIndex index.php
> 
> 
> 
> On Wednesday 28 March 2007 12:28, RYAN M. vAN GINNEKEN wrote:
> > Thanks i added the directory stuff to my virtual host file shown
> below and 
> now i get a text file that looks like php code or something ahh
> progress.  If 
> i try to run test.php i it just opens a file in dreamweaver. 
> > 
> > hmm wounder why i never had to add the drictory stuff in virtual
> hosts 
> before? must be the new apache 22 branch 
> > 
> >  
> > ServerAdmin [EMAIL PROTECTED] 
> > DocumentRoot /usr/local/www/bacula-web 
> > 
> >  
> > Options Indexes FollowSymLinks 
> > AllowOverride None 
> > Order allow,deny 
> > Allow from all 
> >  
> > 
> > ServerName backup1.computerking.ca 
> > #ServerAlias www.dummy-host.example.com 
> > ErrorLog /var/log/backup1.computerking.ca-error_log 
> > CustomLog /var/log/backup1.computerking.ca-access_log common 
> >  
> > 
> > - Andreas Sons < [EMAIL PROTECTED] > wrote: 
> > > RYAN M. vAN GINNEKEN wrote: 
> > > > Hello all i am back have been tring to set up a new Freebsd box
> with 
> > > 
> > > > bacula-web port but haveing permission problems please help.
>  Web 
> > > Page 
> > > > keep giving me the you do not have permission to access / error
> See 
> > > 
> > > > below for some details 
> > > 
> > > Being not an apache expert, but do you have 
> > > 
> > >  Order allow,deny 
> > >  Allow from all 
> > > 
> > > clauses in the directory or location clauses? 
> > > 
> > > Andreas 
> > 
> > 
> > 
> > 
> > -- 
> > Computer King & CaN Mail  -  Sales Service Hosting Backup 
> > 
> > http://www.computerking.ca http://www.canmail.org 
> > 
> > NEW!!! Custom Service Packages 
> > 
> Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online 
> Accounting Packages 
> 
> > 
> >


-- 
Computer King & CaN Mail  -  Sales Service Hosting Backup

http://www.computerking.ca http://www.canmail.org

NEW!!! Custom Service Packages
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Freebsd and bacula-web

2007-03-28 Thread RYAN M. vAN GINNEKEN
Thanks i added the directory stuff to my virtual host file shown below and now 
i get a text file that looks like php code or something ahh progress.  If i try 
to run test.php i it just opens a file in dreamweaver. 

hmm wounder why i never had to add the drictory stuff in virtual hosts before? 
must be the new apache 22 branch 

 
    ServerAdmin [EMAIL PROTECTED] 
    DocumentRoot /usr/local/www/bacula-web 

 
    Options Indexes FollowSymLinks 
    AllowOverride None 
    Order allow,deny 
    Allow from all 
 

    ServerName backup1.computerking.ca 
#    ServerAlias www.dummy-host.example.com 
    ErrorLog /var/log/backup1.computerking.ca-error_log 
    CustomLog /var/log/backup1.computerking.ca-access_log common 
 

- Andreas Sons < [EMAIL PROTECTED] > wrote: 
> RYAN M. vAN GINNEKEN wrote: 
> > Hello all i am back have been tring to set up a new Freebsd box with 
> 
> > bacula-web port but haveing permission problems please help.  Web 
> Page 
> > keep giving me the you do not have permission to access / error See 
> 
> > below for some details 
> 
> Being not an apache expert, but do you have 
> 
>      Order allow,deny 
>      Allow from all 
> 
> clauses in the directory or location clauses? 
> 
> Andreas 




-- 
Computer King & CaN Mail  -  Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting Packages 
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bweb and brestore

2007-03-27 Thread RYAN M. vAN GINNEKEN
Anyone got bweb/brestore working with FreeBSD i cannot seem to find the files 
mentioned in the docs under src. Please if someone could point me in the right 
direction it would be nice thank you in advance. 



-- 
Computer King & CaN Mail - Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting 
Packages 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Freebsd and bacula-web

2007-03-26 Thread RYAN M. vAN GINNEKEN


Hello all i am back have been tring to set up a new Freebsd box with bacula-web 
port but haveing permission problems please help.  Web Page keep giving me the 
you do not have permission to access / error See below for some details 

[EMAIL PROTECTED] /usr/local/www/bacula-web]# uname -a 
FreeBSD backup1.computerking.ca 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Mar 18 
16:54:21 MST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/KING1   i386 

[EMAIL PROTECTED] /usr/local/www/bacula-web]# pear list 
Installed packages, channel pear.php.net: 
= 
Package  Version State 
Archive_Tar  1.3.2   stable 
Console_Getopt   1.2.1   stable 
DB   1.7.9   stable 
PEAR 1.5.0   stable 
Structures_Graph 1.0.2   stable 


Here are the permissions !! i tried changing everthing to 777 but that had no 
effect!! I have added a vhost to the apache server pionting to the correct 
document root but still get errors please help.  test.php does not work either! 

[EMAIL PROTECTED] /usr/local/www]# ls -l 
total 4 
drwxr-xr-x  6 root  wheel   512 Mar 21 18:04 apache22 
drwxr-xr-x  8 www   www    1024 Mar 27 00:41 bacula-web 


[EMAIL PROTECTED] /usr/local/www/bacula-web]# ls -l 
total 136 
-rw-r--r--  1 www  www 47 Mar 27 00:41 CONTACT 
-rw-r--r--  1 www  www  15145 Mar 27 00:41 COPYING 
-rw-r--r--  1 www  www   1475 Mar 27 00:41 ChangeLog 
-rw-r--r--  1 www  www   1987 Mar 27 00:41 README 
-rw-r--r--  1 www  www    598 Mar 27 00:41 TODO 
-rw-r--r--  1 www  www    337 Mar 27 00:41 array_fill.func.php 
-rw-r--r--  1 www  www  24031 Mar 27 00:41 classes.inc 
-rw-r--r--  1 www  www  24020 Mar 27 00:41 classes.inc.orig 
drwxr-xr-x  5 www  www    512 Mar 27 00:41 external_packages 
drwxr-xr-x  2 www  www    512 Mar 27 00:41 images 
-rw-r--r--  1 www  www   8796 Mar 27 00:41 index.php 
-rw-r--r--  1 www  www   8695 Mar 27 00:41 index.php.orig 
drwxr-xr-x  3 www  www    512 Mar 27 00:41 js 
-rw-r--r--  1 www  www   1677 Mar 27 00:41 lang.php 
drwxr-xr-x  7 www  www    512 Mar 27 00:41 locale 
-rw-r--r--  1 www  www   3283 Mar 27 00:41 messages.po 
-rw-r--r--  1 www  www    411 Mar 27 00:41 paths.php 
-rw-r--r--  1 www  www   4363 Mar 27 00:41 report.php 
-rw-r--r--  1 www  www   4340 Mar 27 00:41 report.php.orig 
-rw-r--r--  1 www  www   2648 Mar 27 00:41 stats.php 
drwxr-xr-x  2 www  www    512 Mar 27 00:41 templates 
drwxr-xr-x  2 www  www    512 Mar 27 00:41 templates_c 
-rw-r--r--  1 www  www   1343 Mar 27 00:41 test.php 
-rwxr-xr-x  1 www  www   3492 Mar 27 00:41 tsmarty2c.php 



-- 
Computer King & CaN Mail  -  Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting Packages 
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Warning: bnet.c:853 Could not connect to Storage daemon

2007-01-04 Thread RYAN M. vAN GINNEKEN

I seem to be getting the below error every time i try to complete a backup of 
my remote server.  I am running and older version of bacula because it is the 
only one i could find that works with my older fc3 machine. It is version 
1.38.5 something and the version on my freebsd machine is also 1.38.5_1 this 
sould still be a working version right? 

I can backup on the machine locally and have opened the required firewall 
ports for both machines.  Please anyone have some hints it has been awhile 
since i messed with the great Bacula.  

03- Jan 23 :17 shoemasters.com-dir: No prior Full backup Job record found. 
03- Jan 23 :17 shoemasters.com-dir: No prior or suitable Full backup found. 
Doing FULL backup. 
03- Jan 23 :17 shoemasters.com-dir: Start Backup JobId 13, 
Job=tokyo.computerking.ca.2007-01-03_23.17.01 
03- Jan 23 :14 tokyo-fd: tokyo.computerking.ca.2007-01-03_23.17.01 Warning: 
bnet.c:853 Could not connect to Storage daemon on 192.168.1.100:9103. 
ERR=Operation timed out 
Retrying ... 
03- Jan 23 :58 tokyo-fd: tokyo.computerking.ca.2007-01-03_23.17.01 Warning: 
bnet.c:853 Could not connect to Storage daemon on 192.168.1.100:9103. 
ERR=Operation timed out 
Retrying ... 
04- Jan 00 :25 shoemasters.com-dir: tokyo.computerking.ca.2007-01-03_23.17.01 
Fatal error: Socket error on Storage command: ERR=No data available 
04- Jan 00 :25 shoemasters.com-dir: tokyo.computerking.ca.2007-01-03_23.17.01 
Error: Bacula 1.38.5 (18Jan06): 04-Jan-2007 00:25:12 
  JobId:                  13 
  Job:                    tokyo.computerking.ca.2007-01-03_23.17.01 
  Backup Level:           Full (upgraded from Incremental) 
  Client:                 "tokyo.computerking.ca-fd" 
i386-portbld-freebsd4.11,freebsd,4.11-STABLE 
  FileSet:                "tokyo.computerking.ca-fullset" 2007-01-03 23:17:03 
  Pool:                   "Default" 
  Storage:                "File" 
  Scheduled time:         03-Jan-2007 23:16:57 
  Start time:             03-Jan-2007 23:17:03 
  End time:               04-Jan-2007 00:25:12 
  Priority:               10 
  FD Files Written:       0 
  SD Files Written:       0 
  FD Bytes Written:       0 
  SD Bytes Written:       0 
  Rate:                   0.0 KB/s 
  Software Compression:   None 
  Volume name(s):         
  Volume Session Id:      1 
  Volume Session Time:    1167891304 
  Last Volume Bytes:      806,588,486 
  Non-fatal FD errors:    0 
  SD Errors:              0 
  FD termination status:   
  SD termination status:  Waiting on FD 
  Termination:            *** Backup Error *** 



-- 
Computer King & CaN Mail  -  Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting Packages 
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] postgres database problems

2007-01-04 Thread RYAN M. vAN GINNEKEN

Solved need to move the correctly created user to the top of the list 

- Original Message - 
From: RYAN M. vAN GINNEKEN <[EMAIL PROTECTED]> 
To: bacula-users@lists.sourceforge.net 
Sent: Wednesday, January 3, 2007 9:50:16 PM GMT-0700 
Subject: [Bacula-users] postgres database problems 




I have just installed a copy of bacula-postgres version   which i believe is 
the only version that will work with fedora core 3?  

I am haveing the below errors on bacula startup the database bacula and the 
database user bacula seem to exist also I reset the password to match with the 
one in bacula-dir.conf.  However I am not really great at database 
administration and useally cheat by using webmin but am never afraid to learn 
new tricks. 

[EMAIL PROTECTED] bacula]# ./bacula start 
Starting the Bacula Storage daemon 
Starting the Bacula File daemon 
Starting the Bacula Director daemon 
03-Jan 21:41 bacula-dir:  Fatal error: Could not open database "bacula". 
03-Jan 21:41 bacula-dir:  Fatal error: postgresql.c:168 Unable to connect to 
PostgreSQL server. 
Database=bacula User=bacula 
It is probably not running or your password is incorrect. 
03-Jan 21:41 bacula-dir ERROR TERMINATION 
Please correct configuration file: /etc/bacula/bacula-dir.conf 



-- 
Computer King/CaNMail 

http://www.computerking.ca http://www.canmail.org 

Sales, Service, and Hosting 
Email, Data, and Web Packages 
Ask about web design specials 

Affiliates 
http://www.computerking.ca/pages/links/affiliates/affiliates.htm 

Maybe Computer Science should be in the College of Theology. -- R. S. Barton  


-- 
Computer King & CaN Mail  -  Sales Service Hosting Backup 

http://www.computerking.ca http://www.canmail.org 

NEW!!! Custom Service Packages 
Secure IMAP Email - Automated Remote Backups - Photo Blogs - Online Accounting Packages 
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] postgres database problems

2007-01-03 Thread RYAN M. vAN GINNEKEN


I have just installed a copy of bacula-postgres version   which i believe is 
the only version that will work with fedora core 3?  

I am haveing the below errors on bacula startup the database bacula and the 
database user bacula seem to exist also I reset the password to match with the 
one in bacula-dir.conf.  However I am not really great at database 
administration and useally cheat by using webmin but am never afraid to learn 
new tricks. 

[EMAIL PROTECTED] bacula]# ./bacula start 
Starting the Bacula Storage daemon 
Starting the Bacula File daemon 
Starting the Bacula Director daemon 
03-Jan 21:41 bacula-dir:  Fatal error: Could not open database "bacula". 
03-Jan 21:41 bacula-dir:  Fatal error: postgresql.c:168 Unable to connect to 
PostgreSQL server. 
Database=bacula User=bacula 
It is probably not running or your password is incorrect. 
03-Jan 21:41 bacula-dir ERROR TERMINATION 
Please correct configuration file: /etc/bacula/bacula-dir.conf 



-- 
Computer King/CaNMail 

http://www.computerking.ca http://www.canmail.org 

Sales, Service, and Hosting 
Email, Data, and Web Packages 
Ask about web design specials 

Affiliates 
http://www.computerking.ca/pages/links/affiliates/affiliates.htm 

Maybe Computer Science should be in the College of Theology. -- R. S. Barton  
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] waiting for appendable volume

2006-05-28 Thread RYAN M. vAN GINNEKEN
I am getting this error from stat dir and when i do a list volumes it seem to 
show an append-able volume for this backup.  Please see below for my 
corresponding conf files and outputs from bconsole

398 Increme  i925.fullos.2006-05-28_19.22.45 is waiting for an appendable Volume


Here is the entry in bacula-dir.conf

#i925.computerking.ca full os 

Job {
  Name = "i925.fullos"
  JobDefs = "DefaultJob"
  Priority = 9
  Storage = i925.fullos
  Client = i925.fullos
  Fileset = "Windows 2000"
  Pool = i925.fullos
  Write Bootstrap = "/var/db/bacula/i925.fullos-catalog.bsr"
}

Storage {
Name = i925.fullos
Address = tokyo.computerking.ca
SDPort = 9103
Password = "22vu22"
Device = i925.fullos
Media Type = i925.fullos
}

Client {
  Name = i925.fullos
  Address = 192.168.0.10
  FDPort = 9102
  Catalog = MyCatalog
  Password = "22vu22"
  File Retention = 40 days
  Job Retention = 2 months
  AutoPrune = yes
}

Pool {
  Name = i925.fullos
  Volume Retention = 40 days
  Maximum Volume Jobs = 35
  Label Format = i925.fullos-
  Maximum Volumes = 2
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Accept Any Volume = yes
}



Here is the entry in bacula-sd.conf

Device {
  Name = i925.fullos
  Media Type = i925.fullos
  Archive Device = /home/backups/bacula/computerking.ca
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
  LabelMedia = yes
}



+-+
| MediaId | VolumeName   | VolStatus | VolBytes  | VolFiles | 
VolRetention | Recycle | Slot | InChanger | MediaType   | LastWritten   
  |
+-+--+---+---+--+--+-+--+---+-+-+
|  29 | i925.fullos-0001 | Append| 1,543,723,783 |0 |
3,456,000 |   1 |0 | 0 | computerking.ca | 2006-04-20 02:05:48 |
|  34 | i925.fullos-0002 | Used  | 6,329,022,765 |1 |
3,456,000 |   1 |0 | 0 | i925.fullos | 2006-05-26 02:05:44 |
+-+--+---+---+--+--+-+--+---+-+-+



-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] database confusion

2006-04-20 Thread RYAN M. vAN GINNEKEN
Ok i am a little confused about the database i have a backup called i925. I ran 
the job and it upgraded to a full backup as expected then i ran a few 
incremental backs.  When i went to retore the job it listed a couple of volumes 
but went on to say there were no files in the tree and that my policy had 
likely pruned these.  Bacula then asked me to restore all file i said yes but 
agast there were none.  

Still new with bacula and still testing everything so not a big deal.  I 
decieded to delete the pool for i925 then went on to manually delete the files 
using putty as bacula leaves them for the amount of time set with the file 
retention setting right?

Thought i could just rerun the job but bacula still thinks all those files are 
there and does only on incremental backup what is goin on.  Here is some of my 
bacula-dir.conf

Not very clear about what i need to do to update the database thought i could 
just restart bacula for that.  Tried a few options with the update command but 
not sure what is going on and wounder if there is a quick way to tell if all my 
backup are broken like this one.


#i925.computerking.ca basic = 
=

Job {
  Name = "i925.computerking.ca"
  JobDefs = "DefaultJob"
  Priority = 9
  Storage = computerking.ca
  Client = i925.computerking.ca
  Fileset = i925.computerking.ca
  Pool = i925.computerking.ca-pool
  Write Bootstrap = "/var/db/bacula/i925.computerking.ca-catalog.bsr"
}

Client {
  Name = i925.computerking.ca
  Address = 192.168.0.10
  FDPort = 9102
  Catalog = MyCatalog
  Password = "22vu22"
  File Retention = 40 days
  Job Retention = 2 months
  AutoPrune = yes
}

FileSet {
  Name = "i925.computerking.ca"
  Include {
Options {
signature = MD5
compression = GZIP6
Exclude = yes
IgnoreCase = yes
#this should ignore any directory called temp anywhere?
WildDir = "[A-Z]:*/temp"
WildDir = "[A-Z]:*/1_NOBACKUP"
}
#File = "D:/bacula/backups"
}
 Exclude {
File = "D:/Temp"
   }
}

Pool {
  Name = i925.computerking.ca-pool
  Volume Retention = 40 days
  Maximum Volume Jobs = 35
  Label Format = i925.computerking.ca-
  Maximum Volumes = 2
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Accept Any Volume = yes
}

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] FreeBSD and Bacula Web

2006-04-17 Thread RYAN M. vAN GINNEKEN
Thanks again Dan the Problem is solved not sure how!! Seems to be woking now 
all except the status just a little box with an x in it. Quite strange what do 
u think might have caused this to start working? 

- RYAN M. vAN GINNEKEN <[EMAIL PROTECTED]> wrote:
> - Dan Langille <[EMAIL PROTECTED]> wrote:
> > On 16 Apr 2006 at 16:25, RYAN vAN GINNEKEN wrote:
> > 
> > > Hello all i am running bacula-client/server with MySQL on FreeBSD
> > 4.11 
> > > Stable having some difficulty installing the Bacula Web system.  
> > Here 
> > > is a list of the installed packages and version numbers involved
> .
> > > 
> > > apache-1.3.34_4 The extremely popular Apache http server.
> > > 
> > > bacula-client-1.38.5_1 The network backup solution (client)
> > > bacula-server-1.38.5_1 The network backup solution (server)
> > > 
> > > mod_php4-4.4.2_1,1  PHP Apache Module
> > > mysql-client-4.0.26_1 Multithreaded SQL database (client)
> > > mysql-server-4.0.26_1 Multithreaded SQL database (server)
> > > 
> > > pear-1.4.6  PEAR framework for PHP
> > > 
> > > php4-gd-4.4.2_1 The gd shared extension for php
> > > php4-gettext-4.4.2_1 The gettext shared extension for php
> > > php4-mbstring-4.4.2_1 The mbstring shared extension for php
> > > php4-mhash-4.4.2_1  The mhash shared extension for php
> > > php4-openssl-4.4.2_1 The openssl shared extension for php
> > > php4-pcre-4.4.2_1   The pcre shared extension for php
> > > php4-session-4.4.2_1 The session shared extension for php
> > > php4-xml-4.4.2_1
> > > 
> > > When i visit the page bacula.mywebsite.tld i see only this
> > > DB Error: extension not found
> > > 
> > > 
> > > Here are the results of  bacula.mywebsite.tld/test.php
> > > Checking system for dependencies...
> > > 
> > > 
> > > Checking gettext: YES Language support enabled   
> > > Checking Pear(DB): YES Pear DB enabled   
> > > Checking GD: NO GD support disabled  This is required. Please,
> > compile 
> > > php with GD support 
> > > 
> > > 
> > > Please, click the link below to test your graph system
> capabilities
> > 
> > > (Bacula-web only use PNG):
> > > Test
> > > 
> > > This is what happens when i click the test link
> > > Fatal error: Call to undefined function: imagetypes() in 
> > >
> >
> /usr/local/www/bacula/bacula-web_1.1/external_packages/phplot/examples/test_setup.php
> > 
> > > on line 29
> > > 
> > > Pear is install but i get this now when i run pear list
> > > 
> > >  #pear list
> > > exec: /usr/local/bin/php: not found
> > > 
> > > When i try to reinstall pear i get errors 
> > > tokyo.computerking.ca > /usr/ports/devel/pear #make install clean
> > > This port requires the CLI or the CGI version of PHP, but you
> have
> > > already installed a conflicting PHP port without them.
> > > *** Error code 1
> > > 
> > > Has someone gotten this to work on FreeBSD?
> > 
> > I refer you to my previous post:
> > 
> > http://tinyurl.com/oma82
> 
> Yep i am working on installing php-extentions right now was not
> previously installed, so i just accepted the defaults for the port. 
> As always with FreeBSD had a few permission problems just chmoded
> templates and templates_c directories to root:www with 775 and i now
> have the site appearing without error here
> 
> http://bacula.computerking.ca
> 
> However i still do not have any graphs all the data is there but
> missing the fancy charts.  Must have to do with the php4-gd errors
> that i reported last email.
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] FreeBSD and Bacula Web

2006-04-16 Thread RYAN M. vAN GINNEKEN

- Dan Langille <[EMAIL PROTECTED]> wrote:
> On 16 Apr 2006 at 16:25, RYAN vAN GINNEKEN wrote:
> 
> > Hello all i am running bacula-client/server with MySQL on FreeBSD
> 4.11 
> > Stable having some difficulty installing the Bacula Web system.  
> Here 
> > is a list of the installed packages and version numbers involved .
> > 
> > apache-1.3.34_4 The extremely popular Apache http server.
> > 
> > bacula-client-1.38.5_1 The network backup solution (client)
> > bacula-server-1.38.5_1 The network backup solution (server)
> > 
> > mod_php4-4.4.2_1,1  PHP Apache Module
> > mysql-client-4.0.26_1 Multithreaded SQL database (client)
> > mysql-server-4.0.26_1 Multithreaded SQL database (server)
> > 
> > pear-1.4.6  PEAR framework for PHP
> > 
> > php4-gd-4.4.2_1 The gd shared extension for php
> > php4-gettext-4.4.2_1 The gettext shared extension for php
> > php4-mbstring-4.4.2_1 The mbstring shared extension for php
> > php4-mhash-4.4.2_1  The mhash shared extension for php
> > php4-openssl-4.4.2_1 The openssl shared extension for php
> > php4-pcre-4.4.2_1   The pcre shared extension for php
> > php4-session-4.4.2_1 The session shared extension for php
> > php4-xml-4.4.2_1
> > 
> > When i visit the page bacula.mywebsite.tld i see only this
> > DB Error: extension not found
> > 
> > 
> > Here are the results of  bacula.mywebsite.tld/test.php
> > Checking system for dependencies...
> > 
> > 
> > Checking gettext: YES Language support enabled   
> > Checking Pear(DB): YES Pear DB enabled   
> > Checking GD: NO GD support disabled  This is required. Please,
> compile 
> > php with GD support 
> > 
> > 
> > Please, click the link below to test your graph system capabilities
> 
> > (Bacula-web only use PNG):
> > Test
> > 
> > This is what happens when i click the test link
> > Fatal error: Call to undefined function: imagetypes() in 
> >
> /usr/local/www/bacula/bacula-web_1.1/external_packages/phplot/examples/test_setup.php
> 
> > on line 29
> > 
> > Pear is install but i get this now when i run pear list
> > 
> >  #pear list
> > exec: /usr/local/bin/php: not found
> > 
> > When i try to reinstall pear i get errors 
> > tokyo.computerking.ca > /usr/ports/devel/pear #make install clean
> > This port requires the CLI or the CGI version of PHP, but you have
> > already installed a conflicting PHP port without them.
> > *** Error code 1
> > 
> > Has someone gotten this to work on FreeBSD?
> 
> I refer you to my previous post:
> 
> http://tinyurl.com/oma82

Yep i am working on installing php-extentions right now was not previously 
installed, so i just accepted the defaults for the port.  As always with 
FreeBSD had a few permission problems just chmoded templates and templates_c 
directories to root:www with 775 and i now have the site appearing without 
error here

http://bacula.computerking.ca

However i still do not have any graphs all the data is there but missing the 
fancy charts.  Must have to do with the php4-gd errors that i reported last 
email.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Re: [Bacula-devel] ERR=Connection refused SOLVED

2006-04-16 Thread RYAN M. vAN GINNEKEN

> > > > > > > > > On 13 Apr 2006 at 15:52, RYAN M. vAN GINNEKEN wrote:
> > > > > > > > > 
> > > > > > > > > > Hello all i have a fresh install of bacula using
> mysql
> > > > > database
> > > > > > > on
> > > > > > > > > > fedora core 3.  I have the following error message
> > > perused
> > > > > > > though
> > > > > > > > > the
> > > > > > > > > > FAQ's were i found an answer that suggests i should
> > > > > possibly
> > > > > > > submit
> > > > > > > > > a
> > > > > > > > > > bug report.  I have tried this with the default
> *.conf
> > > > > files
> > > > > > > and
> > > > > > > > > also
> > > > > > > > > > some i modified to try and make things work. 
> Please
> > > help. 
> > > > > > > > > > 
> > > > > > > > > > 13-Apr 15:51 bconsole:  Fatal error: bnet.c:859
> Unable
> > > to
> > > > > > > connect
> > > > > > > > > to
> > > > > > > > > > Director daemon on shoemasters.com:9101.
> ERR=Connection
> > > > > refused
> > > > > > > 
> > > > > > > > > 
> > > > > > > > > Is this when starting up bconsole?
> > > > > > > > 
> > > > > > > > Yes, I think i may have messed up my bconsole file are
> the
> > > > > first
> > > > > > > couple of lines supposed to look like this.  Think i got
> a
> > > little
> > > > > > > crazy with vi and ended up commenting out the second line
> > > cause
> > > > > of
> > > > > > > errors starting bconsole.
> > > > > > > >   
> > > > > > > > #!/bin/sh
> > > > > > > > # which dirname >/dev/null
> > > > > > > > # does dirname exit?
> > > > > > > > if [ $? = 0 ] ; then
> > > > > > > >   cwd=`dirname $0`
> > > > > > > >   if [ x$cwd = x. ]; then
> > > > > > > 
> > > > > > > bconsole is a binary.
> > > > > > 
> > > > > > not mine it is a scipt looks like this
> > > > > 
> > > > > /usr/sbin/bconsole is your binary.
> > > > > 
> > > > > > [EMAIL PROTECTED] bacula]# vi bconsole 
> > > > > > #!/bin/sh
> > > > > > # which dirname >/dev/null
> > > > > > # does dirname exit?
> > > > > > if [ $? = 0 ] ; then
> > > > > >   cwd=`dirname $0`
> > > > > >   if [ x$cwd = x. ]; then
> > > > > >  cwd=`pwd`
> > > > > >   fi
> > > > > >   if [ x$cwd = x/usr/sbin ] ; then
> > > > > >  echo "bconsole not properly installed."
> > > > > >  exit 1
> > > > > >   fi
> > > > > > fi
> > > > > > if [ x/usr/sbin = x/etc/bacula ]; then
> > > > > >echo "bconsole not properly installed."
> > > > > >exit 1
> > > > > > fi
> > > > > > if [ $# = 1 ] ; then
> > > > > >echo "doing bconsole $1.conf"
> > > > > >/usr/sbin/bconsole -c $1.conf
> > > > > > else
> > > > > >/usr/sbin/bconsole -c /etc/bacula/bconsole.conf
> > > > > > fi
> > > > > > ~
> > > > > > 
> > > > > > 
> > > > > > > 
> > > > > > > > > What do you get for: telent shoemasters.com 9101
> > > > > > > > 
> > > > > > > > [EMAIL PROTECTED] bacula]# telnet shoemasters.com 9101
> > > > > > > > Trying 68.144.188.169...
> > > > > > > > telnet: connect to address 68.144.188.169: Connection
> > > refused
> > > > > > > > telnet: Unable to connect to remote host: Connection
> > > refused
> > > > > > > 
> > > > > > > This sonds like the director is not running. Please
> confir

Re: [Bacula-users] Re: [Bacula-devel] ERR=Connection refused SOLVED

2006-04-15 Thread RYAN M. vAN GINNEKEN

> > > > > > > On 13 Apr 2006 at 15:52, RYAN M. vAN GINNEKEN wrote:
> > > > > > > 
> > > > > > > > Hello all i have a fresh install of bacula using mysql
> > > database
> > > > > on
> > > > > > > > fedora core 3.  I have the following error message
> paroused
> > > > > though
> > > > > > > the
> > > > > > > > FAQ's were i found an answer that suggests i should
> > > possiably
> > > > > submit
> > > > > > > a
> > > > > > > > bug report.  I have tried this with the default *.conf
> > > files
> > > > > and
> > > > > > > also
> > > > > > > > some i modified to try and make things work.  Please
> help. 
> > > > > > > > 
> > > > > > > > 13-Apr 15:51 bconsole:  Fatal error: bnet.c:859 Unable
> to
> > > > > connect
> > > > > > > to
> > > > > > > > Director daemon on shoemasters.com:9101. ERR=Connection
> > > refused
> > > > > 
> > > > > > > 
> > > > > > > Is this when starting up bconsole?
> > > > > > 
> > > > > > Yes, I think i may have messed up my bconsole file are the
> > > first
> > > > > couple of lines sopposed to look like this.  Think i got a
> little
> > > > > crazy with vi and ended up commenting out the second line
> cause
> > > of
> > > > > errors starting bconsole.
> > > > > >   
> > > > > > #!/bin/sh
> > > > > > # which dirname >/dev/null
> > > > > > # does dirname exit?
> > > > > > if [ $? = 0 ] ; then
> > > > > >   cwd=`dirname $0`
> > > > > >   if [ x$cwd = x. ]; then
> > > > > 
> > > > > bconsole is a binary.
> > > > 
> > > > not mine it is a scipt looks like this
> > > 
> > > /usr/sbin/bconsole is your binary.
> > > 
> > > > [EMAIL PROTECTED] bacula]# vi bconsole 
> > > > #!/bin/sh
> > > > # which dirname >/dev/null
> > > > # does dirname exit?
> > > > if [ $? = 0 ] ; then
> > > >   cwd=`dirname $0`
> > > >   if [ x$cwd = x. ]; then
> > > >  cwd=`pwd`
> > > >   fi
> > > >   if [ x$cwd = x/usr/sbin ] ; then
> > > >  echo "bconsole not properly installed."
> > > >  exit 1
> > > >   fi
> > > > fi
> > > > if [ x/usr/sbin = x/etc/bacula ]; then
> > > >echo "bconsole not properly installed."
> > > >exit 1
> > > > fi
> > > > if [ $# = 1 ] ; then
> > > >echo "doing bconsole $1.conf"
> > > >/usr/sbin/bconsole -c $1.conf
> > > > else
> > > >/usr/sbin/bconsole -c /etc/bacula/bconsole.conf
> > > > fi
> > > > ~
> > > > 
> > > > 
> > > > > 
> > > > > > > What do you get for: telent shoemasters.com 9101
> > > > > > 
> > > > > > [EMAIL PROTECTED] bacula]# telnet shoemasters.com 9101
> > > > > > Trying 68.144.188.169...
> > > > > > telnet: connect to address 68.144.188.169: Connection
> refused
> > > > > > telnet: Unable to connect to remote host: Connection
> refused
> > > > > 
> > > > > This sonds like the director is not running. Please confirm.
> > > > 
> > > > you are correct director is not running how do i make this
> right?
> > > > [EMAIL PROTECTED] bacula]# ./bacula restart
> > > > Stopping the Bacula File daemon
> > > > Stopping the Bacula Storage daemon
> > > > Stopping the Bacula Director daemon
> > > > 
> > > > Starting the Bacula Storage daemon
> > > > Starting the Bacula File daemon
> > > > Starting the Bacula Director daemon
> > > > 
> > > > [EMAIL PROTECTED] bacula]# ps -aux | grep bacula
> > > > Warning: bad syntax, perhaps a bogus '-'? See
> > > /usr/share/doc/procps-3.2.3/FAQ
> > > > root 32207  0.0  0.3 17112 1736 ?Ssl  12:06   0:00
> > > /usr/sbin/bacula-fd -u root -g bacula -v -c
> > > /etc/bacula/bacula-fd.conf
> > > > 

Re: [Bacula-users] Re: [Bacula-devel] ERR=Connection refused

2006-04-14 Thread RYAN M. vAN GINNEKEN

- Dan Langille <[EMAIL PROTECTED]> wrote:
> On 14 Apr 2006 at 12:13, RYAN M. vAN GINNEKEN wrote:
> 
> > 
> > - Dan Langille <[EMAIL PROTECTED]> wrote:
> > > On 13 Apr 2006 at 21:19, RYAN M. vAN GINNEKEN wrote:
> > > 
> > > > 
> > > > - Dan Langille <[EMAIL PROTECTED]> wrote:
> > > > > redirected to the users list as it's really not devel related
> > > > > 
> > > > Thanks Dan that is where i meant to sent the message anyway.
> > > > 
> > > > > On 13 Apr 2006 at 15:52, RYAN M. vAN GINNEKEN wrote:
> > > > > 
> > > > > > Hello all i have a fresh install of bacula using mysql
> database
> > > on
> > > > > > fedora core 3.  I have the following error message paroused
> > > though
> > > > > the
> > > > > > FAQ's were i found an answer that suggests i should
> possiably
> > > submit
> > > > > a
> > > > > > bug report.  I have tried this with the default *.conf
> files
> > > and
> > > > > also
> > > > > > some i modified to try and make things work.  Please help. 
> > > > > > 
> > > > > > 13-Apr 15:51 bconsole:  Fatal error: bnet.c:859 Unable to
> > > connect
> > > > > to
> > > > > > Director daemon on shoemasters.com:9101. ERR=Connection
> refused
> > > 
> > > > > 
> > > > > Is this when starting up bconsole?
> > > > 
> > > > Yes, I think i may have messed up my bconsole file are the
> first
> > > couple of lines sopposed to look like this.  Think i got a little
> > > crazy with vi and ended up commenting out the second line cause
> of
> > > errors starting bconsole.
> > > >   
> > > > #!/bin/sh
> > > > # which dirname >/dev/null
> > > > # does dirname exit?
> > > > if [ $? = 0 ] ; then
> > > >   cwd=`dirname $0`
> > > >   if [ x$cwd = x. ]; then
> > > 
> > > bconsole is a binary.
> > 
> > not mine it is a scipt looks like this
> 
> /usr/sbin/bconsole is your binary.
> 
> > [EMAIL PROTECTED] bacula]# vi bconsole 
> > #!/bin/sh
> > # which dirname >/dev/null
> > # does dirname exit?
> > if [ $? = 0 ] ; then
> >   cwd=`dirname $0`
> >   if [ x$cwd = x. ]; then
> >  cwd=`pwd`
> >   fi
> >   if [ x$cwd = x/usr/sbin ] ; then
> >  echo "bconsole not properly installed."
> >  exit 1
> >   fi
> > fi
> > if [ x/usr/sbin = x/etc/bacula ]; then
> >echo "bconsole not properly installed."
> >exit 1
> > fi
> > if [ $# = 1 ] ; then
> >echo "doing bconsole $1.conf"
> >/usr/sbin/bconsole -c $1.conf
> > else
> >/usr/sbin/bconsole -c /etc/bacula/bconsole.conf
> > fi
> > ~
> > 
> > 
> > > 
> > > > > What do you get for: telent shoemasters.com 9101
> > > > 
> > > > [EMAIL PROTECTED] bacula]# telnet shoemasters.com 9101
> > > > Trying 68.144.188.169...
> > > > telnet: connect to address 68.144.188.169: Connection refused
> > > > telnet: Unable to connect to remote host: Connection refused
> > > 
> > > This sonds like the director is not running. Please confirm.
> > 
> > you are correct director is not running how do i make this right?
> > [EMAIL PROTECTED] bacula]# ./bacula restart
> > Stopping the Bacula File daemon
> > Stopping the Bacula Storage daemon
> > Stopping the Bacula Director daemon
> > 
> > Starting the Bacula Storage daemon
> > Starting the Bacula File daemon
> > Starting the Bacula Director daemon
> > 
> > [EMAIL PROTECTED] bacula]# ps -aux | grep bacula
> > Warning: bad syntax, perhaps a bogus '-'? See
> /usr/share/doc/procps-3.2.3/FAQ
> > root 32207  0.0  0.3 17112 1736 ?Ssl  12:06   0:00
> /usr/sbin/bacula-fd -u root -g bacula -v -c
> /etc/bacula/bacula-fd.conf
> > root 32322  0.0  0.1  3728  644 pts/3R+   12:07   0:00 grep
> bacula
> > [EMAIL PROTECTED] bacula]# vi bconsole
> 
> Looks like some kind of big error going on.  Try starting it 
> manually:
> 
> /usr/sbin/bacula-dir -u bacula -g bacula -v -c /etc/bacula/bacula-
> dir.conf
> 
> If necessary, add a -f (I think) to make it stay in the foreground.
> 
[EMAIL PROTECTED] bacula]# /usr/sbin/bacula-dir -f -u bacula -g

Re: [Bacula-users] Re: [Bacula-devel] ERR=Connection refused

2006-04-14 Thread RYAN M. vAN GINNEKEN

- Dan Langille <[EMAIL PROTECTED]> wrote:
> On 13 Apr 2006 at 21:19, RYAN M. vAN GINNEKEN wrote:
> 
> > 
> > - Dan Langille <[EMAIL PROTECTED]> wrote:
> > > redirected to the users list as it's really not devel related
> > > 
> > Thanks Dan that is where i meant to sent the message anyway.
> > 
> > > On 13 Apr 2006 at 15:52, RYAN M. vAN GINNEKEN wrote:
> > > 
> > > > Hello all i have a fresh install of bacula using mysql database
> on
> > > > fedora core 3.  I have the following error message paroused
> though
> > > the
> > > > FAQ's were i found an answer that suggests i should possiably
> submit
> > > a
> > > > bug report.  I have tried this with the default *.conf files
> and
> > > also
> > > > some i modified to try and make things work.  Please help. 
> > > > 
> > > > 13-Apr 15:51 bconsole:  Fatal error: bnet.c:859 Unable to
> connect
> > > to
> > > > Director daemon on shoemasters.com:9101. ERR=Connection refused
> 
> > > 
> > > Is this when starting up bconsole?
> > 
> > Yes, I think i may have messed up my bconsole file are the first
> couple of lines sopposed to look like this.  Think i got a little
> crazy with vi and ended up commenting out the second line cause of
> errors starting bconsole.
> >   
> > #!/bin/sh
> > # which dirname >/dev/null
> > # does dirname exit?
> > if [ $? = 0 ] ; then
> >   cwd=`dirname $0`
> >   if [ x$cwd = x. ]; then
> 
> bconsole is a binary.

not mine it is a scipt looks like this


[EMAIL PROTECTED] bacula]# vi bconsole 
#!/bin/sh
# which dirname >/dev/null
# does dirname exit?
if [ $? = 0 ] ; then
  cwd=`dirname $0`
  if [ x$cwd = x. ]; then
 cwd=`pwd`
  fi
  if [ x$cwd = x/usr/sbin ] ; then
 echo "bconsole not properly installed."
 exit 1
  fi
fi
if [ x/usr/sbin = x/etc/bacula ]; then
   echo "bconsole not properly installed."
   exit 1
fi
if [ $# = 1 ] ; then
   echo "doing bconsole $1.conf"
   /usr/sbin/bconsole -c $1.conf
else
   /usr/sbin/bconsole -c /etc/bacula/bconsole.conf
fi
~


> 
> > > What do you get for: telent shoemasters.com 9101
> > 
> > [EMAIL PROTECTED] bacula]# telnet shoemasters.com 9101
> > Trying 68.144.188.169...
> > telnet: connect to address 68.144.188.169: Connection refused
> > telnet: Unable to connect to remote host: Connection refused
> 
> This sonds like the director is not running. Please confirm.

you are correct director is not running how do i make this right?
[EMAIL PROTECTED] bacula]# ./bacula restart
Stopping the Bacula File daemon
Stopping the Bacula Storage daemon
Stopping the Bacula Director daemon

Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon

[EMAIL PROTECTED] bacula]# ps -aux | grep bacula
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.3/FAQ
root 32207  0.0  0.3 17112 1736 ?Ssl  12:06   0:00 
/usr/sbin/bacula-fd -u root -g bacula -v -c /etc/bacula/bacula-fd.conf
root 32322  0.0  0.1  3728  644 pts/3R+   12:07   0:00 grep bacula
[EMAIL PROTECTED] bacula]# vi bconsole



> 
> > 
> > added these to /etc/services
> > 
> > bacula-dir  9101/udp# bacula dir
> > bacula-dir  9101/tcp# bacula dir
> > bacula-fd   9102/udp# bacula fd
> > bacula-fd   9102/tcp# bacula fd
> > bacula-sd   9103/udp# bacula sd
> > bacula-sd   9103/tcp# bacula sd
> > 
> > > 
> > > After the above, what is in /var/log/message?
> > > 
> > Nothing 
> > 
> > > Do you need something in /etc/host.allow?  Like ALL : ALL : ALLOW
> for
> > > 
> > > example.
> > 
> > YOu mean hosts.allow right an no it is empty i will add
> > ALL : ALL : ALLOW 
> > 
> > still refused telnet same as above
> 
> I suspect the director is not running.



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Re: [Bacula-devel] ERR=Connection refused

2006-04-13 Thread RYAN M. vAN GINNEKEN

- Dan Langille <[EMAIL PROTECTED]> wrote:
> redirected to the users list as it's really not devel related
> 
Thanks Dan that is where i meant to sent the message anyway.

> On 13 Apr 2006 at 15:52, RYAN M. vAN GINNEKEN wrote:
> 
> > Hello all i have a fresh install of bacula using mysql database on
> > fedora core 3.  I have the following error message paroused though
> the
> > FAQ's were i found an answer that suggests i should possiably submit
> a
> > bug report.  I have tried this with the default *.conf files and
> also
> > some i modified to try and make things work.  Please help. 
> > 
> > 13-Apr 15:51 bconsole:  Fatal error: bnet.c:859 Unable to connect
> to
> > Director daemon on shoemasters.com:9101. ERR=Connection refused 
> 
> Is this when starting up bconsole?

Yes, I think i may have messed up my bconsole file are the first couple of 
lines sopposed to look like this.  Think i got a little crazy with vi and ended 
up commenting out the second line cause of errors starting bconsole.
  
#!/bin/sh
# which dirname >/dev/null
# does dirname exit?
if [ $? = 0 ] ; then
  cwd=`dirname $0`
  if [ x$cwd = x. ]; then

> 
> What do you get for: telent shoemasters.com 9101

[EMAIL PROTECTED] bacula]# telnet shoemasters.com 9101
Trying 68.144.188.169...
telnet: connect to address 68.144.188.169: Connection refused
telnet: Unable to connect to remote host: Connection refused

added these to /etc/services

bacula-dir  9101/udp# bacula dir
bacula-dir  9101/tcp# bacula dir
bacula-fd   9102/udp# bacula fd
bacula-fd   9102/tcp# bacula fd
bacula-sd   9103/udp# bacula sd
bacula-sd   9103/tcp# bacula sd

> 
> After the above, what is in /var/log/message?
> 
Nothing 

> Do you need something in /etc/host.allow?  Like ALL : ALL : ALLOW for
> 
> example.

YOu mean hosts.allow right an no it is empty i will add
ALL : ALL : ALLOW 

still refused telnet same as above

> 
> -- 
> Dan Langille : Software Developer looking for work
> my resume: http://www.freebsddiary.org/dan_langille.php
> 
> 
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] ERR=Connection refused

2006-04-13 Thread RYAN M. vAN GINNEKEN
Hello all i have a fresh install of bacula using mysql database on fedora core 
3.  I have the following error message paroused though the FAQ's were i found 
an answer that suggests i should possiably submit a bug report.  I have tried 
this with the default *.conf files and also some i modified to try and make 
things work.  Please help.

13-Apr 15:51 bconsole:  Fatal error: bnet.c:859 Unable to connect to Director 
daemon on shoemasters.com:9101. ERR=Connection refused





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] building without gconsole

2006-04-11 Thread RYAN M. vAN GINNEKEN
Hello I am tring to build bacula from src on fedora core 3 and do not want to 
build all the X windows stuff. My fedora box does not have X windows installed 
and i do not need/want the gconsole.  When i build with the command below it 
tries to build a bunch of stuff that requires alsa, esound, and others I do not 
want these. What do i need to do to stop bacula from building all these 
unwanted packages.

rpmbuild --rebuild --define 'build_fc3 1' --define 'build_mysql4 1' 
bacula-1.38.6-1.src.rpm


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] using bacula to sync files

2006-04-03 Thread RYAN M. vAN GINNEKEN

- Michael 'buk' Scherer <[EMAIL PROTECTED]> wrote:
> On Sun, 2 Apr 2006 - 9:25pm, RYAN M. vAN GINNEKEN wrote:
> 
> >Lets say i have two servers server1.com and server2.com I am using
> round robin dns for redundancy.  These servers are in two totally
> different networks.  Can i use bacula to restore files from
> server1.com to server2.com nightly right now bacula is giving errors
> about bootstrap files.  Is it really necessary to back the files up
> first? can i not just restore them to server2.com?  
> >
> >Bacula seems very powerful and flexible but maybe is the wrong tool
> for this job.  Has anyone tried this is there any docs?
> >
> 
> Exactly, Bacula is the wrong tool for this jobs, though its possible
> of course.
> But tools like rsync will do a much better job in syncing to
> filesystems with > each other.
> 
THanks aready working on it


> Greetings,
>  Michael
> 
> 
> -- 
>   I love deadlines, especially the sound they make as they go
> whooshing by.
> 
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] using bacula to sync files

2006-04-02 Thread RYAN M. vAN GINNEKEN
Lets say i have two servers server1.com and server2.com I am using round robin 
dns for redundancy.  These servers are in two totally different networks.  Can 
i use bacula to restore files from server1.com to server2.com nightly right now 
bacula is giving errors about bootstrap files.  Is it really necessary to back 
the files up first? can i not just restore them to server2.com?  

Bacula seems very powerful and flexible but maybe is the wrong tool for this 
job.  Has anyone tried this is there any docs?
-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Cannot get auto labeling to work

2006-03-30 Thread RYAN M. vAN GINNEKEN
I get the message at the bottom of this email, but i do not understand why 
bacula cannot create its own labels. I have added all the necessary parameters 
to my conf files see below. 

What am i missing? please help i have been struggling with this for sometime 
now.

Pool {
  Name = Full-Pool
  Volume Retention = 3 months
  Maximum Volume Jobs = 1
  Label Format = Full-
  Maximum Volumes = 3
#  How do i include these in default pools  PoolDefs ?
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Accept Any Volume = yes
}

Device {
  Name = computerking.ca
  Media Type = computerking.ca
  Archive Device = /home/backups/bacula/computerking.ca
  LabelMedia = yes;   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;   # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}


30-Mar 23:30 tokyo-dir: No prior Full backup Job record found.
30-Mar 23:30 tokyo-dir: No prior or suitable Full backup found. Doing FULL 
backup.
30-Mar 23:30 tokyo-dir: Start Backup JobId 26, 
Job=computerking.ca.2006-03-30_23.30.18
30-Mar 23:30 tokyo-sd: Job computerking.ca.2006-03-30_23.30.18 waiting. Cannot 
find any appendable volumes.
Please use the "label"  command to create a new Volume for:
Storage:  "computerking.ca" (/home/backups/bacula/computerking.ca)
Media type:   computerking.ca
Pool: Full-Pool


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] labeling issues

2006-03-28 Thread RYAN M. vAN GINNEKEN
Tiring to use the monthly disk example from the bat docs however i am having 
labeling difficulties.  I noticed something peculiar about the bacula 
documentation there is reference to a Pool = Default in the Job entry but it 
does not exist anywhere in the doc.  I overcame this problem by adding a 
minimal defaultpool pool entry to my own bacula-dir.conf file.  Could this be 
where my problem lies?

Now when i try to run jobs i get this

Running Jobs:
 JobId Level   Name   Status
==
17 Fullcomputerking.ca.2006-03-28_17.46.36 is waiting for an appendable 
Volume


Looking at my bacula-dir.conf file which is attached it is set to autolabel so 
why should i have to intervene and add a label. Not sure what to do or where to 
look please help.

ps this setup should create 3 full backups one each month right? at the end of 
the three months bacula will start at Full-0001 agian right? How do know where 
bacula is ie Full-0001 Full-0002 or does it matter i guess the file will be 
dated anyway?   

-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 

bacula-dir.conf
Description: Binary data


bacula-fd.conf
Description: Binary data


bacula-sd.conf
Description: Binary data


Re: [Bacula-users] I AM RECIEVEING NO MESSAGES VIA EMAIL OR CONSOLE

2006-03-28 Thread RYAN M. vAN GINNEKEN

- Arno Lehmann <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> On 3/26/2006 4:05 PM, RYAN M. vAN GINNEKEN wrote:
> > I read through the docs and have even tried the test mail command
> but it does not work either.
> 
> It can't, as you say yourself, below...
> 
> By the way: In the subject, you state that console messages don't
> work, 
> but you don't give any details...
> 
> ...
> > here is my message section in bacula-dir.conf
> >   
> >
Rewrote my message section with the one from the batdocs made a few minor 
adjustments and volia now messages are working even with a partly broken 
internal postfix.  Anyway thanks Arno my console messages are working agian too 
yh. 

> ##
> > # Reasonable message delivery -- send most everything to email
> address
> > #  and to the console
> > Messages {
> > Name = Standard
> > #
> > # NOTE! If you send to two email or more email addresses, you will
> need
> > #  to replace the %r in the from field (-f part) with a single
> valid
> > #  email address in both the mailcommand and the operatorcommand.
> > #
> > mailcommand = "/usr/local/sbin/bsmtp -h localhost -f
> \"\(Bacula\) %r\" -s \"Bacula: %t %e of %c %l\" %r"
> > operatorcommand = "/usr/local/sbin/bsmtp -h localhost -f
> \"\(Bacula\) %r\" -s \"Bacula: Intervention needed for %j\"
> > Mail = [EMAIL PROTECTED] = all, !skipped !terminate
> > operator = [EMAIL PROTECTED] = mount
> > console = all, !skipped, !saved
> > #
> > # WARNING! the following will create a file that you must cycle
> from
> > #  time to time as it will grow indefinitely. However, it
> will
> > #  also keep all your messages if they scroll off the
> console.
> > #
> > append = "/var/db/bacula/log" = all, !skipped !terminate
> > }
> > 
> > # Message delivery for daemon messages (no job).
> > Messages {
> > Name = Daemon
> > mailcommand = "/usr/local/sbin/bsmtp -h localhost -f
> \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r"
> > Mail = [EMAIL PROTECTED] = all
> > console = all
> > append = "/var/db/bacula/log" = all
> > }
> > 
> > my postfix on the local machine is broken right now, but that should
> not matter as bacula uses its own bsmtp right? 
> 
> That _does_ matter as long as you tell bsmtp to send messages to the
> MTA 
> at the local machine... if you don't want to use a local MTA, you can
> 
> also point bsmtp to a remoter one, but you have to make sure that your
> 
> backup machine is allowed to send mail then.
> 
> Arno
> > 
> > 
> 
> -- 
> IT-Service Lehmann[EMAIL PROTECTED]
> Arno Lehmann  http://www.its-lehmann.de
> 
> 
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] I AM RECIEVEING NO MESSAGES VIA EMAIL OR CONSOLE

2006-03-26 Thread RYAN M. vAN GINNEKEN
I read through the docs and have even tried the test mail command but it does 
not work either.

here is the message section of fd and sd files 

Messages {
  Name = Standard
  director = tokyo-dir = all
}

here is my message section in bacula-dir.conf
  
##
# Reasonable message delivery -- send most everything to email address
#  and to the console
Messages {
Name = Standard
#
# NOTE! If you send to two email or more email addresses, you will need
#  to replace the %r in the from field (-f part) with a single valid
#  email address in both the mailcommand and the operatorcommand.
#
mailcommand = "/usr/local/sbin/bsmtp -h localhost -f \"\(Bacula\) %r\" 
-s \"Bacula: %t %e of %c %l\" %r"
operatorcommand = "/usr/local/sbin/bsmtp -h localhost -f \"\(Bacula\) 
%r\" -s \"Bacula: Intervention needed for %j\"
Mail = [EMAIL PROTECTED] = all, !skipped !terminate
operator = [EMAIL PROTECTED] = mount
console = all, !skipped, !saved
#
# WARNING! the following will create a file that you must cycle from
#  time to time as it will grow indefinitely. However, it will
#  also keep all your messages if they scroll off the console.
#
append = "/var/db/bacula/log" = all, !skipped !terminate
}

# Message delivery for daemon messages (no job).
Messages {
Name = Daemon
mailcommand = "/usr/local/sbin/bsmtp -h localhost -f \"\(Bacula\) %r\" 
-s \"Bacula daemon message\" %r"
Mail = [EMAIL PROTECTED] = all
console = all
append = "/var/db/bacula/log" = all
}

my postfix on the local machine is broken right now, but that should not matter 
as bacula uses its own bsmtp right? 


-- 
Computer King/CaNMail

http://www.computerking.ca http://www.canmail.org

Sales, Service, and Hosting
Email, Data, and Web Packages
Ask about web design specials

Affiliates
http://www.computerking.ca/pages/links/affiliates/affiliates.htm

Maybe Computer Science should be in the College of Theology. -- R. S. Barton 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users