<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://clonwiki0.jlab.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=129.57.81.176</id>
	<title>CLONWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://clonwiki0.jlab.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=129.57.81.176"/>
	<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Special:Contributions/129.57.81.176"/>
	<updated>2026-05-07T10:22:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=Clasxt&amp;diff=3983</id>
		<title>Clasxt</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Clasxt&amp;diff=3983"/>
		<updated>2009-01-21T19:48:53Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Clonxt&#039;&#039;&#039; machines are diskless &#039;thin clients&#039; from neoware, running newlinux.&lt;br /&gt;
&lt;br /&gt;
To reboot in single user mode do following:&lt;br /&gt;
&lt;br /&gt;
* Power on the EON and hold the left shift key down until you are shown a boot prompt&lt;br /&gt;
* The boot prompt should display &#039;Software&#039;&lt;br /&gt;
* Enter &#039;&#039;Software -s ramdisk=12000&#039;&#039; and press enter&lt;br /&gt;
* As the OS boots, press alt-F2 (possibly more than once) until you are greeted with a bash prompt&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Some useful information can be found in following paper:&lt;br /&gt;
&lt;br /&gt;
Some reports indicate that 3.x builds do not work. The error that is reported is&lt;br /&gt;
FATAL ERROR&lt;br /&gt;
The device that contains the configuration file (config.xml) could not be found. m0n0wall cannot continue booting.&lt;br /&gt;
I do not yet know of a solution. This tutorial should be construed to apply only to the 2.x builds in the meantime. Please email me if you get 3.x working on an EON.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s how to install the latest build of the excellent m0n0wall firewall on a Neoware EON 4000 thin client. These machines make excellent firewalls for home users and small businesses because they are cheap, compact, sturdy, and powerful enough to run a several megabit connection. The hardware is available in a variety of configurations, with CPUs roughly equivalent to a 150-200Mhz Pentium. Before embarking on this little journey, you should be aware of a few caveats:&lt;br /&gt;
&lt;br /&gt;
    * Some Neoware boxes come with a 32-pin Disk-on-Chip module in a socket on the motherboard. m0n0wall does not ship with the required driver to run this module. Therefore, on these systems you will need a hard drive, compact flash to IDE adapter, or similar device to boot from. You may also be able to netboot your firewall (this is supported on the built-in network device), though I do not cover that in this tutorial.&lt;br /&gt;
    * The motherboard accepts both PC133 DIMMs or SO-DIMMs. It will use both at the same time. However, when using a DIMM, be sure it is less than 1.1&amp;quot; (28mm) tall, or you will not be able to install a second network card.&lt;br /&gt;
    * There are many different revisions of the NeoLinux operating system and not all include the necessary software to complete this tutorial.&lt;br /&gt;
    * You may need to purchase several EON 4000s to get suitable software and hardware.&lt;br /&gt;
    * These instructions were based on NeoLinux 2.4-100802, with kernel 2.2.20. Your particular configuration may vary slightly.&lt;br /&gt;
&lt;br /&gt;
With those potential issues in mind, follow along!&lt;br /&gt;
&lt;br /&gt;
There are three main steps to be completed to get m0n0wall running on your EON. First, you will need to get single-user access to the NeoLinux installation. Next, you need to enable networking and fetch and install m0n0wall. Third, you need to configure it to fit your requirements. I will address the first two of these, as adequate resources exist to help with the latter.&lt;br /&gt;
&lt;br /&gt;
To begin, you will need:&lt;br /&gt;
&lt;br /&gt;
    * One or more Neoware EONs with disk-on-chip modules that plug into the IDE header&lt;br /&gt;
    * Access to the internet from your EON (or to a web server on a LAN)&lt;br /&gt;
    * A supported PCI network card. Common Intel or 3Com cards work fine.&lt;br /&gt;
    * At least 64MB of suitable memory. Some EONs ship with SO-DIMMs, others with DIMMs. These should be short enough to accomodate a PCI network card.&lt;br /&gt;
    * See the m0n0wall supported hardware page for more information.&lt;br /&gt;
&lt;br /&gt;
Step ONE: Get single-user access to the NeoLinux distribution.&lt;br /&gt;
&lt;br /&gt;
    * Power on the EON and hold the left shift key down until you are shown a boot prompt&lt;br /&gt;
    * The boot prompt may vary, but pressing tab should display either &#039;Software&#039; or &#039;Eon_Software&#039;.&lt;br /&gt;
    * Enter, as appropriate, either&lt;br /&gt;
      Software -s ramdisk=12000&lt;br /&gt;
      or&lt;br /&gt;
      Eon_Software -s ramdisk=12000&lt;br /&gt;
      and press enter.&lt;br /&gt;
    * As the OS boots, press alt-F2 (possibly more than once) until you are greeted with a bash prompt.&lt;br /&gt;
