I see now that I forgot to update the misc/uhdhcpc-script !

That probably causes the problem.

So all fine. Except off course the packages updates that I tried.

kind regards

werner

> -----Original Message-----
> From: Werner Maes [mailto:werner.m...@icts.kuleuven.be]
> Sent: woensdag 4 maart 2009 13:05
> To: unattended-devel@lists.sourceforge.net
> Subject: RE: your mail
> 
> even with the updated master script I get a warning:
> 
> Unable to open /tmp/dhcp.out: No such file or directory at
> /z/dosbin/install.pl
> 
> this line:  warn "Unable to open $dhcp: $^E";
> 
> Use of uninitialized value $interface in concatenation (.) or string at
> /z/dosbin/install.pl
> 
> this line: open IFCONFIG, "ifconfig $interface|"
> 
> but the install process continues without problems.
> 
> there is a /tmp folder present, but no dhcp.out !
> 
> 
> as for other updates; they all give errors:
> ncurses-5.7
> ditto.c:(.text+0x5b1): undefined reference to `use_screen'
> ../obj_s/ditto.o: In function `show_ditto':
> ditto.c:(.text+0x78e): undefined reference to `use_screen'
> ../obj_s/ditto.o: In function `main':
> ditto.c:(.text+0x897): undefined reference to `use_screen'
> ditto.c:(.text+0x900): undefined reference to `use_screen'
> collect2: ld returned 1 exit status
> make[2]: *** [ditto] Error 1
> make[2]: Leaving directory `/unattended/linuxboot/ncurses-5.7/test'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/unattended/linuxboot/ncurses-5.7'
> make: *** [ncurses-5.7/lib/libncursesw.so] Error 2
> 
> module-init-tools-3.6
> gcc  -g -O2 -Wunused -Wall   -o modinfo modinfo.o zlibsupport.o
> gcc  -g -O2 -Wunused -Wall -static  -o insmod.static insmod.o
> if [ "docbook2man" = "docbook2man" ]; then                     \
>             docbook2man doc/modprobe.conf.sgml > /dev/null 2>&1;
> \
>         else
> \
>             docbook2man doc/modprobe.conf.sgml 2>&1 > modprobe.conf.5 |
> sed 's/^[^:]*://';              \
>         fi
> make[1]: *** [modprobe.conf.5] Error 127
> make[1]: Leaving directory `/unattended/linuxboot/module-init-tools-
> 3.6'
> make: *** [module-init-tools-3.6/depmod] Error 2
> 
> kbd-1.15
> install: cannot stat `./consoletrans/*': No such file or directory
> make[4]: *** [install-data-hook] Error 1
> make[4]: Leaving directory `/unattended/linuxboot/kbd-1.15/data'
> make[3]: *** [install-data-am] Error 2
> make[3]: Leaving directory `/unattended/linuxboot/kbd-1.15/data'
> make[2]: *** [install-am] Error 2
> make[2]: Leaving directory `/unattended/linuxboot/kbd-1.15/data'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory `/unattended/linuxboot/kbd-1.15'
> make: *** [stage1/bin/loadkeys] Error 2
> werner
> > -----Original Message-----
> > From: Werner Maes [mailto:werner.m...@icts.kuleuven.be]
> > Sent: woensdag 4 maart 2009 9:58
> > To: 'Allan Lyons'; unattended-devel@lists.sourceforge.net
> > Subject: RE: your mail
> >
> > > 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?
> >
> > not much really. I did a chown -R root.root under my linuxboot
> folder.
> > I had some issues after installing lenny with debootstrap (there was
> no
> > root user for example).
> > I also did LANG=unset as perl seem to complain about this.
> >
> > >
> > > > 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.
> >
> > I see you've changed misc/master. I'll try again with this new file.
> >
> > > 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
> > >
> >
> > looks nice, I know git from kernel.org.
> > If I find some time I'll try some new versions of kbd, module-init-
> > tools & ncurses.
> 
> 
> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
> 
> 
> -----------------------------------------------------------------------
> -------
> 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

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm


------------------------------------------------------------------------------
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

Reply via email to