[Nutch Wiki] Update of GettingNutchRunningWithUbuntu by SteveClement

2010-12-23 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Nutch Wiki for change 
notification.

The GettingNutchRunningWithUbuntu page has been changed by SteveClement.
The comment on this change is: obsolete stuff deleted - some updates for Ubuntu 
10.10 - more to come.
http://wiki.apache.org/nutch/GettingNutchRunningWithUbuntu?action=diffrev1=5rev2=6

--

  
  Here are some minimal steps:
  
+ * get either the Desktop or Server Version from 
http://www.ubuntu.com/download/
+ * boot and install
+ * familiarize yourself with: sudo su -
- * got The Hoary Hedgehog from http://www.ubuntu.com/download/
- * entered 'server' on the install screen
- * the rest, I thought, was a breeze
- * I did run 'sudo passwd', which allowed me to do stuff as root, as below
- 
- Just a little plug for ubuntu. I guess I have a funny setup. I built an 
Athlon 3200+ machine, with on board SATA drives that I wanted to raid, and I 
wanted to run java. Those few things combined together took me a couple months 
off and on, to get it all going. Once I found ubuntu, it took about a night. 
The java took another day or two. Ubuntu was pretty well exactly what I was 
looking for: stripped down debian, that installs almost nothing by default and 
allows me to apt-get install about whatever I want, if the need arises. Could 
probably install ssh by default though.
- 
- As a side note, I just spent about five minutes trying these steps on a 
rather old box running debian, and it didn't immediately work, though I will 
try again another day.
  
  == Add Nutch User ==
  
@@ -44, +39 @@

  
  == apt ==
  
- I changed my /etc/apt/sources.list to include
+ Add the Multiverse to your sources.list or use the GUI:
  
+ System - Administration - Synaptic Package Manager
- {{{
- deb http://ubuntu-backports.mirrormax.net/ hoary-backports main universe 
multiverse restricted
- deb http://ubuntu-backports.mirrormax.net/ hoary-extras main universe 
multiverse restricted
  
+ Settings - Repositories
- deb http://us.archive.ubuntu.com/ubuntu hoary main restricted
- deb-src http://us.archive.ubuntu.com/ubuntu hoary main restricted
- 
- deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
- deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
- 
- deb http://us.archive.ubuntu.com/ubuntu hoary universe
- deb-src http://us.archive.ubuntu.com/ubuntu hoary universe
- 
- deb http://security.ubuntu.com/ubuntu hoary-security main restricted
- deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted
- }}}
  
  With the new apt sources, let's update
  
@@ -72, +54 @@

  And get the packages we need.
  
  {{{
- # apt-get install ssh subversion ant ant-optional lynx
+ # apt-get install subversion ant ant-optional lynx
  }}}
  
- ssh is just good to have, subversion is used to get nutch, ant is used to 
build nutch and lynx is used to test nutch.
+ subversion is used to get nutch, ant is used to build nutch and lynx is used 
to test nutch.
  
  == Build Nutch Code and Index ==
  


Build failed in Hudson: Nutch-trunk #1346

2010-12-23 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Nutch-trunk/1346/

