|
From: Bruno C. <Bru...@hp...> - 2009-04-04 22:52:16
|
Hello,
I'm coming back to LinuxCOE, and would like to add now really Mandriva
support.
In the way if testing it, I first encounter an error I do not really
understand. I have that at last step of the Web interface:
Narf! A catastrophic error!
Cannot open /auto_inst1894.cfg for writing : Permission denied
IIUC, it should use the following code (in
SystemDesigner/cgi-bin/nph-mandriva_image.in) :
my $htmlpath = $db->def('FINAL_WD_PATH');
[...]
my $ks_filename = "auto_inst$$.cfg"; # Custom auto_inst.cfg
my $ks_file = "$htmlpath/$ks_filename";
But it seems that $htmlpath is empty :-(
I'm using my RPMs packages, and hope that it uses
/etc/linuxcoe-sd/linuxcoe.rc as config file. In it I have:
$ grep FINAL_WD_PATH /etc/linuxcoe-sd/linuxcoe.rc
FINAL_WD_PATH /var/cache/linuxcoe-sd/scratchmonkey
What shoud I activate in order to get more debug, or check that that
file is indeed read in my setup ?
Do you have an idea where my mandriva additions could be wrong ?
TIA,
Bruno.
--
Linux Profession Lead EMEA / Open Source Ambassador \ EMEA CME Sol. Center
http://www.mondorescue.org / HP/Intel Solution Center \ http://hpintelco.net
Des infos sur Linux? http://www.HyPer-Linux.org http://www.hp.com/linux
La musique ancienne? http://www.musique-ancienne.org http://www.medieval.org
|