&lt;br /&gt;
Step TWO: Fetch and install m0n0wall.&lt;br /&gt;
&lt;br /&gt;
    * Check that your installation has the necessary software:&lt;br /&gt;
      bash# ls /usr/bin/wget&lt;br /&gt;
      . If NeoLinux reports that it is not found, you will have to try a different EON. Keep this hardware however: a single working EON can program m0n0wall onto several disk-on-chip modules, even those without the proper software. More on this later.&lt;br /&gt;
    * Plug the EON into a network which provides DHCP information and enable the ethernet connection:&lt;br /&gt;
      bash# cp /etc/sysconfig/network-scripts/ifcfg-eth0.default /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
      bash# ifup eth0&lt;br /&gt;
    * Create a ramdisk on which to place temporary files during the installation:&lt;br /&gt;
      bash# mkfs.ext2 /dev/ram0&lt;br /&gt;
      bash# mount /dev/ram0 /mnt/usbcdrom&lt;br /&gt;
      bash# cd /mnt/usbcdrom&lt;br /&gt;
      bash# /usr/bin/wget http://hostname/path/to/m0n0wall&lt;br /&gt;
      bash# cp /bin/gunzip .&lt;br /&gt;
      bash# cp /bin/dd .&lt;br /&gt;
    * Now you&#039;re ready. You have created a ramdisk with the two utilities you will need to rewrite IDE disk-on-chip modules with m0n0wall. At this point, if you have modules containing copies of NeoLinux without wget, you should try using them first. That way if something goes wrong you can repeat these steps later. With the machine running, remove the IDE DOC that you booted from and replace it with the one you want to reprogram.&lt;br /&gt;
    * Then,&lt;br /&gt;
      gunzip -c m0n0wall-file-name.img | dd of=/dev/hda bs=16k&lt;br /&gt;
      Ignore the warning about trailing garbage.&lt;br /&gt;
&lt;br /&gt;
That&#039;s it! At this point you can remove the DOC and replace it with another one and repeat the reprogramming step, as many times as needed.&lt;br /&gt;
&lt;br /&gt;
When you next boot the machine, it should load m0n0wall exactly as it would on any other x86-compatible system. Jump right in with the m0n0wall quick-start guide for PC platforms. Chapter 3: Initial Configuration is probably where you will want to start. Good luck!&lt;br /&gt;
&lt;br /&gt;
Version 0.3    |    Content date: 05 July 2008    |    Page last generated: 2009-01-18 13:11 CST&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=Scratch&amp;diff=3982</id>
		<title>Scratch</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Scratch&amp;diff=3982"/>
		<updated>2009-01-21T19:48:06Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5126&lt;br /&gt;
303-6644&lt;br /&gt;
&lt;br /&gt;
CLAS12 DC (Mac 14-nov-2007): 2 stereo, +-6 degrees, good resolution (1% dp/p, 1 mrad angle), six 6-layer superlayers, 112 wires per layer; reconstruction improvements: use double hits, use segment angle in road dictionary, early l-r ambig. resolution (now it resolved locally and then corrected after track reconstructed ?), find tracks with no TOF hit and cut off accidental tracks (using residials ?), derive off-diagonal terms in error matrix&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SVT readout:&lt;br /&gt;
&lt;br /&gt;
SVX4 - old chip&lt;br /&gt;
132ns clock, 40pipeline cells -&amp;gt;5.2us trigger latency; can select readout window like pipeline TDCs (position defined +-132us, window size 132ns fixed)&lt;br /&gt;
initial part stored upto 4 events, they are rotating internally&lt;br /&gt;
32 bits per hit, 128 channels per chip, ... -&amp;gt; 3.2us per chip to get data from the chip to the buffer of 512 full events&lt;br /&gt;
L2 pipeline 16us&lt;br /&gt;
L1 latency from Amrit is 3us, Amrit will try to make it 4us&lt;br /&gt;
Use the same clock as entire CLAS12 trigger system (256MHz)&lt;br /&gt;
&lt;br /&gt;
FSSR 125ns instead of 132ns (built for BTev, never used)&lt;br /&gt;
self-triggering, do not need L1ACCEPT, L2 pipe 16us can be implemented&lt;br /&gt;
&lt;br /&gt;
SVX4 goes to review !!!&lt;br /&gt;
&lt;br /&gt;
Generic DAQ drawing will be sent to Amrit in April&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=Clasxt&amp;diff=3981</id>
		<title>Clasxt</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Clasxt&amp;diff=3981"/>
		<updated>2009-01-21T19:47:58Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Clonxt&#039;&#039;&#039; machines are diskless &#039;thin clients&#039; from neoware, running newlinux.&lt;br /&gt;
&lt;br /&gt;
To reboot in single user mode do following:&lt;br /&gt;
&lt;br /&gt;
* Power on the EON and hold the left shift key down until you are shown a boot prompt&lt;br /&gt;
* The boot prompt should display &#039;Software&#039;&lt;br /&gt;
* Enter &#039;&#039;Software -s ramdisk=12000&#039;&#039; and press enter&lt;br /&gt;
* As the OS boots, press alt-F2 (possibly more than once) until you are greeted with a bash prompt&lt;br /&gt;
&lt;br /&gt;
Some information can be found in following paper:&lt;br /&gt;
&lt;br /&gt;
Some reports indicate that 3.x builds do not work. The error that is reported is&lt;br /&gt;
FATAL ERROR&lt;br /&gt;
The device that contains the configuration file (config.xml) could not be found. m0n0wall cannot continue booting.&lt;br /&gt;
I do not yet know of a solution. This tutorial should be construed to apply only to the 2.x builds in the meantime. Please email me if you get 3.x working on an EON.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s how to install the latest build of the excellent m0n0wall firewall on a Neoware EON 4000 thin client. These machines make excellent firewalls for home users and small businesses because they are cheap, compact, sturdy, and powerful enough to run a several megabit connection. The hardware is available in a variety of configurations, with CPUs roughly equivalent to a 150-200Mhz Pentium. Before embarking on this little journey, you should be aware of a few caveats:&lt;br /&gt;
&lt;br /&gt;
    * Some Neoware boxes come with a 32-pin Disk-on-Chip module in a socket on the motherboard. m0n0wall does not ship with the required driver to run this module. Therefore, on these systems you will need a hard drive, compact flash to IDE adapter, or similar device to boot from. You may also be able to netboot your firewall (this is supported on the built-in network device), though I do not cover that in this tutorial.&lt;br /&gt;
    * The motherboard accepts both PC133 DIMMs or SO-DIMMs. It will use both at the same time. However, when using a DIMM, be sure it is less than 1.1&amp;quot; (28mm) tall, or you will not be able to install a second network card.&lt;br /&gt;
    * There are many different revisions of the NeoLinux operating system and not all include the necessary software to complete this tutorial.&lt;br /&gt;
    * You may need to purchase several EON 4000s to get suitable software and hardware.&lt;br /&gt;
    * These instructions were based on NeoLinux 2.4-100802, with kernel 2.2.20. Your particular configuration may vary slightly.&lt;br /&gt;
&lt;br /&gt;
With those potential issues in mind, follow along!&lt;br /&gt;
&lt;br /&gt;
There are three main steps to be completed to get m0n0wall running on your EON. First, you will need to get single-user access to the NeoLinux installation. Next, you need to enable networking and fetch and install m0n0wall. Third, you need to configure it to fit your requirements. I will address the first two of these, as adequate resources exist to help with the latter.&lt;br /&gt;
&lt;br /&gt;
To begin, you will need:&lt;br /&gt;
&lt;br /&gt;
    * One or more Neoware EONs with disk-on-chip modules that plug into the IDE header&lt;br /&gt;
    * Access to the internet from your EON (or to a web server on a LAN)&lt;br /&gt;
    * A supported PCI network card. Common Intel or 3Com cards work fine.&lt;br /&gt;
    * At least 64MB of suitable memory. Some EONs ship with SO-DIMMs, others with DIMMs. These should be short enough to accomodate a PCI network card.&lt;br /&gt;
    * See the m0n0wall supported hardware page for more information.&lt;br /&gt;
&lt;br /&gt;
Step ONE: Get single-user access to the NeoLinux distribution.&lt;br /&gt;
&lt;br /&gt;
    * Power on the EON and hold the left shift key down until you are shown a boot prompt&lt;br /&gt;
    * The boot prompt may vary, but pressing tab should display either &#039;Software&#039; or &#039;Eon_Software&#039;.&lt;br /&gt;
    * Enter, as appropriate, either&lt;br /&gt;
      Software -s ramdisk=12000&lt;br /&gt;
      or&lt;br /&gt;
      Eon_Software -s ramdisk=12000&lt;br /&gt;
      and press enter.&lt;br /&gt;
    * As the OS boots, press alt-F2 (possibly more than once) until you are greeted with a bash prompt.&lt;br /&gt;
&lt;br /&gt;
Step TWO: Fetch and install m0n0wall.&lt;br /&gt;
&lt;br /&gt;
    * Check that your installation has the necessary software:&lt;br /&gt;
      bash# ls /usr/bin/wget&lt;br /&gt;
      . If NeoLinux reports that it is not found, you will have to try a different EON. Keep this hardware however: a single working EON can program m0n0wall onto several disk-on-chip modules, even those without the proper software. More on this later.&lt;br /&gt;
    * Plug the EON into a network which provides DHCP information and enable the ethernet connection:&lt;br /&gt;
      bash# cp /etc/sysconfig/network-scripts/ifcfg-eth0.default /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
      bash# ifup eth0&lt;br /&gt;
    * Create a ramdisk on which to place temporary files during the installation:&lt;br /&gt;
      bash# mkfs.ext2 /dev/ram0&lt;br /&gt;
      bash# mount /dev/ram0 /mnt/usbcdrom&lt;br /&gt;
      bash# cd /mnt/usbcdrom&lt;br /&gt;
      bash# /usr/bin/wget http://hostname/path/to/m0n0wall&lt;br /&gt;
      bash# cp /bin/gunzip .&lt;br /&gt;
      bash# cp /bin/dd .&lt;br /&gt;
    * Now you&#039;re ready. You have created a ramdisk with the two utilities you will need to rewrite IDE disk-on-chip modules with m0n0wall. At this point, if you have modules containing copies of NeoLinux without wget, you should try using them first. That way if something goes wrong you can repeat these steps later. With the machine running, remove the IDE DOC that you booted from and replace it with the one you want to reprogram.&lt;br /&gt;
    * Then,&lt;br /&gt;
      gunzip -c m0n0wall-file-name.img | dd of=/dev/hda bs=16k&lt;br /&gt;
      Ignore the warning about trailing garbage.&lt;br /&gt;
