Bug#972396: Comment on «initramfs-tools: Installation fails (no space left on device)»

2024-07-19 Thread thah...@t-online.de
Which setting has changed in initramfs-tools, so initrd images are now 
almost 4 times bigger than before?

 

tom@ideapada:/var/log/apt$ cd /boot
tom@ideapada:/boot$ ls -l initrd*
-rw-r--r-- 1 root root  60084701 Jun  4 17:37 initrd.img-6.8.12-amd64
-rw-r--r-- 1 root root  60296117 Jul 11 22:21 initrd.img-6.9.8-amd64
-rw-r--r-- 1 root root 238511041 Jul 19 09:48 initrd.img-6.9.9-amd64
tom@ideapada:/boot$ df -k /boot
Filesystem 1K-blocks   Used Available Use% Mounted on
/dev/sda5 587464 392880151576  73% /boot

 

/boot is followed by a lvm thing on a luks encrypted /dev/sda6.
There is no proper gui for getting the extra space for a bigger /boot.

Shrink the root fs, the lvm containing the root, shrink the crypted device 
and than move it to the right.

 

I have a lot of boxes set up with 600mb /boot partition.
For more than 15 years this was good enough.

 

 

 



Bug#1059184: polkitd: Upgrade of polkitd 0.105-33 123-3 fails

2023-12-20 Thread thah...@t-online.de
Package: polkitd
Version: 123-3
Severity: normal
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate 
***
Updating an older machine which wasn't used for quite a while
caused errors in updating polkitd
 
 
Setting up polkitd (123-3) ...
D02: fork/exec /var/lib/dpkg/info/polkitd.postinst ( configure 0.105-33 
)
+ getent passwd polkitd
+ user_changed=yes
+ command -v systemd-sysusers
+ systemd-sysusers polkitd.conf
Failed to check if group polkitd already exists: Connection refused
+ dpkg --compare-versions 0.105-33 lt 122-3~
+ getent passwd polkitd
+ cut -d: -f6
+ [ = /var/lib/polkit-1 ]
+ id -g polkitd
id: ‘polkitd’: no such user
+ [ = 65534 ]
+ set_perms root polkitd 750 /etc/polkit-1/rules.d
+ USER=root
+ GROUP=polkitd
+ MODE=750
+ FILE=/etc/polkit-1/rules.d
+ dpkg-statoverride --list /etc/polkit-1/rules.d
+ chown root:polkitd /etc/polkit-1/rules.d
chown: invalid group: ‘root:polkitd’
dpkg: error processing package polkitd (--configure):
installed polkitd package post-installation script subprocess returned 
error exit s
D01: ensure_diversions: same, skipping
Errors were encountered while processing:
polkitd
 

