<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1252779501496707536</id><updated>2012-02-16T03:08:17.441-08:00</updated><title type='text'>Adam Hilts' SBR600 Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ashiltssbr600.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ashiltssbr600.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>adamhilts</name><uri>http://www.blogger.com/profile/05208471638396612364</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1252779501496707536.post-205376974103178552</id><published>2009-11-20T08:14:00.000-08:00</published><updated>2009-11-22T17:34:22.229-08:00</updated><title type='text'>Packaging Modified gcc</title><content type='html'>Let the fun begin!&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, what I had to accomplish here was build a gcc package with all the patches necessary for the modifications needed by DXR. This sounds easier than it was, although looking back at it now the reason it took so long was a very small mistake. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The first thing that I started with was getting the spec file for regular gcc by running the command&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"yumdownloader --source gcc"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;followed by&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"rpm -i gcc-4.3.2-7.src.rpm"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;where both commands were done in my ~/rpmbuild/SOURCES/ directory.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Next thing I did was grab the patches using the command&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;hg init .&lt;/div&gt;&lt;div&gt;hg clone http://hg.mozilla.org/users/tglek_mozilla.com/gcc-moz-plugin-mq ~/gccplugins&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;and that put the patches in the directory ggcplugins in my home directory. After that I copied all the patches to the ~/rpmbuild/SOURCES directory. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;From there all I had to do was the spec file which seemed easy. I added the lines -&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;#My Edits for modified GCC build&lt;/div&gt;&lt;div&gt;Patch20: plugin.patch&lt;/div&gt;&lt;div&gt;Patch21: gty.patch&lt;/div&gt;&lt;div&gt;Patch22: nopoison.patch&lt;/div&gt;&lt;div&gt;Patch23: parm_attrs.patch&lt;/div&gt;&lt;div&gt;Patch24: c_process_decl.patch&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;near the top of the file, and then the following lines in the %prep section -&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;#my patches&lt;/div&gt;&lt;div&gt;pwd&lt;/div&gt;&lt;div&gt;%patch20 -p1 -b .c_process_decl~&lt;/div&gt;&lt;div&gt;%patch21 -p1 -b .gty~&lt;/div&gt;&lt;div&gt;%patch22 -p1 -b .nopoison~&lt;/div&gt;&lt;div&gt;%patch23 -p1 -b .parm_attrs~&lt;/div&gt;&lt;div&gt;%patch24 -p1 -b .plugin~&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;My first problem came from using the -p0 switch when with these particular patches they need to use the -p1 switch. After my teacher and I found that out, there was still a problem becuase the patch failed because it was looking for the file gcc/tree-plugin-pass.c. After a good amount of googling I found that this file was actually created by one of the other patches (plugin.patch). &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I then switched out c_process_decl with plugin and after that it built successfully.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The final build times were-&lt;br /&gt;&lt;br /&gt;real    85m55.771s&lt;br /&gt;user    135m26.897s&lt;br /&gt;sys     51m59.042s&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1252779501496707536-205376974103178552?l=ashiltssbr600.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ashiltssbr600.blogspot.com/feeds/205376974103178552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/11/packaging-modified-gcc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/205376974103178552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/205376974103178552'/><link rel='alternate' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/11/packaging-modified-gcc.html' title='Packaging Modified gcc'/><author><name>adamhilts</name><uri>http://www.blogger.com/profile/05208471638396612364</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1252779501496707536.post-478261208612931299</id><published>2009-11-10T10:06:00.000-08:00</published><updated>2009-11-10T11:00:13.136-08:00</updated><title type='text'>Testing g++ and modified g++</title><content type='html'>So we had the task in class of testing build times on a package using regular g++ and a modified g++. To do this we had to get the new modified version which I accomplished using this script &lt;a href="http://hg.mozilla.org/webtools/dxr/file/4e1eb442c826/viewsource/build-tools.sh"&gt;here&lt;/a&gt;. After running this script you will have a new directory called "tools" in your home directory which has the new version of g++ in it.&lt;br /&gt;&lt;br /&gt;First thing you should do before anything is test building a package that has a lot of c that needs to be compiled. I used abiword for this. I used the command&lt;br /&gt;&lt;br /&gt;time rpmbuild -ba abiword.spec&lt;br /&gt;&lt;br /&gt;to get the build times for this.&lt;br /&gt;&lt;br /&gt;So to be able to use the modified g++ I had to change the the original /usr/bin/g++ to my new one. But we do not want to lose the old one so I just renamed the old one g++.original. I also did this for the c++ in /usr/bin.&lt;br /&gt;&lt;br /&gt;Next I created a symbolic link using the command&lt;br /&gt;&lt;br /&gt;su -c "ln -s /home/ashilts/tools/gcc-dehydra/installed/bin/[gc]++ /usr/bin"&lt;br /&gt;&lt;br /&gt;and this command created a symbolic link name g++ and also one for c++ in the /usr/bin directory.&lt;br /&gt;&lt;br /&gt;Next  tried to do the building and it worked mostly until i got to the install section where it failed because it said there was something wrong with the rpaths. I asked my teacher Chris Tyler about this and he gave me the advice of using the command&lt;br /&gt;&lt;br /&gt;time QA_RPATHS=$[ 0x003f ] rpmbuild -ba abiword.spec&lt;br /&gt;&lt;br /&gt;to run the build process which worked perfectly. I am not very sure what rpaths are even after reading a wiki page on them, but I will link it for anybody that wants to get a little more insight on them.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Rpath_%28linking%29"&gt;RPATHS&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So The final tests of mine showed that the regular g++ was a slight bit slower by around about 10 seconds at the most. Here is a chart with the stats&lt;br /&gt;&lt;br /&gt;&lt;style type="text/css"&gt;    &lt;!-- #toc, .toc, .mw-warning {  border: 1px solid #aaa;  background-color: #f9f9f9;  padding: 5px;  font-size: 95%; } #toc h2, .toc h2 {  display: inline;  border: none;  padding: 0;  font-size: 100%;  font-weight: bold; } #toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {  text-align: center; } #toc ul, .toc ul {  list-style-type: none;  list-style-image: none;  margin-left: 0;  padding-left: 0;  text-align: left; } #toc ul ul, .toc ul ul {  margin: 0 0 0 2em; } #toc .toctoggle, .toc .toctoggle {  font-size: 94%; }@media print, projection, embossed {  body {   padding-top:1in;   padding-bottom:1in;   padding-left:1in;   padding-right:1in;  } } body {  font-family:'Times New Roman';  color:#000000;  widows:2;  font-style:normal;  text-indent:0in;  font-variant:normal;  font-weight:normal;  font-size:12pt;  text-decoration:none;  text-align:left; } table { } td {  border-collapse:collapse;  text-align:left;  vertical-align:top; } p, h1, h2, h3, li {  color:#000000;  font-family:'Times New Roman';  font-size:12pt;  text-align:left;  vertical-align:normal; }      --&gt;   &lt;/style&gt;     &lt;div&gt;        &lt;table style="border: 1pt solid ; width: 100%; border-collapse: collapse; empty-cells: show; table-layout: fixed;" border="0" cellpadding="0"&gt;     &lt;colgroup&gt;      &lt;col&gt;      &lt;col&gt;      &lt;col&gt;     &lt;/colgroup&gt;     &lt;tbody style=""&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p style="text-align: center;"&gt;Test #           Regular g++&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p style="text-align: center;"&gt;                                                    Modified g++&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p style="text-align: center;"&gt;1&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;real 6m42.508s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;user 10m36.408s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;sys 3m15.561s&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;real 4m20.988s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;user 3m18.736s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;sys 2m37.991s&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p style="text-align: center;"&gt;2&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;real 3m43.744s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;user 3m15.126s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;sys 2m27.259s&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;real 4m18.335s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;user 3m17.841s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;sys 2m36.843s&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p style="text-align: center;"&gt;3&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;real 3m44.547s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;user 3m14.892s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;sys 2m27.509s&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;real    3m51.537s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;user    3m18.214s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;sys     2m37.537s&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p style="text-align: center;"&gt;4&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;real 3m41.988s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;user 3m14.702s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;sys 2m27.030s&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt;"&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;real 4m15.478s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;user 3m17.870s&lt;/p&gt;        &lt;p dir="ltr" style="text-align: left;"&gt;sys 2m31.028s&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;     &lt;/tbody&gt;    &lt;/table&gt;    &lt;p&gt;&lt;/p&gt;   &lt;/div&gt;  Hmmm I was having troubles getting this table presentable but I think you should be able to make it out.&lt;br /&gt;&lt;br /&gt;So in conclusion I think that the modified g++ had a decent build time but I dont know if it will be good enough to use when use to compile things that are much bigger and have longer build time.&lt;br /&gt;&lt;br /&gt;I think that is all for now so cya!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1252779501496707536-478261208612931299?l=ashiltssbr600.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ashiltssbr600.blogspot.com/feeds/478261208612931299/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/11/testing-g-and-modified-g.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/478261208612931299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/478261208612931299'/><link rel='alternate' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/11/testing-g-and-modified-g.html' title='Testing g++ and modified g++'/><author><name>adamhilts</name><uri>http://www.blogger.com/profile/05208471638396612364</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1252779501496707536.post-1116679552121722131</id><published>2009-10-20T08:58:00.000-07:00</published><updated>2009-10-20T09:43:43.754-07:00</updated><title type='text'>RPM packaging and the J value</title><content type='html'>In the tests that I tried for the J value(value to change cpu setting) have not really had any big differences, where the fastest elapsed time for a build clocked in at 2:50.66 and that was for the J value of 9 on the 2nd iteration. This was not a very huge improvement as the longest elapsed time was 2:51.60 for the J value of 5 on the 1st iteration. This was all done on the Ireland CDOT machine using the following script with the MegaMek package--------&gt;&lt;br /&gt;&lt;br /&gt;##script to change the build values on the cpu to test which is the fastest optimal build setting&lt;br /&gt;rm ~/value.log&lt;br /&gt;for ((j=5; j&lt;=9; j++))&lt;br /&gt;do&lt;br /&gt;    mv ~/.rpmmacros ~/.rpmmacros.old&lt;br /&gt;    grep -v smp_mflags ~/.rpmmacros.old &gt;~/.rpmmacros&lt;br /&gt;    echo "%_smp_mflags -j$j" &gt;&gt;~/.rpmmacros&lt;br /&gt;&lt;br /&gt;    for ((x=1; x&lt;=3; x++))&lt;br /&gt;    do&lt;br /&gt;        echo "-j: $j    x: $x" &gt;&gt; ~/value.log&lt;br /&gt;        echo "build J value $j, iteration $x"&lt;br /&gt;        /usr/bin/time -o value.log -a rpmbuild -ba --quiet ~/rpmbuild/SPECS/MegaMek.spec&lt;br /&gt;    done&lt;br /&gt;done&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;style type="text/css"&gt;    &lt;!-- #toc, .toc, .mw-warning {  border: 1px solid #aaa;  background-color: #f9f9f9;  padding: 5px;  font-size: 95%; } #toc h2, .toc h2 {  display: inline;  border: none;  padding: 0;  font-size: 100%;  font-weight: bold; } #toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {  text-align: center; } #toc ul, .toc ul {  list-style-type: none;  list-style-image: none;  margin-left: 0;  padding-left: 0;  text-align: left; } #toc ul ul, .toc ul ul {  margin: 0 0 0 2em; } #toc .toctoggle, .toc .toctoggle {  font-size: 94%; }@media print, projection, embossed {  body {   padding-top:1in;   padding-bottom:1in;   padding-left:1in;   padding-right:1in;  } } body {  font-family:'Times New Roman';  color:#000000;  widows:2;  font-style:normal;  text-indent:0in;  font-variant:normal;  font-weight:normal;  font-size:12pt;  text-decoration:none;  text-align:left; } table { } td {  border-collapse:collapse;  text-align:left;  vertical-align:top; } p, h1, h2, h3, li {  color:#000000;  font-family:'Times New Roman';  font-size:12pt;  text-align:left;  vertical-align:normal; }      --&gt;   &lt;/style&gt;     &lt;div&gt;    &lt;table style="border: 1pt solid ; width: 100%; border-collapse: collapse; empty-cells: show; table-layout: fixed;" border="0" cellpadding="0"&gt;     &lt;colgroup&gt;      &lt;col&gt;      &lt;col&gt;      &lt;col&gt;      &lt;col&gt;     &lt;/colgroup&gt;     &lt;tbody style=""&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);" rowspan="2"&gt;        &lt;p style="text-align: center;"&gt;J Value&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);" colspan="3"&gt;        &lt;p style="text-align: center;"&gt;Iteration&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;1&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;3&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;5&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(255, 0, 0);"&gt;        &lt;p style="text-align: center;"&gt;2:51.60&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:50.75&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:51.15&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;6&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:50.80&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:51.01&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:50.92&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;7&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:50.89&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:50.74&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:50.87&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;8&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:50.86&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:50.82&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:50.71&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;      &lt;tr style=""&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;9&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt; 2:50.80&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(0, 255, 0);"&gt;        &lt;p style="text-align: center;"&gt;2:50.66&lt;/p&gt;       &lt;/td&gt;       &lt;td style="padding: 0pt; background-color: rgb(144, 238, 144);"&gt;        &lt;p style="text-align: center;"&gt;2:50.83&lt;/p&gt;       &lt;/td&gt;      &lt;/tr&gt;     &lt;/tbody&gt;    &lt;/table&gt;    &lt;p style="text-align: center;"&gt;&lt;/p&gt;   &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1252779501496707536-1116679552121722131?l=ashiltssbr600.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ashiltssbr600.blogspot.com/feeds/1116679552121722131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/10/rpm-packaging-and-j-value.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/1116679552121722131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/1116679552121722131'/><link rel='alternate' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/10/rpm-packaging-and-j-value.html' title='RPM packaging and the J value'/><author><name>adamhilts</name><uri>http://www.blogger.com/profile/05208471638396612364</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1252779501496707536.post-1108979283639169542</id><published>2009-10-15T09:24:00.001-07:00</published><updated>2009-10-15T12:21:51.796-07:00</updated><title type='text'>Creating my RPM repository</title><content type='html'>Almost all the information that I needed to complete this task I received from the notes my professor Chris Tyler gave in class which are here: &lt;a href="http://scotland.proximity.on.ca/ashiltsrepo/rpmsigning"&gt;Creating Repository Instructions&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In addition to these notes I had to make sure to change the ownership of my directory in /var/www/html, and I did this using the command "sudo chown -R Adam:Adam ." while in /var/www/html/ashiltsrepo.&lt;br /&gt;&lt;br /&gt;To make this repository into an RPM you must first have a build root for RPMs if you do not already have one. To do this run the command&lt;br /&gt;&lt;br /&gt;&lt;b&gt;rpmdev-setuptree&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;and this will create a "~/rpmbuild" directory.&lt;br /&gt;&lt;br /&gt;Next you must create a SPEC file or use and existing one. I got a sample of a repo spec file from this website &lt;a href="http://mindtrove.info/articles/hosting-a-yum-repository/"&gt; here.&lt;/a&gt; This website also has a whole walkthrough for creating a yum repo which is very clear and easy to follow. Put that spec file into your ~/rpmbuild/SPECS directory and edit the fields to fit your repo. Next create a "repoName.repo" file and place that ~/rpmbuild/SOURCES. My repo file looks like this&lt;br /&gt;&lt;br /&gt;&lt;b&gt;[ashilts]&lt;br /&gt;name= ashilts repo for $releasever - $basearch&lt;br /&gt;baseurl=http://scotland.proximity.on.ca/ashiltsrepo/&lt;br /&gt;failovermethod=roundrobin&lt;br /&gt;enabled=1&lt;br /&gt;gpgcheck=1&lt;br /&gt;gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ASHILTS&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Along with this repo file should be the "RPM-GPG-KEY-'KEYNAME'" file that should have been made earlier from following the instructions in the links. After all these files are in place run the command&lt;br /&gt;&lt;br /&gt;&lt;b&gt;rpmbuild -ba ~/rpmbuild/SPECS/yourRepoSpec.spec&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;After this is done a RPM should be placed in your "~/rpmbuild/RPMS/" dir. I moved the file to my web directory "/var/www/html/ashiltsrepo" and made a simple web page with a link to the new rpm. Now anybody can download this rpm and install the rpms that I have packaged and uploaded to my server.&lt;br /&gt;&lt;br /&gt;To Download My Repository click &lt;a href="http://scotland.proximity.on.ca/ashiltsrepo/"&gt;HERE.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is a picture of me downloading my repo: &lt;a href="http://scotland.proximity.on.ca/ashiltsrepo/DLMyRepo.png"&gt;LINK&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To use your repo to download your rpms if they are already in other yum repo's that have higher significance yuo will have to use the command&lt;br /&gt;&lt;br /&gt;yum install --disablerepo=fedora,updates "yourPackageName"&lt;br /&gt;&lt;br /&gt;Under the disable repos switch you will have to add any repos that you have on your machine that has the package that you do not want to install from.&lt;br /&gt;&lt;br /&gt;And this a picture of me downloading one of the rpms I built and put in my repo: &lt;a href="http://scotland.proximity.on.ca/ashiltsrepo/yumMyRepo.png"&gt;LINK&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This should be it for setting up your repository, because mine works fine :)&lt;br /&gt;&lt;br /&gt;Peace out&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1252779501496707536-1108979283639169542?l=ashiltssbr600.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ashiltssbr600.blogspot.com/feeds/1108979283639169542/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/10/creating-my-rpm-repository.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/1108979283639169542'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/1108979283639169542'/><link rel='alternate' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/10/creating-my-rpm-repository.html' title='Creating my RPM repository'/><author><name>adamhilts</name><uri>http://www.blogger.com/profile/05208471638396612364</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1252779501496707536.post-5807930073542622675</id><published>2009-10-06T16:11:00.000-07:00</published><updated>2009-10-06T16:38:10.465-07:00</updated><title type='text'>Filezilla, Mock and Koji</title><content type='html'>So to catch everyone up from my last blog, I have fixed the errors that I had by adding the lines :&lt;br /&gt;&lt;br /&gt;rm -rf $RPM_BUILD_ROOT/usr/share/locale/gr&lt;br /&gt;%find_lang %{name}&lt;br /&gt;&lt;br /&gt;and thanks to my teacher Chris Tyler for this info.&lt;br /&gt;&lt;br /&gt;So my next step was doing the mock build using the command "mock -r fedora-11-i386 --rebuild filezilla-3.0.3-1.fc11.src.rpm" and that went fine with no errors at all.&lt;br /&gt;&lt;br /&gt;So just a few minutes ago I installed all the necessary stuff required for koji use by following the &lt;a href="http://fedoraproject.org/wiki/PackageMaintainers/UsingKoji"&gt;Fedora Koji Guide.&lt;/a&gt;  This was a very easy and painless procedure. The next step was to try and do the koji build and to find how to do this I used fellow class mate &lt;a href="http://blog.bchao.ca/"&gt;Boris' blog&lt;/a&gt; where I got the command "koji build --scratch dist-f10 filezilla-3.0.3-1.fc11.src.rpm". When I ran that it went and did its thing, then and about five minutes later it was all successful. :)&lt;br /&gt;&lt;br /&gt;Here are the links to my complete koji build and source rpm:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://koji.fedoraproject.org/koji/taskinfo?taskID=1731934"&gt;Koji build&lt;/a&gt;&lt;br /&gt;&lt;a href="http://matrix.senecac.on.ca/%7Eashilts/sbr600/filezilla-3.0.3-1.fc11.src.rpm"&gt;Source RPM&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;P.S. While searching around on the Koji site I saw that Jesse Keating previously packaged filezilla. I just thought that was something cool to share with the class.&lt;br /&gt;&lt;br /&gt;Till next time, Goodbye!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1252779501496707536-5807930073542622675?l=ashiltssbr600.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ashiltssbr600.blogspot.com/feeds/5807930073542622675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/10/filezilla-mock-and-koji.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/5807930073542622675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/5807930073542622675'/><link rel='alternate' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/10/filezilla-mock-and-koji.html' title='Filezilla, Mock and Koji'/><author><name>adamhilts</name><uri>http://www.blogger.com/profile/05208471638396612364</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1252779501496707536.post-8960978660343534129</id><published>2009-10-01T08:26:00.000-07:00</published><updated>2009-10-01T08:58:44.670-07:00</updated><title type='text'>Progress on Building Filezilla</title><content type='html'>So after having the all the problems in class with installing ettercap I decided to avoid it completely and instead build Filezilla.&lt;br /&gt;&lt;br /&gt;So at first I just filled in the basic spec file, then ran the "rpmbuild -ba filezilla.spec" command, and it got stuck because it said that I didnt have gcc. I thought that I did have it so I of course did a quick google search are saw that I needed to install gcc-c++ so i did a quick yum install gcc-c++ and everything was fine for that error.&lt;br /&gt;&lt;br /&gt;I recieved a few more errors later because I needed to install libidn-devel,&lt;br /&gt;gnutls-devel, and wxGTK-devel. I found these specific packages using "yum provides "*errorInBuild*" command, replacing the error in the quotes of course.&lt;br /&gt;&lt;br /&gt;It made it to the end of the build on my next try except it said that there was a whole load of files that were "unpackaged but not installed" or something along those lines. I did a google search of that error and I came to a forum that said to add the file paths of the files not being removed to the %files section of the SPEC file. So I added the following lines-&lt;br /&gt;&lt;br /&gt;/usr/share/locale&lt;br /&gt;/usr/share/filezilla&lt;br /&gt;/usr/bin/filezilla&lt;br /&gt;/usr/bin/fzsftp&lt;br /&gt;/usr/share/applications/filezilla.desktop&lt;br /&gt;/usr/share/pixmaps/filezilla.png&lt;br /&gt;&lt;br /&gt;and the build finished successfully. I then ran rpmlint on the rpm, source rpm, and the spec file. First errors was that there was no documentation so I added README COPYING INSTALL after the %docs section. I found these files in the tarball and assumed they were what the error wanted me to add. So currently I am getting the errors -&lt;br /&gt;&lt;br /&gt;filezilla.i386: E: incorrect-locale-el /usr/share/locale/gr/filezilla.mo&lt;br /&gt;filezilla.i386: W: file-not-in-%lang /usr/share/locale/gr/filezilla.mo&lt;br /&gt;filezilla.i386: W: file-not-in-%lang /usr/share/locale/he_IL/filezilla.mo&lt;br /&gt;&lt;br /&gt;and there is about 40 lines like this. I am not really sure where to go from here so I plan on getting help in class today.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://matrix.senecac.on.ca/%7Eashilts/sbr600/filezilla-3.0.3-1.fc11.src.rpm"&gt;Heres my source rpm&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1252779501496707536-8960978660343534129?l=ashiltssbr600.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ashiltssbr600.blogspot.com/feeds/8960978660343534129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/10/progress-on-building-filezilla.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/8960978660343534129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/8960978660343534129'/><link rel='alternate' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/10/progress-on-building-filezilla.html' title='Progress on Building Filezilla'/><author><name>adamhilts</name><uri>http://www.blogger.com/profile/05208471638396612364</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1252779501496707536.post-429642769664404474</id><published>2009-09-27T19:09:00.000-07:00</published><updated>2009-09-27T19:43:35.383-07:00</updated><title type='text'>Teleconference with Jesse Keating</title><content type='html'>So in my SBR600 class recently we had the pleasure of hearing from Jesse Keating, one of the members of the release team for the Fedora Project. This was a very informative session and I got to learn a lot about the release phase of Fedora and a little of what working for Fedora itself is like. Although he was very informative, I do regret not thinking to ask him of how he got to work as part of the Fedora team because from the sounds of it, it is a very fun a fulfilling job. I could definitely see myself having a great time working as part of the team.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1252779501496707536-429642769664404474?l=ashiltssbr600.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ashiltssbr600.blogspot.com/feeds/429642769664404474/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/09/teleconference-with-jesse-keating.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/429642769664404474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/429642769664404474'/><link rel='alternate' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/09/teleconference-with-jesse-keating.html' title='Teleconference with Jesse Keating'/><author><name>adamhilts</name><uri>http://www.blogger.com/profile/05208471638396612364</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1252779501496707536.post-6345587521482154214</id><published>2009-09-11T20:33:00.000-07:00</published><updated>2009-09-11T21:20:43.857-07:00</updated><title type='text'>Building packages from source</title><content type='html'>So first I started with building nled from source on my laptop which is running Ubuntu 8.04. Right from the start it was not ready to be done at all. The problems were not that hard to fix though. I just had to download the packages "build-essentials", which I believe is the C compiler, and the ncurses library. From my searching I found that ncurses is just a toolkit for developing GUI-like apps. The exact commands I used to install these are:&lt;br /&gt;&lt;br /&gt;sudo apt-get install build-essentials&lt;br /&gt;&lt;br /&gt;sudo apt-get install libncurses5-dev&lt;br /&gt;&lt;br /&gt;After these were installed, I ran the make command and everything worked perfectly.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;The next thing that I decided to build was the program called ettercap. Ettercap is a program that is  "A multipurpose sniffer/content filter for man in the middle attacks" as the man page for it states. I know what you may be thinking but dont worry, I am using this program in a completely non-threatening way :). This program did prove to be quite a bit more stubborn to install. I was missing several packages. I started by getting the libpcap, libnet, libpthread and zlib packages by using the built in synaptic package manager in ubuntu. After that I could run the configure but it still needed to have the packages GTK+, ATK, and Pango to be able to run the GUI version. I was able to get the ATK and Pango packages from the package manager as well but when I tried to find the GTK+ package there was so many to choose from that I didn't know which one to get. A quick google search later and I found that I needed to run "sudo apt-get install libgtk2.0-dev" to get the package. I ran the configure command again, waited, ran make, waited, ran sudo make install, then it was all done.&lt;br /&gt;&lt;br /&gt;I have added a picture of the finished product just to maybe make this blog a little more appealing.&lt;br /&gt;&lt;br /&gt;Adam Out!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_cqek8SqjQVw/SqsglcbU6mI/AAAAAAAAAAU/LmWuhcsDtpQ/s1600-h/Screenshot.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px; height: 125px;" src="http://3.bp.blogspot.com/_cqek8SqjQVw/SqsglcbU6mI/AAAAAAAAAAU/LmWuhcsDtpQ/s200/Screenshot.png" alt="" id="BLOGGER_PHOTO_ID_5380430007482247778" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1252779501496707536-6345587521482154214?l=ashiltssbr600.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ashiltssbr600.blogspot.com/feeds/6345587521482154214/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/09/building-packages-from-source.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/6345587521482154214'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/6345587521482154214'/><link rel='alternate' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/09/building-packages-from-source.html' title='Building packages from source'/><author><name>adamhilts</name><uri>http://www.blogger.com/profile/05208471638396612364</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_cqek8SqjQVw/SqsglcbU6mI/AAAAAAAAAAU/LmWuhcsDtpQ/s72-c/Screenshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1252779501496707536.post-7618440640027588951</id><published>2009-09-09T14:49:00.000-07:00</published><updated>2009-09-09T16:33:57.590-07:00</updated><title type='text'>Hello SBR600 and CDOT</title><content type='html'>Hello everybody out there.&lt;br /&gt;&lt;br /&gt;Well this is my very first blog post for SBR600 and I haven't really had much practice with bloggin' so I'm just gonna get right to the point with this.&lt;br /&gt;&lt;br /&gt;Here's my IRC chat,  its short but I couldn't think of much to say:&lt;br /&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;table live="polite" role="log" type="IRCChannel" class="msg-table"&gt;&lt;tbody&gt;&lt;tr mark="even" user="adam_hilts ME!" timestamp="1252549355774" statustext="[2009-09-09 19:22:35] Adam_hilts!n=chatzill@CPE001310d381df-CM00195efb665e.cpe.net.cable.rogers.com" type="IRCChannel" type="IRCChannel" dest="#fedora" prefix="" type="PRIVMSG" class="msg"&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;adam_hilts: hey i just got a copy of fedora 10 and was just wondering if it is better to download and use a f11 disc or if the upgrade will be easy?&lt;br /&gt;&lt;br /&gt;d3x7r0:Adam_hilts, I would say it would be better to get the F11 iso if you can.&lt;br /&gt;&lt;br /&gt;Adam_hilts:d3x7r0: ok thank you&lt;br /&gt;&lt;br /&gt;Heres my &lt;a href="https://fedoraproject.org/wiki/User:Ashilts"&gt;Fedora Wiki&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And last but not least my &lt;a href="http://zenit.senecac.on.ca/wiki/index.php/User:Ashilts"&gt;Seneca Wiki&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;P.S. IDK if its just me but pasting stuff into blogger is a real pain.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1252779501496707536-7618440640027588951?l=ashiltssbr600.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ashiltssbr600.blogspot.com/feeds/7618440640027588951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/09/hello-sbr600-and-cdot.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/7618440640027588951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1252779501496707536/posts/default/7618440640027588951'/><link rel='alternate' type='text/html' href='http://ashiltssbr600.blogspot.com/2009/09/hello-sbr600-and-cdot.html' title='Hello SBR600 and CDOT'/><author><name>adamhilts</name><uri>http://www.blogger.com/profile/05208471638396612364</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
