Re: gpilotd / gnome-pilot issues

2003-08-16 Thread karrottop
Ok, I added myself to dialout, but being as I do not use ppp at all to
connect its a rather odd group to be added to...but I did already have
permissions set up so that I could access the device, Jpilot was
working.  I notice that lately it has been crashing almost always as
soon as I hit the sync button on the cradle.


On Sat, 2003-08-16 at 08:02, James Strandboge wrote:
 On Sat, 2003-08-16 at 04:56, karrottop wrote:
  I do not even know what the dialout group is, when I start the gnome
  applet for gpilot it crashes immediately, Checking I do only have
one
  gpilotd running (with pgrep)  Thanks
 
 adduser yourusername dialout
 
 See 'man adduser'.  To make sure if you need to be in the dialout
group,
 do:
 
 ls -l /dev/ttyUSB1
 
 It should look something like:
 
 [EMAIL PROTECTED] ~]$ ls -l /dev/ttyUSB1
 crw-rw1 root dialout  188,   1 Mar 14  2002 /dev/ttyUSB1
 
 If not, do:
 
 chgrp dialout /dev/ttyUSB1
 chmod 660 /dev/ttyUSB1
 
 See 'man chgrp' and 'man chmod' for more info.
 
 Jamie


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



gpilotd / gnome-pilot issues

2003-08-15 Thread karrottop
Ok, I just started breaking...er uh I mean...working on things with
Linux again and it seems every time I get the time to do this something
doesn't want to behave...so, here it is. (and yes I have tried
debian-pilot with this)

I have my palm connected via usb, and I have all the kernel stuff, and
pilot-link installed.  I can sync with Jpilot, no problem.  But what I
really need is to be able to sync with gnome-pilot.  For some reason
whenever I try to run gnome-pilot, the settings wizard thing pops up, I
set everything to USB and have tried /dev/pilot and /dev/ttyUSB1 but
nothing syncs when it goes to the initial sync page.  As a matter of
fact, I am now getting 
---
Application gpilotd (process 572) has crashed
due to a fatal error.
(Segmentation fault)
---
whever I try. I end up with this if I run gpilotd from the command
prompt.
---
gpilotd-Message: gnome-pilot 2.0.10 starting...
gpilotd-Message: compiled for pilot-link version 0.11.7
gpilotd-Message: compiled with [VFS] [USB] [IrDA] [Network]
 
(gpilotd:651): gpilotd-WARNING **: Number of devices is configured to 0
 
(gpilotd:651): gpilotd-WARNING **: No accessible devices available
 
(gpilotd:651): gpilotd-WARNING **: Number of pilots is configured to 0
gpilotd-Message: Activating CORBA server
gpilotd-Message: bonobo_activation_active_server_register = 2
gpilotd-Message: Cannot register gpilotd because already active

which leaves me at a loss because I have no idea what needs to be done
to rememdy this sync problem, since I really need to be using
gnome-pilot to sync with evolution (and months ago last time I tried it
worked) I don't want to give up and just use Jpilot

Thanks,
Jason
 


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



my ongowing struggle with java

2003-02-27 Thread karrottop
Ok, I have been having a horrible time getting java to behave, I
thought  I followed the directions explicitly but I guess I messed
something up somewhere.  Here is what I did:

First I unpacked everything in /usr/java/ and added this to a line in my
/etc/profile 

PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/java/j2re1.4.1_01/bin

Then I copied the symlink in /usr/java/j2re1.4.1_01/plugin/ to my
~/.mozilla/plugins folder.  Now here is the wierd part. There are 3 sets
of plugins in there  ns4 ns600 and ns610.  If I use the ns4 plugin
java:plugin does tell me that it is loaded but when I go to a site that
requires java_vm it tells me that the plugin does not exist.  if I use
either of the other two plugins it simply crashes my browser (makes it
disappear)  I have gotten a terminal message that tells me it could not
exec java_vm.  I have also had my Path statement like it is commonly
done in my ~/.bash_profile with the export path but that did not work
either.

Thanks for the help,
Jason




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



Re: my ongowing struggle with java

2003-02-27 Thread karrottop
I did not know that there were any apt sources for java...yahooo! 
Thanks, Ill give that a try and see if it works

Thanks Again,
Jason Self

