Guys,

I'm trying to build a rescue CD for the hosts we backup to disk via Bacula.

All hosts are CentOS 4.2 or 4.3 and I have bacula-mysql-1.38.5-4 and
bacula-mtx-1.38.5-4 installed from RPM.

Following the instructions from

http://www.bacula.org/dev-manual/Disast_Recove_Using_Bacula.html#SECTION000403000000000000000

Here's what happens when I try the first step of the build:

[EMAIL PROTECTED] ~]# cd /etc/bacula/rescue/linux/cdrom/
[EMAIL PROTECTED] cdrom]# make bacula
make[1]: Entering directory `/etc/bacula/rescue/linux/cdrom/bacula'
./getdiskinfo
Begin collecting system info ...
Done collecting info.
Begin creating scripts ...
Done making partitioning scripts
Begin making formatting script(s) ...
Done building scripts.
./make_rescue_disk
if test ! x"/home/kern/bacula/bin" = x ; then \
   ./copy_static_bacula "/home/kern/bacula/bin"/static-bacula-fd
"/home/kern/bacula/bin"/bacula-fd.conf ; \
elif test ! -f ../rpm_release ; then \
   ./make_static_bacula /home/kern/bacula/k ; \
fi
cp: cannot stat `/home/kern/bacula/bin/static-bacula-fd': No such file
or directory
Warning!!! /home/kern/bacula/bin/static-bacula-fd not found. !!!
cp: cannot stat `/home/kern/bacula/bin/bacula-fd.conf': No such file
or directory
Warning!!! /home/kern/bacula/bin/bacula-fd.conf not found. !!!
./copy_to_roottree
make[1]: Leaving directory `/etc/bacula/rescue/linux/cdrom/bacula'

Before the make I can find the following references to '/home/kern'

[EMAIL PROTECTED] cdrom]# grep -r '/home/kern' *
bacula/Makefile:STATIC_FD="/home/kern/bacula/bin"
bacula/Makefile:           ./make_static_bacula /home/kern/bacula/k ; \

Afterwards there are more, all which are cleaned up with a "make clean".

[EMAIL PROTECTED] cdrom]# grep -r '/home/kern' *
bacula/Makefile:STATIC_FD="/home/kern/bacula/bin"
bacula/Makefile:           ./make_static_bacula /home/kern/bacula/k ; \
roottree/bacula-dblvsserv1a/bacula/Makefile:STATIC_FD="/home/kern/bacula/bin"
roottree/bacula-dblvsserv1a/bacula/Makefile:      
./make_static_bacula /home/kern/bacula/k ; \
roottree/bacula-dblvsserv1a/Makefile:STATIC_FD="/home/kern/bacula/bin"
roottree/bacula-dblvsserv1a/Makefile:      ./make_static_bacula
/home/kern/bacula/k ; \
grep: roottree/dev/hdb7: No such device or address

Is fixing this going to be as simple as changing STATIC_FD in
'bacula/Makefile' to somewhere that exists?

Thanks all.

Will.


-------------------------------------------------------
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&kid0944&bid$1720&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to