Hi guys,
If you are looking for a small and fast linux distro you should consider: 
www.slitaz.org

For info, slitaz is NOT based on any debian or whatever linux distro. It is 
written from scratch and this is why it is so fast and efficient. However, no 
msggcc package is available yet but slitaz is supplied with a "converter" of 
debian to slitaz package. I have written a short howto (in french) about how to 
get and convert the debian's package to slitaz ones: 
http://doc.slitaz.org/fr:guides:msp430

Happy slitaz. ;-)
Stephane
________________________________________
De : mspgcc-users-requ...@lists.sourceforge.net 
[mspgcc-users-requ...@lists.sourceforge.net]
Date d'envoi : lundi 20 août 2012 10:15
À : mspgcc-users@lists.sourceforge.net
Objet : Mspgcc-users Digest, Vol 75, Issue 7

Send Mspgcc-users mailing list submissions to
        mspgcc-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/mspgcc-users
or, via email, send a message with subject or body 'help' to
        mspgcc-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
        mspgcc-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Mspgcc-users digest..."


Today's Topics:

   1. Re: USB-based msp distro (Yamandu Ploskonka)
   2. Re: USB-based msp distro (William Swanson)
   3. Re: USB-based msp distro (Eric Decker)
   4. Re: USB-based msp distro (Harri Haataja)
   5. Re: MSP-FET430UIF uif: read error: Connection timed       out
      (kudiarasu)


----------------------------------------------------------------------

Message: 1
Date: Mon, 20 Aug 2012 01:57:10 -0500
From: Yamandu Ploskonka <yamap...@gmail.com>
Subject: Re: [Mspgcc-users] USB-based msp distro
Cc: mspgcc-users@lists.sourceforge.net
Message-ID: <5031dfc6.8020...@gmail.com>
Content-Type: text/plain; charset="iso-8859-1"


On 08/20/2012 01:47 AM, Eric Decker wrote:
>
>
> On Sun, Aug 19, 2012 at 11:08 PM, Yamandu Ploskonka
> <yamap...@gmail.com <mailto:yamap...@gmail.com>> wrote:
>
>     Question: any ideas on a simple OS that would fit in a USB and
>     have the
>     basic MSP toolchain?
>
>
> A bit beyond the scope of this list.
certainly, *except* the whole point is to focus on having the msp
toolchain, etcetera tolle.

appreciate your suggestion as to Mint, but that one is a total overkill
- needs too many resources for the simple-r task of command line msp work.

Thanks anyway. Hoping someone here actually has gone this way before!

to be more precise: what I am looking for, particularly, is something
*light* in term of computer resources. The PCs we have are 256 Meg RAM,
etc.  All we need is some distro on USB where the msp tools run


Thank you!



------------------------------

Message: 2
Date: Mon, 20 Aug 2012 00:38:30 -0700
From: William Swanson <swanson...@gmail.com>
Subject: Re: [Mspgcc-users] USB-based msp distro
To: mspgcc-users@lists.sourceforge.net
Message-ID:
        <CABjHNoRGWswuCO3RWaNe=zq4_q0092xoynaf5ft655mhrj+...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On Sun, Aug 19, 2012 at 11:08 PM, Yamandu Ploskonka <yamap...@gmail.com> wrote:
> Question: any ideas on a simple OS that would fit in a USB and have the
> basic MSP toolchain?

Arch Linux should be able to do this. You basically download the Arch
installation media and install as normal, but select the USB drive as
your target [1] instead of the hard drive. What you get is a
super-minimal distro with a raw command prompt, not even graphics. You
could install xorg if you really wanted, but that might be overkill
for your application. Something like tmux would be a more light-weight
way to get multiple terminals on-screen at once.

There are a set of scripts in the AUR to download and build the whole
MSP430 toolchain [2]. I've been using the ones by stuffcorpse, and
they work great.

The only problem is that this option takes a lot of work. Arch is
considered an advanced distro, although it does come with excellent
documentation. The project would be a tremendous learning experience,
assuming you make it through to the end.

