Editing User:Deekaysharma/logs

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 193: Line 193:
 
Mid term Evaluation
 
Mid term Evaluation
  
==4-5 July==
+
==4-5 June==
 
* Trying to install meteor in freeBSD in virtual environment.
 
* Trying to install meteor in freeBSD in virtual environment.
 
* I found something strange in meteor  
 
* I found something strange in meteor  
Line 202: Line 202:
 
Checking solution for this.
 
Checking solution for this.
  
==6-7-8 July==
+
==6-7-8 June==
 
Nothing much, due to some dental problem going on. Just trying to list out my next milestones.
 
Nothing much, due to some dental problem going on. Just trying to list out my next milestones.
  
==9 July==
+
==9 June==
 
* Moving towards my next target (main one) which is to make OGV production ready.
 
* Moving towards my next target (main one) which is to make OGV production ready.
 
* Downloaded freeBSD 10.1 in order to maintain consistency with BRL-CAD server freeBSD.  
 
* Downloaded freeBSD 10.1 in order to maintain consistency with BRL-CAD server freeBSD.  
Line 214: Line 214:
 
Will solve them asap.
 
Will solve them asap.
  
==10-11 July==
+
==10-11 June==
 
Meteor installation progress on freeBSD summary:
 
Meteor installation progress on freeBSD summary:
  
Line 234: Line 234:
  
 
This failed too. Now I'm trying to create build and then compile and then install particular libraries and packages whatever etc needed. I hope this will work it not sure but confident.
 
This failed too. Now I'm trying to create build and then compile and then install particular libraries and packages whatever etc needed. I hope this will work it not sure but confident.
 
== 12 July==
 
Final call for surgery. Stayed at home.
 
 
==13-14 July==
 
 
* Solving merge conflicts in front-end branch.
 
* Following '''[http://grigio.org/meteorjs_freebsd_11_current/ this]''' post for installing meteor on freeBSD from bundle. Facing libm.so.6 error while installing meteor bundle on freeBSD. Problem still exists even after installing compact6x from ports. Looking for the solution for this.<br />
 
 
[[File:Meteor_freeBSD_libm.so.6_error.png|300px]]
 
 
==15 July==
 
Discuss errors / problems that I'm facing with sean on IRC. Solving them.
 
 
==16-17 July==
 
* Error regarding libm.so.6 has been solve.
 
* Playing with bundle part of meteor on .bz server.
 
* Tested bundle after installing lastest fibers but getting '''[https://paste.kde.org/pu5jky1ee/ this]''' error. I searched and found this could be the soultion i.e downgrade node to 0.10.31 even something same is written on meteor offical docs. http://stackoverflow.com/questions/13327088/meteor-bundle-fails-because-fibers-node-is-missing. So going to test it out.
 
 
==18 July==
 
* Nothing much, at home.
 
 
==19-20 July==
 
* Build freebsd one more time from scratch. As I was facing hell lot of errors while installing meteor bundle on freebsd so I decided to go through from scratch one more time. After installing freebsd next step is to install nodejs but on official blog of meteor it is written that current meteor bundle is tested on version 0.10.36 of nodejs so after a long-long search on google finally I'm able to install nodejs v-0.10.36.
 
 
==21-22 July==
 
Meteor bundle / Meteor tested on mongo version 2.4.x, 2.6.x version is not supported
 
    Latest MongoDB supported by Meteor is MongoDB 2.4.x, the 2.6.x isn't supported yet by Meteor and Freebsd
 
 
Looking for the right way to install mongodb 2.4.x on freebsd.
 
 
==23 July==
 
Facing problem while installing mongodb 2.4.x. Tried to install it from binaries even by changing ports configuration but no luck. Discuss this problem on IRC. Going to install mongodb-2.6.x and check if it working or not with node version-0.10.36.
 
 
==24-25 July==
 
After failing all test / tries on freeBSD an alternative is chosen i.e Ubuntu Server 14.04 LTS virtual image. After installing and testing ubuntu server in virtual box and end result was that, it passed all test. I'm able to run OGV from host to guest. Next thing I'm working on is to make this image more secure so that there will be no security hacks.
 
 
==26 July==
 
Tested OGV links on Ubuntu Server in VM and removed minor bugs.
 
 
==27 July==
 
I discussed my problem with sean. He told me to upload the things on the server and show the work. Size of .vdi file being to large around 3-4 GB created a doubt in sean mind and he told me to debug the thing. Doing so I experience some new commands which I have never heard before. After getting the results of debugging I decided to do the things once again and side by side to note the size of all the packages that would be required to be installed.
 
 
==28 July==
 
Installing ubuntu server one more time from scratch.
 
 
==29 July==
 
Installation complete. I'll send the report about my progress to sean by email.
 
 
==30-31 July==
 
After getting reviews on email from sean my next step is to solve the problem of the files that reside in .meteor/local/db/ folder. Looking into it.
 
 
==1 August==
 
Problem regarding db folder solved now the size of OGV folder is 25MB, earlier which was 505MB. Next step is to run .vdi on the server.
 
 
==2-3 August==
 
For the purpose of testing I tried running .vdi file on the virtual machine ( Virtual machine within virtual machine :D ) and the result was that my system is dead :(. Currently I'm waiting it to recover fast.
 
 
==4-5 August==
 
Finally I got my laptop back. I tried one more time installing virtual machine within virtual machine (this time with proper settings). I set up an environment similar like .bz server and installed virtual box with --headless settings. But I faced some problem, problem is like that, that the virtual box has only 32bit of OS support not having 64bit support. Looking 64bit problem's solutions.
 
 
==6 August==
 
Looking for the 64 bit problem as it is not compatible both with freeBSD and Ubuntu Server virtual box. When I tried to create a new disk in virtual-box only 32 bit options are shown.
 
 
==7-8 August==
 
I planned to download 32-bit Ubuntu Server 14.04 LTS iso. After installing it, installed all the required requisites to run OGV and it worked from guest to host. Now going to test previous concept, VM in VM.
 
 
==9-10 August==
 
In order to run from command line I installed following packages : phpvirtualmanchine, apache2, php5 etc. so as to run virtual machine from virtual, and upload .vdi file from the browser instead of running so many command on terminal. Whenever I do so it executes upto GRUB and after that blank screen appears. Working on it.
 
 
==11-12 August==
 
Tried to upload .vdi file, completed upto 700-800 MB but after that it stops there. When I tried to do again neither scp nor ssh worked. Discussed regarding this with Erik he told me to wait for a day. Waiting... and looking for the solutions.
 
 
==13 August==
 
Meanwhile I get the solution for the above problem, I planned to solve the merge conflicts and side by side worked on the front-end.
 
 
==14 August==
 
Problem still exists, posted mail regarding that on devel-mailing list. Meanwhile, working on front-end part.
 
 
==15 August==
 
Solved problem regarding merge conflicts. PR's has been send. Now working on UI part of back-end work and refactoring and debugging code.
 
 
==16 August==
 
Approximately 70-80% of work regarding UI problem, responsiveness, duplicate tabs / code, refactoring code etc. has been solved and PR's sent. One PR accepted waiting for the rest to get merged asap.
 
 
==17 August==
 
Everything regarding front-end part almost done just left with minor things which first need to discuss with Shubham so that I can take action on it and move further.
 
 
==18-19 August==
 
I'm back to the server problem. I found vagrant tool and tried to make .vdi up through that. Vagrant got installed in couple of seconds and now I'm testing the things. Going to test on the server.
 
 
==20 August==
 
I got the ssh/scp problem resolved by Erik with his permission I got vagrant installed to. Playing with it, error encountered. Asked for the error on the IRC waiting for the reply.
 
 
==21 August==
 
Shared the problem with sean, he provided with the solution that to use command line to up .iso file. It has been successfully done but now after running this --headless command I just want some sort of connection between the remote and local machine to see it's GUI and all the process. Working on it.
 

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)