Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
NanoEngineer chroot environment now available
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bryan Bishop  
View profile  
 More options Apr 30 2012, 3:08 am
From: Bryan Bishop <kanz...@gmail.com>
Date: Mon, 30 Apr 2012 02:08:26 -0500
Local: Mon, Apr 30 2012 3:08 am
Subject: NanoEngineer chroot environment now available
I've put together a chroot environment of Ubuntu 7.04 that is
currently running off of the master branch. This is useful for those
of us on GNU/Linux who wish to develop against NE and move it on to
new libraries.

This chroot dump is 1.2 GB, so consider yourself warned:
http://diyhpl.us/~bryan/irc/nanoengineer/nanoengineer-chroot.tar.gz

Here's my notes on building the chroot environment:
https://github.com/kanzure/nanoengineer/commit/2a0222063af9b7c2462249...
http://diyhpl.us/~bryan/irc/nanoengineer/nanoengineer-chroot-debootstrap

On a related note, I have mirrored the repository on github, and added
a central README. I think this file could be improved a lot, I just
wanted something resembling a start to an overview of this project.
But there's obviously a lot missing (like acknowledgements, examples,
usage, etc.).

http://github.com/kanzure/nanoengineer#readme

I am also open to ideas about recovering the wiki from the spam storm.
Mark, maybe you have some ideas about that? Are there any long-term
plans for keeping the wiki hosted and operational?

- Bryan
http://heybryan.org/
1 512 203 0507


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bryan Bishop  
View profile  
 More options Apr 30 2012, 3:13 am
From: Bryan Bishop <kanz...@gmail.com>
Date: Mon, 30 Apr 2012 02:13:00 -0500
Subject: Re: NanoEngineer chroot environment now available

On Mon, Apr 30, 2012 at 2:08 AM, Bryan Bishop wrote:
> This chroot dump is 1.2 GB, so consider yourself warned:
> http://diyhpl.us/~bryan/irc/nanoengineer/nanoengineer-chroot.tar.gz

Oops, I forgot to include usage instructions. Something like this:

wget http://diyhpl.us/~bryan/irc/nanoengineer/nanoengineer-chroot.tar.gz
tar -cvzf nanoengineer-chroot.tar.gz
sudo chroot /path/to/nanoengineer-chroot

Then login as nanoengineeruser (password is "password"):

su nanoengineeruser

Then launch NanoEngineer:

python ~/code/nanoengineer/cad/src/main.py

- Bryan
http://heybryan.org/
1 512 203 0507


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bryan Bishop  
View profile  
 More options Apr 30 2012, 12:36 pm
From: Bryan Bishop <kanz...@gmail.com>
Date: Mon, 30 Apr 2012 11:36:28 -0500
Local: Mon, Apr 30 2012 12:36 pm
Subject: Re: NanoEngineer chroot environment now available

On Mon, Apr 30, 2012 at 2:13 AM, Bryan Bishop <kanz...@gmail.com> wrote:
> Oops, I forgot to include usage instructions. Something like this:

> wget http://diyhpl.us/~bryan/irc/nanoengineer/nanoengineer-chroot.tar.gz
> tar -cvzf nanoengineer-chroot.tar.gz
> sudo chroot /path/to/nanoengineer-chroot

Also, I forgot some necessary steps that will assist with making X:

cd /path/to/nanoengineer-chroot
sudo mount -t proc none proc
sudo mount -o bind /tmp tmp

You can test that X is working in your chroot session like (after
su-ing to nanoengineeruser):
echo $DISPLAY
xeyes
glxgears
glxinfo

Again to run it:
python ~/code/nanoengineeruser/cad/src/main.py

Here's an image of it running in a local chroot:
http://heybryan.org/shots/2012-04-30-1131-nanoengineer-chroot.png

Remote chroot with X11 forwarding was surprisingly usable, too.

- Bryan
http://heybryan.org/
1 512 203 0507


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vasilii Artyukhov  
View profile  
 More options May 2 2012, 11:57 am
From: Vasilii Artyukhov <darth.va...@gmail.com>
Date: Wed, 2 May 2012 10:57:04 -0500
Local: Wed, May 2 2012 11:57 am
Subject: Re: NanoEngineer chroot environment now available

Bryan,

First of all, thanks for the great job! Finally someone got it to work on
linux!

There are a couple of inaccuracies though: 1) the archive is actually tar,
not tar.gz, and 2) python ~/code/nanoengineer/cad/src/main.py (you had
"nanoengineeruser")

Other than that, it seems to work fine, albeit maybe a little slower than I
remember it run under Win7 back before SP1 came out and broke everything...

Cheers,
Vasya


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bruce Allen  
View profile  
 More options May 9 2012, 3:52 pm
From: Bruce Allen <claude...@gmail.com>
Date: Wed, 9 May 2012 13:52:25 -0600
Local: Wed, May 9 2012 3:52 pm
Subject: Re: NanoEngineer chroot environment now available

Fantastic! I want to run it on Linux as well. Another effort that is needed
is to make NanoEngineer-1 independent of the add in packages
that are deprecated. I will be working on an interface to LAMMPS this
summer along with some other projects in MD.

On Wed, May 2, 2012 at 9:57 AM, Vasilii Artyukhov <darth.va...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bryan Bishop  
View profile  
 More options May 9 2012, 3:55 pm
From: Bryan Bishop <kanz...@gmail.com>
Date: Wed, 9 May 2012 14:55:38 -0500
Local: Wed, May 9 2012 3:55 pm
Subject: Re: NanoEngineer chroot environment now available

On Wed, May 9, 2012 at 2:52 PM, Bruce Allen <claude...@gmail.com> wrote:
> Fantastic! I want to run it on Linux as well. Another effort that is needed
> is to make NanoEngineer-1 independent of the add in packages
> that are deprecated. I will be working on an interface to LAMMPS this summer
> along with some other projects in MD.

My current plan is to slowly upgrade the chroot from ubuntu 7.04 to
whatever the next version was. Then, based on whatever errors show up,
I will be adding in new unit tests and fixing the deprecations. I
think there are a few unit tests (from what I've seen), but not
extensive coverage. It would be really great to just dist-upgrade
ubuntu, run tests, check everything out, upgrade again, but this task
will probably be more involved.

- Bryan
http://heybryan.org/
1 512 203 0507


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »