Re: [Unattended] 4.8 Release Candidate1

2008-04-07 Thread Nyström Anders
hello couple questions 1, is it ok to insert nt5x-install in [meta] section as default, i.e. can there be computer that will not install correctly? 2, lenovo T60 (IntelPRO 1000 PL) failes to get an IP address Anders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Unattended] Prepare script failing on cygwin (+fix)

2008-04-07 Thread Juan Jose Pablos
[EMAIL PROTECTED] escribió: My mistake that should have read: There were still newlines in the $file variable so I changed s/\r// to s/[\r\n]//g to strip out all carriage returns and newlines as there shouldnt be either in $url or $path. no problem, I was asking to be

Re: [Unattended] Prepare script failing on cygwin (+fix)

2008-04-07 Thread Dave Mills
My mistake that should have read: There were still newlines in the $file variable so I changed s/\r// to s/[\r\n]//g to strip out all carriage returns and newlines as there shouldnt be either in $url or $path. Juan Jose Pablos [EMAIL PROTECTED] 06/04/2008 14:26 To Dave Mills [EMAIL

Re: [Unattended] 4.8 Release Candidate1

2008-04-07 Thread Nyström Anders
hello I am trying to build a new kernel (make download, make tftpboot) but make tftpboot stops at QUOTE checking for termcap functions library... configure: error: No curses/termcap library found make: *** [mysql-5.0.51a/Makefile] Error 1 UNQUOTE the mysql-5.0.51a folder does not have a

Re: [Unattended] 4.8 Release Candidate1

2008-04-07 Thread Juan Jose Pablos
Nyström Anders escribió: hello couple questions 1, is it ok to insert nt5x-install in [meta] section as default, i.e. can there be computer that will not install correctly? Check the info here: http://ubertechnique.com/unattended/nt5xinstall 2, lenovo T60 (IntelPRO 1000 PL) failes

Re: [Unattended] Prepare script failing on cygwin (+fix)

2008-04-07 Thread Dave Mills
Seems to work correctly however it is defaulting to ESN Dave # Default to ENU if nothing passed in as first arg if [ .$1 == . ]; then WINLANG=ESN; else WINLANG=$1; fi Juan Jose Pablos [EMAIL PROTECTED] 07/04/2008 10:25 To [EMAIL PROTECTED] cc unattended-info@lists.sourceforge.net Subject

Re: [Unattended] 4.8 Release Candidate1

