[snap] chromium times out connecting document portal with NFS home
Bug #1848753 reported by
Juho L
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Triaged
|
Medium
|
Unassigned | ||
chromium-browser (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned | ||
snapd (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
I have my /home folder shared via NFS from a local server one floor below in my house. The server runs Ubuntu 18.04.
After starting a snapped version of chromium-browser in my Ubuntu 19.10 the document portal timeouts like this:
XXX@koira:~$ chromium-browser
2019/10/18 18:51:27.986444 cmd_run.go:893: WARNING: cannot start document portal: Failed to activate service 'org.freedeskto
After the timeout my chromium cannot seem to remember accounts or passwords.
tags: | added: eoan snap |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
Changed in snapd: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in snapd (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
That workaround is dangerous, please don't do that (I'm removing it from the description to prevent people from trying that without fully understanding what it does).
Integration with the password keyring is controlled by the the password- manager- service interface, which should have been auto-connected when you upgraded the chromium-browser package. It could be that the connection failed though. Can you please share the output of the following command?
snap connections chromium | grep password
and attach the files /var/log/ apt/history. log and /var/log/ apt/term. log ?
Thanks!