Bug#981420: RE

2021-02-02 Thread Michał Milanowski
It's something related to setuid, I'm getting this error message:

`debian gnome-keyring-daemon[3295]: couldn't connect to dbus session
bus: Cannot spawn a message bus when setuid`

Downgrade as mentioned above makes it working again.



Bug#873627: udisks2 in sid apparently left me with a borked system in plasma(?)

2017-08-29 Thread Michał Milanowski
This solves issue for me as well. aprropriate libblockdev-* libs
should be added as
required by udisks2

On Wed, 30 Aug 2017 07:37:00 +0200 Daniel Schaal  wrote:
> I'm experiencing the same issue. I attached the log output and the
> backtrace of the coredump.
>
> After installing the missing plugins (libblockdev-* packages) it
> complains about, I don't get this issue anymore.
>
> syslog output:
> -
> Starting Disk Manager...
> udisks daemon version 2.7.2 starting
> failed to load module mdraid: libbd_mdraid.so.2: cannot open shared
> object file: No such file or directory
> Cannot load the part plugin: The 'sgdisk' utility is not available
> failed to load module fs: libbd_fs.so.2: cannot open shared object file:
> No such file or directory
> Error initializing libblockdev library: Failed to load plugins
> (g-bd-init-error-quark, 0)
> traps: udisksd[2390] trap int3 ip:7f77dd711921 sp:7ffce682cbd0 error:0
> in libglib-2.0.so.0.5306.0[7f77dd6c1000+111000]
> Started Process Core Dump (PID 2395/UID 0).
> udisks2.service: Main process exited, code=dumped, status=5/TRAP
> Failed to start Disk Manager.
> udisks2.service: Unit entered failed state.
> udisks2.service: Failed with result 'core-dump'.
> --
>
> Backtrace:
> -
> #0  _g_log_abort (breakpoint=breakpoint@entry=1) at
> ../../../../glib/gmessages.c:554
> #1  0x7fd1ff261f41 in g_log_writer_default (log_level=6,
> log_level@entry=G_LOG_LEVEL_ERROR, fields=fields@entry=0x7ffc32a375a0,
> n_fields=n_fields@entry=3, user_data=user_data@entry=0x0)
>  at ../../../../glib/gmessages.c:2628
> #2  0x7fd1ff2604be in g_log_structured_array
> (log_level=G_LOG_LEVEL_ERROR, fields=0x7ffc32a375a0, n_fields=3) at
> ../../../../glib/gmessages.c:1941
> #3  0x7fd1ff2607b7 in g_log_structured (log_domain=0x55ea532e0c08
> "udisks", log_level=G_LOG_LEVEL_ERROR) at ../../../../glib/gmessages.c:1768
> #4  0x55ea532d8e9b in udisks_log ()
> #5  0x55ea532ad74f in ?? ()
> #6  0x7fd1ff538510 in g_object_new_internal
> (class=class@entry=0x55ea53e38c00, params=params@entry=0x7ffc32a38060,
> n_params=n_params@entry=4) at ../../../../gobject/gobject.c:1821
> #7  0x7fd1ff53a4e0 in g_object_new_valist
> (object_type=94464918131104, first_property_name=,
> var_args=var_args@entry=0x7ffc32a381b0) at
> ../../../../gobject/gobject.c:2104
> #8  0x7fd1ff53a859 in g_object_new (object_type=,
> first_property_name=) at ../../../../gobject/gobject.c:1624
> #9  0x55ea532add55 in udisks_daemon_new ()
> #10 0x55ea532aceab in ?? ()
> #11 0x7fd1ff83de74 in connection_get_cb (source_object= out>, res=0x55ea53e41030, user_data=0x55ea53e34e70) at
> ../../../../gio/gdbusnameowning.c:487
> #12 0x7fd1ff801fd3 in g_task_return_now (task=0x55ea53e41030) at
> ../../../../gio/gtask.c:1145
> #13 0x7fd1ff8029f6 in g_task_return (task=0x55ea53e41030,
> type=) at ../../../../gio/gtask.c:1203
> #14 0x7fd1ff830b92 in bus_get_async_initable_cb



Bug#873627: udisks2 in sid apparently left me with a borked system in plasma(?)

2017-08-29 Thread Michał Milanowski
Exactly the same issue on Cinnamon. Cinnamon starts very long and I
can see following in xsession log:

Error creating proxy: Error calling StartServiceByName
org.gtk.vfs.UDisks2VolumeMonitor Timeout was reached

However, Cinnamon finally boots after timeout. But, as somebody
mentioned above, all unneceassary devices like systemd are visible in
file manager. Please make this bug serious. For now, need to downgrade
udisks2 to Testing version.



Bug#847542: libmozjs-24-0 24.2.0-4 breaks gnome-shell, preventing gdm3 from starting

2016-12-09 Thread Michał Milanowski
It also breaks Cinnamon:

Window manager warning: Log level 32: Execution of main.js threw
exception: JS_EvaluateScript() failed
Traceback (most recent call last):
  File "/usr/bin/cinnamon-launcher", line 36, in 
os.execvp(FALLBACK_COMMAND, (FALLBACK_COMMAND,) + FALLBACK_ARGS)
  File "/usr/lib/python2.7/os.py", line 346, in execvp
_execvpe(file, args)
  File "/usr/lib/python2.7/os.py", line 382, in _execvpe
func(fullname, *argrest)

After downgrading libmozjs-24  all is ok again. Please take a look at it.