--
[...truncated 1007 lines...]
A src/plugin/subcollection/src/java/org/apache/nutch/collection
A 
src/plugin/subcollection/src/java/org/apache/nutch/collection/Subcollection.java
A 
src/plugin/subcollection/src/java/org/apache/nutch/collection/CollectionManager.java
A 
src/plugin/subcollection/src/java/org/apache/nutch/collection/package.html
A src/plugin/subcollection/src/java/org/apache/nutch/indexer
A 
src/plugin/subcollection/src/java/org/apache/nutch/indexer/subcollection
A 
src/plugin/subcollection/src/java/org/apache/nutch/indexer/subcollection/SubcollectionIndexingFilter.java
A src/plugin/subcollection/README.txt
A src/plugin/subcollection/plugin.xml
A src/plugin/subcollection/build.xml
A src/plugin/index-more
A src/plugin/index-more/ivy.xml
A src/plugin/index-more/src
A src/plugin/index-more/src/test
A src/plugin/index-more/src/test/org
A src/plugin/index-more/src/test/org/apache
A src/plugin/index-more/src/test/org/apache/nutch
A src/plugin/index-more/src/test/org/apache/nutch/indexer
A src/plugin/index-more/src/test/org/apache/nutch/indexer/more
A 
src/plugin/index-more/src/test/org/apache/nutch/indexer/more/TestMoreIndexingFilter.java
A src/plugin/index-more/src/java
A src/plugin/index-more/src/java/org
A src/plugin/index-more/src/java/org/apache
A src/plugin/index-more/src/java/org/apache/nutch
A src/plugin/index-more/src/java/org/apache/nutch/indexer
A src/plugin/index-more/src/java/org/apache/nutch/indexer/more
A 
src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java
A 
src/plugin/index-more/src/java/org/apache/nutch/indexer/more/package.html
A src/plugin/index-more/plugin.xml
A src/plugin/index-more/build.xml
AUsrc/plugin/plugin.dtd
A src/plugin/parse-ext
A src/plugin/parse-ext/ivy.xml
A src/plugin/parse-ext/src
A src/plugin/parse-ext/src/test
A src/plugin/parse-ext/src/test/org
A src/plugin/parse-ext/src/test/org/apache
A src/plugin/parse-ext/src/test/org/apache/nutch
A src/plugin/parse-ext/src/test/org/apache/nutch/parse
A src/plugin/parse-ext/src/test/org/apache/nutch/parse/ext
A 
src/plugin/parse-ext/src/test/org/apache/nutch/parse/ext/TestExtParser.java
A src/plugin/parse-ext/src/java
A src/plugin/parse-ext/src/java/org
A src/plugin/parse-ext/src/java/org/apache
A src/plugin/parse-ext/src/java/org/apache/nutch
A src/plugin/parse-ext/src/java/org/apache/nutch/parse
A src/plugin/parse-ext/src/java/org/apache/nutch/parse/ext
A 
src/plugin/parse-ext/src/java/org/apache/nutch/parse/ext/ExtParser.java
A src/plugin/parse-ext/plugin.xml
A src/plugin/parse-ext/build.xml
A src/plugin/parse-ext/command
A src/plugin/urlnormalizer-pass
A src/plugin/urlnormalizer-pass/ivy.xml
A src/plugin/urlnormalizer-pass/src
A src/plugin/urlnormalizer-pass/src/test
A src/plugin/urlnormalizer-pass/src/test/org
A src/plugin/urlnormalizer-pass/src/test/org/apache
A src/plugin/urlnormalizer-pass/src/test/org/apache/nutch
A src/plugin/urlnormalizer-pass/src/test/org/apache/nutch/net
A 
src/plugin/urlnormalizer-pass/src/test/org/apache/nutch/net/urlnormalizer
A 
src/plugin/urlnormalizer-pass/src/test/org/apache/nutch/net/urlnormalizer/pass
AU
src/plugin/urlnormalizer-pass/src/test/org/apache/nutch/net/urlnormalizer/pass/TestPassURLNormalizer.java
A src/plugin/urlnormalizer-pass/src/java
A src/plugin/urlnormalizer-pass/src/java/org
A src/plugin/urlnormalizer-pass/src/java/org/apache
A src/plugin/urlnormalizer-pass/src/java/org/apache/nutch
A src/plugin/urlnormalizer-pass/src/java/org/apache/nutch/net
A 
src/plugin/urlnormalizer-pass/src/java/org/apache/nutch/net/urlnormalizer
A 
src/plugin/urlnormalizer-pass/src/java/org/apache/nutch/net/urlnormalizer/pass
AU
src/plugin/urlnormalizer-pass/src/java/org/apache/nutch/net/urlnormalizer/pass/PassURLNormalizer.java
AUsrc/plugin/urlnormalizer-pass/plugin.xml
AUsrc/plugin/urlnormalizer-pass/build.xml
A src/plugin/parse-html
A src/plugin/parse-html/ivy.xml
A src/plugin/parse-html/lib
A src/plugin/parse-html/lib/tagsoup.LICENSE.txt
A src/plugin/parse-html/src
A src/plugin/parse-html/src/test
A src/plugin/parse-html/src/test/org
A src/plugin/parse-html/src/test/org/apache
A src/plugin/parse-html/src/test/org/apache/nutch
A src/plugin/parse-html/src/test/org/apache/nutch/parse
A