Announcement

Collapse
No announcement yet.

Akonadi broken after upgrade.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Hm... Akonadi has been rock solid here for some time now, not sure what else to say as I haven't had to embark on any troubleshooting of my own in ages.

    Idea: switch the back end to PostgreSQL. I have heard of sporadic instances where different databses work better for different people. I'm not aware of any specific cause-effect relationships. But it might be a useful test for you to try.

    Comment


      #17
      Originally posted by SteveRiley View Post
      Idea: switch the back end to PostgreSQL.
      Good idea! But how is it done?

      Comment


        #18
        Originally posted by SteveRiley View Post
        Hm... Akonadi has been rock solid here for some time now, not sure what else to say as I haven't had to embark on any troubleshooting of my own in ages.
        Due to a few other little peculiarities that seem to be creeping out of the woodwork I decided to go with a clean, fresh, brand spanking new home directory and now akonadi seems to be ok (fingers crossed).

        I've been running Linux since 1999, been through a lot of different distros, and since then I've reset my home directory only once before today and that was on the transition from KDE 3 to KDE 4. Things seem to be running a lot smoother now and the fonts have improved as well. One thing I noticed immediately was how fast akonadi nepomuk now is when starting from scratch.
        Last edited by ContextSwitch; Nov 03, 2013, 05:24 AM. Reason: Typed akonadi when I meant nepomuk

        Comment


          #19
          Keep an eye on it. I have to disable indexing of email or virtuose_t goes postal, pegs two cup's and throws segfault messages all over the syslog.

          Peter.

          Comment


            #20
            Originally posted by zeron00 View Post
            Good idea! But how is it done?
            1. Open a console window and run
            Code:
            akonadictl stop
            2. Follow my steps in post #12

            3. Run
            Code:
            sudo apt-get install akonadi-backend-postgresql
            4. While still in the console window, type
            Code:
            kcmshell4 kcm_akonadi
            In the window that opens, click the Akonadi Server Configuration tab. In the Database driver dropdown, choose PostgreSQL.

            5. Near the bottom right corner of the window, click Start. Then click OK.

            6. Recreate your resources.

            Comment


              #21
              An easy solution worked for me

              Comment


                #22
                The following fixed the issue for me

                Code:
                mysql --socket=/home/user/.local/share/akonadi/socket-pippo/mysql.socket
                username is "user" and the hostname is "pippo".
                Code:
                mysql> use akonadi;
                mysql> DELETE FROM PartTable WHERE name = 'GID';

                Comment


                  #23
                  I will confirm that the bug persists as of the date of this post.

                  The operative problem, I think, from the following discussion at Launchpad is:

                  If one does not do the "Knotes" migration.

                  I, unfortunately, did not do that for the following reason:

                  After years of debate about turning the computer off or leaving it run, I have now opted for turning it off.

                  The reason for this is because I do "most" of my work on my cellphone.

                  So, when the upgrade to Trusty popped I did it, it took many hours, and the next day, after the restart, I had to go to the college and just shut down the machine after the restart.

                  I have done a manual reinstall of Kontact, a manual reinstall of Akonadi, and also did the method provided above using console.

                  The "possible" PRE-EMPTIVE fix is that anyone reading this thread and is going to do the upgrade to Trusty to actually DO the knotes migration.

                  Unless the "migration" thing was part of the problem to begin with.

                  ANCILLARY ATTEMPTS:

                  I removed my e-mail clients, gmail, the college and yahoo all of which were working in Saucy and it did not help.

                  In the link below there is mention of manually editing a database, this may or may not work so,,,,

                  Somebody might attempt a manual edit:

                  Experienced this issue upgrading from Kubuntu 13.10 to 14.04; Akonadi DB probably goes back to Kubunnto 12 era :
                  mysql> DELETE FROM PartTable WHERE name='GID';
                  Query OK, 48 rows affected (1.12 sec)
                  https://bugs.launchpad.net/ubuntu/+s...i/+bug/1290717

                  The problem there is that of the uninitiated finding the particular database and editing using the console therein.

                  So, if someone with vastly more experience would care to post a NON-cryptic post with complete step by step directions then maybe someone could try it.

                  A SIDE NOTE:

                  I was surprised to see that Akonadi only has the one option of "starting or stopping".

                  is it possible that this subsuming of code into other parts of Akonadi is part of the problem?

                  woodsmoke
                  sigpic
                  Love Thy Neighbor Baby!

                  Comment


                    #24
                    Problem exists when updating to Kubuntu 14.04 with Akonadi failing to start

                    Originally posted by TheGrep View Post
                    I seem to have resolved my akonadi issues, though time will tell. So far, so good. First I tried to mv the ~/.config/akonadi directory, which didn't fix it. Not sure if it contributed to fixing it, though, but it did make me have to reconfigure things again.

                    Anyways, things seem to be functional after I did this:

                    sudo apt-get update
                    sudo apt-get dist-upgrade
                    sudo apt-get install akonadi-server kubuntu-desktop --reinstall
                    So I had this problem, which manifested as sflphone hanging with high CPU load, running from command line showed it was falling over due to Akonadi being broken. I followed the steps above (renamed the config dir, then reinstalled) and Akonadi now starts properly, so part 1 in the process appears to be resolved.

                    Thanks folks!

                    Ruth
                    Ruth Cheesley - Linux Noobie<br />Virya Technologies

                    Comment

                    Working...
                    X