[Dxspider-support] Help Please
Dirk Koopman
djk at tobit.co.uk
Wed Jul 23 11:26:22 BST 2014
On 23/07/14 04:17, na7kr at na7kr.us wrote:
> I’m trying to get back on DXCluster will be looking for links when I can
> get it working…
>
> If I run as Sysop…
>
> /spider/perl$ ./cluster.pl
>
> cluster
>
> DXSpider V1.55, build 0.146 (git: 66d98a2) started
>
> Copyright (c) 1998-2014 Dirk Koopman G1TLH
>
> loading prefixes ...
>
> US Database not loaded
>
> And no more
>
> If run as root starts OK
>
Which ports (on what IP address(es) have you enabled in Internet.pm?
Please do not run on port 23 - this will force you to run as root and if
that happens and it breaks, you get to keep the pieces.
Also have you checked that you have the correct ownership/permissions on
the /spider directory tree? If you have run as root then there *will*
files present with the "wrong" permissions.
What version of perl (perl -v) are you running (and) do you have cPanel
on the system?
The usdb has to be downloaded, see the bottom of the download page
(http://www.dxcluster.org/download/) for instructions.
If in doubt (as root) do:
cd /spider
chown -r sysop:sysop *
find . -type d -exec chmod 02775 {} \;
find . -type f -exec chmod 0664 {} \;
Dirk
More information about the Dxspider-support
mailing list