Cron problems

2003-09-08 Thread Curtis Spencer
I put a small script into the cron.daily folder expecting it to run.  It 
simply creates a file with the current timestamp as its name to see if 
successfully ran.  However, I woke up this morning to not be greeted by 
this file, so I know cron didn't run it.  I did check my root email to 
find these two emails though:

Email 1)
/etc/cron.daily/logrotate:
error running shared postrotate script for /var/log/apache-ssl/*.log
run-parts: /etc/cron.daily/logrotate exited with return code 1
Email 2)
/bin/sh: root: command not found
/etc/cron.daily/logrotate:
error running shared postrotate script for /var/log/apache-ssl/*.log
run-parts: /etc/cron.daily/logrotate exited with return code 1
/etc/cron.daily/standard:
diff: /var/log/setuid.new.tmp: No such file or directory
My /etc/crontab looks like this:

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user  command
25 6* * *   roottest -e /usr/sbin/anacron || run-parts --report 
/etc/cron.daily
47 6* * 7   roottest -e /usr/sbin/anacron || run-parts --report 
/etc/cron.weekly
52 61 * *   roottest -e /usr/sbin/anacron || run-parts --report 
/etc/cron.monthly
#

My little script cron_test.pl is installed with 755 privileges in 
/etc/cron.daily.  Do I need to add it to some config file somewhere?

Thanks for any help,
Curtis






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Hard Drive Crash Recovery

2003-08-21 Thread Curtis Spencer
I had a hard drive crash last night on one of my systems.  Fortunately 
only a near empty /home and the swap partition were on that drive so I 
did not lose too much data. 
However, I don't know how to go about remounting the /home directory and 
the swap partition.  Is there any way to mount the /home directory on 
another drive that already has data on it, but is not full?  I would 
prefer not to buy a new drive if I don't have to.  If I have to use 
another drive what are the commands I must do to prepare it for mounting 
/home and a new swap partition on it?

Thanks for all the help,
Curtis
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Newbie imapd Question

2003-08-14 Thread Curtis Spencer
Hi there,

I have been running postfix on my server for a while and I am able to 
get mail to my accounts just fine.  However, I want to put in an imapd 
server, so I decided to aptitude install of cyrus-imapd.  That install 
seemed to work properly.  Now I would like to just run it stand alone 
without any inetd, so I just type in:

/usr/sbin/imapd and I get
* OK host Cyrus IMAP4 v1.5.19 server ready
But if I nmap the system I don't get anything on port 143 at all.  Is 
there a log or something where I can see what is going wrong?  I can 
pass the server commands through the command but if I open up another 
terminal and try to telnet to localhost on imap it does not respond.

Thanks in advance,
Curtis
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Mutt Save-Hook Help

2003-02-10 Thread Curtis Spencer
On Mon, Feb 10, 2003 at 07:28:09AM -0800, Curtis Spencer wrote:
> I am trying to get mutt to save all messages from the debian user list
> in a file called debian.  I don't fully understand the save-hook functionality.
> my muttrc looks like this, yet everything still gets saved to the inbox.
> 
> set mbox=+inbox
> set record=+outbox
> set sort=threads
> set noprompt_after
> # Mail Header Hiding
> ignore *
> unignore from date subject to cc
> 
> save-hook '~C "debian-user"' +debian
> 
> Any help would be greatly appreciated.
> 
> Cheers,
> Curtis
> 
Actually, I just realized that my problem wasn't in the regex, it was that I wasn't 
explicity pressing 's' to save the messages.  I wanted it just when I pressed 'q' to 
quit mutt, rather than moving everything to inbox, to move debian user list stuff to 
the debian file.  I don't know if there is a way to do this.  As for procmail, I just 
installed it.  Is there any easy way to get it up and running?  Do I have to integrate 
it with postfix?
Thanks for the help

Cheers,
Curtis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Mutt Save-Hook Help

2003-02-10 Thread Curtis Spencer
On Tue, Feb 11, 2003 at 01:00:19AM +0100, Christian Arthaber wrote:
> * Curtis Spencer <[EMAIL PROTECTED]> [2003-02-11 00:49]:
> > I am trying to get mutt to save all messages from the debian user list
> > in a file called debian.  I don't fully understand the save-hook functionality.
> > my muttrc looks like this, yet everything still gets saved to the inbox.
> > 
> > set mbox=+inbox
> > set record=+outbox
> > set sort=threads
> > set noprompt_after
> > # Mail Header Hiding
> > ignore *
> > unignore from date subject to cc
> > 
> > save-hook '~C "debian-user"' +debian
> > 
> > Any help would be greatly appreciated.
> > 
> > Cheers,
> > Curtis
> 
> would exactly do you want? you're save-hook should make mutt to save
> the message into folder debian as soon as you are on the message and
> press 's'. if you want the mail sorted automatically you should use
> procmail or something similar.
> 
> hth,
> christian

Actually, for now I just want to have it save when I press 's'.  I might set up 
procmail later, but that is for a different day :-).

Cheers,
Curtis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Mutt Save-Hook Help

2003-02-10 Thread Curtis Spencer
I am trying to get mutt to save all messages from the debian user list
in a file called debian.  I don't fully understand the save-hook functionality.
my muttrc looks like this, yet everything still gets saved to the inbox.

set mbox=+inbox
set record=+outbox
set sort=threads
set noprompt_after
# Mail Header Hiding
ignore *
unignore from date subject to cc

save-hook '~C "debian-user"' +debian

Any help would be greatly appreciated.

Cheers,
Curtis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




KDE 3.0 Package Issues

2003-01-22 Thread Curtis Spencer
I am trying to install the new kde3 from 
deb http://download.us.kde.org/pub/kde/stable/latest/Debian/sid ./

And I get this output 
apt-get install kde-base
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package kde-base
thorin:~# apt-get install kdebase
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  kdebase: Depends: ksysguard (= 4:3.0.4-1) but it is not going to be
installed
E: Sorry, broken packages

I try to install ksysguard and I get a libsensors dependency issue.

Is there anything I can do?

Thanks,
Curtis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




ls color's messed up

2003-01-20 Thread Curtis Spencer
This one is kind of strange.  My ls colors work on everything except for
executables.  In other words it turns archives red and directories blue,
but
Files with 700 privileges are still gray.  When I just use 'ls --color'
do I not get any green.  However, when I use ls --color -l it works
fine.  Strange...

Any help would be appreciated

Curtis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: Galeon HELP!!!

2003-01-13 Thread Curtis Spencer
Thanks.  That fix seems to work.  I think I figured out how to recreate
the problem.  I deleted the .mozilla stuff in the root folder, then I
deleted compreg.dat.  I ran galeon once and it was fine.  Then I ran it
again and I got infinite loop behavior.  Then I deleted the compreg.dat
again and everything seemed to be fine.

Cheers,
Curtis

-Original Message-
From: Trey Sizemore [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 13, 2003 8:17 PM
To: Curtis Spencer
Cc: [EMAIL PROTECTED]
Subject: RE: Galeon HELP!!!

I read of someone on another post with the same problem...I don't
remember the exact reasons for this, but he was told to remove:

/usr/lib/mozilla??/components/compreg.dat

and everything was back to normal.  Perhaps someone on the list can
verify this.

-Trey

On Mon, 2003-01-13 at 22:34, Curtis Spencer wrote:
> Well I have tried now running mozilla, and that doesn't spawn infinite
> windows, but rather just exits.  There is not output in the console.
It
> just exits.
> 
> I have run apt-get install mozilla and apt-get install galeon
> 
> Any ideas,
> Curtis
> 
> -Original Message-
> From: Steve Juranich [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, January 13, 2003 5:34 PM
> To: Curtis Spencer
> Cc: [EMAIL PROTECTED]
> Subject: Re: Galeon HELP!!! 
> 
> On 13 January 2003 at 17:12,
> "Curtis Spencer" <[EMAIL PROTECTED]> wrote:
> 
> > I launched Galeon the first time and everything worked fine.  I
> imported
> > the bookmarks and started browsing the web.  However, when I run it
> now,
> > it spawns windows in what seems like an infinite loop and I have to
> > console in and kill the process.  I have no idea what logs to check
or
> > anything.
> > 
> > Any help would be greatly appreciated.
> 
> I have no idea what's going wrong with Galeon, but it keeps all of its
> configuration stuff in ~/.galeon.
> 
> HTH.
> 
> --
> Stephen W. Juranich [EMAIL PROTECTED]
> Electrical Engineering http://students.washington.edu/sjuranic
> University of Washingtonhttp://ssli.ee.washington.edu/ssli
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: Galeon HELP!!!

2003-01-13 Thread Curtis Spencer
Well I have tried now running mozilla, and that doesn't spawn infinite
windows, but rather just exits.  There is not output in the console. It
just exits.

I have run apt-get install mozilla and apt-get install galeon

Any ideas,
Curtis

-Original Message-
From: Steve Juranich [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 13, 2003 5:34 PM
To: Curtis Spencer
Cc: [EMAIL PROTECTED]
Subject: Re: Galeon HELP!!! 

On 13 January 2003 at 17:12,
"Curtis Spencer" <[EMAIL PROTECTED]> wrote:

> I launched Galeon the first time and everything worked fine.  I
imported
> the bookmarks and started browsing the web.  However, when I run it
now,
> it spawns windows in what seems like an infinite loop and I have to
> console in and kill the process.  I have no idea what logs to check or
> anything.
> 
> Any help would be greatly appreciated.

I have no idea what's going wrong with Galeon, but it keeps all of its
configuration stuff in ~/.galeon.

HTH.

--
Stephen W. Juranich [EMAIL PROTECTED]
Electrical Engineering http://students.washington.edu/sjuranic
University of Washingtonhttp://ssli.ee.washington.edu/ssli


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Galeon HELP!!!

2003-01-13 Thread Curtis Spencer
I launched Galeon the first time and everything worked fine.  I imported
the bookmarks and started browsing the web.  However, when I run it now,
it spawns windows in what seems like an infinite loop and I have to
console in and kill the process.  I have no idea what logs to check or
anything.

Any help would be greatly appreciated.

Cheers,
Curtis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Easiest Nameserver

2003-01-12 Thread Curtis Spencer
I want to set up DNS on my system so I can have my domain names point to
it.  
What is a good way to do this?  Is there an easy way?  I am running the
current unstable distribution.  Is there something I can apt-get easily?

Cheers,
Curtis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: apt-get pukes

2003-01-12 Thread Curtis Spencer
I am quoting this from David Raeker's answer to a same problem asked a
few days ago.  I hope it works for you.

Add the following to /etc/apt/apt.conf

Apt::Cache-Limit 12582912;

(Don't ask me why it works, but it worked for me.)


Cheers,
Curtis
-Original Message-
From: Art Edwards [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, January 12, 2003 12:47 PM
To: [EMAIL PROTECTED]
Cc: Art Edwards
Subject: apt-get pukes

I'm running woody/testing/unstable and when I try to update or install,
I get the following errors.

theory:/home/edwards# apt-get update
Hit http://http.us.debian.org stable/main Packages

Hit http://http.us.debian.org stable/main Release
Hit http://http.us.debian.org stable/contrib Packages
Hit http://http.us.debian.org stable/contrib Release
Hit http://http.us.debian.org stable/non-free Packages
Hit http://http.us.debian.org stable/non-free Release
Get:1 http://http.us.debian.org testing/main Packages [2092kB]
Get:2 http://security.debian.org woody/updates/main Packages [73.7kB]
Get:3 http://security.debian.org woody/updates/main Release [110B]
Get:4 http://security.debian.org woody/updates/contrib Packages [1491B]
Get:5 http://security.debian.org woody/updates/contrib Release [113B]

Hit http://security.debian.org woody/updates/non-free Packages

Get:6 http://security.debian.org woody/updates/non-free Release [114B]

Get:7 http://http.us.debian.org testing/main Release [81B]

Get:8 http://http.us.debian.org testing/contrib Packages [61.4kB]

Get:9 http://http.us.debian.org testing/contrib Release [84B]

Get:10 http://http.us.debian.org testing/non-free Packages [70.1kB]

Get:11 http://http.us.debian.org testing/non-free Release [85B]

Get:12 http://http.us.debian.org unstable/main Packages [2320kB]

Get:13 http://http.us.debian.org unstable/main Release [82B]

Get:14 http://http.us.debian.org unstable/contrib Packages [75.9kB]

Get:15 http://http.us.debian.org unstable/contrib Release [85B]

Get:16 http://http.us.debian.org unstable/non-free Packages [73.3kB]

Get:17 http://http.us.debian.org unstable/non-free Release [86B]

Fetched 4768kB in 1m28s (53.9kB/s)

Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Error occured while processing rrlogind (NewVersion2)
E: Problem with MergeList
/var/lib/apt/lists/Debian%20GNU_Linux%202.2%20r0%20%5f
Potato%5f%20-%20Official%20i386%20Binary-3%20(2814)_dists_unstable_m
ain_bina
ry-i386_Packages
E: The package lists or status file could not be parsed or opened.

What is intersting is that it dies at different places in the package
list each time.

I should tell you that the system had been installed on an athlon 650
MHz box and I simply moved the disks and other peripherals onto a Duron
box. I'm hoping this is not a problem.

Art Edwards

-- 
Arthur H. Edwards
712 Valencia Dr. NE
Abq. NM 87108

(505) 256-0834


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: USB Mouse Problem

2003-01-11 Thread Curtis Spencer
Yeah I defined the ServerLayout section.  My XF86Config file is at

http://vergil.chemistry.gatech.edu/~park/dellfiles/XF86Config-4

Mr. Park also had an Inspiron 8000 system and I tried following the
instructions on this page:
http://vergil.chemistry.gatech.edu/~park/dell.html#debian

Cheers,
Curtis

-Original Message-
From: Nicos Gollan [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, January 11, 2003 3:16 AM
To: [EMAIL PROTECTED]
Subject: Re: USB Mouse Problem

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 11 January 2003 07:08, Curtis Spencer wrote:
> Section "InputDevice"
> Identifier  "Mouse1"
> Driver  "mouse"
> Option  "Device" "/dev/input/mice"
> Option  "Protocol" "IMPS/2"
> Option  "ZAxisMapping" "4 5"
> EndSection
>
> [...]
>
> However, when I run X I can still only move the touchpad.
> Any help would be greatly appreciated.  I have tons more info about
> the problem, but I am not sure what is useful.  It is an Intellimouse
> Explorer btw.

Did you remember to put it into the "ServerLayout" section?

- -- 
Embedded Linux -- True multitasking!
TWO TOASTS AT THE SAME TIME!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+H/zbeOF0+zcVdv8RAhP1AJ0aE9HCVaB84q3KU4LMyrxMlouTMACcCqp2
PC4puTax8KPJWRZAbCT6GRk=
=KWB5
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




USB Mouse Problem

2003-01-10 Thread Curtis Spencer
I thought I was going to be able to get some sleep last night, but I
ended up staying up trying to get XFree86 working.  I have the nvidia
modules compiled in to my 2.4.20 kernel and I have my touchpad working
fine, but my USB mouse still needs help.  

When I plug in the USB mouse an event is thrown to the console, which
looks like a good thing.  Also I have it defined in my XF86Config file.
Like so:


Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option  "Device" "/dev/input/mice"
Option  "Protocol" "IMPS/2"
Option  "ZAxisMapping" "4 5"
EndSection

(**) Option "Protocol" "PS/2"
(**) Mouse0: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "on"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "SendCoreEvents"
(**) Mouse1: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Kernel Input Handler"
(type: O
ther)

However, when I run X I can still only move the touchpad.  
Any help would be greatly appreciated.  I have tons more info about the
problem, but I am not sure what is useful.  It is an Intellimouse
Explorer btw.

Cheers,
Curtis




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Creating a new user without a password

2002-12-29 Thread Curtis Spencer
I am just curious.

I am installing mysql 4.0 and following their instructions.
They say run these commands.
groupadd mysql
useradd -g mysql mysql

This creates a new user, but no where is the password set.  Is this a
security problem or will no one be able to ever log in as user mysql?

Thanks,
Curtis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Configuring a static IP on startup

2002-12-27 Thread Curtis Spencer
I am using dhclient right now on startup to give me a DHCP ip address,
but I want to set the system to have a static IP on my sub net so I can
have the router forward everything on port 80 to the debian system.
What is a decent way to do this?

Thanks,
Curtis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: Booting without a monitor: No Go

2002-12-26 Thread Curtis Spencer
I have it set up for  Halt On: no error on that BIOS setting, yet
strangely I still cannot boot up.  I disconnect all peripherals
including the keyboard, but leave just the monitor, and I can watch it
boot up just fine.  The kernel output just complains that no AT keyboard
is present but I am able to SSH into the system.  

I have done some more investigating with disconnecting the monitor at
different times and it seems that once it passes the POST, I can
disconnect the monitor and it will continue to boot up fine.  It seems
that it needs the monitor at POST.  I think this is no longer a problem
with debian, but perhaps someone might have an idea.  It is a Elsa
Geforce 2 Vid Card by the way and KT7 Raid.

Thanks,
Curtis

-Original Message-
From: dave mallery [mailto:[EMAIL PROTECTED]] On Behalf Of dave
mallery
Sent: Thursday, December 26, 2002 8:48 AM
To: Curtis Spencer
Cc: [EMAIL PROTECTED]
Subject: Re: Booting without a monitor: No Go

hi

look on the first page of the cmos setup for an option that 
says: stop on 

it probably says "any error"  for sure if it says that, it will stop 
with no keyboard attached and never boot.

fa la

dave
-- 
Dave Mallery, K5EN  (debian testing & woody)  
PO Box 520 .~._  Ramah,  NM  87321 
   /V\   -o)
no gates...   /( )\  /\\ running Debian GNU/Linux
  no windows! ^ _\_vfree at last!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Booting without a monitor: No Go

2002-12-25 Thread Curtis Spencer
I have a weird issue that I have never had with any other system I have
been running.  I have a Abit KT7 Board with a Geforce 2 vid card.  It is
a minimalist system because I just want it to be a mysql/cvs server, so
I haven't installed XFree86 or the nvidia drivers.  The console works
fine and I can ssh into it, but only if I booted it with a monitor
attached.  I can watch it boot up fine as long as there is a monitor.
When I disconnect the monitor and try to reboot through ssh, I can never
connect again, unless I reconnect a monitor and then restart the whole
thing.  I can't get a display to come up at all when I connect the
monitor sometime after I have booted it without the monitor.  Very
strange.  I was thinking about trying a VGA terminator plug on the vid
card because if I turn off the monitor without disconnecting it, the
system still boots correctly.  Sounds like a hardware prob to me, but
just curious...

Thanks,
Curtis 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]