&lt;br /&gt;
That&#039;s it! At this point you can remove the DOC and replace it with another one and repeat the reprogramming step, as many times as needed.&lt;br /&gt;
&lt;br /&gt;
When you next boot the machine, it should load m0n0wall exactly as it would on any other x86-compatible system. Jump right in with the m0n0wall quick-start guide for PC platforms. Chapter 3: Initial Configuration is probably where you will want to start. Good luck!&lt;br /&gt;
&lt;br /&gt;
Version 0.3    |    Content date: 05 July 2008    |    Page last generated: 2009-01-18 13:11 CST&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=Clasxt&amp;diff=3980</id>
		<title>Clasxt</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=Clasxt&amp;diff=3980"/>
		<updated>2009-01-21T19:44:55Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Clonxt&#039;&#039;&#039; machines are diskless &#039;thin clients&#039; from neoware, running newlinux.&lt;br /&gt;
&lt;br /&gt;
To reboot in single user mode do following:&lt;br /&gt;
&lt;br /&gt;
* Power on the EON and hold the left shift key down until you are shown a boot prompt&lt;br /&gt;
* The boot prompt may vary, but pressing tab should display &#039;Software&#039;&lt;br /&gt;
* Enter &#039;&#039;Software -s ramdisk=12000&#039;&#039; and press enter&lt;br /&gt;
* As the OS boots, press alt-F2 (possibly more than once) until you are greeted with a bash prompt&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=CLON_Index&amp;diff=3979</id>
		<title>CLON Index</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=CLON_Index&amp;diff=3979"/>
		<updated>2009-01-21T19:41:26Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Apache]]&lt;br /&gt;
