[Akonadi] [Bug 421922] kde-apps/akonadi-{19.08.3,19.12.2} with dev-db/mysql-8.0.19{-r1} - error: 'Can't connect to local MySQL server through socket '/run/user/1000/akonadi/mysql.socket' (2)'

2021-02-25 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=421922

--- Comment #14 from Stephan Karacson  ---
New Gentoo build kde-apps/akonadi-20.12.2-r1 hit stable. Works for me (with the
akonadi-reset first and the default mysql-conf by supplied kdepim).
Thank you all for resolve  and valuable work.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 421922] kde-apps/akonadi-{19.08.3,19.12.2} with dev-db/mysql-8.0.19{-r1} - error: 'Can't connect to local MySQL server through socket '/run/user/1000/akonadi/mysql.socket' (2)'

2020-08-15 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=421922

--- Comment #6 from Stephan Karacson  ---
Tested your patch on my old test-pc and now on my productive one, thank you a
lot. 

Although it still needs new akonadi-recources (lost configs of mail and all
extra organizer files, some like default ics and outgoing mails are kep).

I can confirm that the patch works on 2 machines with gentoo &
kde-apps/akonadi-20.04.3, dev-db/mysql-8.0.20-r1.

It's a good workaround and I hope it survives the updates.
But what about the people who don't know /etc?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 421922] kde-apps/akonadi-{19.08.3,19.12.2} with dev-db/mysql-8.0.19{-r1} - error: 'Can't connect to local MySQL server through socket '/run/user/1000/akonadi/mysql.socket' (2)'

2020-08-10 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=421922

--- Comment #4 from Stephan Karacson  ---
Sorry for the big delay, but during these days my work became priority and took
all time. 

Just tested it on my old PC, (never used akonadi on that I believe, no akonadi
recources on that pc)
Upgrated to mysql 8.0.20 and akonadi 20.04.3. same result. Akonadi won't start.

Is mysql the only backend with auto-configuration? If mariadb is managed by
akonadi by private instance gentoo could/should add it as default option.

The problem is that gentoo dropped the mysql-connector-c package older than 8.
As I can't run a full sql-server for a single kdepim on an laptop the pressure
rises...

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 421922] kde-apps/akonadi-{19.08.3,19.12.2} with dev-db/mysql-8.0.19{-r1} - error: 'Can't connect to local MySQL server through socket '/run/user/1000/akonadi/mysql.socket' (2)'

2020-05-22 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=421922

--- Comment #2 from Stephan Karacson  ---
It wasn't me who tried lower_case_table_names=0, seems Manfred Knick did it,
with success.

My approach was a clean akonadi-setup, tested with mysql 5.7 and 8.
Currently I have a lack of machine for testing. I might have set up one in some
days.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 421922] New: kde-apps/akonadi-{19.08.3,19.12.2} with dev-db/mysql-8.0.19{-r1} - error: 'Can't connect to local MySQL server through socket '/run/user/1000/akonadi/mysql.socket' (2)'

2020-05-22 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=421922

Bug ID: 421922
   Summary: kde-apps/akonadi-{19.08.3,19.12.2} with
dev-db/mysql-8.0.19{-r1} - error: 'Can't connect to
local MySQL server through socket
'/run/user/1000/akonadi/mysql.socket' (2)'
   Product: Akonadi
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: stkao...@gmx.at
  Target Milestone: ---

As suggested on Gentoo I report this bug here as it hit us and is noticed as an
serious problem.
Gentoo bug: https://bugs.gentoo.org/709812

Hit me first on akonadi-19.08.3 (whole kdepim doesnt work since update)

I tried to rebuild database (delete ~/.local/share/akonadi/ ~/.config/akonadi/
~/.config/akonadi*) 

Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadiserver: Starting up the Akonadi Server...
org.kde.pim.akonadiserver: database server stopped unexpectedly
org.kde.pim.akonadiserver: Database process exited unexpectedly during initial
connection!
org.kde.pim.akonadiserver: executable: "/usr/sbin/mysqld"
org.kde.pim.akonadiserver: arguments:
("--defaults-file=/home/USER/.local/share/akonadi/mysql.conf",
"--datadir=/home/USER/.local/share/akonadi/db_data/",
"--socket=/run/user/1000/akonadi/mysql.socket",
"--pid-file=/run/user/1000/akonadi/mysql.pid")
org.kde.pim.akonadiserver: stdout: ""
org.kde.pim.akonadiserver: stderr: ""
org.kde.pim.akonadiserver: exit code: 1
org.kde.pim.akonadiserver: process error: "Unknown error"
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket
'/run/user/1000/akonadi/mysql.socket' (2)'
Check that mysqld is running and that the socket:
'/run/user/1000/akonadi/mysql.socket' exists!
org.kde.pim.akonadiserver: Failed to remove runtime connection config file
org.kde.pim.akonadiserver: Shutting down AkonadiServer...
org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited
normally...

reemerge akonadi* and qtsql with new mysql doesn't work

downgrade to mysql 5.7 works with resetting (delete folders and setting up
whole kdepim) again.


STEPS TO REPRODUCE
1. Upgrade to mysql 8
2. start any kdepim-program
3. See that no KDE-applikation can access akonadi

Thomas Deutschmann said I should "make sure that this server configuration is
compatible with MySQL v8".
As I use the auto-configuration of akonady with an user-mysql-instance I coul'd
only tweak it after wrong auto-config by akonadi, somehow...
He and Manfred Knick also suggested that the lower_case_table_names must be
initialized or converted correctly.

As you see, I am no expert in mysql. But it seems akonadi fails on confing
mysql  version 8 and breaks my whole, single productive kdepim-installation.
(and sorry, I had a hell of work in the last two month so this report is a
little late.)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 322060] Synced swapping on double buffered nvidia GPUs cause high CPU load

2019-06-03 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=322060

--- Comment #158 from Stephan Karacson  ---
I believe it works now without tripleBuffer quite well on kwin 5.15.5 on
Gentoo-GNU/Linux, just to dump a version number here.

-- 
You are receiving this mail because:
You are watching all bug changes.

[juk] [Bug 317666] juk startup is slow if using tree mode

2018-12-03 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=317666

--- Comment #6 from Stephan Karacson  ---
Tested it now in an VM with Openuse Tumbleweed in an vm.
Juk 18.08.3
Playback&progressbar works but the "tree mode" is not available.

-- 
You are receiving this mail because:
You are watching all bug changes.

[juk] [Bug 317666] juk startup is slow if using tree mode

2018-11-20 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=317666

--- Comment #5 from Stephan Karacson  ---
Again I can only say that I can't test it.
Gentoo delivers Juk 18.04.3 which seems to be heavily converted for qt5.
Since that the Progress-bar doesn't move during playback, the
Progress-clock/duration keeps at zero, jumping to ~80% manually makes jumping
to another title and the bug-giving tree-mode seems to be just patched out.

My word alone says not much, other distros might have a stable versions or I
might ave compiled it somehow bad but I don't know how I could have done that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kscd] [Bug 219294] No audiocd playable when theres no /dev/cdrom

2018-11-03 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=219294

Stephan Karacson  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #5 from Stephan Karacson  ---
Im sorry, but this bug seems to have survived it's program.
Gentoo does not supply kscd, kde4 or even qt4 anymore so I currently can't even
test it, not on my productive device.
I loved kscd, but now it has been almost 9 years.
It seems not to be ported to kf5 completely?
https://community.kde.org/Applications/17.12_repo_drop_list_kdelibs4#kmouth_.5BDONE.5D

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-solid] [Bug 387454] MTP doesn't work in KDE with Linux 4.14

2018-03-03 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=387454

Stephan Karacson  changed:

   What|Removed |Added

 CC||stkao...@gmx.at

--- Comment #16 from Stephan Karacson  ---
I can confirm this behaviour. breaks with same error.
Broken on Gentoo (gentoo-sources-4.15.4, kde-frameworks/plasma-5.40.0,
kde-apps/kde-apps-meta-17.08.3, kde-apps/dolphin-17.08.3,
kde-frameworks/kio-5.40.0-r3)

Installing and using xfce-base/thunar-1.6.13 is a successful workaround.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 360963] Select identity and "From" automatically on reply in dependence of the answered mail.

2017-08-28 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=360963

Stephan Karacson  changed:

   What|Removed |Added

 CC||stkao...@gmx.at

--- Comment #3 from Stephan Karacson  ---
I can confirm this. Forward the Email works as expected. Answering the email
does not use the identity manually set in the Folder. It even ignores the the
Standard-identity. Seems it just goes on the alphabet.
Using kmail 17.04.03 on Gentoo.

Strange: Answering uses wrong ID, forward right one.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 343239] KOrganizer silently deletes tasks with no start but a maturity

2017-07-30 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=343239

--- Comment #3 from Stephan Karacson  ---
T be honest the bug was so annoying, it just changed me to make all tasks with
same beginning & end date.

Up to now I have no possibility to test kdepim 5 on Gentoo, but testing the
procedure described above with current stable kdepim 4.14.11_pre20160611 leads
to an startingdate-missing task finished since 24.7 which has not vanished.

If the bug has been patched I might have missed it somehow, sorry.

Your request is reasonable and as I cannot reproduce it now (or anyone else)
closing is the best option.

Anyway, thank you for the manpower making kdepim possible.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 360212] Icon positions in folder view of the desktop are often scrambled after reboot or logout

2017-02-06 Thread Stephan Karacson
https://bugs.kde.org/show_bug.cgi?id=360212

Stephan Karacson  changed:

   What|Removed |Added

 CC||stkao...@gmx.at

--- Comment #4 from Stephan Karacson  ---
The problem was away a short time, but since the last update to 5.8.5-r1
(kde-plasma/plasma-desktop gentoo) it is back again.
Option "Symbols/Sort by/Name" has no effect and is not remembered.

Sometimes it semms sorted just on the main level, but not in the deepers any
more.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 307839] No import from automaticaly added smartphone

2016-05-06 Thread Stephan Karacson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=307839

Stephan Karacson  changed:

   What|Removed |Added

 CC|stkao...@gmx.at |

-- 
You are receiving this mail because:
You are watching all bug changes.