Deb backport for Debian Jessie?

6 posts / 0 new
Last post
N0NB
Deb backport for Debian Jessie?

As I'm running Debian Jessie, the version of CQRlog is getting a bit old (1.8.2) so I thought I'd try an update. Well, there is no newer version available via Jessie backports so I checked here and grabbed the 1.9.1 amd64 .deb. It required a MySQL development package to install (huh?) and once that was done my attempt to start the program resulted in pair of error boxes. The one was a complaint that the database could not connect to the server! I don't have a bloody MySQL server running and won't have one! The other box complained about apparmor and suggested a fix which I applied to no change in the program behavior. After a couple of runs I got brave and entered the program, but no logs in the list.

I purged the .deb and tried with the tar.gz binary with the same results. I've jumped back to the Jessie version and all is well again.

I take it apparmor is a Ubuntu thing and not running that system is causing CQRlog fits now (hopefully this isn't becoming a Ubuntu only program). Requiring a running MySQL server is equally bad as I have no idea how I'd migrate my current log data held in $HOME/.config/cqrlog/database into a central server and don't want another process sucking up precious RAM when I'm not using CQRlog. I guess someone wants this; I'd be perfectly happy with SQLite holding my log data.

I'm back to 1.8.2 and happy for the moment again.

Rant mode off!

73, Nate

MM0AMV
Oh Dear.

I tried it with Debian Jessie as well, before I had read your post.
Exactly the same result.
I am also now back with 1.8.2.

73 Wallace

MM0AMV
Problem resolved.

Download and install version 1.9.1
Before running CQRLog, open up /etc/apparmor.d/usr.sbin.mysqld
After the final } bracket, add
@{HOME}/.config/cqrlog/database/** rwk,
Save and exit.
Reboot machine.
CQRLog 1.9.1 is now good to go.

73 Wallace

ok2cqr
ok2cqr's picture
Re: Deb backport for Debian Jessie?

Hi,

I'm sorry, it seems that packages on CQRLOG website are broken. CQRLOG won't be Ubuntu only software, there is a bug in post install script that I already fixed in Ubuntu packages but forget to rebuild Debian version. It will be finex in 1.9.2, now please use tar.gz to your home directory.

73 Petr

N0NB
I'll wait for 1.9.2

I had the same result with the tar.gz that I downloaded as I noted above.

Also, will it be required to run the mysql server in newer releases? Is the program's complaint of not being able to find a mysql server a result of this bug?

ok2cqr
ok2cqr's picture
Re: I'll wait for 1.9.2

Hi Nate,

I'm sorry for late reply, I overlooked your post.

No, running MySQL server is an option. The bug is in post install scripts. Debian already uses systemd, my Ubuntu 14.04 doesn't. I'm not so keen in DEB packages but I have to solve that :(.

73 Petr