From: Bruno C. <Bru...@hp...> - 2007-11-21 09:14:35
|
Bruno Cornec said on Wed, Nov 21, 2007 at 01:00:35AM +0100: > > I have updated configure and post-install scripts to do the "right" > > think, AFAICT. Basically the former now gives one the options to > > skip anything I check for, and the latter can try to find the > > commands on the target install system. > > Ok, restarting the VM build process. should take all the night here. I installed this morning the new packages. Even if the binaries.pm modules looks better: [root@localhost ~]# more /var/www/linuxcoe-sd/includes/binaries.pm package binaries; # Blast these programs into the name space of calling scripts # Used by nph-* scripts only (and coe_profiles for sendmail) require Exporter; @ISA = qw(Exporter); @EXPORT = qw($TAR $CPIO $GZIP $GUNZIP $DIFF $FIND $MKISOFS $PALO $SENDMAIL $SUDO); use vars @EXPORT; # Needed programs (beyond those of FHS expected in /bin) $TAR="/bin/tar"; $CPIO="/bin/cpio"; $GZIP="/bin/gzip"; $GUNZIP="/bin/gunzip"; $DIFF="/usr/bin/diff"; $FIND="/usr/bin/find"; $MKISOFS="/usr/bin/mkisofs"; $PALO="NONE"; $SENDMAIL="/usr/sbin/sendmail"; $SUDO="/usr/bin/sudo"; 1; There is still an Internal Server Error at the end, when trying to create the iso. And still no log at all, and still the wrong symlink: [root@localhost ~]# grep LOGFILE !$ grep LOGFILE /etc/linuxcoe-sd/linuxcoe.rc # LOGFILE - defines where SysDes writes it's debug data, LOGFILE >>/var/log/linuxcoe-sd/sysdes.log # If not spec'd, defaults to LOGFILE above [root@localhost ~]# ls -al /var/log/linuxcoe-sd/ total 20 drwxrwsr-x 2 apache apache 4096 Aug 30 02:09 . drwxr-xr-x 12 root root 4096 Nov 21 2007 .. lrwxrwxrwx 1 root apache 20 Aug 30 02:09 linuxcoe-sd -> /var/log/linuxcoe-sd Still scratching my head to understand why all that. Will look at it on my side, but obviously will welcome again your help Bryan. Bruno. -- Linux Profession Lead EMEA / Open Source Evangelist \ HP C&I EMEA IET 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 |