-William

[1] https://wiki.archlinux.org/index.php/Installing_Arch_Linux_on_a_USB_key
[2] https://aur.archlinux.org/packages.php?O=0&K=msp430&do_Search=Go



------------------------------

Message: 3
Date: Mon, 20 Aug 2012 00:39:18 -0700
From: Eric Decker <cire...@gmail.com>
Subject: Re: [Mspgcc-users] USB-based msp distro
To: Yamandu Ploskonka <yamap...@gmail.com>
Cc: mspgcc-users@lists.sourceforge.net
Message-ID:
        <CAMdX_2DR_SjMC8czokBPR7nZTZn0bcR1AnacrpVY=wXq=ee...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

On Sun, Aug 19, 2012 at 11:57 PM, Yamandu Ploskonka <yamap...@gmail.com>wrote:

>
> On 08/20/2012 01:47 AM, Eric Decker wrote:
>
>>
>>
>> On Sun, Aug 19, 2012 at 11:08 PM, Yamandu Ploskonka 
>> <yamap...@gmail.com<mailto:
>> yamap...@gmail.com>> wrote:
>>
>>     Question: any ideas on a simple OS that would fit in a USB and
>>     have the
>>     basic MSP toolchain?
>>
>>
>> A bit beyond the scope of this list.
>>
> certainly, *except* the whole point is to focus on having the msp
> toolchain, etcetera tolle.
>
> appreciate your suggestion as to Mint, but that one is a total overkill -
> needs too many resources for the simple-r task of command line msp work.
>

Fair enough.   But the problem comes in when you start thinking about how
much other stuff needs to be running to actually build a workable
development environment.   Do you need X, what kind of editor, etc.   Are
you going to force them to use "ed"?

Take a look at ArchLinux.   Seems to be slated towards a minimal system and
then you add in what other things you might need.   So you could write up a
how to that gives step by step instructions to get to a certain point.

The other path you might take is check out the server editions of the
various distributions.


>
> Thanks anyway. Hoping someone here actually has gone this way before!
>
> to be more precise: what I am looking for, particularly, is something
> *light* in term of computer resources. The PCs we have are 256 Meg RAM,
> etc.  All we need is some distro on USB where the msp tools run
>
>
> Thank you!
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
>


--
Eric B. Decker
Senior (over 50 :-) Researcher

------------------------------

Message: 4
Date: Mon, 20 Aug 2012 11:04:15 +0300
From: Harri Haataja <realbla...@gmail.com>
Subject: Re: [Mspgcc-users] USB-based msp distro
Cc: mspgcc-users@lists.sourceforge.net
Message-ID:
        <CAD8V-zDyqv5SFbZ9B1MvT6kmXv=kDtegRAA1quQJeUfh=7y...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

On 20 August 2012 09:08, Yamandu Ploskonka <yamap...@gmail.com> wrote:
> Question: any ideas on a simple OS that would fit in a USB and have the
> basic MSP toolchain?
...
> They have access to standard PCs, and it would be neat they
> could run their own system on a USB, so each has his own files, etc.
>
> Any suggestions?
> My level is noob-ish. I guess I could design my own distro off Puppy or
> something, but I really do not know how. If y'all could point me to
> something out there that I'd simply download and copy to a USB fob...

There must be easy ways to generate live images from any real Linux
distribution these days. Or pick an existing one and rebuild it to
contain an extra package.  I haven't tried, though. CD images can also
usually be turned into USB images.

Quickly looking around, http://live.debian.net should work, for example.

http://live.debian.net/manual/html/live-manual/toc.en.html

There's tutorial examples in the manual for creating custom images. If
someone bothered to hack together a live image to boot from USB or in
a virtual machine, it could be published as a demo or portable
environment. It might even be feasible to have a few configurations,
e.g. one with a clean simple wm, editor and toolchain and another with
full desktop env, web browser and every piece of software that someone
will suggest to be added.

