New CQRLOG beta version

3 posts / 0 new
Last post
ok1rr
ok1rr's picture
New CQRLOG beta version

Radio control does not work.

Error message:

Database upgrade crashed with this error:
TMySQL56Connection : Error executing query: Duplicate column name 'rxfreq'

from my terminal:

martin@martin:~$ mc

martin@martin:/usr/bin$ ./cqrlog

**** DEBUG LEVEL 0 ****
**** CHANGE WITH --debug=1 PARAMETER ****

2018-04-24 9:42:10 140572636926528 [Note] /usr/sbin/mysqld (mysqld 10.1.26-MariaDB-0+deb9u1) starting as process 4876 ...

oh1kh
New CQRLOG beta version

HI !

TRXControl works here.
[saku@hamtpad ~]$ mysql --version
mysql Ver 15.1 Distrib 10.1.30-MariaDB, for Linux (x86_64) using readline 5.1

And it should not be related to database upgrade (that seems to be done twice as column rxfreq exist, but somehow initiated again. Means that it thinks DB version is less than 15)

How about moving ~/.config/cqrlog to safe and start as "new user". Does TRXControl work then?

--
Saku
OH1KH

ok2cqr
ok2cqr's picture
Re: New CQRLOG beta version

It seems the problem is related somewhere in the database structure version. In the QSO list windows, there is a SQL console. if you enter this command:

select * from db_version;

What version do you get? If you got 15, backup the main database and run this SQL command:

update db_version set nr = 15;

It should work. It's strange to write this in English but it may help also to others.