On Thu, 2003-02-27 at 15:40, Andy Wettstein wrote:
 On Thu, Feb 27, 2003 at 02:26:30PM -0500, karrottop wrote:
  Ok, I have been having a horrible time getting java to behave, I
  thought  I followed the directions explicitly but I guess I messed
  something up somewhere.  Here is what I did:
  
  First I unpacked everything in /usr/java/ and added this to a line in my
  /etc/profile 
  
  PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/java/j2re1.4.1_01/bin
  
  Then I copied the symlink in /usr/java/j2re1.4.1_01/plugin/ to my
  ~/.mozilla/plugins folder.  Now here is the wierd part. There are 3 sets
  of plugins in there  ns4 ns600 and ns610.  If I use the ns4 plugin
  java:plugin does tell me that it is loaded but when I go to a site that
  requires java_vm it tells me that the plugin does not exist.  if I use
  either of the other two plugins it simply crashes my browser (makes it
  disappear)  I have gotten a terminal message that tells me it could not
  exec java_vm.  I have also had my Path statement like it is commonly
  done in my ~/.bash_profile with the export path but that did not work
  either.
 
 Maybe you can try putting this in /etc/apt/sources.list:
 
 deb http://www.mirror.ac.uk/sites/ftp.blackdown.org/java-linux/debian unstable main 
 non-free
 
 Then run apt-get update  apt-get install j2re1.4 (or j2sdk1.4 if you
 need the sdk)
 
 Substitute unstable for stable in that line and j2re1.4 for j2re1.3, if
 you run stable.
 
  
  Thanks for the help,
  Jason
  
  
  
  
  -- 
  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: Bad fortune

2003-02-13 Thread karrottop
I don't know if this will help but fortune installs to
/usr/games/fortune with apt-get.  My only other thought is that you
might do a updatedb before you try and locate fortune...but that is a
long shot.

Hope that helped

On Thu, 2003-02-13 at 09:51, David Turetsky wrote:
 I ran apt-get install fortune from the debian 3.0r1 (woody) CDs and a
 bunch of relateds 
 
 were installed. Meanwhile I can’t find ‘fortune’ anywhere, just a
 bunch of related 
 
 files (/usr… fortunes, riddles, etc)
 
  
 
 -- 
 
 David
 
 


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




ut2003/Games in general woes

2003-02-13 Thread karrottop
Ok, I installed ut2003 under debian 3.0 (woody) and it ran.  I have
recently upgraded to (Sid) and now it only goes to splash screen then
blacks out my window, just to return directly to my desktop.  So, I
installed tuxracer, all it does is turn my monitor on a different
resolution then quits, and thats not verry nice because It doesen't let
me ctl-alt-+ to return back to my original rez.  Here is the output I
get from ut2003:
-
WeaponXbox:~# ut2003
Xlib:  extension XiG-SUNDRY-NONSTANDARD missing on display :0.0.
OpenGL renderer relies on DXTC/S3TC support.
 
History:
 
Exiting due to error
-

Also as a side note if somebody knows, I have had problems downloading
maps when I connect to online serversIt downloads and then after it
finishes it tells me it had a error moving the file, any insight into
that would be appreciated as well.

Thank you for your time
Jason Self


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




snes9x issues

2003-02-05 Thread karrottop
My last question came to such an excellent answer that I thought I would
post this on e here as well. :)  Anyhow, I installed snes9x and I am
trying to get it to run as what you would expect from full screen. 
Instead I just get the rest of my screen blacked out and the game,
small, and in the middle.  I did notice the -sc option that I can use,
and I suppose that this may be how you get it to scale up to fit the
entire screen but when I use this command snes9x gameneme -fs -sc I
end up with a blank black screen and then the games sound, but no
pictue.  Any help would be appreciated, thanks.

Jason Self


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




Re: lm_sensors

2003-02-04 Thread karrottop
worked like a charm, thanks a bunch.

On Tue, 2003-02-04 at 11:42, Hugo Graumann wrote:
 * On Mon, Feb 03, 2003 at 02:19:45PM -0500, karrottop ([EMAIL PROTECTED]) wrote:
  
  I am re-posting this because I was made aware I sent it as a reply to
  another post.  Sorry about that, so without further adue here is my
  intended post now...
  
  
  I am having a great deal of trouble getting lm_sensors to work under
  debian.  I am pretty sure that I am about 75% on the way to getting this
  started but none the less, if someone could give me a bit of a
  walk-through to getting things running I would appreciate it.  My
  intention is mostly to monitor my hardware temp's etc, being that I am
  using a water cooled system, and I am a bit uneasy about not knowing the
  performance of my system, especially one that is overclocked.  If it
  matters I am using sid, a soyo motherboard with a via chipset, and
  kernel 2.4.20 ( I have built in everything in the i2c portion of
  charcter devices )
  
  
  
  -- 
  To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
  
 
 Got hardware sensors working on a few motherboards here and even
 took notes on how it was done. Perhaps these notes might be useful to you.
 
 Notes on Installing sensor support in a Debian system.
 
 0) For the following, it is assumed that a new
2.4.20 kernel was already compiled, installed and
working. It is also assumed that the kernel was compiled
using the debian kernel build system make-kpkg. The
kernel source should be in /usr/src/linux either directly
or by a symbolic link.
 
 1) have a working 2.4 series kernel with module support
included. Make sure that i2o items are NOT compiled
in. Once this kernel is installed and working, the modules
are ready to be included. Make sure you are running
the kernel to which the modules are to be added. This
seems to be the easiest way to make the module version
numbers consistent with the kernel version number.
 
 2) obtain the debian packages: i2c-source,lm-sensors,
   lm-sensors-source, and sensord. Optionally also
   get other monitors like sensor-sweep-applet,
   wmsensors or xsensors. The package xsensors is
   not in woody but getting the source and building
   it locally using apt-get source works fine.
 
 3) Become root and change to the /usr/src directory.
In this directory there will be tar files named
   i2c.tar.gz and lm-sensors.tar.gz. When these
   tar files are expanded they write themselves
   into the /usr/src/modules directory. This
   directory may already exist if other modules
   have already been installed in this kernel.
 
 4) Extract the files by tar zxf i2c.tar.gz and
tar zxf lm-sensors.tar.gz
 
 5) cd /usr/src/linux and run the command
 make-kpkg modules_image
When the build has completed there will be
debian packages in /usr/src named
  i2c-2.4.19_2.6.5-3+lb.custom.1.1_i386.deb
and
  lm-sensors-2.4.19_2.6.4-3+lb.custom.1.1_i386.deb
 
 6) install these packages with the commands
  dpkg -i i2c-2.4.19_2.6.5-3+lb.custom.1.1_i386.deb
   and
  dpkg -i lm-sensors-2.4.19_2.6.4-3+lb.custom.1.1_i386.deb
 
 7) As root (as always) run the program sensors-detect.
This tool sweeps the smbus and determines the devices
that are on it. It then reports the chip types and
the relevant modules that need to be loaded to get the
hardware sensors system working. This program mostly
works but does not always work. See the last step for
suggestions if the modules were detected incorrectly.
 
 8) Cut and paste the results from sensors-detect into 
the relevant files as it requests. For one motherboard
as an example,
the lines:
 # I2C adapter drivers
 i2c-viapro
 # I2C chip drivers
 w83781d
   have to be pasted into the file /etc/modules.
   Then the command update-modules has to be run.
   Then paste the lines
 # I2C module options
 alias char-major-89 i2c-dev
   into the file /etc/modutils/local
 
   Then run the command /etc/init.d/modutils
 
 9) After these steps are completed, the required
modules will be loaded. This can be checked by
the output of the lsmod command. The output for
this example is
 Module  Size  Used byTainted: P  
 w83781d19224   0  (unused)
 i2c-proc6416   0  [w83781d]
 i2c-viapro  3860   0  (unused)
 i2c-core   15052   0  [w83781d i2c-proc i2c-viapro]
 
 10) Then reboot the system. If the module system
  is working correctly then after boot the loaded
  modules should be identical to the previous output
  of lsmod
 
 11) To verify that the kernel interface is correctly tied
 to the hardware run the command sensors
 Typical output in this example is
 w83782d-i2c-0-2d
 Adapter: SMBus Via Pro adapter at e800
 Algorithm: Non-I2C SMBus adapter
 VCore 1:   +1.77 V

Re: columbia -- what really happened

2003-02-03 Thread karrottop
Are republican bashers really so bored that they have to post crap like
this in a debian mail list.  Download some friends and tell them your
propoganda.  Try opening up a live journal, then you can still hear your
self type without annoying others

On Mon, 2003-02-03 at 12:07, Bob Paige wrote:
 Narins, Josh wrote:
 
 Um, Bush believes in Creationism, not Science. He's said so himself.
 
 And  there was Reagan, with his astrologers.
 
 Is it any wonder space ships fall from the sky when these guys were in
 charge?  Rockets don't stay up on faith.
 
 Of course the 1.9% budget cuts for the program had nothing to do with it.
 Trickle down means that 1.9% less is more.
 
 Bush has given Saddam two weeks to prove he had nothing to do with the
 Shuttle disaster, or he will nuke them back to the Stone Age.
 
 
 
   
 
 I fail to see the relationship between 'creationism', 'astrologers', and 
 the space shuttle.
 
 - Bobman
 
 
 


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




