[Bug 2063333] Re: gnome-remote-desktop.service: Failed to determine user credentials: No such process

2024-06-21 Thread Felipe Portavales Goldstein
Hey Jeremy, I opened a new bug, 
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/2067519

Would you give me any tips to try to debug this further ?
The error is coming from this section of the code:
https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/blob/master/src/grd-settings.c#L303
And from the message it seems that it is some credential file misisng, or 
corrupted.
Maybe this could be something simple ?
I already tried to find information on the web but I can't find anything 
related to this.
I am almost giving up and using something else.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/206

Title:
  gnome-remote-desktop.service: Failed to determine user credentials: No
  such process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/206/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2067519] Re: gnome-remote-de[891989]: Init file credentials failed: Key file does not start with a group

2024-06-16 Thread Felipe Portavales Goldstein
Hi, I still have this issue.
Any tips on what I can do to try to debug this further would be appreciated.
Thank you

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067519

Title:
  gnome-remote-de[891989]: Init file credentials failed: Key file does
  not start with a group

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/2067519/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2067519] [NEW] gnome-remote-de[891989]: Init file credentials failed: Key file does not start with a group

2024-05-29 Thread Felipe Portavales Goldstein
Public bug reported:

Hi,
I am encountering a problem similar to:
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/206

I do have the latest package installed:
$ apt search gnome-remote
Sorting... Done
Full Text Search... Done
gnome-remote-desktop/noble-updates,noble-security,now 46.2-1~ubuntu24.04.2 
amd64 [installed,automatic]
  Remote desktop daemon for GNOME using PipeWire

I tried forcing re-install:
sudo apt-get install --reinstall gnome-remote-desktop

I tried running these workaround commands described here:
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/206

sudo systemd-tmpfiles --create 
/usr/lib/tmpfiles.d/gnome-remote-desktop-tmpfiles.conf
sudo systemd-sysusers /usr/lib/sysusers.d/gnome-remote-desktop-sysusers.conf
sudo systemd-tmpfiles --create 
/usr/lib/tmpfiles.d/gnome-remote-desktop-tmpfiles.conf


Any help on how to fix it ?

