Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 2021 19:32:30 -0300
From:      "Dr. Rolf Jansen" <freebsd-rj@obsigna.com>
To:        freebsd-gnome@freebsd.org
Cc:        Berislav Purgar <bpurgar@gmail.com>
Subject:   accountsservice 0.6.55 problem
Message-ID:  <3B5B2F53-46B4-43A5-A834-D6014534FDD9@obsigna.com>

next in thread | raw e-mail | index | archive | help
> Am 20.06.2022 um 7:54 schrieb Berislav Purgar <bpurgar@gmail.com>:
>=20
> Hi
>=20
> if anyone else has a problem after updating from 0.6.42 to 0.6.55 that =
in gdm login screen users(icons) are missing and only manual login is =
possible (entering user and password) ??

I just updated two of my GNOME installations (FreeBSD 13.0-RELEASE-p3 =
[x86-64]), and I see the same problem with both.

When I call the accounts-daemon manually with the --debug flag, I see a =
hash-table error, which perhaps prevents proper operation:

   /usr/local/libexec/accounts-daemon --replace --debug

   (accounts-daemon:855): DEBUG: entering main loop
   (accounts-daemon:855): DEBUG: Changing permission of
      /var/db/AccountsService/users/gdm to 0600
   (accounts-daemon:855): DEBUG: Changing permission of
      /var/db/AccountsService/users/rolf to 0600
   (accounts-daemon:855): DEBUG: skipping user: root
   ...
   (accounts-daemon:855): DEBUG: skipping user: git_daemon
   (accounts-daemon:855): DEBUG: loaded user: rolf

   (accounts-daemon:855): GLib-CRITICAL **: 18:30:42.278: =
g_hash_table_unref:
      assertion 'hash_table !=3D NULL' failed
   (accounts-daemon:855): DEBUG: skipping user: gdm
   (accounts-daemon:855): DEBUG: automatic login is disabled

Switching back to accountsservice 0.6.42 resolved the issue.

   mkdir -p ~/install/ports/sysutils
   cd ~/install/ports/sysutils
   svn checkout -r r517057 =
http://svn.freebsd.org/ports/head/sysutils/accountsservice =
accountsservice
   cd accountsservice
   make DISABLE_VULNERABILITIES=3Dyes
   sudo make reinstall clean

Best regards

Rolf=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B5B2F53-46B4-43A5-A834-D6014534FDD9>