And Debian has nice 430 toolchain packages available, I believe ;)

Since there seem to be a million useless Knoppix forks, that might be
another thing to look at.


Now, actually flashing any particular microcontroller off such a thing
might be tricky since it requires the hardware drivers to work on any
given machine as well. I think that with a modern modular Linux and
mspdebug, at least some options (like Launchpad) would be quite
doable.

You could also throw in a full load of datasheets, examples and
appnotes to pad the image to a suitable size, but there might be
licensing issues with distributing them like that. Alternatively, it
should be easy to download and place them in a given (home) dir on the
device after the image has been written.

--
I appear to be temporarily using gmail's horrible interface. I
apologise for any failure in my part in trying to make it do the right
thing with post formatting.



------------------------------

Message: 5
Date: Mon, 20 Aug 2012 13:45:12 +0530
From: kudiarasu <kudiyara...@gmail.com>
Subject: Re: [Mspgcc-users] MSP-FET430UIF uif: read error: Connection
        timed   out
To: Eric Decker <cire...@gmail.com>
Cc: "mspgcc-users@lists.sourceforge.net"
        <mspgcc-users@lists.sourceforge.net>,   DanielBeer
        <dan...@tortek.co.nz>,  Ravikumar Srinivasan <ra...@apexcomtel.com>
Message-ID:
        <caaor8rtnnvnfw-phxqskfbbnmxac5l7mj2147j+-zx2wrvq...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi Eric,

I updated  the packages as per the above link and i tried to start the
mspdebug and msp430-gdb  it throws  segmentation fault.
Terminal log
*
TERMINAL 1:*

sunuser@sunuser-OEM:~$ *mspdebug -jd /dev/ttyUSB0 uif gdb*
MSPDebug version 0.20 - debugging tool for MSP430 MCUs
Copyright (C) 2009-2012 Daniel Beer <dlb...@gmail.com>
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Trying to open UIF on /dev/ttyUSB0...
Initializing FET...
FET protocol version is 20409001
Configured for JTAG (2)
Set Vcc: 3000 mV
fet: FET returned error code 4 (Could not find device (or device not
supported))
fet: command C_IDENT1 failed
fet: identify failed
Trying again...
Initializing FET...
FET protocol version is 20409001
Configured for JTAG (2)
Sending reset...
Set Vcc: 3000 mV
Device ID: 0xf47f
  Code start address: 0x2100
  Code size         : 122624 byte = 119 kb
  RAM  start address: 0x1100
  RAM  end   address: 0x20ff
  RAM  size         : 4096 byte = 4 kb
Device: MSP430F47197
Code memory starts at 0x2100
Number of breakpoints: 8
Chip ID data: f4 7f 07
Bound to port 2000. Now waiting for connection...
Client connected from 127.0.0.1:59962
Clearing all breakpoints...
Connection closed

*TERMINAL 2*:

root@sunuser-OEM:/etc/apt/sources.list.d# *msp430-gdb*
GNU gdb (Linaro GDB) 7.3
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "--host=i686-linux-gnu --target=msp430".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>.
(gdb) set remoteaddresssize 64
(gdb) set remotetimeout 999999
(gdb) target remote localhost:2000
Remote debugging using localhost:2000
Segmentation fault




On Mon, Aug 20, 2012 at 11:54 AM, Eric Decker <cire...@gmail.com> wrote:

>
>
> On Sun, Aug 19, 2012 at 10:37 PM, kudiarasu <kudiyara...@gmail.com> wrote:
>
>> Hi Eric,
>>
>> Successful installation of mspdebug, I am facing problem in   msp430-gdb
>> installation
>> please find my logs here
>>
>
> I don't use those packages.   I see you are trying to install on oneiric
> which is msp430-gdb 7.2 but also includes
> msp430-gcc 4.5.3.
>
> Those are pretty old at this point.
>
> I'd recommend installing 4.6.3.    So I'd recommend installing from the
> following:
>
>  http://tinyprod.net/repos/debian/README-46.html
>
> The msp430-46 packages install into /opt/msp430-46/bin etc.   You will
> have to change your PATH.
>
>
>
>>
>> root@sunuser-OEM:/usr/share/gdb/python/gdb# *sudo apt-get install
>> gdb-msp430*
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> The following NEW packages will be installed:
>>   gdb-msp430
>> 0 upgraded, 1 newly installed, 0 to remove and 420 not upgraded.
>> Need to get 3,315 kB of archives.
>> After this operation, 7,397 kB of additional disk space will be used.
>> Get:1 http://in.archive.ubuntu.com/ubuntu/ oneiric/universe gdb-msp430
>> i386 7.2~mspgcc-7.2-20110612-1ubuntu1 [3,315 kB]
>> Fetched 3,315 kB in 19s (168
>> kB/s)
>>
>> (Reading database ... 137258 files and directories currently installed.)
>> Unpacking gdb-msp430 (from
>> .../gdb-msp430_7.2~mspgcc-7.2-20110612-1ubuntu1_i386.deb) ...
>> dpkg: error processing
>> /var/cache/apt/archives/gdb-msp430_7.2~mspgcc-7.2-20110612-1ubuntu1_i386.deb
>> (--unpack):
>>  trying to overwrite '/usr/share/gdb/python/gdb/__init__.py', which is
>> also in package gdb 7.3-0ubuntu2
>>
>
> There are ways to force this but I would recommend just moving on to 4.6.3
> and the associated gdb.   They will install into /opt/msp430-46
> so won't collide with the standard gdb 7.3 files.
>
>
> Processing triggers for man-db ...
>> Errors were encountered while processing:
>>
>>  /var/cache/apt/archives/gdb-msp430_7.2~mspgcc-7.2-20110612-1ubuntu1_i386.deb
>> E: Sub-process /usr/bin/dpkg returned an error code (1)
>>
>>
>> On Sat, Aug 18, 2012 at 6:01 PM, kudiarasu <kudiyara...@gmail.com> wrote:
>>
>>> Thanks Eric,
>>>  I got mspdebug prompt .
>>>
>>> On Sat, Aug 18, 2012 at 5:38 PM, Eric Decker <cire...@gmail.com> wrote:
>>>
>>>>
>>>> try
>>>>
>>>> mspdebug uif -jd /dev/ttyUSB0
>>>>
>>>>
>>>> From cPhone
>>>>
>>>>
>>>> On Aug 18, 2012, at 4:52 AM, kudiarasu <kudiyara...@gmail.com> wrote:
>>>>
>>>> Hi Eric
>>>>
>>>> i downgraded sucessfully  with the help of ccsv5 installed windows PC  
>>>> Programs
>>>> -> Texas Instruments -> 
>>>> MSP-FET430UIF<http://www.ti.com/tool/MSP-FET430UIF>Debug Interface ->
>>>> MSP-FET430UIF <http://www.ti.com/tool/MSP-FET430UIF> v3 to v2
>>>> downgrade
>>>> Shall i use "*uif*" instead of *tilib* in mspdebug, because mine is
>>>> MSP-FET430UIF
>>>>
>>>> i trying to use tilib , it show error while make , right now
>>>> downloading dependency files(boost 1.44.0) to make.
>>>>
>>>> Please find my log below
>>>>
>>>> sunuser@sunuser-OEM:~/Downloads/msp_pakages/MSP430.DLLv3_OS_Package$*lsusb
>>>> *
>>>> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>>>> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>>> Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>>> Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>>> Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>>> Bus 002 Device 002: ID 046d:c05a Logitech, Inc. Optical Mouse M90
>>>> Bus 002 Device 003: ID 04b3:3025 IBM Corp.
>>>> Bus 003 Device 004: ID 0451:f430 Texas Instruments, Inc. MSP-FET430UIF
>>>> JTAG Tool
>>>>
>>>> sunuser@sunuser-OEM:~/Downloads/msp_pakages/MSP430.DLLv3_OS_Package$ *dmesg
>>>> |tail*
>>>> [ 8639.679108] usb 3-1: device firmware changed
>>>> [ 8639.679146] usb 3-1: USB disconnect, device number 3
>>>> [ 8639.679151] ti_usb_3410_5052: probe of 3-1:1.0 failed with error -5
>>>> [ 8639.679373] usbcore: registered new interface driver
>>>> ti_usb_3410_5052
>>>> [ 8639.679377] ti_usb_3410_5052: v0.10:TI USB 3410/5052 Serial Driver
>>>> [ 8639.792057] usb 3-1: new full speed USB device number 4 using
>>>> uhci_hcd
>>>> [ 8640.022194] ti_usb_3410_5052 3-1:1.0: TI USB 3410 1 port adapter
>>>> converter detected
>>>> [ 8640.022209] ti_usb_3410_5052: probe of 3-1:1.0 failed with error -5
>>>> [ 8640.026191] ti_usb_3410_5052 3-1:2.0: TI USB 3410 1 port adapter
>>>> converter detected
>>>> *[ 8640.026299] usb 3-1: TI USB 3410 1 port adapter converter now
>>>> attached to ttyUSB0*
>>>>
>>>>
>>>>
>>>> sunuser@sunuser-OEM:~/Downloads/msp_pakages/MSP430.DLLv3_OS_Package$ 
>>>> *mspdebug
>>>> uif -d /dev/ttyUSB0 *
>>>> MSPDebug version 0.20 - debugging tool for MSP430 MCUs
>>>> Copyright (C) 2009-2012 Daniel Beer <dlb...@gmail.com>
>>>> This is free software; see the source for copying conditions.  There is
>>>> NO
>>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>>>> PURPOSE.
>>>>
>>>> Trying to open UIF on /dev/ttyUSB0...
>>>> Initializing FET...
>>>> FET protocol version is 20409001
>>>> Configured for Spy-Bi-Wire
>>>> Set Vcc: 3000 mV
>>>> fet: FET returned error code 4 (Could not find device (or device not
>>>> supported))
>>>> fet: command C_IDENT1 failed
>>>> fet: identify failed
>>>> Trying again...
>>>> Initializing FET...
>>>> FET protocol version is 20409001
>>>> Configured for Spy-Bi-Wire
>>>> Sending reset...
>>>> uif: read error: Connection timed out
>>>> warning: fet: reset failed
>>>> fet: FET returned error code 4 (Could not find device (or device not
>>>> supported))
>>>> warning: fet: set VCC failed
>>>> fet: reply type mismatch
>>>> fet: command C_IDENT1 failed
>>>> fet: identify failed
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Sat, Aug 18, 2012 at 4:16 PM, Eric Decker <cire...@gmail.com> wrote:
>>>>
>>>>>
>>>>> don't know.   I bought mine years ago.
>>>>>
>>>>> I strongly suspect that you can only buy v3 fets these days.
>>>>>
>>>>> you can try asking TI for an older copy of the f/w.   I'd send you
>>>>> what I have but don't want to run afoul of the copyright gods.
>>>>>
>>>>> see what Daniel has to say?
>>>>>
>>>>> In the meantime, see if you can get tilib to work.
>>>>>
>>>>>
>>>>> On Sat, Aug 18, 2012 at 3:43 AM, kudiarasu <kudiyara...@gmail.com>wrote:
>>>>>
>>>>>> Hi eric,
>>>>>>
>>>>>> ya i don't have V2  FET f/w , where i can get this?
>>>>>>
>>>>>> On Sat, Aug 18, 2012 at 1:15 AM, Eric Decker <cire...@gmail.com>wrote:
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Fri, Aug 17, 2012 at 10:25 AM, kudiarasu 
>>>>>>> <kudiyara...@gmail.com>wrote:
>>>>>>>
>>>>>>>> Hi all ,
>>>>>>>> i am using MSP-FET430UIF for debugging my development board,i
>>>>>>>> successfully
>>>>>>>> installed mspgcc in linux 11.10,finally  trying  to run gdb through
>>>>>>>> mspdebug command  but it failed in initialization  . i enclosed the
>>>>>>>> log
>>>>>>>> files below.
>>>>>>>> Any body  come across like this, please help me to resolve this
>>>>>>>> issue.
>>>>>>>>
>>>>>>>> root@sunuser-OEM:/dev# lsusb
>>>>>>>> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>>>>>>>> Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>>>>>>> Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>>>>>>> Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>>>>>>> Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
>>>>>>>> Bus 002 Device 002: ID 046d:c05a Logitech, Inc. Optical Mouse M90
>>>>>>>> Bus 002 Device 003: ID 04b3:3025 IBM Corp.
>>>>>>>> Bus 003 Device 009: ID 2047:0010 Texas Instruments
>>>>>>>>
>>>>>>>
>>>>>>> This looks like you are running a FET with V3 firmware which
>>>>>>> requires running
>>>>>>> using the TI MSP430 library via the tilib driver.  See
>>>>>>> http://mspdebug.sourceforge.net/tilib.html
>>>>>>>
>>>>>>> That link also includes downgrading instructions but you will need
>>>>>>> to have a copy of the V2
>>>>>>> FET f/w which you probably don't have.
>>>>>>>
>>>>>>> root@sunuser-OEM:/dev# mspdebug uif -j -d /dev/ttyACM0
>>>>>>>> MSPDebug version 0.16 - debugging tool for MSP430 MCUs
>>>>>>>>
>>>>>>>
>>>>>>> You should also upgrade your version of mspdebug.   Current code is
>>>>>>> 0.20.
>>>>>>>
>>>>>>>
>>>>>>>>  Copyright (C) 2009-2011 Daniel Beer <dlb...@gmail.com>
>>>>>>>> This is free software; see the source for copying conditions.
>>>>>>>>  There is NO
>>>>>>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>>>>>>>> PURPOSE.
>>>>>>>>
>>>>>>>> Trying to open UIF on /dev/ttyACM0...
>>>>>>>> Initializing FET...
>>>>>>>> uif: read error: Connection timed out
>>>>>>>> fet: open failed
>>>>>>>> Trying again...
>>>>>>>> Initializing FET...
>>>>>>>> uif: read error: Connection timed out
>>>>>>>> fet: open failed
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> * Thanks & regards
>>>>>>>>  Kudiarasu.m
>>>>>>>> +91-9941172165*
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Live Security Virtual Conference
>>>>>>>> Exclusive live event will cover all the ways today's security and
>>>>>>>> threat landscape has changed and how IT managers can respond.
>>>>>>>> Discussions
>>>>>>>> will include endpoint security, mobile security and the latest in
>>>>>>>> malware
>>>>>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>>>>>> _______________________________________________
>>>>>>>> Mspgcc-users mailing list
>>>>>>>> Mspgcc-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Eric B. Decker
>>>>>>> Senior (over 50 :-) Researcher
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> * Thanks & regards
>>>>>>  Kudiarasu.m
>>>>>> +91-9941172165*
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Eric B. Decker
>>>>> Senior (over 50 :-) Researcher
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> * Thanks & regards
>>>>  Kudiarasu.m
>>>> +91-9941172165*
>>>>
>>>>
>>>
>>>
>>> --
>>> * Thanks & regards
>>>  Kudiarasu.m
>>> +91-9941172165*
>>>
>>
>>
>>
>> --
>> * Thanks & regards
>>  Kudiarasu.m
>> +91-9941172165*
>>
>
>
>
> --
> Eric B. Decker
> Senior (over 50 :-) Researcher
>
>
>


--
* Thanks & regards
 Kudiarasu.m
+91-9941172165*

------------------------------

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

------------------------------

_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users


End of Mspgcc-users Digest, Vol 75, Issue 7
*******************************************

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to