I am still seeing the problem:
May 28 10:06:18 cuica systemd[1]: Starting gnome-remote-desktop.service - GNOME 
Remote Desktop...
May 28 10:06:18 cuica gnome-remote-de[891989]: Init TPM credentials failed 
because Failed to initialize transmission interface context: tcti:IO failure, 
using GKeyFile as fallback
May 28 10:06:18 cuica gnome-remote-de[891989]: Init file credentials failed: 
Key file does not start with a group
May 28 10:06:18 cuica gnome-remote-desktop-daemon[891989]: **
May 28 10:06:18 cuica gnome-remote-desktop-daemon[891989]: 
ERROR:../src/grd-settings.c:345:grd_settings_constructed: assertion failed: 
(priv->credentials)
May 28 10:06:18 cuica gnome-remote-desktop-daemon[891989]: Bail out! 
ERROR:../src/grd-settings.c:345:grd_settings_constructed: assertion failed: 
(priv->credentials)
May 28 10:06:18 cuica systemd[1]: gnome-remote-desktop.service: Main process 
exited, code=dumped, status=6/ABRT
May 28 10:06:18 cuica systemd[1]: gnome-remote-desktop.service: Failed with 
result 'core-dump'.
May 28 10:06:18 cuica systemd[1]: Failed to start gnome-remote-desktop.service 
- GNOME Remote Desktop.
May 28 10:06:19 cuica systemd[1]: gnome-remote-desktop.service: Scheduled 
restart job, restart counter is at 5.
May 28 10:06:19 cuica systemd[1]: gnome-remote-desktop.service: Start request 
repeated too quickly.
May 28 10:06:19 cuica systemd[1]: gnome-remote-desktop.service: Failed with 
result 'core-dump'.
May 28 10:06:19 cuica systemd[1]: Failed to start gnome-remote-desktop.service 
- GNOME Remote Desktop.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-remote-desktop 46.2-1~ubuntu24.04.2
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia zfs
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed May 29 22:17:54 2024
InstallationDate: Installed on 2024-04-28 (31 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
SourcePackage: gnome-remote-desktop
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-remote-desktop (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2067519

Title:
  gnome-remote-de[891989]: Init file credentials failed: Key file does
  not start with a group

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/2067519/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2063333] Re: gnome-remote-desktop.service: Failed to determine user credentials: No such process

2024-05-28 Thread Felipe Portavales Goldstein
Hi,
I am encountering the same issue described here.
I do have the latest package installed:
$ apt search gnome-remote
Sorting... Done
Full Text Search... Done
gnome-remote-desktop/noble-updates,noble-security,now 46.2-1~ubuntu24.04.2 
amd64 [installed,automatic]
  Remote desktop daemon for GNOME using PipeWire

I tried forcing re-install:
sudo apt-get install --reinstall  gnome-remote-desktop


Any help on how to fix it ?

I am still seeing the problem:
May 28 10:06:18 cuica systemd[1]: Starting gnome-remote-desktop.service - GNOME 
Remote Desktop...
May 28 10:06:18 cuica gnome-remote-de[891989]: Init TPM credentials failed 
because Failed to initialize transmission interface context: tcti:IO failure, 
using GKeyFile as fallback
May 28 10:06:18 cuica gnome-remote-de[891989]: Init file credentials failed: 
Key file does not start with a group
May 28 10:06:18 cuica gnome-remote-desktop-daemon[891989]: **
May 28 10:06:18 cuica gnome-remote-desktop-daemon[891989]: 
ERROR:../src/grd-settings.c:345:grd_settings_constructed: assertion failed: 
(priv->credentials)
May 28 10:06:18 cuica gnome-remote-desktop-daemon[891989]: Bail out! 
ERROR:../src/grd-settings.c:345:grd_settings_constructed: assertion failed: 
(priv->credentials)
May 28 10:06:18 cuica systemd[1]: gnome-remote-desktop.service: Main process 
exited, code=dumped, status=6/ABRT
May 28 10:06:18 cuica systemd[1]: gnome-remote-desktop.service: Failed with 
result 'core-dump'.
May 28 10:06:18 cuica systemd[1]: Failed to start gnome-remote-desktop.service 
- GNOME Remote Desktop.
May 28 10:06:19 cuica systemd[1]: gnome-remote-desktop.service: Scheduled 
restart job, restart counter is at 5.
May 28 10:06:19 cuica systemd[1]: gnome-remote-desktop.service: Start request 
repeated too quickly.
May 28 10:06:19 cuica systemd[1]: gnome-remote-desktop.service: Failed with 
result 'core-dump'.
May 28 10:06:19 cuica systemd[1]: Failed to start gnome-remote-desktop.service 
- GNOME Remote Desktop.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/206

Title:
  gnome-remote-desktop.service: Failed to determine user credentials: No
  such process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/206/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064647] Re: Documentation for how to enable gnome-remote-desktop on a completly headless system

2024-05-28 Thread Felipe Portavales Goldstein
I saw Jeremy had a fix.
What should I do to get the fix ? I already did the usual apt-get update 
upgrade etc...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064647

Title:
  Documentation for how to enable gnome-remote-desktop on a completly
  headless system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/2064647/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064647] Re: Documentation for how to enable gnome-remote-desktop on a completly headless system

2024-05-28 Thread Felipe Portavales Goldstein
Hey Robert,
I had the exact same issue as you had. How did you solve it ? You mentioned 
trying to run the grdctrl command. Which ones ? I couldn't find in the link you 
provide above.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064647

Title:
  Documentation for how to enable gnome-remote-desktop on a completly
  headless system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/2064647/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs