UBports installer under ubuntu 16.04 desktop
-
Hi together,
I followed the install instruction here: https://github.com/ubports/ubports-installerAnd this was the permission error even with sudo ubports-installer:
sebastian@sebastian-N551JK:/hdd/home/sebastian$ ubports-installer
2018/06/27 10:50:22.377302 cmd_run.go:442: WARNING: XAUTHORITY environment value is not a clean path: "/hdd/home/sebastian/.Xauthority"
cannot perform readlinkat() on the mount namespace file descriptor of the init process: Permission denied -
@bastos what OS is running on your computer? what ubports-installer version are you using?
-
Os: Ubuntu 16.04
Snap latest from github. I have installed the ubports-installer the first time -
@bastos I assume you have checked you have
adb
andfastboot
installed on your computer. Have you tried to run the installer withsudo
?If you have any problem with
.Xauthority
reboot your computer and hope that fixes it -
adb and fastboot is installed. I try the restart. Thanks, @advocatux
-
@bastos good luck!
-
Reboot failed. Same error
-
@bastos that's a weird error for sure. Is your computer set in any non-usual way?
-
I dont think so. But I am on ubuntu since 07.04 so maybe some weired things have evolved
-
@bastos can you paste here your
/etc/sudoers
config? -
First time I read this
/hdd/home/sebastian/
it got my attention too. How is your/home
mounted exactly?It seems there's a bug with Snap and non-usual ways to mount that directory.
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1758449
https://forum.snapcraft.io/t/how-can-i-use-snap-when-i-dont-use-home-user/3352 -
@advocatux said in UBports installer under ubuntu 16.04 desktop:
First time I read this
/hdd/home/sebastian/
it got my attention too. How is your/home
mounted exactly?Ah yes. This could be. Have to check with my Admin. Thanks.