&lt;br /&gt;
[[automounts]]&lt;br /&gt;
&lt;br /&gt;
[[Bootp]]&lt;br /&gt;
&lt;br /&gt;
[[CAEN A464]] caenet board (installed in sy527 mainframes)&lt;br /&gt;
&lt;br /&gt;
[[CAEN SY1527 Mainframe]]&lt;br /&gt;
&lt;br /&gt;
[[CAEN SY527 Mainframe]] and modules&lt;br /&gt;
&lt;br /&gt;
[[CAEN V1190]] TDC board (128 ch 100 ps)&lt;br /&gt;
&lt;br /&gt;
[[CAEN V1290]] TDC board (32 ch 25 ps)&lt;br /&gt;
&lt;br /&gt;
[[CAEN V288]]&lt;br /&gt;
&lt;br /&gt;
[[CAEN V775]] TDC Board&lt;br /&gt;
&lt;br /&gt;
[[Capfast]]&lt;br /&gt;
&lt;br /&gt;
[[Cisco Switches]]&lt;br /&gt;
&lt;br /&gt;
[[Clasweb]]&lt;br /&gt;
&lt;br /&gt;
[[Clon00]]&lt;br /&gt;
&lt;br /&gt;
[[Clon01]]&lt;br /&gt;
&lt;br /&gt;
[[Clon02]]&lt;br /&gt;
&lt;br /&gt;
[[Clon03]]&lt;br /&gt;
&lt;br /&gt;
[[Clon04]]&lt;br /&gt;
&lt;br /&gt;
[[Clon05]]&lt;br /&gt;
&lt;br /&gt;
[[Clon06]]&lt;br /&gt;
&lt;br /&gt;
[[Clon10]]&lt;br /&gt;
&lt;br /&gt;
[[Clon20]]&lt;br /&gt;
&lt;br /&gt;
[[Clondaq1]]&lt;br /&gt;
&lt;br /&gt;
[[Clondaq2]]&lt;br /&gt;
&lt;br /&gt;
[[Clondb1]]&lt;br /&gt;
&lt;br /&gt;
[[Clonfs]] Main RAID System&lt;br /&gt;
&lt;br /&gt;
[[Clonfs1]]&lt;br /&gt;
&lt;br /&gt;
[[Clonfs2]]&lt;br /&gt;
&lt;br /&gt;
[[Clonmon]]&lt;br /&gt;
&lt;br /&gt;
[[Clonmon1]]&lt;br /&gt;
&lt;br /&gt;
[[Clonpc1]]&lt;br /&gt;
&lt;br /&gt;
[[Clonpc2]]&lt;br /&gt;
&lt;br /&gt;
[[Clonweb]]&lt;br /&gt;
&lt;br /&gt;
[[Clonwiki]]&lt;br /&gt;
&lt;br /&gt;
[[Clonxt]]&lt;br /&gt;
&lt;br /&gt;
[[clonhp]]&lt;br /&gt;
&lt;br /&gt;
[[clonhp2]]&lt;br /&gt;
&lt;br /&gt;
[[Compcontrol CC121]]&lt;br /&gt;
&lt;br /&gt;
[[CycladesTS1000]]&lt;br /&gt;
&lt;br /&gt;
[[DATEL DVME-628]]&lt;br /&gt;
&lt;br /&gt;
[[DNS server]]&lt;br /&gt;
&lt;br /&gt;
[[Electronics Documentation]]&lt;br /&gt;
&lt;br /&gt;
[[EtherLite32]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS Base Installation]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: Software IOC]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: vxWorks IOC]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: Software IOC for CAEN HV]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: generation of DBs and GUIs for HV]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: CVS usage examples]]&lt;br /&gt;
&lt;br /&gt;
[[EPICS: Gamma Profiler]]&lt;br /&gt;
&lt;br /&gt;
[[Event Monitor]]&lt;br /&gt;
&lt;br /&gt;
[[Fiber Channel Switches]]&lt;br /&gt;
&lt;br /&gt;
[[FieldPoint]]&lt;br /&gt;
&lt;br /&gt;
[[Foundry BigIron 15000 Switch]]&lt;br /&gt;
&lt;br /&gt;
[[Foundry Switches]]&lt;br /&gt;
&lt;br /&gt;
[[JAVA installation]]&lt;br /&gt;
&lt;br /&gt;
[[JLAB Discriminators]]&lt;br /&gt;
&lt;br /&gt;
[[Joerger VSC16]]&lt;br /&gt;
&lt;br /&gt;
[[HYTEC VSD2992]]&lt;br /&gt;
&lt;br /&gt;
[[Labeling Machines]]&lt;br /&gt;
&lt;br /&gt;
[[Linux Installation Procedure]]&lt;br /&gt;
&lt;br /&gt;
[[Linux Customization on CLON Cluster]]&lt;br /&gt;
&lt;br /&gt;
[[Lnf cluster]]&lt;br /&gt;
&lt;br /&gt;
[[Mac OS X Installation Procedure]]&lt;br /&gt;
&lt;br /&gt;
[[MRTG]]&lt;br /&gt;
&lt;br /&gt;
[[mSQL]]&lt;br /&gt;
&lt;br /&gt;
[[MySQL Installation]]&lt;br /&gt;
&lt;br /&gt;
[[MySQL Usage]]&lt;br /&gt;
&lt;br /&gt;
[[Nagios]]&lt;br /&gt;
&lt;br /&gt;
[[Nagios Plugins]]&lt;br /&gt;
&lt;br /&gt;
[[NFS]]&lt;br /&gt;
&lt;br /&gt;
[[NIS server]]&lt;br /&gt;
&lt;br /&gt;
[[Nrpe]]&lt;br /&gt;
&lt;br /&gt;
[[Ntp]]&lt;br /&gt;
&lt;br /&gt;
[[OMS VME44]] by Oregon Micro Systems&lt;br /&gt;
&lt;br /&gt;
[[OMS VS4]] by Oregon Micro Systems&lt;br /&gt;
&lt;br /&gt;
[[OpenSSL]]&lt;br /&gt;
&lt;br /&gt;
[[PERL]]&lt;br /&gt;
&lt;br /&gt;
[[Procmail]]&lt;br /&gt;
&lt;br /&gt;
[[raidold]]&lt;br /&gt;
&lt;br /&gt;
[[Routing]]&lt;br /&gt;
&lt;br /&gt;
[[Rrdtool]]&lt;br /&gt;
&lt;br /&gt;
[[SBS VIPC616]]&lt;br /&gt;
&lt;br /&gt;
[[Serial Connections from Computer Ports]]&lt;br /&gt;
&lt;br /&gt;
[[Slow Controls Time History]]&lt;br /&gt;
&lt;br /&gt;
[[SmartSockets]]&lt;br /&gt;
&lt;br /&gt;
[[SNMP]]&lt;br /&gt;
&lt;br /&gt;
[[Software Documentation]]&lt;br /&gt;
&lt;br /&gt;
[[Solaris Installation Procedure]]&lt;br /&gt;
&lt;br /&gt;
[[Solaris Customization on CLON Cluster]]&lt;br /&gt;
&lt;br /&gt;
[[SSH]]&lt;br /&gt;
&lt;br /&gt;
[[Struck SIS3801]]&lt;br /&gt;
&lt;br /&gt;
[[Sudo]]&lt;br /&gt;
&lt;br /&gt;
[[SUN Microsystems]]&lt;br /&gt;
&lt;br /&gt;
[[SYSTRAN VMESC5]]&lt;br /&gt;
&lt;br /&gt;
[[Tcl/Tk]]&lt;br /&gt;
&lt;br /&gt;
[[Tftp]]&lt;br /&gt;
&lt;br /&gt;
[[JLAB FLEXIO]]&lt;br /&gt;
&lt;br /&gt;
[[Troubleshooting printing]]&lt;br /&gt;
&lt;br /&gt;
[[UNIX Automount on CLON Cluster]]&lt;br /&gt;
&lt;br /&gt;
[[UPS (Uninterruptible Power Supplies)]]&lt;br /&gt;
&lt;br /&gt;
[[UPS CHB1]]&lt;br /&gt;
&lt;br /&gt;
[[UPS CHB2]]&lt;br /&gt;
&lt;br /&gt;
[[UPS Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
[[VI editor]]&lt;br /&gt;
&lt;br /&gt;
[[VMIC VMIVME-3122]]&lt;br /&gt;
&lt;br /&gt;
[[VMIC VMIVME-2120]]&lt;br /&gt;
&lt;br /&gt;
[[VMIC VMIVME-1129]]&lt;br /&gt;
&lt;br /&gt;
[[VMIC VMIVME-2232]]&lt;br /&gt;
&lt;br /&gt;
[[VMIC VMIVME-6015]]&lt;br /&gt;
&lt;br /&gt;
[[VMIC VMIVME-6016]]&lt;br /&gt;
&lt;br /&gt;
[[VNC]]&lt;br /&gt;
&lt;br /&gt;
[[WIENER]]&lt;br /&gt;
&lt;br /&gt;
[[Wiki]]&lt;br /&gt;
&lt;br /&gt;
[[Wiring]]&lt;br /&gt;
&lt;br /&gt;
[[X server]]&lt;br /&gt;
&lt;br /&gt;
[[Xycom DIO XVME-240]]&lt;br /&gt;
&lt;br /&gt;
[[Xycom XVME-564]]&lt;br /&gt;
&lt;br /&gt;
[[Xycom XVME-560]]&lt;br /&gt;
&lt;br /&gt;
[[ZFS]]&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=CLON_meeting_January_21,_2009&amp;diff=3977</id>
		<title>CLON meeting January 21, 2009</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=CLON_meeting_January_21,_2009&amp;diff=3977"/>
		<updated>2009-01-21T16:22:39Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Clas On-line Meeting, Wednesday, January 21 at 10am in Room A110&lt;br /&gt;
------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
1. Current run status&lt;br /&gt;
&lt;br /&gt;
- HV mainframes, boards&lt;br /&gt;
&lt;br /&gt;
- discriminators&lt;br /&gt;
&lt;br /&gt;
2. Next run preparations&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=CLON_meeting_January_21,_2009&amp;diff=3976</id>
		<title>CLON meeting January 21, 2009</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=CLON_meeting_January_21,_2009&amp;diff=3976"/>
		<updated>2009-01-21T16:22:30Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Clas On-line Meeting, Wednesday, January 21 at 10am in Room A110&lt;br /&gt;
------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
1. Current run status&lt;br /&gt;
&lt;br /&gt;
- HV mainframes, boards&lt;br /&gt;
- discriminators&lt;br /&gt;
&lt;br /&gt;
2. Next run preparations&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=January_21,_2009_online_meeting_minutes&amp;diff=3975</id>
		<title>January 21, 2009 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=January_21,_2009_online_meeting_minutes&amp;diff=3975"/>
		<updated>2009-01-21T16:16:43Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, Nerses Gevorgyan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Current run status&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HV system&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* in CLAS everything works for now&lt;br /&gt;
&lt;br /&gt;
* there are good spare boards: 1461N - 9 boards, 1461P - 2 boards&lt;br /&gt;
&lt;br /&gt;
* SY527 with old CAENET controller: repair ??? waiting for instructions from CAEN&lt;br /&gt;
&lt;br /&gt;
* there is no good spare Lecroy mainframes; 2 in repair since November 2008, 1 from July 2008, waiting for status; 3 in Counting House, repair needed, RMA under way;&lt;br /&gt;
there is one Lecroy mainframe (temporary rack in EC), can be replaced with sy1527 (from Yuri ?) so we&#039;ll have 1 spare mainframe and 8 1461N boards, will do it after the run (tomorrow); need to register &#039;&#039;hvec2&#039;&#039; IP name&lt;br /&gt;
&lt;br /&gt;
* two SY1527LC mainframes with &#039;full crate&#039; problem (when crate is full, first board shuts off and sometimes disapeares) have to be repaired in CAEN, will send them one by one starting from ECHV2 where TCP/IP is broken as well&lt;br /&gt;
&lt;br /&gt;
* waiting for answer from CAEN about other SY1527/SY1527LC, if they have the same problem&lt;br /&gt;
&lt;br /&gt;
* multi-pin HV connectors must be improved, need to ask manufacturer if glue can be used or some other solution can be recommended; Sergey P. will contact company; connectors must be improved, &#039;&#039;&#039;otherwise it will be a big problem for the CLAS and CLAS12&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* will be good to modify medm gui generating process to have geographic addressing information in gui (alarm gui and probably main gui)&lt;br /&gt;
&lt;br /&gt;
* 1520 boards (used in IC): 4 in CLAS, 2 channels are bad in 2 boards, one spare channel; 2 boards in test setup: one board is good, one has channel 8 dead (must goto repair if we have more then 1 month downtime, probably in March); may buy one more when have a money&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Discriminators&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* 3 v895B boards in counting house: one just from repair and working, one has unstable width and will be send to CAEN, one has 2 channels with min threshold 600mV and 45mV (must be from 5mV to 50mV); about 7 boards in CLAS has similar threshold problem, Sergey P. will ask CAEN if we can fix them onsite&lt;br /&gt;
&lt;br /&gt;
* will not buy new boards, will ask Chris to build boards onsite&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Next run&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Target labview setup: meet with Chris&lt;br /&gt;
&lt;br /&gt;
* DCHV EPICS debugging&lt;br /&gt;
&lt;br /&gt;
* ask Chris if he can replace some FASTBUS power supplies&lt;br /&gt;
&lt;br /&gt;
* will try to migrate classc5 and probably classc12 to EPICS 3.14&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=January_21,_2009_online_meeting_minutes&amp;diff=3974</id>
		<title>January 21, 2009 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=January_21,_2009_online_meeting_minutes&amp;diff=3974"/>
		<updated>2009-01-21T16:10:25Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, Nerses Gevorgyan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Current run status&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HV system&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* in CLAS everything works for now&lt;br /&gt;
&lt;br /&gt;
* there are good spare boards: 1461N - 9 boards, 1461P - 2 boards&lt;br /&gt;
&lt;br /&gt;
* SY527 with old CAENET controller: repair ??? waiting for instructions from CAEN&lt;br /&gt;
&lt;br /&gt;
* there is no good spare Lecroy mainframes; 2 in repair since November 2008, 1 from July 2008, waiting for status; 3 in Counting House, repair needed, RMA under way;&lt;br /&gt;
there is one Lecroy mainframe (temporary rack in EC), can be replaced with sy1527 (from Yuri ?) so we&#039;ll have 1 spare mainframe and 8 1461N boards, will do it after the run (tomorrow); need to register &#039;&#039;hvec2&#039;&#039; IP name&lt;br /&gt;
&lt;br /&gt;
* two SY1527LC mainframes with &#039;full crate&#039; problem (when crate is full, first board shuts off and sometimes disapeares) have to be repaired in CAEN, will send them one by one starting from ECHV2 where TCP/IP is broken as well&lt;br /&gt;
&lt;br /&gt;
* waiting for answer from CAEN about other SY1527/SY1527LC, if they have the same problem&lt;br /&gt;
&lt;br /&gt;
* multi-pin HV connectors must be improved, need to ask manufacturer if glue can be used or some other solution can be recommended; Sergey P. will contact company; connectors must be improved, &#039;&#039;&#039;otherwise it will be a big problem for the CLAS and CLAS12&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* will be good to modify medm gui generating process to have geographic addressing information in gui (alarm gui and probably main gui)&lt;br /&gt;
&lt;br /&gt;
* 1520 boards (used in IC): 4 in CLAS, 2 channels are bad in 2 boards, one spare channel; 2 boards in test setup: one board is good, one has channel 8 dead (must goto repair if we have more then 1 month downtime, probably in March); may buy one more when have a money&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Discriminators&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* 3 v895B boards in counting house: one just from repair and working, one has unstable width and will be send to CAEN, one has 2 channels with min threshold 600mV and 45mV (must be from 5mV to 50mV); about 7 boards in CLAS has similar threshold problem, Sergey P. will ask CAEN if we can fix them onsite&lt;br /&gt;
&lt;br /&gt;
* will not buy new boards, will ask Chris to build boards onsite&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2. Next run&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Target labview setup: meet with Chris&lt;br /&gt;
&lt;br /&gt;
* DCHV EPICS debugging&lt;br /&gt;
&lt;br /&gt;
* ask Chris if he can replace some FASTBUS power supplies&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=January_21,_2009_online_meeting_minutes&amp;diff=3973</id>
		<title>January 21, 2009 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=January_21,_2009_online_meeting_minutes&amp;diff=3973"/>
		<updated>2009-01-21T15:45:31Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, Nerses Gevorgyan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Current run status&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HV system&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* in CLAS everything works for now&lt;br /&gt;
&lt;br /&gt;
* there are good spare boards: 1461N - 9 boards, 1461P - 2 boards&lt;br /&gt;
&lt;br /&gt;
* there is no good spare Lecroy mainframes; 2 in repair since November 2008, 1 from July 2008, waiting for status; 3 in Counting House, repair needed, RMA under way;&lt;br /&gt;
there is one Lecroy mainframe (temporary rack in EC), can be replaced with sy1527 (from Yuri ?) so we&#039;ll have 1 spare mainframe and 8 1461N boards, will do it after the run (tomorrow)&lt;br /&gt;
&lt;br /&gt;
* two SY1527LC mainframes with &#039;full crate&#039; problem (when crate is full, first board shuts off and sometimes disapeares) have to be repaired in CAEN, will send them one by one starting from ECHV2 where TCP/IP is broken as well&lt;br /&gt;
&lt;br /&gt;
* waiting for answer from CAEN about other SY1527/SY1527LC, if they have the same problem&lt;br /&gt;
&lt;br /&gt;
* multi-pin HV connectors must be improved, need to ask manufacturer if glue can be used or some other solution can be recommended; Sergey P. will contact company; connectors must be improved, &#039;&#039;&#039;otherwise it will be a big problem for the CLAS and CLAS12&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* will be good to modify medm gui generating process to have geographic addressing information in gui (alarm gui and probably main gui)&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=January_21,_2009_online_meeting_minutes&amp;diff=3972</id>
		<title>January 21, 2009 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=January_21,_2009_online_meeting_minutes&amp;diff=3972"/>
		<updated>2009-01-21T15:22:28Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, Nerses Gevorgyan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Current run status&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HV system&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* in CLAS everything works for now&lt;br /&gt;
&lt;br /&gt;
* there are good spare boards: 1461N - 9 boards, 1461P - 2 boards&lt;br /&gt;
&lt;br /&gt;
* there is no good spare Lecroy mainframes; 2 in repair since November 2008, 1 from July 2008, waiting for status; 3 in Counting House, repair needed, RMA under way;&lt;br /&gt;
there is one Lecroy mainframe (temporary rack in EC), can be replaced with sy1527 (from Yuri ?) so we&#039;ll have 1 spare mainframe and 8 1461N boards, will do it after the run&lt;br /&gt;
&lt;br /&gt;
* two SY1527LC mainframes with &#039;full crate&#039; problem (when crate is full, first board shuts off and sometimes disapeares) have to be repaired in CAEN, will send them one by one starting from ECHV2 where TCP/IP is broken as well&lt;br /&gt;
&lt;br /&gt;
* multi-pin HV connectors must be improved, need to ask manufacturer if glue can be used or some other solution can be recommended; Sergey P. will contact company; connectors must be improved, &#039;&#039;&#039;otherwise it will be a big problem for the CLAS and CLAS12&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* will be good to modify medm gui generating process to have geographic addressing information in gui&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=January_21,_2009_online_meeting_minutes&amp;diff=3971</id>
		<title>January 21, 2009 online meeting minutes</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=January_21,_2009_online_meeting_minutes&amp;diff=3971"/>
		<updated>2009-01-21T15:15:38Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;present: Sergey Boyarinov, Sergey Pozdnyakov, Nerses Gevorgyan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1. Current run status&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HV system&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* in CLAS everything works for now&lt;br /&gt;
&lt;br /&gt;
* there are good spare boards: 1461N - 9 boards, 1461P - 2 boards&lt;br /&gt;
&lt;br /&gt;
* there is no good spare Lecroy mainframes; 2 in repair since November 2008, 1 from July 2008, waiting for status; 3 in Counting House, repair needed, RMA under way;&lt;br /&gt;
there is one Lecroy mainframe (temporary rack in EC), can be replaced with sy1527 (from Yuri ?) so we&#039;ll have 1 spare mainframe and 8 1461N boards, will do it after the run&lt;br /&gt;
&lt;br /&gt;
* two SY1527LC mainframes with problems have to be repaired in CAEN, will send them one by one starting from ECHV2 where TCP/IP broken as well&lt;br /&gt;
&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
* will be good to modify medm gui generating process to have geographic addressing information in gui&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
	<entry>
		<id>https://clonwiki0.jlab.org/wiki/index.php?title=CLON_Group_Meetings&amp;diff=3970</id>
		<title>CLON Group Meetings</title>
		<link rel="alternate" type="text/html" href="https://clonwiki0.jlab.org/wiki/index.php?title=CLON_Group_Meetings&amp;diff=3970"/>
		<updated>2009-01-21T15:02:34Z</updated>

		<summary type="html">&lt;p&gt;129.57.81.176: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[CLON meeting December 13, 2006]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[December 13, 2006 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
==== 2007&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 5, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 5, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 12, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 12, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 19, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 19, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 26, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 26, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 3, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 3, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 10, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 10, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 17, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 17, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 24, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 24, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 31, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 31, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting November 7, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[November 7, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting November 14, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[November 14, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting November 28, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[November 28, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting December 12, 2007]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[December 12, 2007 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
==== 2008&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting January 16, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[January 16, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting January 23, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[January 23, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting January 30, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[January 30, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting February 13, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[February 13, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting March 5, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[March 5, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting March 12, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[March 12, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting March 26, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[March 26, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting April 16, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[April 16, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting April 23, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[April 23, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting May 21, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[May 21, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting June 4, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[June 4, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting June 18, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[June 18, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting July 2, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[July 2, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting July 16, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[July 16, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 10, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 10, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 17, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 17, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting September 24, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[September 24, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 1, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 1, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting October 15, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[October 15, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting November 12, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[November 12, 2008 online meeting minutes]]&lt;br /&gt;
&lt;br /&gt;
[[CLON meeting January 21, 2008]] &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; [[January 21, 2009 online meeting minutes]]&lt;/div&gt;</summary>
		<author><name>129.57.81.176</name></author>
	</entry>
</feed>