From selmys at lotuspond.ca Wed Jan 2 03:35:38 2008 From: selmys at lotuspond.ca (john) Date: Tue, 01 Jan 2008 21:35:38 -0500 Subject: [Udpcast] jmicron driver Message-ID: <477AF87A.1090708@lotuspond.ca> Hello I'd like to pre-configure the boot disk menu but there doesn't seem to be the jmicron ata module available. Is there some way I can add this? It seems to be available (works ok) when I download the basic ISO without pre-configuring the boot menu. John ======= From steph2607 at tiscali.fr Fri Jan 4 15:27:21 2008 From: steph2607 at tiscali.fr (Stephane) Date: Fri, 4 Jan 2008 15:27:21 +0100 Subject: [Udpcast] udpcast and date redirections Message-ID: <200801041527.21770.steph2607@tiscali.fr> Hi, I get: * Udpcast command line version: udpcast-20070602-1.i586.rpm * Udpcast boot disk generator: udpcast-mkimage-20071228-1.i586.rpm * Udpcast Linux kernel for use with boot disk generator: kernel-udpcast-2.6.23.12-1.i586.rpm and build DEB packages using alien (DEB version at http://udpcast.linux.lu/source.html require libc6 higher than I have on etch). It seems the trouble udpcast had has come again. It was a busybox trouble, you told me. # date > date.txt # cat date.txt # date Fri Jan 4 15:13:09 UTC 2008 # truc=`date` # echo $truc # You did a correction on previous version, am I wrong? Regards. -- Stephane From steph2607 at tiscali.fr Fri Jan 4 16:36:52 2008 From: steph2607 at tiscali.fr (Stephane) Date: Fri, 4 Jan 2008 16:36:52 +0100 Subject: [Udpcast] predialog doesn't run? eject trouble! Message-ID: <200801041636.52938.steph2607@tiscali.fr> Hi, I get: * Udpcast command line version: udpcast-20070602-1.i586.rpm * Udpcast boot disk generator: udpcast-mkimage-20071228-1.i586.rpm * Udpcast Linux kernel for use with boot disk generator: kernel-udpcast-2.6.23.12-1.i586.rpm and build DEB packages using alien (DEB version at http://udpcast.linux.lu/source.html require libc6 higher than I have on etch). I build an image including my scripts. And predialog doesn't run. (it worked in previous version) If I launch my predialog manually (ALT+F2,...), it works. My predialog is used to get udpcast parameters from boot and generate /udpcfg.txt before udpc_dialog is launched. My predialog was: =========================== #!/bin/sh modprobe ide-cd /bin/udpc_dialog init ( cd /proc/ide ; for i in hd? ; do if fgrep -q cdrom $i/media ; then eject /dev/$i ; echo ejecting /dev/$i ; fi ; done) sh /bin/udpcfg_txt.sh =========================== But there is an error: When launching cd /proc/ide I see /proc/ide: bad directory And script stops. Solution: If I comment line used to eject CD, it is OK. My script runs. Maybe it would be possible to do something using /proc/sys/dev/cdrom/info or /proc/sys/dev/cdrom/autoeject # grep "drive name" /proc/sys/dev/cdrom/info drive name: hdc # But # grep "drive name" /proc/sys/dev/cdrom/info | sed -e "s/ //g" # Troubles with redirections? I would like to do something like: # grep "drive name" /proc/sys/dev/cdrom/info | tr "\t" " " | sed -e "s/ //g" | cut -d ":" -f2 Regards. -- Stephane From alain at knaff.lu Sat Jan 5 00:51:18 2008 From: alain at knaff.lu (Alain Knaff) Date: Sat, 05 Jan 2008 00:51:18 +0100 Subject: [Udpcast] jmicron driver In-Reply-To: <477AF87A.1090708@lotuspond.ca> References: <477AF87A.1090708@lotuspond.ca> Message-ID: <477EC676.8080100@knaff.lu> john wrote: > Hello > > I'd like to pre-configure the boot disk menu but there doesn't seem > to be the jmicron ata module available. Is there some way I can add > this? It seems to be available (works ok) when I download the basic ISO > without pre-configuring the boot menu. > > John > ======= > _______________________________________________ > Udpcast mailing list > Udpcast at udpcast.linux.lu > https://lll.lgl.lu/mailman/listinfo/udpcast I now added the PATA (parallel ATA modules), which includes jmicron, to cast-o-matic Regards, Alain From selmys at lotuspond.ca Sat Jan 5 04:56:06 2008 From: selmys at lotuspond.ca (john) Date: Fri, 04 Jan 2008 22:56:06 -0500 Subject: [Udpcast] jmicron driver In-Reply-To: <477EC676.8080100@knaff.lu> References: <477AF87A.1090708@lotuspond.ca> <477EC676.8080100@knaff.lu> Message-ID: <477EFFD6.8060305@lotuspond.ca> On 01/04/2008 06:51 PM, Alain Knaff wrote: > john wrote: >> Hello >> >> I'd like to pre-configure the boot disk menu but there doesn't >> seem to be the jmicron ata module available. Is there some way I can >> add this? It seems to be available (works ok) when I download the >> basic ISO without pre-configuring the boot menu. >> >> John >> ======= >> _______________________________________________ >> Udpcast mailing list >> Udpcast at udpcast.linux.lu >> https://lll.lgl.lu/mailman/listinfo/udpcast > > I now added the PATA (parallel ATA modules), which includes jmicron, > to cast-o-matic > > Regards, > > Alain > Thanks Alain, I had already solved my problem by making my own INITRD file. Yesterday I cloned 40 PCs. Next semester I hope to do more so there will be many opportunities to use cast-o-matic. Thanks again for great support and a great open source tool. John ========== From alain at knaff.lu Sun Jan 6 20:07:26 2008 From: alain at knaff.lu (Alain Knaff) Date: Sun, 06 Jan 2008 20:07:26 +0100 Subject: [Udpcast] udpcast and date redirections In-Reply-To: <200801041527.21770.steph2607@tiscali.fr> References: <200801041527.21770.steph2607@tiscali.fr> Message-ID: <478126EE.9020705@knaff.lu> Stephane wrote: > Hi, > > I get: > * Udpcast command line version: udpcast-20070602-1.i586.rpm > * Udpcast boot disk generator: udpcast-mkimage-20071228-1.i586.rpm > * Udpcast Linux kernel for use with boot disk generator: > kernel-udpcast-2.6.23.12-1.i586.rpm > and build DEB packages using alien (DEB version at > http://udpcast.linux.lu/source.html require libc6 higher than I have on > etch). > > It seems the trouble udpcast had has come again. > It was a busybox trouble, you told me. Well, it goes even further than that. It is a glibc issue, which Ulrich Drepper refuses to fix :( (http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400) > # date > date.txt > # cat date.txt > # date > Fri Jan 4 15:13:09 UTC 2008 > # truc=`date` > # echo $truc > > # > > You did a correction on previous version, am I wrong? I did indeed a workaround, which unfortunately dropped out due to some busybox change. So, now, I did a "cleaner" workaround (in 20080106 version), which should be more resistant to upstream change... Regards, Alain From alain at knaff.lu Sun Jan 6 20:18:53 2008 From: alain at knaff.lu (Alain Knaff) Date: Sun, 06 Jan 2008 20:18:53 +0100 Subject: [Udpcast] predialog doesn't run? eject trouble! In-Reply-To: <200801041636.52938.steph2607@tiscali.fr> References: <200801041636.52938.steph2607@tiscali.fr> Message-ID: <4781299D.2000505@knaff.lu> Stephane wrote: [...] > But there is an error: > When launching > cd /proc/ide > I see > /proc/ide: bad directory > And script stops. > > > Solution: > If I comment line used to eject CD, it is OK. > My script runs. > > Maybe it would be possible to do something > using /proc/sys/dev/cdrom/info or /proc/sys/dev/cdrom/autoeject > > # grep "drive name" /proc/sys/dev/cdrom/info > drive name: hdc > # > > But > # grep "drive name" /proc/sys/dev/cdrom/info | sed -e "s/ //g" > # > > Troubles with redirections? > > > I would like to do something like: > # grep "drive name" /proc/sys/dev/cdrom/info | tr "\t" " " | sed -e "s/ //g" | > cut -d ":" -f2 > > > Regards. Indeed, in order to save space, I compiled the kernel without /proc/ide support: config IDE_PROC_FS bool "legacy /proc/ide/ support" depends on IDE && PROC_FS default y help This option enables support for the various files in /proc/ide. In Linux 2.6 this has been superseded by files in sysfs but many legacy applications rely on this. If unsure say Y. As you noted, you can still achieve the same functionality using /sys One way would for instance be the following command: fgrep -l cdrom /sys/block/*/device/media | sed 's/\/sys\/block\/\(.*\)\/device\/media/\1/' To be run with today's version, in order to avoid the __libc_atexit/--gc-sections bug... Regards, Alain From steph2607 at tiscali.fr Mon Jan 7 21:15:54 2008 From: steph2607 at tiscali.fr (Stephane) Date: Mon, 7 Jan 2008 21:15:54 +0100 Subject: [Udpcast] udpcast and date redirections In-Reply-To: <478126EE.9020705@knaff.lu> References: <200801041527.21770.steph2607@tiscali.fr> <478126EE.9020705@knaff.lu> Message-ID: <200801072115.55005.steph2607@tiscali.fr> Hi, Le dimanche 6 janvier 2008 20:07, vous avez écrit : > Stephane wrote: > > I get: > > * Udpcast command line version: udpcast-20070602-1.i586.rpm > > * Udpcast boot disk generator: udpcast-mkimage-20071228-1.i586.rpm > > * Udpcast Linux kernel for use with boot disk generator: > > kernel-udpcast-2.6.23.12-1.i586.rpm > > and build DEB packages using alien (DEB version at > > http://udpcast.linux.lu/source.html require libc6 higher than I have on > > etch). > > > > It seems the trouble udpcast had has come again. > > It was a busybox trouble, you told me. > > Well, it goes even further than that. It is a glibc issue, which Ulrich > Drepper refuses to fix :( > (http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400) > > > # date > date.txt > > # cat date.txt > > # date > > Fri Jan 4 15:13:09 UTC 2008 > > # truc=`date` > > # echo $truc > > > > # > > > > You did a correction on previous version, am I wrong? > > I did indeed a workaround, which unfortunately dropped out due to some > busybox change. > > So, now, I did a "cleaner" workaround (in 20080106 version), which > should be more resistant to upstream change... It doesn't seem to work. $ ls -lh /usr/lib/udpcast/tmpl/bin/ total 2,5M -rwxr-xr-x 1 root root 952K 2008-01-06 18:50 busybox -rwxr-xr-x 1 root root 43K 2008-01-04 15:32 date -r-xr-xr-x 1 root root 310 2003-05-17 09:23 dhcp.script -rwxr-xr-x 1 root root 1,5M 2008-01-06 18:50 fullbox -r-xr-xr-x 1 root root 266 2003-06-11 21:50 probecards $ I still get: # date > date.txt # cat date.txt # Regards. -- Stephane From steph2607 at tiscali.fr Mon Jan 7 21:16:36 2008 From: steph2607 at tiscali.fr (Stephane) Date: Mon, 7 Jan 2008 21:16:36 +0100 Subject: [Udpcast] predialog doesn't run? eject trouble! In-Reply-To: <4781299D.2000505@knaff.lu> References: <200801041636.52938.steph2607@tiscali.fr> <4781299D.2000505@knaff.lu> Message-ID: <200801072116.36697.steph2607@tiscali.fr> Hi, Le dimanche 6 janvier 2008 20:18, vous avez écrit : > Stephane wrote: > [...] > > > But there is an error: > > When launching > > cd /proc/ide > > I see > > /proc/ide: bad directory > > And script stops. > > > > > > Solution: > > If I comment line used to eject CD, it is OK. > > My script runs. > > > > Maybe it would be possible to do something > > using /proc/sys/dev/cdrom/info or /proc/sys/dev/cdrom/autoeject > > > > # grep "drive name" /proc/sys/dev/cdrom/info > > drive name: hdc > > # > > > > But > > # grep "drive name" /proc/sys/dev/cdrom/info | sed -e "s/ //g" > > # > > > > Troubles with redirections? > > > > > > I would like to do something like: > > # grep "drive name" /proc/sys/dev/cdrom/info | tr "\t" " " | sed -e "s/ > > //g" | cut -d ":" -f2 > > > > > > Regards. > > Indeed, in order to save space, I compiled the kernel without /proc/ide > support: > > config IDE_PROC_FS > bool "legacy /proc/ide/ support" > depends on IDE && PROC_FS > default y > help > This option enables support for the various files in > /proc/ide. In Linux 2.6 this has been superseded by > files in sysfs but many legacy applications rely on this. > > If unsure say Y. > > As you noted, you can still achieve the same functionality using /sys > > One way would for instance be the following command: > > fgrep -l cdrom /sys/block/*/device/media | > sed 's/\/sys\/block\/\(.*\)\/device\/media/\1/' > > To be run with today's version, in order to avoid the > __libc_atexit/--gc-sections bug... I get this version but it doesn't solve trouble. # fgrep -l cdrom /sys/block/*/device/media returns /sys/block/hdc/device/media It could be fine but # fgrep -l cdrom /sys/block/*/device/media | sed 's/\/sys\/block\/\(.*\)\/device\/media/\1/' returns blank # fgrep -l cdrom /sys/block/*/device/media | cut -d"/" -f4 returns blank Regards. -- Stephane From alain at knaff.lu Tue Jan 8 00:17:48 2008 From: alain at knaff.lu (Alain Knaff) Date: Tue, 08 Jan 2008 00:17:48 +0100 Subject: [Udpcast] udpcast and date redirections In-Reply-To: <200801072115.55005.steph2607@tiscali.fr> References: <200801041527.21770.steph2607@tiscali.fr> <478126EE.9020705@knaff.lu> <200801072115.55005.steph2607@tiscali.fr> Message-ID: <4782B31C.1090706@knaff.lu> Stephane wrote: > It doesn't seem to work. > > $ ls -lh /usr/lib/udpcast/tmpl/bin/ > total 2,5M > -rwxr-xr-x 1 root root 952K 2008-01-06 18:50 busybox > -rwxr-xr-x 1 root root 43K 2008-01-04 15:32 date > -r-xr-xr-x 1 root root 310 2003-05-17 09:23 dhcp.script > -rwxr-xr-x 1 root root 1,5M 2008-01-06 18:50 fullbox > -r-xr-xr-x 1 root root 266 2003-06-11 21:50 probecards > $ > > > I still get: > > # date > date.txt > # cat date.txt > # > > > Regards. Ooops... Looked like the workaround did not really do on SuSE, as that version of gcc was optimizing away that code as well. And the cast-o-matic machine _is_ a SuSE machine... D'oh. I've uploaded new SuSE rpms (and instaled them on the cast-o-matic machine), so everything should work now. The "current" directory is unchanged, as the images contained there-in were generated on kubuntu, and were already ok Regards, Alain From steph2607 at tiscali.fr Tue Jan 8 11:29:00 2008 From: steph2607 at tiscali.fr (Stephane) Date: Tue, 8 Jan 2008 11:29:00 +0100 Subject: [Udpcast] udpcast and date redirections In-Reply-To: <4782B31C.1090706@knaff.lu> References: <200801041527.21770.steph2607@tiscali.fr> <200801072115.55005.steph2607@tiscali.fr> <4782B31C.1090706@knaff.lu> Message-ID: <200801081129.00722.steph2607@tiscali.fr> Hi, Le mardi 8 janvier 2008 00:17, vous avez écrit : > Ooops... Looked like the workaround did not really do on SuSE, as that > version of gcc was optimizing away that code as well. And the > cast-o-matic machine _is_ a SuSE machine... D'oh. > > I've uploaded new SuSE rpms (and instaled them on the cast-o-matic > machine), so everything should work now. It is OK now. # date > date.txt # cat date.txt returns date. Regards. -- Stephane From steph2607 at tiscali.fr Wed Jan 9 14:56:32 2008 From: steph2607 at tiscali.fr (Stephane) Date: Wed, 9 Jan 2008 14:56:32 +0100 Subject: [Udpcast] Action on success or failure Message-ID: <200801091456.32308.steph2607@tiscali.fr> Hi, Cast-o-matic allows rebooting on success. I suppose it's /post job: ======================== #!/bin/sh if [ $1 = 0 ] ; then exec reboot -f; else echo "Error. Not rebooting";fi ======================== But I'm not sure I understand $1 Does it mean /post is launched with $? udp-receiver return as first parameter ($1)? Regards. -- Stephane From steph2607 at tiscali.fr Fri Jan 11 13:46:49 2008 From: steph2607 at tiscali.fr (Stephane) Date: Fri, 11 Jan 2008 13:46:49 +0100 Subject: [Udpcast] Eject CD... Message-ID: <200801111346.49118.steph2607@tiscali.fr> Hi, Eject CD: =================== #( cd /proc/ide ; for i in hd? ; do if fgrep -q cdrom $i/media ; then eject /dev/$i ; echo ejecting /dev/$i ; fi ; done) =================== doesn't work anymore because proc-ide support isn't in the kernel config. I do this: =================== modprobe ide-cd #periph_cd=`fgrep -l cdrom /sys/block/*/device/media | sed 's/\/sys\/block\/\(.*\)\/device\/media/\1/'` periph_cd=`fgrep -l cdrom /sys/block/*/device/media | cut -d"/" -f4` =================== But, if I put it in predialog, it doesn't work because /dev/hdc doesn't exist at this time. /dev/hdc exists after beginning of dialog. Is it possible to automatically eject CD before dialog end? Available variables are: =================== my $postscript; my $prescript; my $predialogscript; =================== but I think $prescript is run after dialog, am I wrong? Regards. -- Stephane From alain at knaff.lu Fri Jan 18 10:59:44 2008 From: alain at knaff.lu (Alain Knaff) Date: Fri, 18 Jan 2008 10:59:44 +0100 Subject: [Udpcast] Action on success or failure In-Reply-To: <200801091456.32308.steph2607@tiscali.fr> References: <200801091456.32308.steph2607@tiscali.fr> Message-ID: <47907890.6040808@knaff.lu> Stephane wrote: > Hi, > > Cast-o-matic allows rebooting on success. > I suppose it's /post job: > > ======================== > #!/bin/sh > > if [ $1 = 0 ] ; then exec reboot -f; else echo "Error. Not rebooting";fi > ======================== > > But I'm not sure I understand $1 > Does it mean /post is launched with $? udp-receiver return as first parameter > ($1)? Exactly. $1 will contain the exit status of udp-receiver or udp-sender. > > > Regards. Alain From alain at knaff.lu Fri Jan 18 14:26:09 2008 From: alain at knaff.lu (Alain Knaff) Date: Fri, 18 Jan 2008 14:26:09 +0100 Subject: [Udpcast] Eject CD... In-Reply-To: <200801111346.49118.steph2607@tiscali.fr> References: <200801111346.49118.steph2607@tiscali.fr> Message-ID: <4790A8F1.7050906@knaff.lu> Stephane wrote: [...] > Is it possible to automatically eject CD before dialog end? > > Available variables are: > =================== > my $postscript; > my $prescript; > my $predialogscript; > =================== > but I think $prescript is run after dialog, am I wrong? > > > Regards. The prescript is executed _after_ the last dialog box is displayed, and just before udpcast (sender or receiver) itself is started Post is after the udpcast. Technically, the dialog is still running when pre is called, because the dialog actually calls udpcast as a child process. Alain From michelsj at sdb.k12.wi.us Mon Jan 28 19:37:10 2008 From: michelsj at sdb.k12.wi.us (Jeff Michels) Date: Mon, 28 Jan 2008 12:37:10 -0600 Subject: [Udpcast] Include ntfsresize into initrd Message-ID: <479DCC76.771F.00ED.0@sdb.k12.wi.us> Hello, I would like to include ntfsresize into an initrd created by cast-o-matic. I compiled ntfsresize statically and uploaded the application to be included in the initrd. I'm pretty sure this is a busybox issue. ntfsresize appears in the initrd but I cannot execute it. I am not very familiar with busybox so any help would be appreciated. Thank you in advance. Jeff Michels Technology Support Specialist The School District of Beloit From selmys at lotuspond.ca Tue Jan 29 01:21:24 2008 From: selmys at lotuspond.ca (john) Date: Mon, 28 Jan 2008 19:21:24 -0500 Subject: [Udpcast] Include ntfsresize into initrd In-Reply-To: <479DCC76.771F.00ED.0@sdb.k12.wi.us> References: <479DCC76.771F.00ED.0@sdb.k12.wi.us> Message-ID: <479E7184.2070706@lotuspond.ca> Hi Jeff One easy method I use for this sort of thing is a tool called isomaster (available in fedora). It lets you graphically edit an ISO file. I used it to modify a Knoppix CD to include the FProt anti Virus tool. So, in a sense I made my own special Knoppix CD. Anyway, first you'll have to unzip and un-archive initrd and then recreate the archive including ntfsresize and zip it. Then with isomaster you can make your own CD by replacing the original initrd with your custom edition. John ============ On 01/28/2008 01:37 PM, Jeff Michels wrote: > Hello, > > I would like to include ntfsresize into an initrd created by cast-o-matic. I compiled ntfsresize statically and uploaded the application to be included in the initrd. I'm pretty sure this is a busybox issue. ntfsresize appears in the initrd but I cannot execute it. > > I am not very familiar with busybox so any help would be appreciated. Thank you in advance. > > > Jeff Michels > Technology Support Specialist > The School District of Beloit > > > > _______________________________________________ > Udpcast mailing list > Udpcast at udpcast.linux.lu > https://lll.lgl.lu/mailman/listinfo/udpcast > From alain at knaff.lu Tue Jan 29 09:25:28 2008 From: alain at knaff.lu (Alain Knaff) Date: Tue, 29 Jan 2008 09:25:28 +0100 Subject: [Udpcast] Include ntfsresize into initrd In-Reply-To: <479DCC76.771F.00ED.0@sdb.k12.wi.us> References: <479DCC76.771F.00ED.0@sdb.k12.wi.us> Message-ID: <479EE2F8.9070907@knaff.lu> Jeff Michels wrote: > Hello, > > I would like to include ntfsresize into an initrd created by cast-o-matic. I compiled ntfsresize statically and uploaded the application to be included in the initrd. I'm pretty sure this is a busybox issue. ntfsresize appears in the initrd but I cannot execute it. Do you get any error message? Or what exactly happens if you try to execute it? > > I am not very familiar with busybox so any help would be appreciated. Thank you in advance. > > > Jeff Michels > Technology Support Specialist > The School District of Beloit Btw, please watch your line length. Usually, in e-mails people keep their lines shorter than 80 characters (except if there is a good reason, such as quoting code, log file entries, etc.), this makes it easier for everybody to read it without scrolling. Thanks, Alain From Chris_Albertsen at abss.k12.nc.us Thu Jan 31 15:23:01 2008 From: Chris_Albertsen at abss.k12.nc.us (Chris Albertsen) Date: Thu, 31 Jan 2008 09:23:01 -0500 Subject: [Udpcast] Intel 82566 NIC driver Message-ID: <2C6664276DA7F841AB84F761FF9A0724FF6F7A@ABSSEX01.abssmail.abss.int> Are there plans to place a driver for the new Intel 82566 DM -2 GB NIC on the list of NIC drivers for making a UDPCast CD. The Dell 755 has the above named NIC plus a DH-16W1S SATA CD drive and a SATA HD. Thanks, Chris Albertsen Chris_albertsen at abss.k12.nc.us -------------- next part -------------- An HTML attachment was scrubbed... URL: From mikes at kuentos.guam.net Thu Jan 31 15:50:44 2008 From: mikes at kuentos.guam.net (Michael D. Setzer II) Date: Fri, 01 Feb 2008 00:50:44 +1000 Subject: [Udpcast] Intel 82566 NIC driver In-Reply-To: <2C6664276DA7F841AB84F761FF9A0724FF6F7A@ABSSEX01.abssmail.abss.int> References: <2C6664276DA7F841AB84F761FF9A0724FF6F7A@ABSSEX01.abssmail.abss.int> Message-ID: <47A26CE4.12006.3FB96B5@mikes.kuentos.guam.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Just as a note: I handle the g4l project, and had users with this nic. It wasn't supported by the kernels until 2.6.24 rc6 git 9 if memory serves. So, the later kernels or the just release 2.6.24 would be required. I've included these kernels on my latest alpha version, and put links to those on the sourceforge site for those users with the new dell machines. On 31 Jan 2008 at 9:23, Chris Albertsen wrote: > > Are there plans to place a driver for the new Intel 82566 DM -2 GB NIC on the list of NIC drivers > for making a UDPCast CD. > > The Dell 755 has the above named NIC plus a DH-16W1S SATA CD drive and a SATA HD. > > Thanks, > > Chris Albertsen > Chris_albertsen at abss.k12.nc.us > > +----------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor Guam Community College Computer Center mailto:mikes at kuentos.guam.net mailto:msetzerii at gmail.com http://www.guam.net/home/mikes Guam - Where America's Day Begins +----------------------------------------------------------+ http://setiathome.berkeley.edu (Original) Number of Seti Units Returned: 19,471 Processing time: 32 years, 290 days, 12 hours, 58 minutes (Total Hours: 287,489) BOINC at HOME CREDITS SETI 4,546,539.882768 | EINSTEIN 1,371,233.593567 | ROSETTA 366,897.004483 -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 -- QDPGP 2.61c Comment: http://community.wow.net/grt/qdpgp.html iQA/AwUBR6FTpSzGQcr/2AKZEQJvcQCgxChzG/fMiC4FA9QD9XY0LjuilLYAoI3i Z8AA5SWCzn51D5ANiNAHh2iN =CcEQ -----END PGP SIGNATURE-----