[Dxspider-support] Assistance with Setup
Michael Serowik
maserowik at verizon.net
Thu Oct 10 15:53:46 BST 2024
Sorry for long post but wanted to give as much information as I can.
Here is my current setup
RPiModel B Rev 2 (1GB) : Raspbian GNU/Linux 12 (bookworm) 32-bit (armhf) :
Lite Version : installed on 2024-10-09 15:19:28
Here is the version of DX Spider I am running
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git://scm.dxcluster.org/scm/spider
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "mojo"]
remote = origin
merge = refs/heads/mojo
Here is the database setup
sysop at pi-dx-spider:~/spider $ mysql -u sysopAdmin -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 49
Server version: 10.11.3-MariaDB-1+rpi1 Raspbian 12
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
MariaDB [(none)]> SHOW DATABASES;
+--------------------+
| Database |
+--------------------+
| dxcluster |
| information_schema |
+--------------------+
2 rows in set (4.891 sec)
MariaDB [(none)]>
Here are the tables inside database
MariaDB [(none)]> USE dxcluster;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [dxcluster]> SHOW TABLES;
+---------------------+
| Tables_in_dxcluster |
+---------------------+
| spot |
+---------------------+
1 row in set (0.004 sec)
MariaDB [dxcluster]>
Here is the structure in PHPMYADMIN
Here is my setting in DXvars.pm
# the SQL database DBI dsn
$dsn = "dbi:mysql:dxcluster:localhost:3306";
$dbuser = "sysopAdmin";
$dbpass = "*********";
I am at a loss as to what is causing data not to flow from dxspider to the
mariadb. Anyone have any ideas on what to check?
Thanks
Mike - N3bsq
--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20241010/5469ef89/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 28549 bytes
Desc: not available
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20241010/5469ef89/attachment-0001.jpg>
More information about the Dxspider-support
mailing list