|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
kresource migration toolHi,
I am new to this list, so I apologize, if I am dealing with something already handled here. I could not get usefull informations through google. I build KDE-4.3.0 ( I use to build my systems,"Linux from the scratch" ) and it is working so far so good.However, at the end ob the booting process, I get a pop-up message from the kresource migration tool: "trying to migrate 'resource', and then "migration was successfull" Questions: what is beeing migrated, why ( I did'nt ask for that ), who is migrating and how can I kill this to avoid the nasty box every time I start my PC ? Thank you very much, Edgar -- --------------------- Dr.-Ing. Edgar Alwers Weinheim ___________________________________________________ This message is from the kde-linux mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-linux. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html. |
|
|
Re: kresource migration toolOn Monday, 2009-09-28, Dr. Edgar Alwers wrote:
> Hi, > > I am new to this list, so I apologize, if I am dealing with something > already handled here. I could not get usefull informations through google. > > I build KDE-4.3.0 ( I use to build my systems,"Linux from the scratch" ) > and it is working so far so good.However, at the end ob the booting > process, I get a pop-up message from the kresource migration tool: > "trying to migrate 'resource', and then "migration was successfull" > > Questions: what is beeing migrated, why ( I did'nt ask for that ), who is > migrating and how can I kill this to avoid the nasty box every time I start > my PC ? existing KDE profile and making the very same data available through the Akonadi [2] framework. I.e. is it basically a compatibilty tool. However, it should only run once (or whenever the KResource side of things is changed), not on every logon. This could indicate a problem with the Akonadi setup. You could check that in Systemsetting -> Advanced Tab -> Akonadi. That page even has a test function o[3] n its second tab in case it is not running correctly. See also http://userbase.kde.org/Akonadi Additionally, since as of KDE version 4.3 only very few applications are already using the new framework, you can opt to disable automatic migration and either do it manually or re-enable it once an application you are using requires it. See http://techbase.kde.org/Projects/PIM/Akonadi#How_do_I_disable_automatic_migration_from_KDE.27s_traditional_framework.3F Cheers, Kevin [1] KResource basically refers to how KDE used to handle contacts, calendar, notes, etc [2] Akonadi is a successor technology and gradually replacing the usage of KResource in KDE [3] Which creates a test log which in turn could be useful to determine why it doesn't work. -- Kevin Krammer, KDE developer, xdg-utils developer KDE user support, developer mentoring ___________________________________________________ This message is from the kde-linux mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-linux. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html. |
|
|
Re: kresource migration toolHi Kevin,
thank you very much for your extensive explanations ! On Tuesday 29 September 2009 11:34:42 Kevin Krammer wrote: > However, it should only run once (or whenever the KResource side of things > is changed), not on every logon. This could indicate a problem with the > Akonadi setup. OK. Now I do not have Akonadi running at the boots end ( I do not know why now not ). But I made the checks: > You could check that in Systemsetting -> Advanced Tab -> Akonadi. That page > even has a test function o[3] n its second tab in case it is not running > correctly. See also http://userbase.kde.org/Akonadi > Akonadi is not running. "Details" of Systemsettings_>Akonadi configuration tells me, that QtSQL driver is required by my current Akonadi configuration. However, my "cmake" tells my, that everything is OK, Akonadi is working with /usr/sbin/mysqld. I can also start Akonadi in the system-settings. I think, I can now live with it. But is it a bug, that "cmake" is happy with MySQL but configuration asks for QMYSQL? Again, thank you for your help, Edgar -- --------------------- Dr.-Ing. Edgar Alwers Weinheim ___________________________________________________ This message is from the kde-linux mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-linux. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html. |
|
|
Re: kresource migration toolHi Edgar,
On Tuesday, 2009-09-29, Dr. Edgar Alwers wrote: > Akonadi is not running. "Details" of Systemsettings_>Akonadi configuration > tells me, that QtSQL driver is required by my current Akonadi > configuration. However, my "cmake" tells my, that everything is OK, > Akonadi is working with /usr/sbin/mysqld. I can also start Akonadi in the > system-settings. > > I think, I can now live with it. But is it a bug, that "cmake" is happy > with MySQL but configuration asks for QMYSQL? The current output always includes the details about QMYSQL being necessary, even if it is present. Unless the test case it marked as "ERROR" it should be OK. Could you copy&paste or attach the full test log? Also check whether you are using a 5.x version of MySQL or an older one (there seemed to be a problem if a 4.x version is installed). Cheers, Kevin -- Kevin Krammer, KDE developer, xdg-utils developer KDE user support, developer mentoring ___________________________________________________ This message is from the kde-linux mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-linux. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html. |
|
|
Re: kresource migration toolHi Kevin,
On Wednesday 30 September 2009 08:09:14 Kevin Krammer wrote: > The current output always includes the details about QMYSQL being > necessary, even if it is present. Unless the test case it marked as "ERROR" > it should be OK. > > Could you copy&paste or attach the full test log? Please find attached "Akonadi_Report" > > Also check whether you are using a 5.x version of MySQL or an older one > (there seemed to be a problem if a 4.x version is installed). > I am using mysqld version 5.1.30 I hope you can see any usefull point on this report. mysqld is running. But I am lost trying to understand the errors. I have the idea, error 4 is telling my something maybe about permissions, Test 9 - D-Bus registration- could be a "consequential damage " ? Appreciating very much your help, cheers, Edgar -- --------------------- Dr.-Ing. Edgar Alwers Weinheim Akonadi Server Self-Test Report =============================== Test 1: SUCCESS -------- Database driver found. Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration. The following drivers are installed: QSQLITE, QMYSQL3, QMYSQL. Make sure the required driver is installed. File content of '/home/kde4/.config/akonadi/akonadiserverrc': [%General] Driver=QMYSQL SizeThreshold=4096 ExternalPayload=false [QMYSQL] Name=akonadi User= Password= Options="UNIX_SOCKET=/home/kde4/.local/share/akonadi/db_misc/mysql.socket" ServerPath=/usr/sbin/mysqld StartServer=true [Debug] Tracer=null Test 2: SUCCESS -------- MySQL server found. Details: You currently have configured Akonadi to use the MySQL server '/usr/sbin/mysqld'. Make sure you have the MySQL server installed, set the correct path and ensure you have the necessary read and execution rights on the server executable. The server executable is typically called 'mysqld', its locations varies depending on the distribution. Test 3: SUCCESS -------- MySQL server is executable. Details: MySQL server found: /usr/sbin/mysqld Ver 5.1.30-log for pc-linux-gnu on i686 (Source distribution) Test 4: ERROR -------- MySQL server log contains errors. Details: The MySQL server error log file '/home/kde4/.local/share/akonadi/db_data/mysql.err' contains errors. File content of '/home/kde4/.local/share/akonadi/db_data/mysql.err': 090929 16:20:47 InnoDB: Started; log sequence number 0 144938 090929 16:20:47 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them 090929 16:20:47 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist 090929 16:20:47 [ERROR] Cannot open mysql.db 090929 16:20:47 [ERROR] Cannot open mysql.user 090929 16:20:47 [ERROR] Cannot open mysql.event 090929 16:20:47 [ERROR] Event Scheduler: An error occurred when initializing system tables. 090929 16:20:47 [Note] /usr/sbin/mysqld: ready for connections. Version: '5.1.30-log' socket: '/home/kde4/.local/share/akonadi/db_misc/mysql.socket' port: 0 Source distribution 090929 22:38:48 [Note] /usr/sbin/mysqld: Normal shutdown 090929 22:38:48 InnoDB: Starting shutdown... 090929 22:38:51 InnoDB: Shutdown completed; log sequence number 0 145008 090929 22:38:51 [Note] /usr/sbin/mysqld: Shutdown complete Test 5: SUCCESS -------- MySQL server default configuration found. Details: The default configuration for the MySQL server was found and is readable at /opt/kde-4.3.0/share/config/akonadi/mysql-global.conf. File content of '/opt/kde-4.3.0/share/config/akonadi/mysql-global.conf': # # Global Akonadi MySQL server settings, # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf # # Based on advice by Kris Köhntopp ___________________________________________________ This message is from the kde-linux mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-linux. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html. |
|
|
Re: kresource migration toolHi Edgar,
On Wednesday, 2009-09-30, Dr. Edgar Alwers wrote: > Hi Kevin, > > On Wednesday 30 September 2009 08:09:14 Kevin Krammer wrote: > > The current output always includes the details about QMYSQL being > > necessary, even if it is present. Unless the test case it marked as > > "ERROR" it should be OK. > > > > Could you copy&paste or attach the full test log? > > Please find attached "Akonadi_Report" > > Also check whether you are using a 5.x version of MySQL or an older one > > (there seemed to be a problem if a 4.x version is installed). > > I am using mysqld version 5.1.30 Ah, good. Just wanted to be sure it is one of those which have been reported to work. > I hope you can see any usefull point on this report. mysqld is running. But > I am lost trying to understand the errors. I have the idea, error 4 is > telling my something maybe about permissions, Test 9 - D-Bus registration- > could be a "consequential damage " ? The error is most certainly one of those reported as part of Test 4 and all others are consequences. Unfortunately I don't know what the reason for thoses MySQL errors could be. You could try running mysqld manually using the same command line Akonadi would create: /usr/sbin/mysqld --defaults-file=/home/kde4/.local/share/akonadi/mysql.conf --datadir=/home/kde4/.local/share/akonadi/db_data/ --socket=/home/kde4/.local/share/akonadi/db_misc/mysql.socket Maybe a permission or free disk space problem on $HOME/.local/share/akonadi or subdirectories. Maybe, since you are building from scratch, a missing or incompatible build option in MySQL. Cheers, Kevin -- Kevin Krammer, KDE developer, xdg-utils developer KDE user support, developer mentoring ___________________________________________________ This message is from the kde-linux mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-linux. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html. |
| Free embeddable forum powered by Nabble | Forum Help |