Comment 4 for bug 1702351

Revision history for this message
modolo (modolo) wrote : Re: User installation could not be completed

I believe it is not possible to create local groups with words separated by spaces!

$ LANG=en_US sudo groupadd 'new group'
groupadd: 'new group' is not a valid group name

The 'domain users' group exists in my case because it is mapped from Active Directory by the SSS service.

If I log into my machine with a local user and run the command "snap run libreoffice" no error occurs.

I tested it with the local user modolo-user!

$ id modolo-user
uid=1000(modolo-user) gid=1000(modolo-user) grupos=1000(modolo-user),4(adm),7(lp),24(cdrom),27(sudo),30(dip),44(video),46(plugdev),113(lpadmin),128(sambashare),131(lxd),138(libvirtd)

I must be an isolated case! Probably no one tested snaps on a machine in the domain!

Thanks