Re: 4.1 Release Questions

2004-04-19 Thread Patrick J. LoPresti
Russell Smith <[EMAIL PROTECTED]> writes: > Your waiting for the driver to initialize an get it's head together. > It takes this amount of time for the Broadcom card to get the Link > up and running properly. the Driver RX/TX lines come up after the > DHCP requests. At least that's what I'm wait

Re: FYI: unable to "make download"

2004-04-19 Thread Patrick J. LoPresti
Jordan Share <[EMAIL PROTECTED]> writes: > make: *** [download-klibc-0.115] Error 1 > > It looks like they have gone to 0.116. Indeed. Thanks for the heads up. Fixed in CVS; diff appended. - Pat Index: Makefile === RCS file: /

Re: [Unattended] Standard distro for linuxboot image?

2004-04-19 Thread Matthew Palmer
On Mon, Apr 19, 2004 at 10:00:27AM -0400, Patrick J. LoPresti wrote: > Most distributions I looked at are not designed for what we want to > do. We need to keep some stuff on the boot disk (like network > drivers) but other stuff on the network (like mass storage drivers). > And we want to be able

Re: 4.1 Release Questions

2004-04-19 Thread Russell Smith
On Tue, 20 Apr 2004 12:11 am, Patrick J. LoPresti wrote: > Russell Smith <[EMAIL PROTECTED]> writes: > > Hi Pat, and All other devs :) > > Hey, Russ. Good to see you again :-). > > > 1. When using the Broadcom NetXtreme 1000 Card (I Think that's it) > > the DHCP on udhcpc is still too fast if you

FYI: unable to "make download"

2004-04-19 Thread Jordan Share
I'm trying to get unattended working "from scratch" so I can use CVS to stay up to date, rather than trying to migrate every so often. I checked everything out of cvs, but when I try to "make download" in the linuxboot directory, I get: --14:38:59-- http://ftp.kernel.org/pub/linux/libs/klibc/kl

Fw: :: OPTIONAL: Install of Citrix Program Neighborhood Version 7.100

2004-04-19 Thread Patrick Bergenhenegouwen
Hello, I made a unattended installation for citrix client. :: OPTIONAL: Install of Citrix Program Neighborhood Version 7.100 :: URL|ENU|http://download2.citrix.com/files/en/products/client/ica/current/ica 32.msi|packages/citrix/ica32_enu.msi :: URL|DEU|http://download2.citrix.com/files/de/produc

Re: [Unattended] More info on Perl DBD issues

2004-04-19 Thread Patrick J. LoPresti
"Patrick J. LoPresti" <[EMAIL PROTECTED]> writes: > I did enable threading, though, and I have uploaded > unattended-4.1a-pre1 to > . You should only need > -linuxboot.zip; in particular, the Z:\install\linuxaux directory, > whose Perl now has threading

Re: Quieter Scripts

2004-04-19 Thread Patrick J. LoPresti
"Jeff Black" <[EMAIL PROTECTED]> writes: > This time I'll include the patch, heh Applied. --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Lea

RE: Quieter Scripts

2004-04-19 Thread Jeff Black
This time I'll include the patch, heh > > I finally got around to syncing with cvs and rebuilding the patch. > > > > > > 2) "@Echo off" needs to go after the initial comment block in the > > > file; otherwise, install.pl will miss the "OPTIONAL" line when > > > offering which scripts

RE: Quieter Scripts

2004-04-19 Thread Jeff Black
I finally got around to syncing with cvs and rebuilding the patch. > > > 2) "@Echo off" needs to go after the initial comment block in the > > file; otherwise, install.pl will miss the "OPTIONAL" line when > > offering which scripts to install. This is arguably a bug in > > inst

Re: 4.1 Release Questions

2004-04-19 Thread Lars Anderson
On Mon, Apr 19, 2004 at 10:46:59, Scott Frazer wrote: Hi, > >> 1. When using the Broadcom NetXtreme 1000 Card (I Think that's it) > the > >> DHCP on udhcpc is still too fast if you plug the machine into a fast > >> port (100/1000). Can we adjust the script to either try DHCP after a > > >> 5

RE: 4.1 Release Questions

2004-04-19 Thread Scott Frazer
>> 1. When using the Broadcom NetXtreme 1000 Card (I Think that's it) the >> DHCP on udhcpc is still too fast if you plug the machine into a fast >> port (100/1000). Can we adjust the script to either try DHCP after a >> 5 second wait, maybe in a loop? or increase that sanity time before >> a

Re: [Unattended] More info on Perl DBD issues

2004-04-19 Thread Patrick J. LoPresti
Matthew Palmer <[EMAIL PROTECTED]> writes: > So would DBD be workable without threading support? Yes. But threads vs. no threads is a very fundamental runtime issue. Most modules compiled for one will not work with the other. Pure Perl modules are not a problem, of course. But any module which

Re: 4.1 Release Questions

2004-04-19 Thread Patrick J. LoPresti
Russell Smith <[EMAIL PROTECTED]> writes: > Hi Pat, and All other devs :) Hey, Russ. Good to see you again :-). > 1. When using the Broadcom NetXtreme 1000 Card (I Think that's it) > the DHCP on udhcpc is still too fast if you plug the machine into a > fast port (100/1000). Can we adjust the s

Re: [Unattended] Standard distro for linuxboot image?

2004-04-19 Thread Patrick J. LoPresti
(redirected to unattended-devel) Matthew Palmer <[EMAIL PROTECTED]> writes: > I know this has been mentioned before, but I don't recall any > conclusion being reached. What disadvantages are there to using a > cut-down standard distro for the initial image? It'd certainly be a > winner in situa

Re: [Unattended] More info on Perl DBD issues

2004-04-19 Thread Matthew Palmer
On Mon, Apr 19, 2004 at 09:36:34AM -0400, Patrick J. LoPresti wrote: > Matthew Palmer <[EMAIL PROTECTED]> writes: > > > Apparently Perl_Gthr_key_ptr is a threading thing, so it looks like > > the perl in Unattended hasn't been built with thread support. Was > > that done for any particular reason

4.1 Release Questions

2004-04-19 Thread Russell Smith
Hi Pat, and All other devs :) I've been using 4.1 with the linux boot disk to solve this stupid Broadcom issues. And a couple of this have come up, even though this release is a good one. 1. When using the Broadcom NetXtreme 1000 Card (I Think that's it) the DHCP on udhcpc is still too fast