<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Erwin<br>
<br>
I suspect that your git repository has got screwed up. What are
you running on? If it is an RPi then you may be looking at a worn
out disk. <br>
<br>
Someone else had this problem (or something very similar) a couple
of months back I suggested replacing the .git tree in /spider with
the one from a new git clone into /tmp. But first just try:<br>
<br>
git checkout -f mojo<br>
<br>
Dirk<br>
<br>
On 09/09/2020 10:24, Erwin Fiten via Dxspider-support wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAMZWqJVB2T1ut4vQz6DktmXxNyb9DrtvL=mu_217HRvzLDaX6w@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">OK, this already looks promising, the MOJO branch
was still not active (strange because it worked before :) )
<div>So this is what I have now? how can I update, if possible,
without loosing my settings ?</div>
<div><br>
</div>
<div>This is the output : </div>
<div><br>
</div>
<div><font face="monospace">$ git branch<br>
* master<br>
mojo<br>
$ git checkout mojo<br>
error: The following untracked working tree files would be
overwritten by checkout:<br>
cmd/accept/<a href="http://rbn.pl"
moz-do-not-send="true">rbn.pl</a><br>
cmd/clear/<a href="http://rbn.pl"
moz-do-not-send="true">rbn.pl</a><br>
cmd/<a href="http://dmesg.pl" moz-do-not-send="true">dmesg.pl</a><br>
cmd/<a href="http://nospawn.pl"
moz-do-not-send="true">nospawn.pl</a><br>
cmd/reject/<a href="http://rbn.pl"
moz-do-not-send="true">rbn.pl</a><br>
cmd/set/<a href="http://rbn.pl"
moz-do-not-send="true">rbn.pl</a><br>
cmd/set/<a href="http://wantrbn.pl"
moz-do-not-send="true">wantrbn.pl</a><br>
cmd/show/<a href="http://debug_ring.pl"
moz-do-not-send="true">debug_ring.pl</a><br>
cmd/stat/<a href="http://route.pl"
moz-do-not-send="true">route.pl</a><br>
cmd/unset/<a href="http://wantrbn.pl"
moz-do-not-send="true">wantrbn.pl</a><br>
dxspider.service<br>
dxweb/d_x_web.conf<br>
dxweb/dxweb<br>
dxweb/lib/DXWeb.pm<br>
dxweb/lib/DXWeb/Controller/Example.pm<br>
dxweb/public/index.html<br>
dxweb/script/dxweb<br>
dxweb/t/basic.t<br>
dxweb/templates/example/welcome.html.ep<br>
dxweb/templates/layouts/default.html.ep<br>
perl/DXSubprocess.pm<br>
perl/RBN.pm<br>
perl/SysVar.pm<br>
perl/Web.pm<br>
perl/<a href="http://call.pl" moz-do-not-send="true">call.pl</a><br>
perl/<a href="http://convert-users-v3-to-v3j.pl"
moz-do-not-send="true">convert-users-v3-to-v3j.pl</a><br>
perl/<a href="http://create_dxqsl.pl"
moz-do-not-send="true">create_dxqsl.pl</a><br>
perl/<a href="http://mojonode.pl"
moz-do-not-send="true">mojonode.pl</a><br>
perl/public/css/bootstrap-theme.css<br>
perl/public/css/bootstrap-theme.css.map<br>
perl/public/css/bootstrap-theme.min.css<br>
perl/public/css/bootstrap.css<br>
perl/public/css/bootstrap.css.map<br>
perl/public/css/bootstrap.min.css<br>
perl/public/fonts/glyphicons-halflings-regular.eot<br>
perl/public/fonts/glyphicons-halflings-regular.svg<br>
perl/public/fonts/glyphicons-halflings-regular.ttf<br>
perl/public/fonts/glyphicons-halflings-regular.woff<br>
perl/public/js/bootstrap.js<br>
perl/public/js/bootstrap.min.js<br>
perl/<a href="http://rbn.pl" moz-do-not-send="true">rbn.pl</a><br>
Please move or remove them before you switch branches.<br>
Aborting</font><br>
</div>
<div><font face="monospace"><br>
</font></div>
<div><font face="arial, sans-serif">I don't think I will
overwrite anything with this ? How can I proceed ?</font></div>
<div><font face="arial, sans-serif"><br>
</font></div>
<div><font face="arial, sans-serif">Erwin</font></div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">Op wo 9 sep. 2020 om 11:07
schreef Dirk Koopman via Dxspider-support <<a
href="mailto:dxspider-support@tobit.co.uk"
moz-do-not-send="true">dxspider-support@tobit.co.uk</a>>:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<div>Try:<br>
<br>
git branch<br>
<br>
you should see:<br>
<br>
djk@dirk6:/spider$ git branch<br>
master<br>
* mojo<br>
<br>
If the '*' is next to anything other than mojo, then try:<br>
<br>
git checkout mojo<br>
<br>
73 Dirk G1TLH<br>
<br>
PS and no, I don't know what's happening.<br>
<br>
On 09/09/2020 09:55, Erwin Fiten via Dxspider-support
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">That's the strange thing, previously it
was..
<div>But I did the procedure again.</div>
<div><br>
</div>
<div><font face="monospace">$ mkdir /spider/local_data<br>
<b>mkdir: cannot create directory
‘/spider/local_data’: File exists</b><br>
</font></div>
<div><font face="monospace"><br>
</font></div>
<div><font face="monospace">$ git reset --hard<br>
HEAD is now at 94bbcdee6 new RBN.mojo, update
UPGRADE.mojo and CTY-3011<br>
$ git pull --all<br>
Fetching origin<br>
<b>Already up to date.</b><br>
$ git checkout --track -b mojo origin/mojo<br>
<b>fatal: A branch named 'mojo' already exists.</b><br>
</font></div>
<div><font face="monospace"><br>
</font></div>
<div><font face="monospace">$ sudo ln -s /spider/perl/<a
href="http://console.pl" target="_blank"
moz-do-not-send="true">console.pl</a>
/usr/local/bin/dx<br>
<b>ln: failed to create symbolic link
'/usr/local/bin/dx': File exists</b><br>
$ sudo ln -s /spider/perl/*dbg /usr/local/bin<br>
<b>ln: failed to create symbolic link
'/usr/local/bin/grepdbg': File exists<br>
ln: failed to create symbolic link
'/usr/local/bin/watchdbg': File exists</b></font><br>
</div>
<div><br>
</div>
<div>So this all looks like it was already OK, not ?</div>
<div><br>
</div>
<div>but when I start the cluster again, and login, i
still get : <br>
<br>
running DXSpider V1.55 build 0.216<br>
</div>
<div><br>
</div>
<div>FYI : <a href="http://nolcluster.on8ar.eu:7300"
target="_blank" moz-do-not-send="true">nolcluster.on8ar.eu:7300</a></div>
<div><br>
</div>
<div>So I'm not sure what I did wrong ?</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">Op wo 9 sep. 2020 om
10:33 schreef Ian Maude via Dxspider-support <<a
href="mailto:dxspider-support@tobit.co.uk"
target="_blank" moz-do-not-send="true">dxspider-support@tobit.co.uk</a>>:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px
0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">You do not appear
to be on the mojo branch. Follow UPGRADE.mojo to get
there.<br>
<br>
73 Ian<br>
<br>
On Wed, 9 Sep 2020 at 09:22, Erwin Fiten via
Dxspider-support<br>
<<a href="mailto:dxspider-support@tobit.co.uk"
target="_blank" moz-do-not-send="true">dxspider-support@tobit.co.uk</a>>
wrote:<br>
><br>
> A month ago I installed dxspider from scratch.<br>
> If I can remember, it was 1.57 build 315 then.<br>
><br>
> Now, I was checking to update, and followed the
instructions on <a
href="http://www.dxcluster.org/download/"
rel="noreferrer" target="_blank"
moz-do-not-send="true">http://www.dxcluster.org/download/</a><br>
><br>
> So what do I do :<br>
> as root : /etc/init.d/dxspider stop<br>
><br>
> login as the sysop user.<br>
> git clone git://<a
href="http://scm.dxcluster.org/scm/spider"
rel="noreferrer" target="_blank"
moz-do-not-send="true">scm.dxcluster.org/scm/spider</a>
spider.new<br>
> cp -a spider.new/.git /spider<br>
> rm -rf spider.new<br>
> cd /spider<br>
> git reset --hard<br>
><br>
> This results in the following message :<br>
><br>
> HEAD is now at 94bbcdee6 new RBN.mojo, update
UPGRADE.mojo and CTY-3011<br>
><br>
> exit sysop user<br>
> as root : /etc/init.d/dxspider start<br>
><br>
><br>
> Now, the welcome message tells me :<br>
><br>
> running DXSpider V1.55 build 0.216<br>
><br>
> What do I do wrong? or what's the correct
procedure to update?<br>
> I'm running debian 10, and DXspider is connecting
to MariaDB<br>
><br>
><br>
> Erwin (ON8AR) sysop ON0NOL<br>
><br>
><br>
><br>
> _______________________________________________<br>
> Dxspider-support mailing list<br>
> <a href="mailto:Dxspider-support@tobit.co.uk"
target="_blank" moz-do-not-send="true">Dxspider-support@tobit.co.uk</a><br>
> <a
href="https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support"
rel="noreferrer" target="_blank"
moz-do-not-send="true">https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
<br>
_______________________________________________<br>
Dxspider-support mailing list<br>
<a href="mailto:Dxspider-support@tobit.co.uk"
target="_blank" moz-do-not-send="true">Dxspider-support@tobit.co.uk</a><br>
<a
href="https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support"
rel="noreferrer" target="_blank"
moz-do-not-send="true">https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
</blockquote>
</div>
<br>
<fieldset></fieldset>
<pre>_______________________________________________
Dxspider-support mailing list
<a href="mailto:Dxspider-support@tobit.co.uk" target="_blank" moz-do-not-send="true">Dxspider-support@tobit.co.uk</a>
<a href="https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support" target="_blank" moz-do-not-send="true">https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a>
</pre>
</blockquote>
<br>
</div>
_______________________________________________<br>
Dxspider-support mailing list<br>
<a href="mailto:Dxspider-support@tobit.co.uk" target="_blank"
moz-do-not-send="true">Dxspider-support@tobit.co.uk</a><br>
<a
href="https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
</blockquote>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Dxspider-support mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dxspider-support@tobit.co.uk">Dxspider-support@tobit.co.uk</a>
<a class="moz-txt-link-freetext" href="https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support">https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a>
</pre>
</blockquote>
<br>
</body>
</html>