-- System Information:
Debian Release: trixie/sid
APT prefers oldoldstable
APT policy: (500, 'oldoldstable'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.19.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages polkitd depends on:
ii adduser 3.137
ii dbus [default-dbus-system-bus] 1.14.10-3
ii libc6 2.37-13
ii libduktape207 2.7.0-2
ii libexpat1 2.5.0-2
ii libglib2.0-0 2.78.3-1
ii libpam-systemd [logind] 255-1
ii libpam0g 1.5.2-9.1
ii libpolkit-agent-1-0 123-3
ii libpolkit-gobject-1-0 123-3
ii libsystemd0 255-1
ii systemd [systemd-sysusers] 255-1
ii xml-core 0.19
polkitd recommends no packages.
Versions of packages polkitd suggests:
pn polkitd-pkla 
Versions of packages polkitd is related to:
pn elogind 
pn libpam-elogind 
ii libpam-systemd 255-1
ii systemd 255-1
-- no debconf information


Bug#1059184: AW: Bug#1059184: polkitd: Upgrade of polkitd 0.105-33 123-3 fails

2023-12-21 Thread thah...@t-online.de
tom@eraza:~$ dpkg-query -W 'libnss*'
libnss-mdns:amd64   0.15.1-3
libnss-myhostname:amd64 255-1
libnss-nis:amd643.1-4
libnss-nisplus:amd641.3-4
libnss-systemd:amd64255-1
libnss3:amd64   2:3.96.1-1
tom@eraza:~$ grep -E '^(passwd|group):' /etc/nsswitch.conf
passwd: compat systemd
group:  compat systemd

This box has been on sid for quite a while.
Last boot was on Sept 9th (probably more like 2022, I am not sure)

Running the install again for polkitd fails with about the same error message.


-Original-Nachricht-
Betreff: Re: Bug#1059184: polkitd: Upgrade of polkitd 0.105-33 123-3 fails
Datum: 2023-12-21T16:44:24+0100
Von: "Simon McVittie" 
An: "thah...@t-online.de" , "1059...@bugs.debian.org" 
<1059...@bugs.debian.org>

Control: tags -1 + moreinfo

On Thu, 21 Dec 2023 at 00:33:47 +0100, thah...@t-online.de wrote:
> Updating an older machine which wasn't used for quite a while
> caused errors in updating polkitd
...
> + command -v systemd-sysusers
> + systemd-sysusers polkitd.conf
> Failed to check if group polkitd already exists: Connection refused

It seems there is/was a problem with one of the NSS modules used to resolve
user/group names to numeric user/group IDs on this system.

On the affected system, what NSS plugins are installed and enabled? These
commands should tell you:

dpkg-query -W 'libnss*'
grep -E '^(passwd|group):' /etc/nsswitch.conf

should tell you.

If you try again to upgrade polkitd, does it succeed, or does it still fail?

> APT policy: (500, 'oldoldstable'), (500, 'unstable'), (1, 'experimental')

Did you upgrade directly from Debian 10 to unstable? That isn't
a supported upgrade path: if an old machine had been running
testing/unstable before the release of Debian 10, then the supported
upgrade path would be to upgrade it to Debian 10, then 11, then 12, and
finally to testing/unstable, rebooting after each upgrade step.

Thanks,
smcv




Bug#1051418: obs-studio: clicking on an xcomposite window source makes obs segfault

2023-10-12 Thread thah...@t-online.de
Same story on xorg.
 
-- System Information:
Debian Release: trixie/sid
APT prefers oldoldstable-updates
APT policy: (500, 'oldoldstable-updates'), (500, 'oldoldstable'), (500, 
'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-2-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages obs-studio depends on:
ii libavcodec60 7:6.0-7+b1
ii libavdevice60 7:6.0-7+b1
ii libavformat60 7:6.0-7+b1
ii libavutil58 7:6.0-7+b1
ii libc6 2.37-12
ii libcurl3-gnutls 8.3.0-3
ii libfontconfig1 2.14.2-6
ii libfreetype6 2.13.2+dfsg-1
ii libgcc-s1 13.2.0-5
ii libjansson4 2.14-2
ii libluajit-5.1-2 2.1.0~beta3+git20220320+dfsg-4.1
ii libmbedcrypto7 2.28.5-1
ii libmbedtls14 2.28.5-1
ii libmbedx509-1 2.28.5-1
ii libobs0 29.1.3+dfsg-2
ii libpci3 1:3.10.0-2
ii libpulse0 16.1+dfsg1-2+b1
ii libpython3.11 3.11.6-3
ii libqt5core5a 5.15.10+dfsg-3
ii libqt5gui5 5.15.10+dfsg-3
ii libqt5network5 5.15.10+dfsg-3
ii libqt5svg5 5.15.10-2
ii libqt5widgets5 5.15.10+dfsg-3
ii libqt5xml5 5.15.10+dfsg-3
ii librist4 0.2.8+dfsg+really0.2.7+dfsg-1
ii libspeexdsp1 1.2.1-1
ii libsrt1.5-openssl 1.5.3-1
ii libstdc++6 13.2.0-5
ii libswscale7 7:6.0-7+b1
ii libudev1 254.5-1
ii libv4l-0 1.24.1-4
ii libva-drm2 2.20.0-2
ii libva2 2.20.0-2
ii libx11-6 2:1.8.7-1
ii libx264-164 2:0.164.3095+gitbaee400-3+b1
ii libxcb-composite0 1.15-1
ii libxcb-randr0 1.15-1
ii libxcb-shm0 1.15-1
ii libxcb-xfixes0 1.15-1
ii libxcb-xinerama0 1.15-1
ii libxcb1 1.15-1
ii python3 3.11.4-5+b1
ii python3.11 3.11.6-3
Versions of packages obs-studio recommends:
ii obs-plugins 29.1.3+dfsg-2
Versions of packages obs-studio suggests:
ii pkexec 123-1
ii policykit-1 123-1
pn v4l2loopback-dkms 
-- no debconf information
 
...
info: - source: 'Window Capture (Xcomposite)' (xcomposite_input)
info: 
[Thread 0x7ffeebfff6c0 (LWP 1793192) exited]
[New Thread 0x7ffeebfff6c0 (LWP 1793194)]
[New Thread 0x7fff0cff96c0 (LWP 1793195)]
[New Thread 0x7fff06c0 (LWP 1793196)]
[Thread 0x7fff15dff6c0 (LWP 1793191) exited]
info: adding 21 milliseconds of audio buffering, total audio buffering is 
now 21 milliseconds (source: Desktop Audio)

Thread 1 "obs" received signal SIGSEGV, Segmentation fault.
__strcmp_avx2 () at ../sysdeps/x86_64/multiarch/strcmp-avx2.S:287
287 ../sysdeps/x86_64/multiarch/strcmp-avx2.S: No such file or directory
 
 


Bug#586653: evolution-exchange: crashes after entering exchange passwd

2010-06-21 Thread thah...@t-online.de

Package: evolution-exchange
Version: 2.30.1-2+b1
Severity: normal

*** Please type your report below this line ***

It's a new evolution release and as usual exchange doesn't work anymore:
After entering the exchange passwd I get something like:

(evolution:4585): e-utils-WARNING **: GConf error:
  Type mismatch: Expected list, got string

(evolution:4585): e-utils-WARNING **: GConf error:
  Type mismatch: Expected list, got string
evolution: Fatal IO error 11 (Resource temporarily unavailable) on X server 
:0.0.
em_junk_sa_finalize
evolution: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) 
(dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.

Sometimes I get the
GConf error:
  Type mismatch: Expected list, got string

message in a popup, sometimes it is just on the terminal where evolution
has been started.

If there is anything I can do to further debug this issue, please let me
know.

Regards Thomas

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution-exchange depends on:
ii  evolution   2.30.1.2-3   groupware suite with mail client a
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-1 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libcamel1.2-14  2.30.1-5 The Evolution MIME message handlin
ii  libcomerr2  1.41.12-2common error description library
ii  libdb4.84.8.30-1 Berkeley v4.8 Database Libraries [
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libebackend1.2-02.30.1-5 Utility library for evolution data
ii  libebook1.2-9   2.30.1-5 Client library for evolution addre
ii  libecal1.2-72.30.1-5 Client library for evolution calen
ii  libedata-book1.2-2  2.30.1-5 Backend library for evolution addr
ii  libedata-cal1.2-7   2.30.1-5 Backend library for evolution cale
ii  libedataserver1.2-132.30.1-5 Utility library for evolution data
ii  libedataserverui1.2-8   2.30.1-5 GUI utility library for evolution 
ii  libegroupwise1.2-13 2.30.1-5 Client library for accessing group
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libevolution2.30.1.2-3   evolution libraries
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgnome-desktop-2-17   2.30.0-2 Utility library for loading .deskt
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgssapi-krb5-21.8.1+dfsg-5 MIT Kerberos runtime libraries - k
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libgtkhtml-editor0  3.30.1-2 HTML rendering/editing library - e
ii  libgtkhtml3.14-19   3.30.1-2 HTML rendering/editing library - r
ii  libical00.44-3   iCalendar library implementation i
ii  libk5crypto31.8.1+dfsg-5 MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.8.1+dfsg-5 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.21-1 OpenLDAP libraries
ii  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.6-2 Network Security Service libraries
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libsoup2.4-12.30.1-1 an HTTP library implementation in 
ii  libsqlite3-03.6.23.1-4   SQLite 3 shared library
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libunique-1.0-0 1.1.6-1  Library for writing single instanc
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

evolution-exchange recommends no packages.

Versions of packages evolution-exchange suggests:
pn  evolution-exchange-dbg (no description available)

-- no debconf information






-- 
To UNS

Bug#586653: debug backtrace

2010-06-22 Thread thah...@t-online.de
(evolution:4117): e-utils-WARNING **: GConf error:
  Type mismatch: Expected list, got string

(evolution:4117): e-utils-WARNING **: GConf error:
  Type mismatch: Expected list, got string
evolution: Fatal IO error 11 (Resource temporarily unavailable) on X server 
:0.0.
evolution: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) 
(dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb3efab70 (LWP 4129)]
0xb7fe2424 in __kernel_vsyscall ()
(gdb) where
#0  0xb7fe2424 in __kernel_vsyscall ()
#1  0xb6d01751 in *__GI_raise (sig=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#2  0xb6d04b82 in *__GI_abort () at abort.c:92
#3  0xb6cfa8b8 in *__GI___assert_fail (
assertion=0xb6873e90 "(((long) (dpy->last_request_read) - (long) 
(dpy->request)) <= 0)", file=0xb6873d69 "../../src/xcb_io.c", line=249, 
function=0xb6873f12 "process_responses") at assert.c:81
#4  0xb680628d in ?? () from /usr/lib/libX11.so.6
#5  0xb6806b2b in _XReadEvents () from /usr/lib/libX11.so.6
#6  0xb67e578f in XIfEvent () from /usr/lib/libX11.so.6
#7  0xb7227fea in gdk_x11_get_server_time () from /usr/lib/libgdk-x11-2.0.so.0
#8  0xb74efb15 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#9  0xb74f0f8e in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#10 0xb7391365 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#11 0xb73928ae in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#12 0xb6f12cbc in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#13 0xb6f037a9 in ?? () from /usr/lib/libgobject-2.0.so.0
#14 0xb6f05142 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#15 0xb6f1b276 in ?? () from /usr/lib/libgobject-2.0.so.0
#16 0xb6f1cc04 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#17 0xb6f1d086 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0







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



Bug#586653: stack backtrace continued

2010-06-22 Thread thah...@t-online.de

sorry last mail was incomplete:
#18 0xb74d8866 in gtk_widget_grab_focus () from /usr/lib/libgtk-x11-2.0.so.0
#19 0xb73974f8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#20 0xb73a8c54 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#21 0xb6f037a9 in ?? () from /usr/lib/libgobject-2.0.so.0
#22 0xb6f05068 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#23 0xb6f1b276 in ?? () from /usr/lib/libgobject-2.0.so.0
#24 0xb6f1ca83 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#25 0xb6f1d086 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#26 0xb74d87bf in gtk_widget_child_focus () from /usr/lib/libgtk-x11-2.0.so.0
#27 0xb731afb4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#28 0xb73a8c54 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#29 0xb6f037a9 in ?? () from /usr/lib/libgobject-2.0.so.0
#30 0xb6f05068 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#31 0xb6f1b276 in ?? () from /usr/lib/libgobject-2.0.so.0
#32 0xb6f1ca83 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#33 0xb6f1d086 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#34 0xb74d87bf in gtk_widget_child_focus () from /usr/lib/libgtk-x11-2.0.so.0
#35 0xb731afb4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#36 0xb73a8c54 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#37 0xb6f037a9 in ?? () from /usr/lib/libgobject-2.0.so.0
#38 0xb6f05068 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#39 0xb6f1b276 in ?? () from /usr/lib/libgobject-2.0.so.0
#40 0xb6f1ca83 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
---Type  to continue, or q  to quit---
#41 0xb6f1d086 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#42 0xb74d87bf in gtk_widget_child_focus () from /usr/lib/libgtk-x11-2.0.so.0
#43 0xb731afb4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#44 0xb73a8c54 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#45 0xb6f037a9 in ?? () from /usr/lib/libgobject-2.0.so.0
#46 0xb6f05068 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#47 0xb6f1b276 in ?? () from /usr/lib/libgobject-2.0.so.0
#48 0xb6f1ca83 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#49 0xb6f1d086 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#50 0xb74d87bf in gtk_widget_child_focus () from /usr/lib/libgtk-x11-2.0.so.0
#51 0xb74ecb40 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#52 0xb73a8c54 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#53 0xb6f037a9 in ?? () from /usr/lib/libgobject-2.0.so.0
#54 0xb6f05142 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#55 0xb6f1b276 in ?? () from /usr/lib/libgobject-2.0.so.0
#56 0xb6f1ca83 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#57 0xb6f1d086 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#58 0xb74d87bf in gtk_widget_child_focus () from /usr/lib/libgtk-x11-2.0.so.0
#59 0xb74eca89 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#60 0xb74d4280 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#61 0xb6f12748 in g_cclosure_marshal_VOID__ENUM ()
   from /usr/lib/libgobject-2.0.so.0
#62 0xb6f05142 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#63 0xb6f1b276 in ?? () from /usr/lib/libgobject-2.0.so.0
#64 0xb6f1cc04 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#65 0xb6f1cecd in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#66 0xb731db47 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#67 0xb6f12cbc in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#68 0xb6f037a9 in ?? () from /usr/lib/libgobject-2.0.so.0
#69 0xb6f05142 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#70 0xb6f1aeca in ?? () from /usr/lib/libgobject-2.0.so.0
#71 0xb6f1cc04 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#72 0xb6f1d086 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#73 0xb74dc852 in gtk_widget_map () from /usr/lib/libgtk-x11-2.0.so.0
#74 0xb74ee7c0 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#75 0xb6f12cbc in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#76 0xb6f037a9 in ?? () from /usr/lib/libgobject-2.0.so.0
#77 0xb6f05142 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#78 0xb6f1aeca in ?? () from /usr/lib/libgobject-2.0.so.0
#79 0xb6f1cc04 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#80 0xb6f1d086 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#81 0xb74dd092 in gtk_widget_show () from /usr/lib/libgtk-x11-2.0.so.0
#82 0xb731c6b8 in gtk_dialog_run () from /usr/lib/libgtk-x11-2.0.so.0
#83 0xb7d5b36a in ?? () from /usr/lib/evolution/2.30/libeutil.so.0
#84 0xb780ee8b in ?? () from /usr/lib/libgconf-2.so.4
#85 0xb6f12278 in g_cclosure_marshal_VOID__POINTER ()
   from /usr/lib/libgobject-2.0.so.0
#86 0xb6f037a9 in ?? () from /usr/lib/libgobject-2.0.so.0
#87 0xb6f05068 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#88 0xb6f1b276 in ?? () from /usr/lib/libgobject-2.0.so.0
#89 0xb6f1cc04 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#90 0xb6f1d086 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#91 0xb780f969

Bug#564670: emacs23: selecting directory via GUI does not work

2010-01-11 Thread thah...@t-online.de

Package: emacs23
Version: 23.1+1-5
Severity: normal

*** Please type your report below this line ***
Whenever I want to select a directory using the GUI, I cannot pick
the specific directory. Clicking on Open in the directory itself will
not trigger any reaction. If I go up to the higher level and still
having the directory selected will produce an error message
saying "The folder could not be created. Error creating directory: File
exists"

I am having this problem with stuff like setting initial cscope
directory 
and cvs-examine directory.

Regards Thomas

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15
(charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages emacs23 depends on:
ii  emacs23-bin-common  23.1+1-5 The GNU Emacs editor's
shared, arc
ii  install-info4.13a.dfsg.1-5   Manage installed
documentation in 
ii  libasound2  1.0.21a-1shared library for ALSA
applicatio
ii  libatk1.0-0 1.28.0-1 The ATK accessibility
toolkit
ii  libc6   2.10.2-5 Embedded GNU C Library:
Shared lib
ii  libcairo2   1.8.8-2  The Cairo 2D vector
graphics libra
ii  libdbus-1-3 1.2.16-2 simple interprocess
messaging syst
ii  libfontconfig1  2.8.0-2  generic font configuration
library
ii  libfreetype62.3.11-1 FreeType 2 font engine,
shared lib
ii  libgif4 4.1.6-8  library for GIF images
(library)
ii  libglib2.0-02.22.3-2 The GLib library of C
routines
ii  libgpm2 1.20.4-3.2   General Purpose Mouse -
shared lib
ii  libgtk2.0-0 2.18.5-1 The GTK+ graphical user
interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange
library
ii  libjpeg62   6b-15The Independent JPEG
Group's JPEG 
ii  libm17n-0   1.5.4-1+b1   a multilingual text
processing lib
ii  libncurses5 5.7+20090803-2   shared libraries for
terminal hand
ii  libotf0 0.9.10-1 A Library for handling
OpenType Fo
ii  libpango1.0-0   1.26.2-1 Layout and rendering of
internatio
ii  libpng12-0  1.2.41-1 PNG library - runtime
ii  librsvg2-2  2.26.0-1 SAX-based renderer library
for SVG
ii  libsm6  2:1.1.1-1X11 Session Management
library
ii  libtiff43.9.2-2  Tag Image File Format
(TIFF) libra
ii  libx11-62:1.3.2-1X11 client-side library
ii  libxft2 2.1.14-1 FreeType-based font drawing
librar
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrender1 1:0.9.5-1X Rendering Extension
client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library -
runtime

emacs23 recommends no packages.

Versions of packages emacs23 suggests:
ii  emacs23-common-non-dfsg   23.1+1-1   GNU Emacs shared,
architecture ind

-- no debconf information






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



Bug#1099073: installed dbus-system-bus-common package post-installation script subprocess returned error exit status

2025-03-04 Thread thah...@t-online.de
tom@cincuenta:~$ sudo dpkg --configure dbus-system-bus-common
Setting up dbus-system-bus-common (1.16.2-1) ...
fatal: The user `messagebus' already exists, but is not a system user. 
Exiting.
dpkg: error processing package dbus-system-bus-common (--configure):
 installed dbus-system-bus-common package post-installation script 
subprocess returned error exit status
Errors were encountered while processing:
 dbus-system-bus-common
tom@cincuenta:~$ grep messagebus /etc/passwd /etc/group
/etc/passwd:messagebus:x:103:109::/nonexistent:/usr/sbin/nologin
/etc/group:messagebus:x:109:
tom@cincuenta:~$ dpkg -l adduser
Desired=Unknown/Install/Remove/Purge/Hold   

| 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend 
 
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)  

||/ Name   Version  Architecture Description

+++-==---= 
 
ii  adduser3.143all  add and remove users and 
groups