[EMAIL PROTECTED] a écrit :
------------------------------------------------------------------------
debian-user-digest Digest Volume 2004 : Issue 840
Today's Topics:
Re: Making ifup or pump work at star [ John Graves <[EMAIL PROTECTED]> ]
Re: Need lilo help - won't boot Win2 [ [EMAIL PROTECTED] (Peter Jay Salzman) ]
File [ Justin Cassidy <[EMAIL PROTECTED] ]
newbie kernel question [ "Mark D. Hansen" <[EMAIL PROTECTED] ]
Re: File [ Thomas Adam <[EMAIL PROTECTED] ]
Re: newbie kernel question [ Thomas Adam <[EMAIL PROTECTED] ]
Re: newbie kernel question [ Peter O <[EMAIL PROTECTED]> ]
modules fail after apt-get upgrade [ jeffd <[EMAIL PROTECTED]> ]
Re: modules fail after apt-get upgra [ Thomas Adam <[EMAIL PROTECTED] ]
Re: newbie kernel question [ Thomas Adam <[EMAIL PROTECTED] ]
What am I running now, Sarge or Sid? [ Brian Pack <[EMAIL PROTECTED]> ]
Re: udev, atapi cdrw drives and cdre [ Anthony Campbell <[EMAIL PROTECTED] ]
Re: newbie kernel question [ Andreas Janssen <[EMAIL PROTECTED] ]
Re: How popular is Debian (popularit [ [EMAIL PROTECTED] (Pete Harlan) ]
Re: Making ifup or pump work at star [ Nate Bargmann <[EMAIL PROTECTED] ]
Re: my Testing installation enters a [ Werner Otto <[EMAIL PROTECTED]> ]
Re: newbie kernel question [ Justin Cassidy <[EMAIL PROTECTED] ]
Re: What am I running now, Sarge or [ Thomas Adam <[EMAIL PROTECTED] ]
Re: Making ifup or pump work at star [ John Graves <[EMAIL PROTECTED]> ]
Re: awstats from sarge [ "J.H.M. Dassen (Ray)" <[EMAIL PROTECTED] ]
------------------------------------------------------------------------
Sujet: Re: Making ifup or pump work at startup Expéditeur: John Graves <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 13:37:47 -0400 Destinataire: Nate Bargmann <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Destinataire: Nate Bargmann <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Nate Bargmann wrote:
* bob parker <[EMAIL PROTECTED]> [2004 Aug 10 10:48 -0500]:
On Tue, 10 Aug 2004 23:52, John Graves wrote:
I have installed the Debian Sarge Distro. After some adventure, I am able to create a network connection. However several oddities occur.
1. ifup (or ifup eth0) doesn't work at all.
2. Pump when called the first time, says it can't start and that there
may be another instance of pump running. But when I check with
ifconfig, I now have eth0 up and running with an ip address.
What does the command 'ps ax | grep "pump"' return after the system starts? Does /etc/init.d/networking exist?
846 ? Ss 0.00 pump 42.42 pts/1 S+ grep pump
yes /etc/inet.d/networking does exist
Check your /etc/network/interfaces, here's a bit of mine. auto lo eth0 eth1 iface lo inet loopback
iface eth0 inet dhcp
Mine is blank. Should I add what you have??
I use this line with pump on my machines as well. No problems here with Sarge (Testing).
If using a PCMCIA network card, then you will probably want to modify /etc/pcmcia/network.opts and not start your ethernet via /etc/network/interfaces rather letting pcmcia-cs handle it.
Never heard of pump I'm afraid.
http://packages.debian.org/pump/
Is this normal? Also, what do I have to do have pump start at boot so I
don't have to manually start it. And is the message I get normal or is
there something I am doing or not doing that is causing this message?
No, it's not normal. Things should work so long as /etc/network/interfaces is written correctly, but with pump it is quite simple. Note that dhcp keyword on the iface line is the same no matter which DHCP client is used.
- Nate >>
John G.
------------------------------------------------------------------------
Sujet: Re: Need lilo help - won't boot Win2k Expéditeur: [EMAIL PROTECTED] (Peter Jay Salzman) Date: Tue, 10 Aug 2004 13:43:57 -0400 Destinataire: Greg Folkert <[EMAIL PROTECTED]>
Destinataire: Greg Folkert <[EMAIL PROTECTED]> Copie à: Debian user mailing list <[EMAIL PROTECTED]>
Hi Greg,
I read the Grub documentation to figure out what your map commands do. It was very well written!
My system now boots all operating systems, and thanks to you, I learned a lot about Grub in the process. Huzzah! Thank you so much!!! :-)
Pete
On Tue 10 Aug 04, 10:54 AM, Greg Folkert <[EMAIL PROTECTED]> said:
On Tue, 2004-08-10 at 10:20, Peter Jay Salzman wrote:
Hi all,
I have a triple boot system with three drives:
* /dev/hda - 80 GB PATA drive with Debian (root is /dev/hda5) * /dev/hde - 250 GB SATA drive with Win2k (root is /dev/hde1) * /dev/hdg - 200 GB SATA drive with Debian (root is /dev/hdg6)
# compact boot=/dev/hda lba32 install=/boot/boot.b map=/boot/map prompt delay=30000 timeout=30000 vga=normal
image=/boot/vmlinuz-2.6.7 root=/dev/hdg6 label=bleedinglinux read-only
# Debian installed kernel image=/boot/vmlinuz-2.4.26-1-386 root=/dev/hdg6 label=newlinux initrd=/boot/initrd.img-2.4.26-1-386 read-only
image=/boot/vmlinuz-2.6.7 root=/dev/hda5 label=pata_bleeding read-only
# Debian installed kernel image=/boot/vmlinuz-2.4.26-1-386 root=/dev/hda5 label=pata_new initrd=/boot/initrd.img-2.4.26-1-386 read-only
other=/dev/hde1
label=win2k
I use grub for the exact reasons you point out. You *CAN* recover grub from a bad setup, without resorting to a boot disk.
here is a good example of what I have found that works for me, with grub (curses be that LILO, arrrr)(wait it isn't talk like a pirate day... oops). These say WinXP, but are literally the same setup for W2K.
Either one of these works for me:
title WinXP hd0<->hd1+hd1 map (hd0) (hd1) map (hd1) (hd0) rootnoverify (hd1,0) makeactive chainloader +1
title WinXP 0x80<->0x81+hd1 map (0x81) (0x80) map (0x80) (0x81) rootnoverify (hd1,0) makeactive chainloader +1
Of course, now that we are getting into grub proper now, I suggest that you do the "Right Thing"(tm).
I "apt-get install grub". Then I "grub-install /dev/hda". I then make sure no /boot/grub/menu.lst exists, then run update-grub.
Then add the WinXP thingers at the end of the menu.lst.
Read through the menu.lst, and be amazed.
-- greg, [EMAIL PROTECTED]
The technology that is
Stronger, better, faster: Linux
------------------------------------------------------------------------
Sujet: File Expéditeur: Justin Cassidy <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 18:34:13 +0100 (BST) Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
Could somebody please attach and email me /etc/init.d/mysql?
I accidentaly deleted it
-=xachen=-
Email: [EMAIL PROTECTED]
IRC: irc.irctoo.net #irctoo
------------------------------------------------------------------------
Sujet: newbie kernel question Expéditeur: "Mark D. Hansen" <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 13:32:25 -0400 Destinataire: "Debian-User (E-mail)" <[EMAIL PROTECTED]>
Destinataire: "Debian-User (E-mail)" <[EMAIL PROTECTED]>
How can I tell which Linux kernel is running on my Debian machine? Thanks.
------------------------------------------------------------------------
Sujet: Re: File Expéditeur: Thomas Adam <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 18:48:10 +0100 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
On Tue, Aug 10, 2004 at 06:34:13PM +0100, Justin Cassidy wrote:
Could somebody please attach and email me /etc/init.d/mysql?
I accidentaly deleted it
apt-get --reinstall install mysql-server
-- Thomas Adam
--
"Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey.
------------------------------------------------------------------------
Sujet: Re: newbie kernel question Expéditeur: Thomas Adam <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 18:54:02 +0100 Destinataire: "Debian-User (E-mail)" <[EMAIL PROTECTED]>
Destinataire: "Debian-User (E-mail)" <[EMAIL PROTECTED]>
On Tue, Aug 10, 2004 at 01:32:25PM -0400, Mark D. Hansen wrote:
How can I tell which Linux kernel is running on my Debian machine? Thanks.
uname -r
-- Thomas Adam
--
"Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey.
------------------------------------------------------------------------
Sujet: Re: newbie kernel question Expéditeur: Peter O <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 13:56:31 -0400 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
How can I tell which Linux kernel is running on my Debian machine? Thanks.
type 'uname -a'
Cheers,
Peter
------------------------------------------------------------------------
Sujet: modules fail after apt-get upgrade Expéditeur: jeffd <[EMAIL PROTECTED]> Date: Fri, 06 Aug 2004 09:33:45 -0700 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
Hi,
I just rencently did an apt-get upgrade on one of my machines and afterwards none of my devices would work. All the modules appear to load, but I am unable to get any of them to work. I found this in the system log
Aug 4 12:18:42 build kernel: 3c59x: no version for "struct_module" found: kernel tainted.
Aug 4 12:18:42 build kernel: 3c59x: no version magic, tainting kernel. Aug 4 12:18:42 build kernel: 00000000 Aug 4 12:18:42 build kernel: PREEMPT
Aug 4 12:18:42 build kernel: Modules linked in: 3c59x nfs rfcomm l2cap bluetooth snd_mixer_oss snd soundcore ds yenta_socket pcmcia_core nfsd exportfs lockd sunrpc sg sr_mod ide_cd cdrom psmouse apm
ipv6 ipt_LOG iptable_mangle iptable_filter iptable_nat ip_conntrack ip_tables sd_mod scsi_mod ext2 dm_mod capability commoncap af_packet rtc ext3 jbd mbcache ide_disk ide_generic piix ide_core unix
font vesafb cfbcopyarea cfbimgblt cfbfillrect I'm wondering if the apt-get upgrade missed something, or if I am missing something..
TIA, Jeff
------------------------------------------------------------------------
Sujet: Re: modules fail after apt-get upgrade Expéditeur: Thomas Adam <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 19:09:07 +0100 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
On Fri, Aug 06, 2004 at 09:33:45AM -0700, jeffd wrote:
Hi,
I'm wondering if the apt-get upgrade missed something, or if I am missing something..
You fail to mention which kernel version you're using! If it is 2.6, make sure you update 'module-init-tools', and at the very least you run:
depmod -a
It appears that you're trying to load modules that are newer/older than the kernel version you're booting with.
-- Thomas Adam
--
"Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey.
------------------------------------------------------------------------
Sujet: Re: newbie kernel question Expéditeur: Thomas Adam <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 19:11:55 +0100 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
Justin -
On Tue, Aug 10, 2004 at 07:13:22PM +0100, Justin Cassidy wrote:
/var/lib/dpkg/info/mysql-server.postinst: /etc/init.d/mysql: No such file
or directory
(as root):
touch /etc/init.d/mysql && chmod 755 /etc/init.d/mysql
*then* re-run the apt-get command I gave you in my last e-mail.
As an aside, kindly *try* and keep your replies on-list and do not top-post.
-- Thomas Adam
--
"Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey.
------------------------------------------------------------------------
Sujet: What am I running now, Sarge or Sid? Expéditeur: Brian Pack <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 14:58:19 -0400 Destinataire: "Debian-User (E-mail)" <[EMAIL PROTECTED]>
Destinataire: "Debian-User (E-mail)" <[EMAIL PROTECTED]>
I did a network install of Sarge from this past Saturday's daily .iso. After install, I added the unstable distribution to my sources.list and upgraded a number of packages.
So my question is: did I turn Sarge into Sid? Or do I still have Sarge?
------------------------------------------------------------------------
Sujet: Re: udev, atapi cdrw drives and cdrecord Expéditeur: Anthony Campbell <[EMAIL PROTECTED]> Date: Sat, 7 Aug 2004 18:09:36 +0100 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
On 07 Aug 2004, matt zagrabelny wrote:
On Sat, 2004-08-07 at 10:08, Alan Chandler wrote:
I have a hardware setup which includes two atapi cdrom like drives - /dev/hdc is a cd rewriter (or cd recorder) and /dev/hdd is a dvd drive.
I am running a 2.6 kernel (2.6.7-k7-1) which is supposed to automatically include ide-scsi without the need to load a module.
I have set up udev to create /dev/hdc and also a symlink /dev/cdrw to point to it.
I am trying to use cdrecord to make a cd. But it seemingly hangs (forever). It outputs the information below and then suspends (and ctrl C does not kill it).
[EMAIL PROTECTED] debcd $ cdrecord -eject speed=12 dev=/dev/cdrw sarge-i386-netinst.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01a34 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to <[EMAIL PROTECTED]>.
The original author should not be bothered with problems of this version.
scsidev: '/dev/cdrw'
devname: '/dev/cdrw'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
actually the 2.6 kernel provides native ATAPI layer for cdrecord to use. so you dont need a scsi emulation layer (ide-scsi). google for something like "scanbus atapi cdrecord" to get started.
that said, if you choose to use scsi emulation, your cd drives will be /dev/scd0, /dev/scd1. not /dev/hdc, etc.
-matt
I had quite a lot of trouble with this one as well, when I first tried the 2.6. kernel; my experience was similar to the OP's. When things didn't work I also went back to scsi emulation but I had no luck with that either. The solution, eventually, was to make a link:
/dev/cdrw > /dev/hdd
(I have two cd drives; if you have only one I suppose it would be /dev/hdc.)
Incidentally, cdroast doesn't seem to like this arrangement so you have to use cdrecord with the 2.6 kernels as far as I can see, but I've decided this is an advantage anyway.
Anthony
------------------------------------------------------------------------
Sujet: Re: newbie kernel question Expéditeur: Andreas Janssen <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 19:58:06 +0200 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
Hello
Mark D. Hansen (<[EMAIL PROTECTED]>) wrote:
How can I tell which Linux kernel is running on my Debian machine?
Use uname.
best regards Andreas Janssen
------------------------------------------------------------------------
Sujet: Re: How popular is Debian (popularity contest) Expéditeur: [EMAIL PROTECTED] (Pete Harlan) Date: Tue, 10 Aug 2004 13:30:16 -0500 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
On Sun, Aug 08, 2004 at 07:45:34PM +0800, John Summerfield wrote:
George Roman wrote:
Which distros need to be reinstalled for each new release?" right" is a relative word. debian is the right choice for me, if others (people who use other dist) prefer to reinstall their systems with each new release it is their business.
Slackware used to; I don't know if it still does. Patrick V. told me at Comdex ~8 years ago that he wasn't interested in in-place upgrades. Maybe he's changed his mind? In any case, it prompted us to switch to Debian at some point. Nice guy, though.
--Pete
------------------------------------------------------------------------
Sujet: Re: Making ifup or pump work at startup Expéditeur: Nate Bargmann <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 13:30:31 -0500 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
* John Graves <[EMAIL PROTECTED]> [2004 Aug 10 13:17 -0500]:
846 ? Ss 0.00 pump
42.42 pts/1 S+ grep pump
That's good. Pump is being run.
yes /etc/inet.d/networking does exist
That means the netbase package is installed.
Mine is blank. Should I add what you have??
Yes!
Here is a sample interfaces file that should work with pump:
-------------------------------------------------------
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface auto lo iface lo inet loopback
# LAN auto eth0 iface eth0 inet dhcp
-------------------------------------------------------
I hope this helps you out.
- Nate >>
------------------------------------------------------------------------
Sujet: Re: my Testing installation enters an endless reboot loop Expéditeur: Werner Otto <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 19:36:21 +0100 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED] Copie à: [EMAIL PROTECTED]
I just installed a Sarge Testing version and I boot up and it gives me a two errors regarding a usb module not loaded regarding my cordless usb (creative) mouse and keyboard. These peripherals actually work fine, I am then still busy with the base configuration and after selecting my apt sources about a minute into the bootup process my machine reboots. I installed this same version of the Debain minimum CD on my Windows XP partition using VmWare and is working fine, with all the same devices and peripherals
On Tue, 10 Aug 2004 23:25:03 +0800, John Summerfield
<[EMAIL PROTECTED]> wrote:
If you have a problem with d-i then you should be discussing it on boot-floppies where they've already been discussing this problem (without resolution as yet).
Michael Doyle wrote:
Beginning sometime in the past week, something has changed in Testing so that my installations flip out and reboot themselves within ~ 1 minute of booting. If I run the current RC 1 installer,the base installation enters the reboot loop upon booting for the first time. If I run the beta 4 installer, the machine works just peachy until I run tasksel and install desktop environment and print server tasks - I run my installs over night and can't take the bandwidth to narrow it more than that right now - and I won't have the time to narrow it down manually until at least Thursday.
The machines on which I've encountered this issure are Tangent systems using a Micro-Star MS-6743 v1.x board, based on an Intel Springdale-865G/865PE chipset.
Has anyone else experienced this issue? I can't report this as a bug until I have time to track down the package(s) behind the problem.
Thanks
--
Cheers John
-- spambait [EMAIL PROTECTED] [EMAIL PROTECTED] Tourist pics http://portgeographe.environmentaldisasters.cds.merseine.nu/
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
------------------------------------------------------------------------
Sujet: Re: newbie kernel question Expéditeur: Justin Cassidy <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 19:13:22 +0100 (BST) Destinataire: Thomas Adam <[EMAIL PROTECTED]>
Destinataire: Thomas Adam <[EMAIL PROTECTED]> Copie à: "Debian-User (E-mail)" <[EMAIL PROTECTED]>
/var/lib/dpkg/info/mysql-server.postinst: /etc/init.d/mysql: No such file or directory update-rc.d: /etc/init.d/mysql: file does not exist dpkg: error processing mysql-server (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: mysql-server E: Sub-process /usr/bin/dpkg returned an error code (1)
On Tue, 10 Aug 2004, Thomas Adam wrote:
On Tue, Aug 10, 2004 at 01:32:25PM -0400, Mark D. Hansen wrote:
How can I tell which Linux kernel is running on my Debian machine? Thanks.
uname -r
-- Thomas Adam -- "Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey.
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-=xachen=-
Email: [EMAIL PROTECTED]
IRC: irc.irctoo.net #irctoo
------------------------------------------------------------------------
Sujet: Re: What am I running now, Sarge or Sid? Expéditeur: Thomas Adam <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 20:04:38 +0100 Destinataire: "Debian-User (E-mail)" <[EMAIL PROTECTED]>
Destinataire: "Debian-User (E-mail)" <[EMAIL PROTECTED]>
On Tue, Aug 10, 2004 at 02:58:19PM -0400, Brian Pack wrote:
I did a network install of Sarge from this past Saturday's daily .iso. After install, I added the unstable distribution to my sources.list and upgraded a number of packages.
So my question is: did I turn Sarge into Sid? Or do I still have Sarge?
Sounds more like you bodged it. "upgraded a number of packages" is not a good thing to do -- it's a mix between your old testing distribution and some of unstable. What you should always do is:
edit /etc/apt/sources.list, and s/testing/unstable/g (as an example, change as appropriate).
apt-get update apt-get upgrade apt-get -u dist-upgrade
when going from one distribution to the other. Of course, the fact that you have to ask suggests you're unsure. Are you _really_ ready to be running unstable?
Having a mixture of testing/unstable sources is NOT a good idea, and you will break your system.
-- Thomas Adam
--
"Frankly, Mr. Shankly, since you ask. You are a flatulent pain in the arse." -- Morrissey.
------------------------------------------------------------------------
Sujet: Re: Making ifup or pump work at startup Expéditeur: John Graves <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 15:16:24 -0400 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED]
Nate Bargmann wrote:
Mine is blank. Should I add what you have??
Yes!
Here is a sample interfaces file that should work with pump:
-------------------------------------------------------
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface auto lo iface lo inet loopback
# LAN auto eth0 iface eth0 inet dhcp
-------------------------------------------------------
I added the above and rebooted....voila. I came up on the LAN..... Thanks Nate.
Onto Samba......
------------------------------------------------------------------------
Sujet: Re: awstats from sarge Expéditeur: "J.H.M. Dassen (Ray)" <[EMAIL PROTECTED]> Date: Tue, 10 Aug 2004 21:35:08 +0200 Destinataire: [EMAIL PROTECTED]
Destinataire: [EMAIL PROTECTED] Copie à: Ionel Mugurel Ciobica <[EMAIL PROTECTED]>
On Tue, Aug 10, 2004 at 13:47:36 +0200, Ionel Mugurel Ciobica wrote:
bucovina:# /var/www/cgi-bin/awstats.pl
Bizarre copy of ARRAY in aassign at /var/www/cgi-bin/awstats.pl line 115.
Exit 255
Line 115 is criptic to me:
my @OnlyFiles = my @SkipDNSLookupFor = my @SkipFiles = my @SkipHosts = ();
This is similar to http://bugs.debian.org/247265 . The warning can be avoided by replacing this line by my @OnlyFiles = (); my @SkipDNSLookupFor = (); my @SkipFiles (); my my @SkipHosts = ();
Ray
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]