Bug#547557: akonadi-server claims dbus not active

2010-01-29 Thread Antonio Marcos López Alonso
Absolute majority of users have akonadi working without problems. So this is 
not a grave bug. There is a very high probability your system configuration 
is 
screwed (or you are doing some chroot magic here without enough bind mounts) 
hence normal severity. What is more, you have been asked for more information 
and haven't responded in a month. Another few weeks of silence and the bug 
will closed as invalid.

I statistically disagree :-). I'm facing the same bug in all KDE4 
installations, by now two Debian testing  and two Kubuntu Karmic, all of them 
running amd64. Attaching log.

Regards
Antonio
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/amla/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL
SizeThreshold=4096
ExternalPayload=false

[QMYSQL]
Name=akonadi
User=
Password=
Options=UNIX_SOCKET=/home/amla/.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.0.51a-24+lenny2 for debian-linux-gnu on x86_64 ((Debian))


Test 4:  WARNING


MySQL server log contains warnings.
Details: The MySQL server log file apos;a href='/home/amla/.local/share/akonadi/db_data/mysql.err'/home/amla/.local/share/akonadi/db_data/mysql.err/aapos; contains warnings.

File content of '/home/amla/.local/share/akonadi/db_data/mysql.err':
090929  9:18:59  InnoDB: Started; log sequence number 0 142755
090929  9:19:00 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
090929  9:19:00 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.0.51a-24+lenny2-log'  socket: '/home/amla/.local/share/akonadi/db_misc/mysql.socket'  port: 0  (Debian)
090929 17:19:17 [Warning] Aborted connection 4 to db: 'akonadi' user: 'amla' host: '' (Got timeout reading communication packets)
090929 17:19:17 [Warning] Aborted connection 3 to db: 'akonadi' user: 'amla' host: '' (Got timeout reading communication packets)
090929 17:19:18 [Warning] Aborted connection 5 to db: 'akonadi' user: 'amla' host: '' (Got timeout reading communication packets)
090929 17:19:21 [Warning] Aborted connection 6 to db: 'akonadi' user: 'amla' host: '' (Got timeout reading communication packets)
090929 17:19:21 [Warning] Aborted connection 7 to db: 'akonadi' user: 'amla' host: '' (Got timeout reading communication packets)


Test 5:  SUCCESS


MySQL server default configuration found.
Details: The default configuration for the MySQL server was found and is readable at a href='/etc/akonadi/mysql-global.conf'/etc/akonadi/mysql-global.conf/a.

File content of '/etc/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 k...@mysql.com
#
[mysqld]
skip_grant_tables
skip_networking

# strict query parsing/interpretation
# TODO: make Akonadi work with those settings enabled
#sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
#sql_mode=strict_trans_tables

# use InnoDB for transactions and better crash recovery
default_storage_engine=innodb
# case-insensitive table names, avoids trouble on windows
lower_case_table_names=1
character_set_server=latin1
collation_server=latin1_general_ci
table_cache=200
thread_cache_size=3
log_bin=mysql-bin
expire_logs_days=3
#sync_bin_log=0
# error log file name, relative to datadir
log_error=mysql.err
log_warnings=2
# log all queries, useful for debugging but generates an enormous amount of data
#log=mysql.full
# log queries slower than n seconds, log file name relative to datadir
log_slow_queries=mysql.slow
long_query_time=1
# log queries not using indices, debug only, disable for production use
log_queries_not_using_indexes=1
# maximum blob size
max_allowed_packet=32M
max_connections=256
# makes sense when having the same query multiple times
# makes no sense with prepared statements and/or transactions
query_cache_type=0
query_cache_size=0

innodb_file_per_table=1
innodb_log_buffer_size=1M
innodb_additional_mem_pool_size=1M
# 

Bug#547557: akonadi-server claims dbus not active

2009-11-02 Thread Modestas Vainius
tags 547557 normal
thanks

Hello,

On sekmadienis 20 Rugsėjis 2009 21:36:39 Hans-J. Ullrich wrote:
 Dear maintainers,
 
 the package akonadi-server claims dbus not running, and because of this, it
 is not starting.
 
 Dbus server is running, please take a look:
