Hi everyone, I was thrilled this morning to see KDE 4.6 landing in Sid, great !
When upgrading from Wheezy to the current Sid version I got a post-install error leaving kdm in a broken state. Looking into it I found that the "adduser" command from /var/lib/dpkg/info/kdm.postinst was the culprit, spitting errors about an non existing ID in the 62455 range (decrementing -1 every new error). So I created manually a kdm system user and group with: adduser --system --group --no-create-home kdm (original postinstall command is without --group) and also took care of: chown -R kdm /var/lib/kdm Then kdm installed fine. Now everything works, but did anyone else encounter this error (didn't find it in the BTS) ? Is what I did a foolish move and KDE will explode in my face at some point ? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

