Crash of 1.5.2-1-precise

6 posts / 0 new
Last post
oe8bck
Crash of 1.5.2-1-precise

Hi!
 
I am looking for a Log-program in Linux and cqrlog would be exactly what I need, BUT...
 
It crashes right after startup:
---
oe8bck@shack-pc:/opt/oe8bck$ cqrlog Loading libssl: /usr/lib/i386-linux-gnu/libssl.soLoading libcrypto: /usr/lib/i386-linux-gnu/libcrypto.soLoading libmysqlclient: /usr/lib/i386-linux-gnu/libmysqlclient.so.18Loaded 57530 LoTW usersLoaded 65532 eQSL users*User home directory:    /home/oe8bck/Program home directory: /home/oe8bck/.config/cqrlog/Data directory:         /home/oe8bck/.config/cqrlog/database/Memebers directory:     /usr/share/cqrlog/members/ZIP code directory:     /usr/share/cqrlog/zipcodes/Binary dir:             /usr/bin/Share dir:              /usr/share/cqrlog/TConnection to MySQL:   5.5*/usr/sbin/mysqld --defaults-file=/home/oe8bck/.config/cqrlog/database/my.cnf --default-storage-engine=MyISAM --datadir=/home/oe8bck/.config/cqrlog/database/ --socket=/home/oe8bck/.config/cqrlog/database/sock --skip-grant-tables --port=64000 --key_buffer_size=32M --key_buffer_size=4096KCould not open required defaults file: /home/oe8bck/.config/cqrlog/database/my.cnfFatal error in defaults handling. Program abortedTCustomForm.SetActiveControl frmDBConnect:TfrmDBConnect AWinControl=btnOpenLog:TButton GetParentForm(AWinControl)=frmDBConnect:TfrmDBConnect csLoading=False AWinControl.CanFocus=False IsControlVisible=True Enabled=FalseTApplication.HandleException Cannot focus a disabled or invisible window  Stack trace:  $080824D3  $0807ECA3  $08254DE8  $081640D7  $0827BAB5  $0827BA1F  $08311574  $0080DA7FClosing BandMap windowClosing DXCluster windowClosing TRXControl windowClosing GrayLine windowEnd dmDXCCComplete end dmDXCCClosing dDXCCClosing dDataClosing ini file ...An unhandled exception occurred at $080715BB :EAccessViolation :   $080715BB  $0808A0F9  $08080925  $0807FA8E  $0806C26A  $082545CD  $0808156E  $0825D148  $082525F9  $08252557  $0808403D  $08250F92  $08265043  $08262649  $0807F69F  $08083299  $0808A559---
Touching /home/oe8bck/.config/cqrlog/database/my.cnf dos not help. A mysqld is already running, and I would like to use a different database server.
What to do?!?
 
73 de Christof
 

k8wdx
Where did you get CQRlog from

Where did you get CQRlog from? Did you get it from the repostories? if so, get rid of that then download it from this site, and it will work.. HTH Tom K8WDX

Tom K8WDX

oe8bck
Source of cqrlog

Thanks for the answer!
 
I do not know 100% where the package (1.5.2-1~precise) came from. So I removed all packages (sudo apt-get clean) and selected the one from LP-PPA-ok2cqr/precise explicitely.
 
After starting cqrlog, the same error message came up.
 
73 de Christof

ok2cqr
ok2cqr's picture
Re: Source of cqrlog

Hello Christof,
 
please try to delete connection configuration file ~/.config/cqrlog/cqrlog_login.cfg and let me know it it helped.
 
73 Petr, OK2CQR

oe8bck
Could not open required defaults file: database/my.cnf

Hi Petr,

After a while, I re-tried to run CQRLOG as it looks like THE log program I want to use. But I have still the same problem. I am running Ubuntu 12.10 and cqrlog from the original source as well as your PPA and also the DEB are producing the same errors (after completely deleting .config/cqrlog:

 oe8bck@ubuntu:~/Downloads$ cqrlog
Loading libssl: /usr/lib/i386-linux-gnu/libssl.so
Loading libcrypto: /usr/lib/i386-linux-gnu/libcrypto.so.0.9.8
Loading libmysqlclient: /usr/lib/i386-linux-gnu/libmysqlclient.so.18.0.0
Loaded 57530 LoTW users
Loaded 65532 eQSL users
*
User home directory:    /home/oe8bck/
Program home directory: /home/oe8bck/.config/cqrlog/
Data directory:         /home/oe8bck/.config/cqrlog/database/
Memebers directory:     /usr/share/cqrlog/members/
ZIP code directory:     /usr/share/cqrlog/zipcodes/
Binary dir:             /usr/bin/
Share dir:              /usr/share/cqrlog/
TConnection to MySQL:   5.5
*
/usr/sbin/mysqld --defaults-file=/home/oe8bck/.config/cqrlog/database/my.cnf --default-storage-engine=MyISAM --datadir=/home/oe8bck/.config/cqrlog/database/ --socket=/home/oe8bck/.config/cqrlog/database/sock --skip-grant-tables --port=64000 --key_buffer_size=32M --key_buffer_size=4096K
Could not open required defaults file: /home/oe8bck/.config/cqrlog/database/my.cnf
Fatal error in defaults handling. Program aborted
TCustomForm.SetActiveControl frmDBConnect:TfrmDBConnect AWinControl=btnOpenLog:TButton GetParentForm(AWinControl)=frmDBConnect:TfrmDBConnect csLoading=False AWinControl.CanFocus=False IsControlVisible=True Enabled=False
TApplication.HandleException Cannot focus a disabled or invisible window
  Stack trace:
  $080824D3
  $0807ECA3
  $08254DE8
  $081640D7
  $0827BAB5
  $0827BA1F
  $08311574
  $B701DA7F
Closing BandMap window
Closing DXCluster window
Closing TRXControl window
Closing GrayLine window
End dmDXCC
Complete end dmDXCC
Closing dDXCC
Closing dData
Closing ini file ...
An unhandled exception occurred at $080715BB :
EAccessViolation :
  $080715BB
  $0808A0F9
  $08080925
  $0807FA8E
  $0806C26A
  $082545CD
  $0808156E
  $0825D148
  $082525F9
  $08252557
  $0808403D
  $08250F92
  $08265043
  $08262649
  $0807F69F
  $08083299
  $0808A559

Any further hints?!?

73 de Christof

ok2cqr
ok2cqr's picture
Re: Could not open required defaults file: database/my.cnf

Hello Christof.
it seems that mysql won't run and cqrlog crash. Please try to get work this command:
/usr/sbin/mysqld --defaults-file=/home/oe8bck/.config/cqrlog/database/my.cnf --default-storage-engine=MyISAM --datadir=/home/oe8bck/.config/cqrlog/database/ --socket=/home/oe8bck/.config/cqrlog/database/sock --skip-grant-tables --port=64000 --key_buffer_size=32M --key_buffer_size=4096K
and cqrlog will work as well. I'll remove this dependency in the future. It's not needed when you are using dedicated mysql server.
 
73 Petr, OK2CQR