On Tue, Mar 03, 2009 at 06:15:07PM +0100, Werner Maes wrote: > everything builded fine after some tricks with gcc-4.3.2.
Good. I didn't get that far before I switched to 4.1. However, it would be better if everything built clean with 4.3. What did you have to do? > however some things are wrong: Yes, there are a couple of issues with the version in CVS. For example, PostgreSQL support probably doesn't quite work since three lines of that patch didn't get applied to the version of conf-mysql.pl in CVS. > there is no run directory under linuxboot/stage1/var/ which gives an error > when I boot: > > /etc/udhcpc-script: line 36: /var/run/dhcp.out.tmp: No such file or directory > > which is normaal as there is no /var/run/ folder. > > where is this folder created? In the version in CVS, it isn't created and that is the problem. One solution is to put the DHCP files in a directory that does exist, such as /tmp. That is what ended up in the patch that I think I submitted on the list. The other solution is to make sure that /var/run actually exists and is writable. From what I recall, /var/ gets symlinked to a subdir on the samba share which is likely read only for the installer. This causes a problem. In order to keep track of what I'm doing, I dumped all of my stuff in a git repository. Git is kind of cool. I can track the CVS repository in one branch and keep my stuff in another reasonably easily. In my repository, the 'origin' branch is what is in CVS (up to the last time that I checked for updates) and the 'master' branch is what I'm using. As I get stuff working for me, I'm pushing it there. If you want, you can access it with: git clone git://git.wycliffe.ca/unattended.git You can browse the patches online at http://git.wycliffe.ca/?p=unattended.git Allan. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel