个人工具

“UbuntuHelp:FoldingAtHome/origami”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/FoldingAtHome/origami}}
 
{{From|https://help.ubuntu.com/community/FoldingAtHome/origami}}
 
{{Languages|UbuntuHelp:FoldingAtHome/origami}}
 
{{Languages|UbuntuHelp:FoldingAtHome/origami}}
I wrote origami to make Folding @ Home feel more native on Linux systems. I also very regularly work in lab environments where I have a number of machines at my disposal for testing. For this reason I created the deployment features for hands-off Folding @ Home deployment to multiple machines.
+
{{http://origami.zelut.org/lib/exe/fetch.php/origami_logo.png}}
I am very actively developing this application at this point and welcome any comments and suggestions.
+
== Quick Start ==
-Christer Edwards
+
For those of you who are running Ubuntu 8.10 or newer, and who want to get origami downloaded and installed as quickly and painlessly as possible, this section is for you.
 +
To start off, you'll need to download origami to your computer. Just open a terminal, and run:
 +
<pre><nowiki>
 +
sudo apt-get install origami
 +
</nowiki></pre>
 +
Then to setup origami with your username and Team number:
 +
<pre><nowiki>
 +
sudo origami install -t TEAMNUMBER -u USERNAME
 +
</nowiki></pre>
 +
That's it! You're good to go!
 +
If you do not have a TEAMNUMBER or USERNAME that you'd like to use, simply run without those options and origami will process your work units as an Anonymous contributor. (This setting can be changed later, if you like.)
 +
Note that [[UbuntuWiki:FoldingAtHomeTeamUbuntu|TeamUbuntu]], team 45104, is active and open.
 +
'''PLEASE NOTE:''' This will be all that you need to do to start folding ASAP. However, it is still highly recommended that you review the installation options and other details below.
 
== Download ==
 
== Download ==
To download the latest version of origami (as of this writing, 0.6.8.1) visit:
+
Origami is available from many sources, to make it easier for you to pick the right option for your specific needs. If you are not familiar with these options, or don't know which to choose, please install origami from the Ubuntu repository.
* [http://zelut.org/projects/origami/ origami download page].
+
The bzr branch will always be considered the latest development.  If you want to help test features and submit bugs, bzr branch lp:origami is what you want.  If you prefer the stable version, use the repository package as described in the quick start or in the Repository section, or use the PPA.
You'll need to unpack the origami archive after you've downloaded from the above link.  To do that run:
+
=== Ubuntu Repository ===
 +
Origami is available in the Ubuntu 8.10 and later repositories.  Simply open a terminal, and run:
 +
<pre><nowiki>
 +
sudo apt-get install origami
 +
</nowiki></pre>
 +
=== Web Site (tar.bz2/tar.gz) ===
 +
To download the latest version of origami (as of this writing, 0.7.1.6) visit:
 +
* [http://zelut.org/projects/origami/ Origami Download Page]
 +
You can also use the 'wget' command to download the package:
 +
<pre><nowiki>
 +
wget http://zelut.org/projects/origami/origami-latest.tar.gz
 +
</nowiki></pre>
 +
Now you'll need to unpack the origami archive after you've downloaded from the above link.  To do that run:
 +
<pre><nowiki>
 +
tar xf origami-latest.tar.gz
 +
</nowiki></pre>
 +
Then you'll need to copy origami to the /usr/bin/ directory:
 
<pre><nowiki>
 
<pre><nowiki>
tar -xf origami-*
+
sudo cp origami-latest/origami /usr/bin
cd origami-*
+
 
</nowiki></pre>
 
</nowiki></pre>
 +
=== Launchpad (bzr) ===
 
You can also checkout the latest builds via bzr on Launchpad:
 
You can also checkout the latest builds via bzr on Launchpad:
 
<pre><nowiki>
 
<pre><nowiki>
 
bzr branch lp:origami
 
bzr branch lp:origami
 
</nowiki></pre>
 
</nowiki></pre>
Origami is also available in Ubuntu Personal Package Archive (.deb form):
+
Then you'll need to copy origami to the /usr/bin/ directory:
 +
<pre><nowiki>
 +
sudo cp origami/origami /usr/bin
 +
</nowiki></pre>
 +
=== Ubuntu PPA (.deb) ===
 +
Origami is also available in Ubuntu Personal Package Archive (.deb). The .deb packages are available for all currently supported versions of Ubuntu (Dapper, Hardy, Intrepid, Jaunty, and Karmic). For Jaunty and Karmic, the PPA contains the latest version of origami (0.7.1.6), while the others contain version 0.6.9
 +
To use the Origami PPA, just add the proper entry below to your /etc/apt/sources.list file:
 +
'''Karmic:'''
 +
<pre><nowiki>
 +
deb http://ppa.launchpad.net/christer.edwards/ubuntu karmic main
 +
</nowiki></pre>
 +
'''Jaunty:'''
 +
<pre><nowiki>
 +
deb http://ppa.launchpad.net/christer.edwards/ubuntu jaunty main
 +
</nowiki></pre>
 +
'''Intrepid:'''
 +
<pre><nowiki>
 +
deb http://ppa.launchpad.net/christer.edwards/ubuntu intrepid main
 +
</nowiki></pre>
 +
'''Hardy:'''
 
<pre><nowiki>
 
<pre><nowiki>
 
deb http://ppa.launchpad.net/christer.edwards/ubuntu hardy main
 
deb http://ppa.launchpad.net/christer.edwards/ubuntu hardy main
 
</nowiki></pre>
 
</nowiki></pre>
The .deb packages are available for all currently supported versions of Ubuntu (dapper, feisty, gutsy, hardy, intrepid).  The .deb package now also supports acpi events such as turning off F@H when on battery power and starting it when on AC power.
+
'''Dapper:'''
== Installation Options ==
+
Below is a list of options that can be used with origami.  If any (or all) of these are omitted at install time the installer will not ask you for them.  It will default to an Anonymous contributor, Team 0, i386 with no active cron scheduling.
+
* -t|--team TEAMNUMBER allows you to set the team number.
+
* -u|--user FOLDINGUSER allows you to set the folding username.
+
* -p|--proc accepts "i386" or "smp" (or "amd64" on version 0.6.7.1 and higher).  Only select "smp" (or "amd64") if you have a 64bit machine & OS installed.
+
* -c|--cron accepts "1" or "0" to toggle the creation of a cron job to turn off folding at 8:00am and on again at 5:00pm.
+
* -P|--port defines a port to be used with a proxy
+
* -H|--host defines a host to be used with a proxy
+
=== Installation ===
+
Install to the local machine, optionally setting the TEAMNUMBER, FOLDINGUSER, processor and cron setting:
+
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami install [-t TEAMNUMBER -u FOLDINGUSER -p i386|smp(|amd64) -c 1|0]
+
deb http://ppa.launchpad.net/christer.edwards/ubuntu dapper main
 +
</nowiki></pre>
 +
== Installation ==
 +
This section contains all information that is pertinent to installing and setting up your Folding client(s). If you are looking to setup origami with certain options, or in a certain way, this is the section to reference.
 +
=== Installation Options ===
 +
Below is a list of options that can be used when setting up origami.
 +
'''PLEASE NOTE:''' All of these flags are optional. If any (or all) of these are omitted at install time the installer will not ask you for them.  It will default to the user "Anonymous", Team 0, i386 with no active cron scheduling, no proxy, no passkey and 'normal' packets.
 +
* -t |--team TEAMNUMBER allows you to set the team number - '''45104 for Team Ubuntu!'''
 +
* -u |--user FOLDINGUSER allows you to set the folding username (example: bobsmith)
 +
* -p |--proc accepts "i386" or "smp" (or "amd64" on version 0.6.7.1 and higher).  Only select "smp" (or "amd64") if you have a 64bit machine & OS installed.  If you have multiple cores but running 32bit Origami '''will''' leverage each core.
 +
* -c |--cron toggles the creation of a cron job to turn off folding at 8:00am and on again at 5:00pm (Options: 0, 1)
 +
* -P |--port defines a port to be used with a proxy
 +
* -H |--host defines a host to be used with a proxy
 +
* -k |--key defines PASSKEY
 +
* -b |--big defines BIGPACKETS (Options: small, normal, big)
 +
* -C |-- Core Priority - toggles core priority between idle and low (Options: idle, low)
 +
=== Local Machine ===
 +
To install to the local machine, optionally setting the TEAMNUMBER, FOLDINGUSER, processor, cron setting, proxy, passkey and packet size.:
 +
<pre><nowiki>
 +
sudo origami install -t TEAMNUMBER -u FOLDINGUSER -p (i386, smp, or amd64) -c (0, or 1) -P PORT -H HOST -k PASSKEY -b (small, normal, or big) -C (idle, or low)
 +
</nowiki></pre>
 +
'''EXAMPLE:''' So, if you would like to fold for Team Ubuntu, with the user name of bobsmith, and use 'big' packets, the installation command would look like this:
 +
<pre><nowiki>
 +
sudo origami install -t 45104 -u bobsmith -b big
 
</nowiki></pre>
 
</nowiki></pre>
 
=== Network Deployment ===
 
=== Network Deployment ===
Install to any machine listed in the ~/.origamirc file, optionally setting the TEAMNUMBER, FOLDINGUSER, processor and cron setting:
+
Install to any machine listed in the ~/.origamirc file, optionally setting the TEAMNUMBER, FOLDINGUSER, processor, cron setting, proxy, passkey and packet size:
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami deploy [-t TEAMNUMBER -u FOLDINGUSER -p i386|smp(|amd64) -c 1|0]
+
sudo origami deploy -t TEAMNUMBER -u FOLDINGUSER -p i386|smp(|amd64) -c 1|0] -P PORT -H HOST -k PASSKEY -b (small, normal, big)
 
</nowiki></pre>
 
</nowiki></pre>
=== Updating User and Team ===
+
== Origami Commands ==
Update the TEAMNUMBER and/or FOLDINGUSER on the local machine. Default is 'Anonymous' and '0'.
+
This section contains information on all the commands available for origami. After installation, if you need to modify origami in any way, please read through this section.
 +
=== Stopping & Starting Origami ===
 +
To stop origami from running use:
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami name [-t TEAMNUMBER -u FOLDINGUSER]
+
sudo origami stop
 
</nowiki></pre>
 
</nowiki></pre>
Update the FOLDINGUSER and TEAMNUMBER data on any machine listed in ~/.origami.
+
Likewise, to start origami again, run:
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami network-name [-t TEAMNUMBER -u FOLDINGUSER]
+
sudo origami start
 
</nowiki></pre>
 
</nowiki></pre>
=== Removal ===
+
'''PLEASE NOTE:''' If you use the "origami stop" command and reboot, origami will still start up again on boot-up.
Uninstall Folding @ Home from the local machine: '''USE WITH CAUTION'''
+
=== Changing User and Team ===
 +
Update the TEAMNUMBER and/or FOLDINGUSER on the local machine. Default is 'Anonymous' and '0'.
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami erase
+
sudo origami name -t TEAMNUMBER -u FOLDINGUSER
 
</nowiki></pre>
 
</nowiki></pre>
Uninstall Folding @ Home on any machine listed in ~/.origamirc. '''USE WITH CAUTION'''
+
Update the FOLDINGUSER and TEAMNUMBER data on any machine listed in ~/.origami.
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami armageddon
+
sudo origami network-name -t TEAMNUMBER -u FOLDINGUSER
 
</nowiki></pre>
 
</nowiki></pre>
=== Monitor Progress ===
+
=== Display Current Progress ===
 
Monitor the local status and progress of Folding @ Home work units:
 
Monitor the local status and progress of Folding @ Home work units:
 
<pre><nowiki>
 
<pre><nowiki>
./origami monitor
+
origami status
./origami status (on version 0.6.7.1 and higher)
+
</nowiki></pre>
 +
For versions of origami older than 0.6.7.1:
 +
<pre><nowiki>
 +
origami monitor
 
</nowiki></pre>
 
</nowiki></pre>
 
Monitor the status and progress of Folding @ Home on any machine listed in ~/.origamirc.
 
Monitor the status and progress of Folding @ Home on any machine listed in ~/.origamirc.
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami network-monitor
+
sudo origami network-monitor
 +
</nowiki></pre>
 +
=== Display Total Stats ===
 +
Origami will display your total stats progress with a simple command. Origami pulls these stats from Kakao``Stats.com
 +
<pre><nowiki>
 +
origami stats
 
</nowiki></pre>
 
</nowiki></pre>
 
=== Backup Current Data ===
 
=== Backup Current Data ===
 
Backup your local Folding @ Home progress.  Data saved to ~/.origami.
 
Backup your local Folding @ Home progress.  Data saved to ~/.origami.
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami archive
+
sudo origami archive
 
</nowiki></pre>
 
</nowiki></pre>
 
Backup Folding @ Home progress from any machine listed in ~/.origamirc.  Data saved by hostname-date in ~/.origami.
 
Backup Folding @ Home progress from any machine listed in ~/.origamirc.  Data saved by hostname-date in ~/.origami.
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami network-archive
+
sudo origami network-archive
 
</nowiki></pre>
 
</nowiki></pre>
 
=== Restore Backup ===
 
=== Restore Backup ===
 
Restore your backed up Folding @ Home data to the local machine.
 
Restore your backed up Folding @ Home data to the local machine.
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami restore
+
sudo origami restore
 
</nowiki></pre>
 
</nowiki></pre>
Restore your backed up Folding @ Home data to any machine listed in ~/.origamirc.
+
Restore your backed up Folding @ Home data to any machine listed in ~/.origamirc
 
<pre><nowiki>
 
<pre><nowiki>
sudo ./origami network-restore
+
sudo origami network-restore
 
</nowiki></pre>
 
</nowiki></pre>
If you have any questions, comments, concerns, bugs, etc please report them on launchpad [https://bugs.launchpad.net/origami Origami on Launchpad].  I am also very actively pursuing packaging this for Ubuntu & DebianMy goal is to have this implemented in time for Ubuntu 8.10 "Intrepid Ibex".
+
=== Removal ===
 +
Uninstall Folding @ Home from the local machine:  '''USE WITH CAUTION'''
 +
<pre><nowiki>
 +
sudo origami erase
 +
</nowiki></pre>
 +
Uninstall Folding @ Home on any machine listed in ~/.origamirc.  '''USE WITH CAUTION'''
 +
<pre><nowiki>
 +
sudo origami armageddon
 +
</nowiki></pre>
 +
== FAQ ==
 +
This section is an ongoing work in progress. It will be updated when we come across questions that we feel would benefit the community. If you have a question that isn't listed here, feel free to join us on IRC at #ubuntu-folding on Freenode, or see the section below on how to give us your questions/feedback.
 +
'''1) Is it possible to limit the CPU amount used by origami?'''
 +
A) Within origami - no. However, you should be able to limit the amount of CPU usage with [[UbuntuHelp:FoldingAtHome#Folding_on_a_Notebook|cpulimit]].
 +
'''2) I am running Jaunty 9.04, and origami does not auto-start during bootup. What is the issue here?'''
 +
A) This is not a bug with origami. Many other programs that are supposed to auto-start fail to do so on Jaunty. There is an issue with usplash not allowing programs to auto-start correctly. This issue has been tested in 9.10, and it appears that this will not be an issue with the newer xsplash. For the time being, please either disable your usplash, or after Ubuntu boots up, run:
 +
<pre><nowiki>
 +
sudo origami start
 +
</nowiki></pre>
 +
== Feedback & Reporting Bugs ==
 +
If you have any questions, comments, concerns, bugs, etc. please report them on launchpad [https://bugs.launchpad.net/origami Origami on Launchpad].
 +
== About the Creator ==
 +
I wrote origami to make Folding @ Home feel more native on Linux systems.  I also very regularly work in lab environments where I have a number of machines at my disposal for testingFor this reason I created the deployment features for hands-off Folding @ Home deployment to multiple machines.
 +
I am very actively developing this application at this point and welcome any comments and suggestions.
 +
-Christer Edwards
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 22:24的最新版本

模板:Http://origami.zelut.org/lib/exe/fetch.php/origami logo.png

Quick Start

For those of you who are running Ubuntu 8.10 or newer, and who want to get origami downloaded and installed as quickly and painlessly as possible, this section is for you. To start off, you'll need to download origami to your computer. Just open a terminal, and run:

sudo apt-get install origami

Then to setup origami with your username and Team number:

sudo origami install -t TEAMNUMBER -u USERNAME

That's it! You're good to go! If you do not have a TEAMNUMBER or USERNAME that you'd like to use, simply run without those options and origami will process your work units as an Anonymous contributor. (This setting can be changed later, if you like.) Note that TeamUbuntu, team 45104, is active and open. PLEASE NOTE: This will be all that you need to do to start folding ASAP. However, it is still highly recommended that you review the installation options and other details below.

Download

Origami is available from many sources, to make it easier for you to pick the right option for your specific needs. If you are not familiar with these options, or don't know which to choose, please install origami from the Ubuntu repository. The bzr branch will always be considered the latest development. If you want to help test features and submit bugs, bzr branch lp:origami is what you want. If you prefer the stable version, use the repository package as described in the quick start or in the Repository section, or use the PPA.

Ubuntu Repository

Origami is available in the Ubuntu 8.10 and later repositories. Simply open a terminal, and run:

sudo apt-get install origami

Web Site (tar.bz2/tar.gz)

To download the latest version of origami (as of this writing, 0.7.1.6) visit:

You can also use the 'wget' command to download the package:

wget http://zelut.org/projects/origami/origami-latest.tar.gz

Now you'll need to unpack the origami archive after you've downloaded from the above link. To do that run:

tar xf origami-latest.tar.gz

Then you'll need to copy origami to the /usr/bin/ directory:

sudo cp origami-latest/origami /usr/bin

Launchpad (bzr)

You can also checkout the latest builds via bzr on Launchpad:

bzr branch lp:origami

Then you'll need to copy origami to the /usr/bin/ directory:

sudo cp origami/origami /usr/bin

Ubuntu PPA (.deb)

Origami is also available in Ubuntu Personal Package Archive (.deb). The .deb packages are available for all currently supported versions of Ubuntu (Dapper, Hardy, Intrepid, Jaunty, and Karmic). For Jaunty and Karmic, the PPA contains the latest version of origami (0.7.1.6), while the others contain version 0.6.9 To use the Origami PPA, just add the proper entry below to your /etc/apt/sources.list file: Karmic:

deb http://ppa.launchpad.net/christer.edwards/ubuntu karmic main

Jaunty:

deb http://ppa.launchpad.net/christer.edwards/ubuntu jaunty main

Intrepid:

deb http://ppa.launchpad.net/christer.edwards/ubuntu intrepid main

Hardy:

deb http://ppa.launchpad.net/christer.edwards/ubuntu hardy main

Dapper:

deb http://ppa.launchpad.net/christer.edwards/ubuntu dapper main

Installation

This section contains all information that is pertinent to installing and setting up your Folding client(s). If you are looking to setup origami with certain options, or in a certain way, this is the section to reference.

Installation Options

Below is a list of options that can be used when setting up origami. PLEASE NOTE: All of these flags are optional. If any (or all) of these are omitted at install time the installer will not ask you for them. It will default to the user "Anonymous", Team 0, i386 with no active cron scheduling, no proxy, no passkey and 'normal' packets.

  • -t |--team TEAMNUMBER allows you to set the team number - 45104 for Team Ubuntu!
  • -u |--user FOLDINGUSER allows you to set the folding username (example: bobsmith)
  • -p |--proc accepts "i386" or "smp" (or "amd64" on version 0.6.7.1 and higher). Only select "smp" (or "amd64") if you have a 64bit machine & OS installed. If you have multiple cores but running 32bit Origami will leverage each core.
  • -c |--cron toggles the creation of a cron job to turn off folding at 8:00am and on again at 5:00pm (Options: 0, 1)
  • -P |--port defines a port to be used with a proxy
  • -H |--host defines a host to be used with a proxy
  • -k |--key defines PASSKEY
  • -b |--big defines BIGPACKETS (Options: small, normal, big)
  • -C |-- Core Priority - toggles core priority between idle and low (Options: idle, low)

Local Machine

To install to the local machine, optionally setting the TEAMNUMBER, FOLDINGUSER, processor, cron setting, proxy, passkey and packet size.:

sudo origami install -t TEAMNUMBER -u FOLDINGUSER -p (i386, smp, or amd64) -c (0, or 1) -P PORT -H HOST -k PASSKEY -b (small, normal, or big) -C (idle, or low)

EXAMPLE: So, if you would like to fold for Team Ubuntu, with the user name of bobsmith, and use 'big' packets, the installation command would look like this:

sudo origami install -t 45104 -u bobsmith -b big

Network Deployment

Install to any machine listed in the ~/.origamirc file, optionally setting the TEAMNUMBER, FOLDINGUSER, processor, cron setting, proxy, passkey and packet size:

sudo origami deploy -t TEAMNUMBER -u FOLDINGUSER -p i386|smp(|amd64) -c 1|0] -P PORT -H HOST -k PASSKEY -b (small, normal, big)

Origami Commands

This section contains information on all the commands available for origami. After installation, if you need to modify origami in any way, please read through this section.

Stopping & Starting Origami

To stop origami from running use:

sudo origami stop

Likewise, to start origami again, run:

sudo origami start

PLEASE NOTE: If you use the "origami stop" command and reboot, origami will still start up again on boot-up.

Changing User and Team

Update the TEAMNUMBER and/or FOLDINGUSER on the local machine. Default is 'Anonymous' and '0'.

sudo origami name -t TEAMNUMBER -u FOLDINGUSER

Update the FOLDINGUSER and TEAMNUMBER data on any machine listed in ~/.origami.

sudo origami network-name -t TEAMNUMBER -u FOLDINGUSER

Display Current Progress

Monitor the local status and progress of Folding @ Home work units:

origami status

For versions of origami older than 0.6.7.1:

origami monitor

Monitor the status and progress of Folding @ Home on any machine listed in ~/.origamirc.

sudo origami network-monitor

Display Total Stats

Origami will display your total stats progress with a simple command. Origami pulls these stats from Kakao``Stats.com

origami stats

Backup Current Data

Backup your local Folding @ Home progress. Data saved to ~/.origami.

sudo origami archive

Backup Folding @ Home progress from any machine listed in ~/.origamirc. Data saved by hostname-date in ~/.origami.

sudo origami network-archive

Restore Backup

Restore your backed up Folding @ Home data to the local machine.

sudo origami restore

Restore your backed up Folding @ Home data to any machine listed in ~/.origamirc

sudo origami network-restore

Removal

Uninstall Folding @ Home from the local machine: USE WITH CAUTION

sudo origami erase

Uninstall Folding @ Home on any machine listed in ~/.origamirc. USE WITH CAUTION

sudo origami armageddon

FAQ

This section is an ongoing work in progress. It will be updated when we come across questions that we feel would benefit the community. If you have a question that isn't listed here, feel free to join us on IRC at #ubuntu-folding on Freenode, or see the section below on how to give us your questions/feedback. 1) Is it possible to limit the CPU amount used by origami? A) Within origami - no. However, you should be able to limit the amount of CPU usage with cpulimit. 2) I am running Jaunty 9.04, and origami does not auto-start during bootup. What is the issue here? A) This is not a bug with origami. Many other programs that are supposed to auto-start fail to do so on Jaunty. There is an issue with usplash not allowing programs to auto-start correctly. This issue has been tested in 9.10, and it appears that this will not be an issue with the newer xsplash. For the time being, please either disable your usplash, or after Ubuntu boots up, run:

sudo origami start

Feedback & Reporting Bugs

If you have any questions, comments, concerns, bugs, etc. please report them on launchpad Origami on Launchpad.

About the Creator

I wrote origami to make Folding @ Home feel more native on Linux systems. I also very regularly work in lab environments where I have a number of machines at my disposal for testing. For this reason I created the deployment features for hands-off Folding @ Home deployment to multiple machines. I am very actively developing this application at this point and welcome any comments and suggestions. -Christer Edwards