Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] [solved] Kadress not working  (Read 4340 times)

Offline Lanzi

  • User
  • Posts: 1.784
[EN] [solved] Kadress not working
« on: 2013/05/02, 12:47:44 »
I am running KDE 4.10 and after my last update Kadress was not runing anylonger.
SO I checked, and found out, that it was still the 4.4 Version.
So I upgrades kadress yesterday (it came with a lot of akonadifiles, kpim, Kmail, Kcontact ecc).
and I got this errormessage when starting KDE:

http://freie-software.info/Akonadi.png

Kadressbook is starting after some minutes, but has no entries at all... (quite logical after the errormessage).

What is wrong?

Offline Lanzi

  • User
  • Posts: 1.784
Kadress not working
« Reply #1 on: 2013/05/05, 16:51:47 »
nobody? Or is everybody celebrating The birth of Wheezy :-)

If you need more information, let me know

hefee

  • Guest
RE: Kadress not working
« Reply #2 on: 2013/05/05, 22:35:36 »
What version of kaddressbook do you have now? 4.4 or 4.10? the version shipped with wheezy is 4.4. And with this version kadressbook moved to akonadi. See this site:
http://userbase.kde.org/Archive:Http://userbase.kde.org/Akonadi_4.4/Troubleshooting

Offline Lanzi

  • User
  • Posts: 1.784
RE: Kadress not working
« Reply #3 on: 2013/05/06, 01:41:27 »
I have 4.10 now.

Code: [Select]

apt-cache policy kaddressbook
kaddressbook:
  Installiert:           4:4.10.2-2
  Installationskandidat: 4:4.10.2-2
  Versionstabelle:
 *** 4:4.10.2-2 0
          1 http://ftp.de.debian.org/debian/ experimental/main amd64 Packages
        100 /var/lib/dpkg/status
     4:4.4.11.1+l10n-3+b1 0
        500 http://ftp.de.debian.org/debian/ unstable/main amd64 Packages
        500 http://ftp.de.debian.org/debian/ testing/main amd64 Packages
root@Siduction:/home/h#



Thanks for the link - i will study it tomorrow - today its to late :-)

hefee

  • Guest
RE: Kadress not working
« Reply #4 on: 2013/05/06, 02:05:16 »
oh, you play with experimental :) In this case it can eat your cats. Make a backup! It is actually the first time debian switch to kdepim > 4.4 (kdepim to 4.4, was actually the same codebase than 3.5).

Make sure you use the mysql backend for akonadi and NOT sqlite:
Code: [Select]

 dpkg -l akonadi-backend*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                        Version                    Architecture               Description
+++-===========================================-==========================-======
ii  akonadi-backend-mysql                       1.9.0-0r1                  all                        MySQL storage backend for Akonadi
un  akonadi-backend-postgresql                  <none>                                                (no description available)
un  akonadi-backend-sqlite                      <none>                                                (no description available)

Offline DeepDayze

  • User
  • Posts: 458
Re: RE: Kadress not working
« Reply #5 on: 2013/05/06, 02:53:19 »
Quote from: "hefee"
oh, you play with experimental :) In this case it can eat your cats. Make a backup! It is actually the first time debian switch to kdepim > 4.4 (kdepim to 4.4, was actually the same codebase than 3.5).

Make sure you use the mysql backend for akonadi and NOT sqlite:
Code: [Select]

 dpkg -l akonadi-backend*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                        Version                    Architecture               Description
+++-===========================================-==========================-======
ii  akonadi-backend-mysql                       1.9.0-0r1                  all                        MySQL storage backend for Akonadi
un  akonadi-backend-postgresql                  <none>                                                (no description available)
un  akonadi-backend-sqlite                      <none>                                                (no description available)


Sqlite backend does not work for the new kdepim? Just curious

Offline der_bud

  • User
  • Posts: 1.079
  • member
Re: RE: Kadress not working
« Reply #6 on: 2013/05/06, 08:38:29 »
Quote from: "hefee"
Make sure you use the mysql backend for akonadi and NOT sqlite

Would be indeed interesting to know which of those works best, because since Desperado-Reloaded
Quote from: "Release Notes"
"... Another change comes from our decision to change the default setup of akonadi from mysql to sqlite, as we feel, that the full set of mysql is not mandatory for the job..."

Should be reverted if sqlite is not the best choice.
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

hefee

  • Guest
RE: Re: RE: Kadress not working
« Reply #7 on: 2013/05/06, 19:01:18 »
They switched back to mysql backend for desktop systems in KDEPIM 4.8.
http://techbase.kde.org/Projects/PIM/Akonadi/Database#Backends

Offline DeepDayze

  • User
  • Posts: 458
RE: Re: RE: Kadress not working
« Reply #8 on: 2013/05/06, 22:30:28 »
While they acknowledge the shortcomings of sqlite, for personal addressbooks a local database like sqlite would not be a bad idea though rather than having a full mysql database server running on say an old machine.

Offline Lanzi

  • User
  • Posts: 1.784
RE: Re: RE: Kadress not working
« Reply #9 on: 2013/05/14, 20:11:10 »
okay, a feedback...

Akondai was working right. Thanks for the links to check it

I already suspected, that an upgrade of KDE to the unstable sources (instead of experimental) may fix the problem. SO when KDE 4.10.3 arrived some days ago I waited two more days, so that is was complete and did an DU today.

Everything works fine - all the contacts are back!
Thanks for your help!