What coincidence that I'm currently working on bacula integration in FreeNAS for
my Diploma. Currently I have take Dan's Makefile and modified it to fit into
the FreeNAS build process. The plan is to take webacula for the GUI part into
FreeNAS (this does however not configure Bacula).

Please find my Port for the FreeNAS Build process attached


Carsten


Dan Langille wrote:


On Aug 20, 2009, at 7:07 AM, João Henrique Freitas<[email protected]>
wrote:



2009/8/19 Jason A. Kates<[email protected]>:
It seems that the freenas site has a document to install bacula on
freenas.
http://www.freenas.org/index.php?Itemid=30&id=howto:adding_bacula_to_freenas&option=com_openwiki

                                -Jason
--
-----------------------------------------------------------
João Henrique Freitas - joaohf_at_gmail.com
Campinas-SP-Brasil
BSD051283
LPI 1
http://www.joaohfreitas.eti.br

I saw the documentation. But FreeNAS doesn't have a nice GUI to
configure Bacula.

I will try to contact some FreeNAS guys.

Thanks

What nice GUI are you expecting?



--
"There are two major products that came out of Berkeley: LSD and UNIX.
  We don't believe this to be a coincidence." --Jeremy S. Anderson

Attachment: bacula-client.tar.bz2
Description: Binary data

Attachment: bacula-server.tar.bz2
Description: Binary data

--- etc/rc.d/userdb.orig	2009-08-20 01:12:45.000000000 +0200
+++ etc/rc.d/userdb	2009-08-20 01:52:09.000000000 +0200
@@ -27,7 +27,7 @@
 	-o "kmem:*:2:" -n \
 	-o "sys:*:3:" -n \
 	-o "tty:*:4:" -n \
-	-o "operator:*:5:root" -n \
+	-o "operator:*:5:root,bacula" -n \
 	-o "bin:*:7:" -n \
 	-o "staff:*:20:" -n \
 	-o "man:*:9:" -n \
@@ -38,6 +38,7 @@
 	-o "_dhcp:*:65:" -n \
 	-o "network:*:69:" -n \
 	-o "www:*:80:" -n \
+	-o "bacula:*:910:" -n \
 	-o "nogroup:*:65533:" -n \
 	-o "nobody:*:65534:" -n \
 	-m "//system/usermanagement/group" \
@@ -68,7 +69,8 @@
 ftp:*:21:50::0:0:FTP user:/mnt:/sbin/nologin
 man:*:9:9::0:0:Mister Man Pages:/usr/share/man:/usr/sbin/nologin
 sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/usr/sbin/nologin
-_dhcp:*:65:65::0:0:dhcp programs:/var/empty:/usr/sbin/nologin" > ${userdb_masterpasswd}
+_dhcp:*:65:65::0:0:dhcp programs:/var/empty:/usr/sbin/nologin
+bacula:*:910:910:Bacula Daemon:/var/db/bacula:/sbin/nologin" > ${userdb_masterpasswd}
 
 # Generate the /etc/passwd, pwd.db and spwd.db files
 /usr/sbin/pwd_mkdb -p ${userdb_masterpasswd} > /dev/null 2>&1
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to