2008-04-07 Thread Nyström Anders
thanks Jose it is so easy when you know, what to do. Anders -Original Message- From: Juan Jose Pablos [mailto:[EMAIL PROTECTED] Sent: 7. huhtikuuta 2008 13:37 To: Nyström Anders Cc: unattended-info Subject: Re: [Unattended] 4.8 Release Candidate1 Nyström Anders escribió: hello I

Re: [Unattended] 4.8 Release Candidate1

2008-04-07 Thread Juan Jose Pablos
Nyström Anders escribió: hello I am trying to build a new kernel (make download, make tftpboot) but make tftpboot stops at QUOTE checking for termcap functions library... configure: error: No curses/termcap library found make: *** [mysql-5.0.51a/Makefile] Error 1 UNQUOTE If you are

Re: [Unattended] Prepare script failing on cygwin (+fix)

2008-04-07 Thread Juan Jose Pablos
[EMAIL PROTECTED] escribió: Seems to work correctly however it is defaulting to ESN Dave # Default to ENU if nothing passed in as first arg if [ .$1 == . ]; then WINLANG=ESN; else WINLANG=$1; fi upsss... that was a local modification. It would be nice if we can select the default

Re: [Unattended] 4.8 Release Candidate1

2008-04-07 Thread [EMAIL PROTECTED]
I just tried it with pxe boot : Everything goes fine, except a warning : install.pl says that bootdisk version 4.7 doesn't match the current version 4.8 ntxinstall runs perfectly, nice stuff ! Another point : there was no pxelinux.0 file in linuxboot/tftpboot. I copied my old one and

[Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Regis Gras
I complided CVS and unattended-4.8 on CentOS 5 glib glibc-2.5-18.el5_1.1 kernel kernel-2.6.18-8.el5 gcc gcc-4.1.2-14.el5 The ntinstall server is samba-3.0.24 In CVS and unattended, I downloaded glibc-2.5 and I used linux-2.6.24.4 On both, the network driver does'nt work The computer freezes with

Re: [Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Matt Hyclak
On Mon, Apr 07, 2008 at 03:09:04PM +0200, Regis Gras enlightened us: I complided CVS and unattended-4.8 on CentOS 5 glib glibc-2.5-18.el5_1.1 kernel kernel-2.6.18-8.el5 gcc gcc-4.1.2-14.el5 The ntinstall server is samba-3.0.24 In CVS and unattended, I downloaded glibc-2.5 and I used

Re: [Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Matt Hyclak
On Mon, Apr 07, 2008 at 03:41:54PM +0200, Regis Gras enlightened us: Matt Hyclak wrote: I'm also compiling on CentOS 5, same versions you listed above with the exception of a newer kernel (kernel-2.6.18-53.1.4.el5.i686). OK, I'll yum update my server and recompile CVS and unattended

Re: [Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Regis Gras
Matt Hyclak wrote: I wish to fix the mount cif problem You said I fixed this by including an /etc/hosts file on my boot disk that lists the proper IP for ntinstall. How did you do that ? I suppose that the problem is the same with the boot CD and with the Pxe boot

Re: [Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Regis Gras
Matt Hyclak wrote: Try -p0 from the linuxboot directory. Or if you're comfortable, just read the patch - you only have to add a couple of things in. I tried patch -p0 but il does'nt works, perhaps I was not in the good tree Anyway, I read your patch and I found one thing I

Re: [Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Matt Hyclak
On Mon, Apr 07, 2008 at 06:01:19PM +0200, Regis Gras enlightened us: Matt Hyclak wrote: Try -p0 from the linuxboot directory. Or if you're comfortable, just read the patch - you only have to add a couple of things in. I tried patch -p0 but il does'nt works, perhaps I was

Re: [Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Juan Jose Pablos
Matt Hyclak escribió: The file should just be linuxboot/misc/hosts, but you need my patch to get that file into stage1 so that it's copied to the boot media. Maybe if we ask nicely, Juan Jose will commit the change into CVS :-) :-) I saw both patches, but I think that this needs a bit

Re: [Unattended] 4.8 Release Candidate1

2008-04-07 Thread Juan Jose Pablos
[EMAIL PROTECTED] escribió: there was no pxelinux.0 file in linuxboot/tftpboot. I copied my old one and everyting goes fine. Is it normal, I can't remember having this problem the last time i install unattended ( 3 years ago !) In my enviroment I copied manually, so I guess that we are

Re: [Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Regis Gras
Juan Jose Pablos wrote: 1) you can overwrite the Z_PATH to \\x.x.x.x\install 2) you can add z_path to the pxelinux.cfg/default Adding z_path to pxelinux.cfg/default is a good idea. append initrd=initrd z_path=\\152.77.14.26\install It's work. Thank you very much Régis --

Re: [Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Matt Hyclak
On Mon, Apr 07, 2008 at 06:28:05PM +0200, Juan Jose Pablos enlightened us: Matt Hyclak escribió: The file should just be linuxboot/misc/hosts, but you need my patch to get that file into stage1 so that it's copied to the boot media. Maybe if we ask nicely, Juan Jose will commit the

Re: [Unattended] 4.8 Release Candidate1

2008-04-07 Thread Matt Hyclak
On Mon, Apr 07, 2008 at 06:39:16PM +0200, Juan Jose Pablos enlightened us: [EMAIL PROTECTED] escribió: there was no pxelinux.0 file in linuxboot/tftpboot. I copied my old one and everyting goes fine. Is it normal, I can't remember having this problem the last time i install

Re: [Unattended] 4.8 Release Candidate1

2008-04-07 Thread Juan Jose Pablos
Matt Hyclak escribió: On Mon, Apr 07, 2008 at 06:39:16PM +0200, Juan Jose Pablos enlightened us: [EMAIL PROTECTED] escribió: there was no pxelinux.0 file in linuxboot/tftpboot. I copied my old one and everyting goes fine. Is it normal, I can't remember having this problem the last time i

Re: [Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Juan Jose Pablos
Matt Hyclak escribió: 2) you can add z_path to the pxelinux.cfg/default True, and I already do this, but I only put the short name in. My reason for doing so is because I have 2 networks (one private, one public). The private one resolves ntinstall to a private IP and can't always reach the

Re: [Unattended] 4.8 Release Candidate1

2008-04-07 Thread Nils Olav Fossum
Mandag 07 april 2008 12:36, skrev Juan Jose Pablos: Nyström Anders escribió: hello I am trying to build a new kernel (make download, make tftpboot) but make tftpboot stops at QUOTE checking for termcap functions library... configure: error: No curses/termcap library found make:

Re: [Unattended] lot of problems with unattended-4.8 and CVS ...

2008-04-07 Thread Juan Jose Pablos
Matt Hyclak escribió: The cifs client on Linux doesn't use NetBIOS (nor WINS, apparently) to resolve names. It seems to rely strictly on DNS. just for the record: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462803 This could be a way to resolved.