Hi Brendan<div><br></div><div>I thought I would do a reply all...</div><div><br></div><div>They must have changed things and the wiki is not up to date any more.</div><div><br></div><div><div><font face="'courier new', monospace">rpm -Uvh <a href="http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm">http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm</a></font></div>
<div><br></div><div>gives you</div><div><br></div><div><div><font face="'courier new', monospace"><br></font></div><div><font face="'courier new', monospace">error: skipping <a href="http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm">http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm</a> - transfer failed - Unknown or unexpected error</font></div>
<div><font face="'courier new', monospace">warning: u 0x930bca0 ctrl 0x930cab8 nrefs != 0 (<a href="http://download.fedoraproject.org">download.fedoraproject.org</a> http)</font></div></div><div><br></div><div><br>
</div><div>If you go look at the URL, it doesn't even resolve.  The name resolves to 67.215.65.132, but if I try <a href="http://67.215.65.132">http://67.215.65.132</a>, I get a 404 error.</div><div><br></div><div><br>
</div><div><br></div><div>Mike va3mw</div><div><br></div><br><div class="gmail_quote">On Thu, Mar 1, 2012 at 6:27 AM, Brendan Minish <span dir="ltr"><<a href="mailto:ei6iz.brendan@gmail.com">ei6iz.brendan@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Here are some notes I prepared a couple of years back back on installing dxspider<br>
on centos, use in conjunction with the install notes on the dxspider<br>
wiki.<br>
<br>
<br>
<br>
<br>
I have installed quite a few dxspider nodes on Centos, work on centos<br>
systems as a systems administrator and am a certified RHCE, feel free to<br>
ask further questions if if required.<br>
<br>
up2date is long gone from redhat and fedora based distros<br>
<br>
<br>
these instructions will also apply pretty much verbatim all recent<br>
versions of fedora.<br>
<br>
Linux Centos5.x (&RHEL5.x)<br>
Centos is a good choice for building clusters since it's a binary<br>
rebuild of Redhat Enterprise linux and as a result has a long support<br>
lifespan. It's very popular for servers due to it's long support<br>
lifecycle<br>
<br>
see <a href="http://www.centos.org/" target="_blank">http://www.centos.org/</a><br>
<br>
For centos Install the EPEL repository, this makes perl-Curses available<br>
within the packaging system, this is not required on fedora<br>
<br>
<a href="http://fedoraproject.org/wiki/EPEL/FAQ#What_is_EPEL.3F" target="_blank">http://fedoraproject.org/wiki/EPEL/FAQ#What_is_EPEL.3F</a><br>
<br>
Follow the instructions there for 'version proof' install instructions<br>
For the current version, as root issue the following command<br>
<br>
rpm -Uvh<br>
<a href="http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm" target="_blank">http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm</a><br>
<br>
install the packages required for dxspider<br>
<br>
yum install perl-TimeDate perl-Digest-SHA1 perl-Curses perl-Net-Telnet<br>
git gcc<br>
<br>
# adduser -m sysop<br>
<br>
# passwd sysop<br>
# New UNIX password:<br>
# Retype new UNIX password:<br>
  passwd: all authentication tokens updated successfully<br>
<br>
(yes I know that /home/sysop/spider we are about to link to does not<br>
exist yet but the plan is to use git to pull it in as the sysop user a<br>
bit later and I am root right now and doing it in this order does not<br>
break anything.<br>
<br>
# ln -s ~sysop/spider /spider<br>
# groupadd -g 251 spider<br>
<br>
Use the following commands to add the users to the spider group, I am<br>
not sure what ins meant by 'alias' and adding the user's call?<br>
<br>
# usermod -aG spider sysop<br>
# usermod -aG spider root<br>
<br>
Change to user sysop<br>
<br>
# su - sysop<br>
<br>
use git to get latest DXspider build<br>
<br>
$ git clone git://<a href="http://scm.dxcluster.org/scm/spider" target="_blank">scm.dxcluster.org/scm/spider</a><br>
<br>
Fix up permissions (AS THE SYSOP USER, current walk-though should be<br>
edited to show $ instead of # here to reflect this )<br>
<br>
Very bad things happen if you run these as root and in the wrong place,<br>
so we need to make it abundantly clear that these are to be run as the<br>
sysop user in the sysop's home directory /home/sysop<br>
<br>
$ chown -R sysop.spider spider<br>
$ find . -type d -exec chmod 2775 {} \;<br>
$ find . -type f -exec chmod 775 {} \;<br>
<br>
<br>
Go do the DXvars thing.<br>
<br>
Autostarting<br>
<br>
the inittab trick works fine on centos 5.x, this will probably change on<br>
6.x so for 6.x and fedora use the upstart script<br>
I considered writing a proper service init script but it's likely to<br>
change in the next release, so not today ..<br>
<font color="#888888"><br>
<br>
<br>
--<br>
73<br>
Brendan EI6IZ<br>
<br>
<br>
_______________________________________________<br>
Dxspider-support mailing list<br>
<a href="mailto:Dxspider-support@dxcluster.org">Dxspider-support@dxcluster.org</a><br>
<a href="http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support" target="_blank">http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
</font></blockquote></div><br><br clear="all"><div><br></div>-- <br>Michael Walker<div><br></div><div><i><font color="#FF0000"><b>Michael Walker Technology </b></font></i></div><div><i><font color="#FF0000"><b><br></b></font></i></div>
<div><i><font color="#FF0000">Michael Walker Aerial<span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-style:normal;font-size:13px;border-collapse:collapse"> </span>Photography</font></i></div><div><i><font color="#FF0000"><a href="http://www.walkerphotography.ca" target="_blank">www.walkerphotography.ca</a></font></i></div>
<div><br></div><br>
</div>