Dear Friends<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I WILL WRITE IN CAPITALS NOT BECAUSE I AM SHOUTING, BUT JUST TO DIFFERENTIATE FROM THE PREVIOUS MESSAGE I WROTE AND A COUPLE OF PEOPLE TRIED TO HELP ME. EITHER I AM DOING SOMETHING QUITE WRONG OR THE SOFTWARE DOES NOT RUN IN LINUX.</blockquote>

<div><br>1. INDEED I HAVE DOWNLOADED THE FILE, FROM SEVERAL SITES, INCLUDING TWO VERSIONS, NEITHER OF THEN WORKED.<br><br>2. I HAVE IT EXTRACTED TO THE DESKTOP AND KEPT THE THE SAME NAME TO THE DIRECTORY.<br><br>3. THE PROBLEM ARISES WHEN I TYPE<br>

<br>
        chmod -R u+x /home/[user]/Desktop/JMicroVision-v127-linux (I KNOW THAT I SHOULD INSERT THE NAME OF THE COMPUTER IN USER, FOR INSTANCE)<br><br>THERE'S A MESSAGE SAYING THE DIRECTORY DOES NOT EXIST.<br></div><div>
<br>IF I USE cd TO WORK WITHIN THE DIRECTORY OR EVEN IF I TYPE THE CHANGE MODE (chmod) NOTHING WORKS.<br><br><br>THERE ARE, HOWEVER, SOMETHING VERY ODD. EVEN IN THE PAGE WHERE I HAVE DOWNLOADED THE SOFTWARE A tar.gz FORMAT IS ALWAYS MENTIONED. THERE IS IN THE DIRECTORY NO SUC tar.gz THE ONLY SIMILAR FILE IS JMicroVision.jar. I HAVE ALSO TRIED THROUGH JAVA TO SEE IF I COULD UNPACK IT, BUT NO SUCESS.<br>
<br>I THINK IT WOULD BE INTERESTING TO ASK IF SOMEONE HAS ALREADY MANAGED TO RUN JMicroVision IN UBUNTU, BUT THIS IS, INDEED, ASK FOR TOO MUCH.<br><br>I MUST ADMIT IN THE PROCESS THAT I HAVE GAINED SOME KNOWLEDGE, I NOW KNOW HOW TO UNPACK tar FILES, I KNOW THE chmod, I ALSO KNOW THAT SOME FILES ARE PACKED THROUGH JAVA, REDUNCING MY LEVEL OF IGNORANCE (A COMMON FEATURE TO EVERYONE, AS IT HAS BEEN SAID).<br>
<br>CHEERS<br><br>Eduardo<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> I am trying to install JMicroVision in Ubuntu.<br>
><br>
> I have downloaded the file from the JMicroVision page and extracted to<br>
> a directory. I do not know how to get the # and then type chmod.<br>
><br>
> But I have managed to go to the directory. I have tried using<br>
> instruction related to tar, jar, but no success.<br>
><br>
> If someone could me give a teachable hint I really would appreciate.<br>
><br>
<br>
The only dumb question is the one never asked.  I am assuming you are<br>
completely new to ubuntu/linux and are using Ubuntu 9.04 and have all<br>
your updates.  I am pasting their instructions so that I can explain<br>
them to you.<br>
<br>
<JMV instruction><br>
<br>
Linux Instructions:<br>
<br>
1. Right-click on the link and select "Save Target As..."<br>
        --> I am assuming you got this far and know where it is (if you have<br>
not changed your firefox preferences then it is on your Desktop and this<br>
is where I am assuming it is.)<br>
<br>
2. After downloading, extract the archive<br>
        --> Double click the JMicrovision icon on your Desktop.  This will open<br>
the Archive Manager.  Click extract and choose the default location<br>
(should be on your desktop.)  Again, I assume you made it this far since<br>
your OP was for the next step. ;)<br>
<br>
3. Then, set the execute permissions to the directory: type chmod -R u+x<br>
JMicroVision-v127-linux in a Terminal screen<br>
<br>
        --> Open a terminal:<br>
                Applications->Accesories->Terminal<br>
        Then run their command (note: use the absolute path to the directory,<br>
just to make sure you are in the right place.)[drum rolls fingers<br>
waiting for virtual machine.:/]<br>
        chmod -R u+x /home/[user]/Desktop/JMicroVision-v127-linux<br>
<br>
        This should set the permissions for the directory.<br>
<br>
Uninstall: Delete the directory of JMicroVision 1.2.7.<br>
        rm -rf /home/[user]/Desktop/JMicroVision-v127-linux<br>
<br>
Launch JMicroVision: In the directory of JMicroVision 1.2.7,<br>
double-click JMVision or type ./JMVision in a Terminal screen. If the<br>
launcher does not start, type ldd JMVision to show the dependencies with<br>
the shared libraries and add to your system the missing packages.<br>
<br>
        My 9.04 test system (vbox) is missing two dependencies:<br>
                sudo apt-get install libpng3<br>
        and<br>
                libexpat.so.0 => not found<br>
        does not appear to exist through normal channels (I am looking for so<br>
if anyone knows...)<br>
<br>
It is also possible to launch JMicroVision by using the Java command<br>
(see Generic or Other Platforms Instructions).<br>
<br>
Start the Configuration Wizard: In the directory of JMicroVision 1.2.7,<br>
type ./JMVision -config in a Terminal screen.<br>
<br>
        --> Just run their command from terminal from within the directory:<br>
<br>
        first<br>
                cd /home/[user]/Desktop/JMicroVision-v127-linux<br>
        then<br>
                ./JMVision -config<br>
</JMV instruction><br>
<br>
until I can get the test copy up this is as far as I can go.  Good luck.<br>
<br>
--<br>
Fred R.<br>
<a href="http://www.fwrgallery.com" target="_blank">www.fwrgallery.com</a><br>
<br>
"Life is like Linux - simple; if you are fighting it, you are doing<br>
something wrong."<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 10 Aug 2009 10:50:57 -0400<br>
From: Fred Roller <<a href="mailto:froller@tnclimited.com" target="_blank">froller@tnclimited.com</a>><br>
Subject: Re: JMicrovision<br>
To: "Ubuntu user technical support,     not for general discussions"<br>
        <<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a>><br>
Message-ID: <1249915857.4139.72.camel@metis><br>
Content-Type: text/plain<br>
<br>
Minor correction on post...<br>
<br>
On Mon, 2009-08-10 at 10:41 -0400, Fred Roller wrote:<br>
> My 9.04 test system (vbox) is missing two dependencies:<br>
>                 sudo apt-get install libpng3<br>
                        This command fix one...<br>
>         and<br>
>                 libexpat.so.0 => not found<br>
                        libexpat1 (libexpat.so.1) does exist and perhaps the developer needs<br>
to change their reference.<br>
>         does not appear to exist through normal channels (I am looking<br>
> for so<br>
> if anyone knows...)<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 11 Aug 2009 01:09:32 +1000<br>
From: GaryT <<a href="mailto:taig@melbpc.org.au" target="_blank">taig@melbpc.org.au</a>><br>
Subject: Re: Setting Thunderbird message Length<br>
To: "Ubuntu user technical support,     not for general discussions"<br>
        <<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a>><br>
Message-ID: <<a href="mailto:4A80382C.4050300@melbpc.org.au" target="_blank">4A80382C.4050300@melbpc.org.au</a>><br>
Content-Type: text/plain; charset=us-ascii; format=flowed<br>
<br>
Karl F. Larsen wrote:<br>
> GaryT wrote:<br>
><br>
>> Does anyone know of a way to establish (or set) a maximum message length<br>
>> for Thunderbird?<br>
>> Suddenly I've experienced an inability to attach files, and I'm unable<br>
>> to send medium length text messages.<br>
>> ie. anything larger than about 100 words.<br>
>><br>
>> Might be a setting in Thunderbird?<br>
>> Any ideas.<br>
>><br>
><br>
>       Look in Edit - Account-settings and Preferences for ways to fix your<br>
> problem.<br>
><br>
> Karl<br>
><br>
>> No, cannot send from WebMail either.<br>
>> GT<br>
>><br>
<br>
Thanks Karl,<br>
Been there long ago<br>
GT<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Mon, 10 Aug 2009 11:24:02 -0400<br>
From: Fred Roller <<a href="mailto:froller@tnclimited.com" target="_blank">froller@tnclimited.com</a>><br>
Subject: Re: Setting Thunderbird message Length<br>
To: <a href="mailto:taig@melbpc.org.au" target="_blank">taig@melbpc.org.au</a>, "Ubuntu user technical support, not for<br>
        general discussions" <<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a>><br>
