winxpsp2-updates.bat; KB923689 changed

2007-08-09 Thread Sven Geipel
Hello, Microsoft changed KB923689. Could anyone apply this patch please? best regards Sven Geipel === RCS file: RCS/winxpsp2-updates.bat,v retrieving revision 1.1 diff -u -r1.1 winxpsp2-updates.bat --- winxpsp2-updates.bat

compile new kernel; network drivers for Broadcom BCM5761e

2009-04-03 Thread Sven Geipel
atch it - install cvs, kernel-headers, bison, flex, gawk, mkisofs - cvs checkout unattended - make download - make tftpboot -- regards Sven Geipel -- ___ un

Re: compile new kernel; network drivers for Broadcom BCM5761e

2009-04-03 Thread Sven Geipel
/csu/abi-tag.h; \ > else echo >&2 'This configuration not matched in ../abi-tags'; > exit 1; fi > mv -f /root/unattended/linuxboot/build-glibc-2.6.1/csu/version-info.hT > /root/unattended/linuxboot/build-glibc-2.6.1/csu/version-info.h > make[3]: Leaving direct

Re: compile new kernel; network drivers for Broadcom BCM5761e

2009-04-03 Thread Sven Geipel
--build=i586-linux \ > && find . -name \*.d -print0 | xargs -0 -r rm -f\ > && $(MAKE) >

how to make tftpboot

2009-04-19 Thread Sven Geipel
Hi, after some problems with glibc and dosemu I successfully compiled a new linuxboot. And cause this seems to be a problem for more users I wrote some lines to explain my steps. My system was a fresh installation of ubuntu 8.10 and latest patches. 1. install needed tools and kernel-headers: a

Re: how to make tftpboot (with reply to ML of Unattended too)

2009-04-20 Thread Sven Geipel
Pierre Bourgin wrote, On 20.04.2009 14:17: > Sven Geipel a écrit : > > [snip] > > > > > 3. install gcc-4.1 (compiling dosemu with gcc-4.3 failed) and symlink it to > > gcc > > > > apt-get install gcc-4.1 > > ln -sv --force gcc-4.1 /usr/bin/gcc

Re: how to make tftpboot

2009-04-21 Thread Sven Geipel
Sven Geipel wrote, On 20.04.2009 08:52: [...] Hello, just to make clear, the ##glibc section and GLIBCFLAGS are from Mario Gzuk from unattended-gui project, so he must be honored for this :-) Thank you Mario! > 4. modify Makefile, edit glibc version to 2.9 (glibc=glibc-2.9) and repl

Re: optional Dosemu? was: Re: how to make tftpboot

2009-04-22 Thread Sven Geipel
Nils Olav Fossum wrote, On 22.04.2009 12:25: > Tirsdag 21. april 2009, skrev Pierre Bourgin: > > > make clean > > make download > > make CC=/path/to/gcc-4.1 CXX=/path/to/g++-4.1 > > [...] > > It still bombs out on dosemu on my Debian Lenny machine. > > Glibc compiles fine, and this is good pr