[snip]
 
 As you see, it is running, but akonadictl says not:
[snip] 
 
 Does this help? It seems, this problem is related to 32-bit and 64-bit
 systems.
 
 And ah, I forget: I am running debian sid, with latest packages.
 
 Thanks for any help. Please feel free to ask for more information.

Absolute majority of users have akonadi working without problems. So this is 
not a grave bug. There is a very high probability your system configuration is 
screwed (or you are doing some chroot magic here without enough bind mounts) 
hence normal severity. What is more, you have been asked for more information 
and haven't responded in a month. Another few weeks of silence and the bug 
will closed as invalid.

-- 
Modestas Vainius modes...@vainius.eu


signature.asc
Description: This is a digitally signed message part.


Bug#547557: akonadi-server claims dbus not active

2009-10-25 Thread Kevin Krammer
Check whether $DBUS_SESSION_BUS_ADDRESS is set in the session you are 
executing akonadictl in.

Also, it might be a good idea not to run a full KDE session as root.

Cheers,
Kevin


signature.asc
Description: This is a digitally signed message part.


Bug#547557: akonadi-server claims dbus not active

2009-09-20 Thread Hans-J. Ullrich
Package: akonadi-server
Version: 1
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: x86_64

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Dear maintainers,

the package akonadi-server claims dbus not running, and because of this, it
is not starting.

Dbus server is running, please take a look:

 ps aux|grep dbus
root  7391  0.0  0.0  26020   380 ?SSep19   0:00 dbus-launch
--autolaunch ec4296542d93484f2283e8004600dc14 --binary-syntax --close-stderr
root  7392  0.0  0.0  23176   544 ?Ss   Sep19   0:00
/usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
ullhan63  7817  0.0  0.0  36016   428 ?Ss   Sep19   0:00
/ /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session
/ / /usr/bin/startkde
ullhan63  7820  0.0  0.0  26020   376 ?SSep19   0:00
/usr/bin/dbus-launch --exit-with-session /usr/bin/startkde
ullhan63  7821  0.0  0.2  27988  5592 ?Ss   Sep19   0:48
/ /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
ullhan63 10971 13.1  1.4 532320 30720 ?S12:04  66:36
/usr/bin/nspluginviewer -dbusservice org.kde.nspluginviewer-8027
root 11752  0.0  0.0  23176   756 ?Ss   Sep19   0:00
/ /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
root 11753  0.0  0.0  26152   708 ?SSep19   0:00 dbus-launch
--autolaunch ec4296542d93484f2283e8004600dc14 --binary-syntax --close-stderr
103  19404  0.1  0.0  23308  1072 ?Ss   20:30   0:00
/usr/bin/dbus-daemon --system
root 19843  0.0  0.0  96924   864 pts/2S+   20:31   0:00 grep dbus



As you see, it is running, but akonadictl says not:


akonadictl start
  
D-Bus session bus is not available! 
   
[  
   
0: akonadictl(_Z11akBacktracev+0x39) [0x40b839] 
   
1: akonadictl [0x40bd72]
   
2: /lib/libc.so.6 [0x7f8f8bd94db0]  
   
3: /lib/libc.so.6(gsignal+0x35) [0x7f8f8bd94d25]
   
4: /lib/libc.so.6(abort+0x181) [0x7f8f8bd97de1] 
   
5: /usr/lib/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x85)
[0x7f8f8cf306e5]   
6: akonadictl(_ZN15FileDebugStream9writeDataEPKcx+0xa8) [0x40ca58]  
   
7: /usr/lib/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x81) [0x7f8f8cfbb511]  
   
8: /usr/lib/libQtCore.so.4 [0x7f8f8cfc7602] 
   
9: /usr/lib/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68) [0x7f8f8cfc78a8]  
   
10: akonadictl(_ZN13AkApplicationC1ERiPPc+0x162) [0x407952] 
   
11: akonadictl(main+0x2d) [0x40daed]
   
12: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f8f8bd815c6]


Does this help? It seems, this problem is related to 32-bit and 64-bit
systems.

And ah, I forget: I am running debian sid, with latest packages.

Thanks for any help. Please feel free to ask for more information.


Best regards

Hans-J. Ullrich



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org