Processed (with 3 errors): your mail

2010-05-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 583336 + boot-dependencies x-interactive runtime-problem upstart-
Unknown tag/s: boot-dependencies, x-interactive, runtime-problem, upstart-.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore squeeze squeeze-ignore.

Bug #583336 [kdm] kdm tries to start X before nouveau driver is ready
Requested to add no tags; doing nothing.
 migration
Unknown command or malformed arguments to command.

 Thomas Koch, http://www.koch.ro
Unknown command or malformed arguments to command.


End of message, stopping processing here.

Please contact me if you need assistance.
-- 
583336: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583336
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127503314613957.transcr...@bugs.debian.org



Bug#583336: Same issue with nouveau driver

2010-05-28 Thread Thomas Koch
Hi,

I think bugs 583312 and 583336 are related. Boths are about kdm timing out 
while the nvidia card is initializing regardless whether the binary nvidia or 
the nouveau driver is used.
In the case of nouveau there even isn't any init.d script AFAIK.

Best regards,

Thomas Koch, http://www.koch.ro



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201005280946.48947.tho...@koch.ro



Bug#583138: Now Akondi is having problems

2010-05-28 Thread Malte Schmidt-Tychsen
I added the report

Is there a way to revert back to an older version of kaddressbook that works 
better?

Thx,

Malte
Akonadi Server Self-Test Report
===

Test 1:  SUCCESS


Database driver found.
Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server 
configuration and was found on your system.

File content of '/home/malte/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL
SizeThreshold=4096
ExternalPayload=false

[QMYSQL]
Name=akonadi
Host=
User=
Password=
Options=UNIX_SOCKET=/home/malte/.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.46-1 for 
debian-linux-gnu on x86_64 ((Debian))


Test 4:  ERROR


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

File content of '/home/malte/.local/share/akonadi/db_data/mysql.err':
100528 10:06:42 [Note] Plugin 'FEDERATED' is disabled.
100528 10:06:43  InnoDB: Started; log sequence number 0 125477
100528 10:06:43 [Warning] Can't open and lock time zone table: Table 
'mysql.time_zone_leap_second' doesn't exist trying to live without them
100528 10:06:43 [ERROR] Can't open and lock privilege tables: Table 
'mysql.servers' doesn't exist
100528 10:06:43 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.1.46-1-log'  socket: 
'/home/malte/.local/share/akonadi/db_misc/mysql.socket'  port: 0  (Debian)


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 (for 
debugging only)
#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
# messure database size and adjust
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM 
information_schema.tables WHERE table_schema not in (mysql, 
information_schema);
innodb_buffer_pool_size=80M
# size of average write burst, keep Innob_log_waits small, keep 
Innodb_buffer_pool_wait_free small (see show global status like inno%, show 
global variables)
innodb_log_file_size=64M
innodb_flush_log_at_trx_commit=2



Test 6:  SKIP


MySQL server custom configuration not available.
Details: The custom configuration for the MySQL server was not found but is 
optional.

Test 7:  SUCCESS


MySQL server configuration is usable.
Details: The MySQL server configuration was found at a 
href='/home/malte/.local/share/akonadi/mysql.conf'/home/malte/.local/share/akonadi/mysql.conf/a
 and is readable.

File content of '/home/malte/.local/share/akonadi/mysql.conf':
#
# Global Akonadi MySQL server settings,
# These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
#
# Based on advice by 

Bug#583566: kontact - after upgrade to KDE4.4 akonadi doesn't work

2010-05-28 Thread Gabor Nagy
Package: kontact
Version: 4:4.4.3-1
Severity: normal


When I upgraded from KDE 4.3 to KDE 4.4 some days ago, I could see that kontact
complains about akonadi every time I start it.  emails work, todo list works,
contacts does not work.

When I open the contacts application, it writes:
Akonadi not operational

I don't know what is the cause of the problem, and I don't know how to fix it.
I expected that after the upgrade all necessary packages will be installed and
configured, and my old data migrated to the new storage.
Apparently something is either missing or is not configured properly. I have no
idea if my data is still available or is lost.

The details:
Akonadi Server Self-Test Report
===

Test 1:  SUCCESS


Database driver found.
Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server 
configuration and was found on your system.

File content of '/home/gee/.config/akonadi/akonadiserverrc':
[%General]
Driver=QMYSQL
SizeThreshold=4096
ExternalPayload=false

[QMYSQL]
Name=akonadi
User=
Password=
Options=UNIX_SOCKET=/home/gee/.local/share/akonadi/db_misc/mysql.socket
ServerPath=/usr/sbin/mysqld
StartServer=true
Host=

[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.46-1 for 
debian-linux-gnu on i486 ((Debian))


Test 4:  ERROR


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

File content of '/home/gee/.local/share/akonadi/db_data/mysql.err':
100528 11:00:30 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
100528 11:00:30  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Last MySQL binlog file position 0 900, file name ./mysql-bin.22
100528 11:00:33  InnoDB: Started; log sequence number 0 289712
100528 11:00:36 [Warning] Can't open and lock time zone table: Table 
'mysql.time_zone_leap_second' doesn't exist trying to live without them
100528 11:00:36 [ERROR] Can't open and lock privilege tables: Table 
'mysql.servers' doesn't exist
100528 11:00:36 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.1.46-1-log'  socket: 
'/home/gee/.local/share/akonadi/db_misc/mysql.socket'  port: 0  (Debian)


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 (for 
debugging only)
#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
# messure database size and adjust
# SELECT sum(data_length) as 

Bug#582716: Bug first appears in phonon 4.6.0really4.4.1-1

2010-05-28 Thread brian m. carlson
I am also experiencing this problem.  I used snapshot.debian.org to find
a working version, and it works up through the last version of 4.4.0
(that is, 4.6.0really4.4.0-4).  It starts failing to work at
4.6.0really4.4.1-1.

My test was performed using Amarok from experimental (2.3.1~beta1-1).
Hopefully this is useful to determine what exactly the problem is.  If
you need me to test something, please let me know.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


libdbusmenu-qt_0.3.2-1_amd64.changes ACCEPTED

2010-05-28 Thread Archive Administrator



Accepted:
libdbusmenu-qt-dev_0.3.2-1_amd64.deb
  to main/libd/libdbusmenu-qt/libdbusmenu-qt-dev_0.3.2-1_amd64.deb
libdbusmenu-qt2_0.3.2-1_amd64.deb
  to main/libd/libdbusmenu-qt/libdbusmenu-qt2_0.3.2-1_amd64.deb
libdbusmenu-qt_0.3.2-1.debian.tar.gz
  to main/libd/libdbusmenu-qt/libdbusmenu-qt_0.3.2-1.debian.tar.gz
libdbusmenu-qt_0.3.2-1.dsc
  to main/libd/libdbusmenu-qt/libdbusmenu-qt_0.3.2-1.dsc
libdbusmenu-qt_0.3.2.orig.tar.gz
  to main/libd/libdbusmenu-qt/libdbusmenu-qt_0.3.2.orig.tar.gz


Override entries for your package:
libdbusmenu-qt-dev_0.3.2-1_amd64.deb - optional libdevel
libdbusmenu-qt2_0.3.2-1_amd64.deb - optional libs
libdbusmenu-qt_0.3.2-1.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 579677 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oi4pw-0002sp...@ries.debian.org