Message-ID: <1249917842.4139.103.camel@metis><br>
Content-Type: text/plain<br>
<br>
On Tue, 2009-08-11 at 01:09 +1000, GaryT wrote:<br>
> Karl F. Larsen wrote:<br>
> > GaryT wrote:<br>
> ><br>
> >> Does anyone know of a way to establish (or set) a maximum message length<br>
> >> for Thunderbird?<br>
> >> Suddenly I've experienced an inability to attach files, and I'm unable<br>
> >> to send medium length text messages.<br>
> >> ie. anything larger than about 100 words.<br>
> >><br>
> >> Might be a setting in Thunderbird?<br>
> >> Any ideas.<br>
> >><br>
> ><br>
> >     Look in Edit - Account-settings and Preferences for ways to fix your<br>
> > problem.<br>
> ><br>
> > Karl<br>
> ><br>
> >> No, cannot send from WebMail either.<br>
> >> GT<br>
> >><br>
><br>
> Thanks Karl,<br>
> Been there long ago<br>
> GT<br>
><br>
<br>
Do you have an alternate smtp server you can try.  Just to eliminate<br>
that option and put the problem in your system?<br>
<br>
--<br>
Fred R.<br>
<a href="http://www.fwrgallery.com" target="_blank">www.fwrgallery.com</a><br>
<br>
"Life is like Linux - simple; if you are fighting it, you are doing<br>
something wrong."<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Mon, 10 Aug 2009 11:41:00 -0400<br>
From: Ray Leventhal <<a href="mailto:ubuntu@swhi.net" target="_blank">ubuntu@swhi.net</a>><br>
Subject: Re: Setting Thunderbird message Length<br>
To: "Ubuntu user technical support,     not for general discussions"<br>
        <<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a>><br>
Message-ID: <<a href="mailto:4A803F8C.9020105@swhi.net" target="_blank">4A803F8C.9020105@swhi.net</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Fred Roller wrote:<br>
<br>
>><br>
><br>
> Do you have an alternate smtp server you can try.  Just to eliminate<br>
> that option and put the problem in your system?<br>
><br>
Those were my thoughts exactly, Fred.  It could be, depending upon the<br>
OP's host and his usage, that he's out of allocated space on his host.<br>
<br>
Yet another .02<br>
HTH,<br>
-Ray<br>
<br>
--<br>
=====================================================================<br>
A: Because it messes up the order in which people normally read text.<br>
Q: Why is top-posting such a bad thing?<br>
A: Top-posting.<br>
Q: What is the most annoying thing in e-mail?<br>
=====================================================================<br>
()  ascii ribbon campaign - against html e-mail<br>
/\  <a href="http://www.asciiribbon.org" target="_blank">www.asciiribbon.org</a>   - against proprietary attachments<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Mon, 10 Aug 2009 09:25:04 -0700<br>
From: NoOp <<a href="mailto:glgxg@sbcglobal.net" target="_blank">glgxg@sbcglobal.net</a>><br>
Subject: Re: Access to Linux (ext3) & Windows (FAT32) partitions (from<br>
        Ubuntu  9.04)<br>
