https://bugs.kde.org/show_bug.cgi?id=428438
Bug ID: 428438
Summary: Installer creates sambashare with gid 1000
Product: neon
Version: unspecified
Platform: Neon Packages
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: Live/Install images
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected], [email protected]
Target Milestone: ---
SUMMARY
User related gids and uids start at 1000. With KDE Neon 20.04 this is not the
case, the user created trough installer has gid 1001.
This is not in-line with all other distros, where 1st created user has uid/gid
of 1000/1000. Even previous versions of Neon (16.04, 18.04) followed this rule.
For some reason sambashare group has gid 1000, although on liveCD it has gid
131. On my Neon 18.04 sambashare had gid 121.
STEPS TO REPRODUCE
1. Download lates Neon iso
2. Install it in KVM/Virtualbox
3. Log in as user, type 'id'
OBSERVED RESULT
marios@neonka:~$ id
uid=1000(marios) gid=1001(marios)
groups=1001(marios),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),120(lpadmin),1000(sambashare)
EXPECTED RESULT
marios@neonka:~$ id
uid=1000(marios) gid=1000(marios)
groups=1001(marios),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),120(lpadmin),131(sambashare)
This is not a problem so much, merely an annoyance. I reinstalled my system and
all of my NFS shares are now broken because of wrong UIDs :)
I think that installer, when creating sambashare group, for some reason uses
the wrong gid, but I haven't been able to pinpoint it.
Regards,
Mario
--
You are receiving this mail because:
You are watching all bug changes.