lm_sensors

2003-02-03 Thread karrottop
I am re-posting this because I was made aware I sent it as a reply to
another post.  Sorry about that, so without further adue here is my
intended post now...


I am having a great deal of trouble getting lm_sensors to work under
debian.  I am pretty sure that I am about 75% on the way to getting this
started but none the less, if someone could give me a bit of a
walk-through to getting things running I would appreciate it.  My
intention is mostly to monitor my hardware temp's etc, being that I am
using a water cooled system, and I am a bit uneasy about not knowing the
performance of my system, especially one that is overclocked.  If it
matters I am using sid, a soyo motherboard with a via chipset, and
kernel 2.4.20 ( I have built in everything in the i2c portion of
charcter devices )



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




lm_sensors

2003-02-02 Thread karrottop
Although I am sure I have about 75% of what I need to do complete, could
somebody give me a walkthrough of getting lm-sensors up and running on
debian?  The goal being getting some sort of information with the
command sensors or with gkrellm's sensor plugin, thanksif it matters
I am using kernel 2.4.20, sid, and my motherboard is a soyo dragon (via
chipset)  Don't know what else ya might need.


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




Re: OI! Turn my screen back on!

2003-02-02 Thread karrottop
I would assume you are not running a screen saver!  That being said I
would go to your bios and turn off all the energy saving crap that it
has (Ill bet thats whats turning your screen off) Some, but I haven't
seen it in awhile have monitors that have built in power saving
features, kill them too!

On Sun, 2003-02-02 at 23:49, Pigeon wrote:
 Hi,
 
 How can I prevent a semi-headless machine (no keyboard, but
 occasionally has monitor) from blanking its screen and needing either
 a keyboard plugged in, or a command executed via ssh that causes a
 kernel error of some sort, to bring the display back up? Ie. what
 config file do I need to edit to say never blank the video output?
 
 Pigeon
 


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




i2c and lm_sensors

2003-01-31 Thread karrottop
I am trying to get im_sensors running on my debian box, but I am getting
some opposition.  First of all, I do have my kernel source, and it is
symlinked to /usr/src/linux.  but for some reason when I go to where i2c
installed from apt get /usr/src/modules/i2c (or something to that
effect) and then run make all I get the following error.
--
Makefile:175: kernel/i2c-philips-par.d: No such file or directory
make: *** No rule to make target
`/usr/local/include/linux/modversions.h', needed by
`kernel/i2c-pcf-epp.d'.  Stop.
--
does anyone know how I can remedy this?

Thanks in advace as always,
Jason Self


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




Nvidia corrupting kernel?

2003-01-29 Thread karrottop
For some reason the nvidia module is not loading at startup.  I had to
reinstall my emu10k1 modules and my nvidia module after installing the
kernel version 2.4.20 and now I have to manually kill gdm and modprobe
nvidia...this works and gives me a thought as to what might be the
problem.  Aparently it gives the warning that it could/is corrupting the
kernel when it loads.  What is causing this?  My only guess is that
something for nvidia or a graphics driver is compiled into the kernel,
but looking back through with menuconifg I could not find the module it
might have been...any ideas or insight would be helpfull, thanks as
always

Jason Self


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




Gnome2 / Apt messed up

2003-01-28 Thread karrottop
Yesterday I installed apt-spy and blew up my computer with it I am
sure.  I ran it and it messed up my sources.list file pretty bad so I
restored the backup, then ran apt-get upgrade / apt-get dist-upgrade and
it gave me a wierd error

W: Couldn't stat source package list cdrom://[Debian GNU/Linux 3.0 r0
_Woody_ -
Official i386 Binary-1 (20020718)] stable/main Packages
(/var/lib/apt/lists/Debian%20GNU_Linux%203.0%20r0%20%5fWoody%5f%20-%20Official%20i386%20Binary-1%20(20020718)_dists_stable_main_binary-i386_Packages)
 - stat (2 No such file or directory)
-
I get this about all the cd's that I have for debian, and it tells me to
run apt-get update to fix the problem (that is where I get the problem)

I just recently upgraded to unstable with apt (replacing all the
instances of stable with unstable and gnome went to version 2.2, and
worked great.  Now for some reason when I log in I do not get the gnome
panel anymore.  It just gives me a blank scree, I do not use the desktop
feature so I don't know if that works, instead I just get stuck having
to kill my instance of gnome and use something like fluxbox or kde.  Any
ideas?  Im out of them.


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




Re: Gnome2 / Apt messed up

2003-01-28 Thread karrottop
Well, I got my apt sources taken care of by, as you said, deleting my cd
entries and then running apt-cdrom.  Unfortunately I still can not get
gnome removed.  How would I be able to completely remove gnome and then
reinstall?  Does anyone know what packages have to go...so far by doing
apt-get remove gnome-session and reinstalling it has not helped, and if
I try an apt-get install gnome it gives me grief about broken packages. 
What I meant to say about the no desktop is that I run Gnome 2.2 with
gnome-panel and sawfish, but I do not run nautilus on my desktop (ie
icons on the desktop) but that is kinda irrelivant.  for the record I am
using gdm2 and that works fine.


On Tue, 2003-01-28 at 15:06, Stephen Gran wrote:
 This one time, at band camp, karrottop said:
  Yesterday I installed apt-spy and blew up my computer with it I am
  sure.  I ran it and it messed up my sources.list file pretty bad so I
  restored the backup, then ran apt-get upgrade / apt-get dist-upgrade and
  it gave me a wierd error
  
  W: Couldn't stat source package list cdrom://[Debian GNU/Linux 3.0 r0
  _Woody_ -
  Official i386 Binary-1 (20020718)] stable/main Packages
  
(/var/lib/apt/lists/Debian%20GNU_Linux%203.0%20r0%20%5fWoody%5f%20-%20Official%20i386%20Binary-1%20(20020718)_dists_stable_main_binary-i386_Packages)
 - stat (2 No such file or directory)
  -
  I get this about all the cd's that I have for debian, and it tells me to
  run apt-get update to fix the problem (that is where I get the problem)
 
 You'll need to fix up your sources.list to either 
 a) not include references to the CD's, since you're no longer running
 stable, or
 b) `apt-cdrom add` each one back to your sources.list.  It sounds like
 something went wrong with them.
 
  I just recently upgraded to unstable with apt (replacing all the
  instances of stable with unstable and gnome went to version 2.2, and
  worked great.  Now for some reason when I log in I do not get the gnome
  panel anymore.  It just gives me a blank scree, I do not use the desktop
  feature so I don't know if that works, instead I just get stuck having
  to kill my instance of gnome and use something like fluxbox or kde.  Any
  ideas?  Im out of them.
 
 The GNOME1 - GNOME2 transition has been rather rocky, but it's finally
 starting to calm down a bit.  I'm not sure what you mean by the 'desktop
 feature' - gdm or some other display manager?  Write back and let us
 know a few more things so e can help better:
 
 How are you logging in?  If it's via gdm or some other display manager,
 try picking a gnome session, rather than default.  If it's through
 startx, you'll need to specify something in .xsession
 
 Do you have the various parts of GNOME2 installed?  Try apt-get install
 gnome - it's a meta-package that should install all the necessary bits
 for a gnome session to function.
 
 HTH,


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




upgraded kernel to 2.4.20 and modules don't load

2003-01-23 Thread karrottop
I have just upgraded my kernel to version 2.4.20 and now it does not
load my modules in /etc/modules at startup. any ideas?

Thanks,
Jason Self


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




Re: upgraded kernel to 2.4.20 and modules don't load

2003-01-23 Thread karrottop
Unfortunately I checked and I am actually using modutils 2.4.21 (it
installed when I did the dist-upgrade to unstable.  Any other Ideas?  On
the bright side I forced my way into gnome by killing the gdm task,
modprobing nvidia and then running gdm...what a pain, on the bright side
my palm pilot works now!

On Thu, 2003-01-23 at 04:22, Jaume Guasch wrote:
 karrottop [EMAIL PROTECTED] writes:
 
  I have just upgraded my kernel to version 2.4.20 and now it does not
  load my modules in /etc/modules at startup. any ideas?
 
 Update modutils to 2.4.19 (in testing). 
 
 In general, for any kernel version, you need a modutils with the newest 
 possible modutils (but it can be modutils version = kernel version).
 
 Example:
 
 modutils 2.4.15 (Debian stable) Need it for kernel = 2.4.15, but won't
 work for kernel = 2.4.19
 modutils 2.4.19 (Debian testing) Need for kernel = 2.4.19, but won't
 work for kernel = 2.4.21
 modutils 2.4.21 (Debian unstable) Need for kernel = 2.4.21 (when it is
 released) 
 
 Hope this helps,
 
 Jaume
 
 -- 
 


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