To: <a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Message-ID: <h5phl1$fs5$<a href="mailto:1@ger.gmane.org" target="_blank">1@ger.gmane.org</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
On 08/10/2009 05:37 AM, Fred Roller wrote:<br>
> On Mon, 2009-08-10 at 17:20 +0530, Jay Mistry wrote:<br>
>> jaymist@LinuxUbuntu:~$ fdisk -l<br>
><br>
> Your command is wrong, try to sudo:<br>
><br>
> sudo fdisk -l<br>
><br>
> just running fdisk as user will return nil results.<br>
<br>
WFM:<br>
$ fdisk -l<br>
<br>
Disk /dev/sda: 40.0 GB, 40020664320 bytes<br>
255 heads, 63 sectors/track, 4865 cylinders<br>
Units = cylinders of 16065 * 512 = 8225280 bytes<br>
Disk identifier: 0x8e808e80<br>
<br>
   Device Boot      Start         End      Blocks   Id  System<br>
/dev/sda1   *           1        4678    37576003+  83  Linux<br>
/dev/sda2            4679        4865     1502077+   5  Extended<br>
/dev/sda5            4679        4865     1502046   82  Linux swap / Solaris<br>
<br>
Disk /dev/sdb: 40.0 GB, 40020664320 bytes<br>
255 heads, 63 sectors/track, 4865 cylinders<br>
Units = cylinders of 16065 * 512 = 8225280 bytes<br>
Disk identifier: 0x8d638d63<br>
<br>
   Device Boot      Start         End      Blocks   Id  System<br>
/dev/sdb1   *           1        4604    36981598+   7  HPFS/NTFS<br>
/dev/sdb2            4605        4865     2096482+   7  HPFS/NTFS<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Mon, 10 Aug 2009 09:34:10 -0700<br>
From: NoOp <<a href="mailto:glgxg@sbcglobal.net" target="_blank">glgxg@sbcglobal.net</a>><br>
Subject: Re: Access to Linux (ext3) & Windows (FAT32) partitions (from<br>
        Ubuntu  9.04)<br>
To: <a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Message-ID: <h5pi62$kkq$<a href="mailto:1@ger.gmane.org" target="_blank">1@ger.gmane.org</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
On 08/09/2009 09:24 PM, Jay Mistry wrote:<br>
> On a new install of Ubuntu 9.04 on a home desktop PC, how can one<br>
> enable access to Windows XP (FAT32) and Fedora 10 (ext3) partitions<br>
> from within Ubuntu (using GNOME 2.26 desktop) ?<br>
><br>
> The Linux installs (Fedora 10 and Ubuntu 9.04, both i386) are on a<br>
> separate HD than Windows, and I boot into them from the NT bootloader.<br>
><br>
> I was able to access (mount) the NTFS partitions of Windows XP after<br>
> installing ntfs-3g and ntfs-config.<br>
><br>
> Thanks,<br>
><br>
> Jay Mistry<br>
><br>
<br>
You'll want to bookmark this:<br>
<a href="https://help.ubuntu.com/" target="_blank">https://help.ubuntu.com/</a><br>
<br>
For mounting your drives & partitions on boot, search for 'fstab'.<br>
All searches are done with a google engine, so search criteria is the<br>
same as regular google.<br>
<br>
The links that will be most helpful/useful, in this case, are:<br>
<a href="https://help.ubuntu.com/community/Fstab" target="_blank">https://help.ubuntu.com/community/Fstab</a><br>
<a href="https://help.ubuntu.com/community/UsingUUID" target="_blank">https://help.ubuntu.com/community/UsingUUID</a><br>
<a href="https://help.ubuntu.com/community/MountDevicesTroubleshooting" target="_blank">https://help.ubuntu.com/community/MountDevicesTroubleshooting</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 10<br>
Date: Mon, 10 Aug 2009 13:09:31 -0400<br>
From: Fred Roller <<a href="mailto:froller@tnclimited.com" target="_blank">froller@tnclimited.com</a>><br>
Subject: Re: Access to Linux (ext3) & Windows (FAT32) partitions (from<br>
        Ubuntu 9.04)<br>
To: "Ubuntu user technical support,     not for general discussions"<br>
        <<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a>><br>
Message-ID: <1249924171.4139.106.camel@metis><br>
Content-Type: text/plain<br>
<br>
On Mon, 2009-08-10 at 09:25 -0700, NoOp wrote:<br>
> On 08/10/2009 05:37 AM, Fred Roller wrote:<br>
> > On Mon, 2009-08-10 at 17:20 +0530, Jay Mistry wrote:<br>
> >> jaymist@LinuxUbuntu:~$ fdisk -l<br>
> ><br>
> > Your command is wrong, try to sudo:<br>
> ><br>
> > sudo fdisk -l<br>
> ><br>
> > just running fdisk as user will return nil results.<br>
><br>
> WFM:<br>
> $ fdisk -l<br>
><br>
> Disk /dev/sda: 40.0 GB, 40020664320 bytes<br>
> 255 heads, 63 sectors/track, 4865 cylinders<br>
> Units = cylinders of 16065 * 512 = 8225280 bytes<br>
> Disk identifier: 0x8e808e80<br>
><br>
>    Device Boot      Start         End      Blocks   Id  System<br>
> /dev/sda1   *           1        4678    37576003+  83  Linux<br>
> /dev/sda2            4679        4865     1502077+   5  Extended<br>
> /dev/sda5            4679        4865     1502046   82  Linux swap / Solaris<br>
><br>
> Disk /dev/sdb: 40.0 GB, 40020664320 bytes<br>
> 255 heads, 63 sectors/track, 4865 cylinders<br>
> Units = cylinders of 16065 * 512 = 8225280 bytes<br>
> Disk identifier: 0x8d638d63<br>
><br>
>    Device Boot      Start         End      Blocks   Id  System<br>
> /dev/sdb1   *           1        4604    36981598+   7  HPFS/NTFS<br>
> /dev/sdb2            4605        4865     2096482+   7  HPFS/NTFS<br>
><br>
><br>
><br>
froller@metis:~$ fdisk -l<br>
froller@metis:~$<br>
froller@metis:~$ sudo fdisk -l<br>
[sudo] password for froller:<br>
<br>
Disk /dev/sda: 500.1 GB, 500107862016 bytes<br>
255 heads, 63 sectors/track, 60801 cylinders<br>
Units = cylinders of 16065 * 512 = 8225280 bytes<br>
Disk identifier: 0x00093cb4<br>
<br>
   Device Boot      Start         End      Blocks   Id  System<br>
/dev/sda1   *           1        2432    19535008+  83  Linux<br>
/dev/sda2            2433        3040     4883760   83  Linux<br>
/dev/sda3            3041        4013     7815622+  82  Linux swap /<br>
Solaris<br>
/dev/sda4            4014       60801   456149610   83  Linux<br>
<br>
Disk /dev/sdb: 500.1 GB, 500107862016 bytes<br>
255 heads, 63 sectors/track, 60801 cylinders<br>
Units = cylinders of 16065 * 512 = 8225280 bytes<br>
Disk identifier: 0x0006365c<br>
<br>
   Device Boot      Start         End      Blocks   Id  System<br>
/dev/sdb1               1       60801   488384001   83  Linux<br>
froller@metis:~$<br>
<br>
***************************<br>
<br>
Interesting anomaly...<br>
<br>
froller@metis:~$ uname -a<br>
Linux metis 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 01:19:55 UTC<br>
2009 x86_64 GNU/Linux<br>
<br>
--<br>
Fred R.<br>
<a href="http://www.fwrgallery.com" target="_blank">www.fwrgallery.com</a><br>
<br>
"Life is like Linux - simple; if you are fighting it, you are doing<br>
something wrong."<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<font color="#888888"><br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
<br>
<br>
End of ubuntu-users Digest, Vol 60, Issue 84<br>
********************************************<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>____________________________________________________________________<br>MARENBA - Programa de Monitoramento, Avaliação e Reabilitação de Ecossistemas <br>Naturais e Artificiais do Estado da Bahia<br>

<a href="http://www.marenba.ufba.br" target="_blank">http://www.marenba.ufba.br</a><br>Tel.: (71) 3283-6525<br>Fax: (71) 3245-3126<br>e-mail: <a href="mailto:marenba@gmail.com" target="_blank">marenba@gmail.com</a><br>