当使用统一安装程序安装 plone 4.3 时,它说它没有找到 gid,即使该组存在。
root@adrian:/home/Plone-4.3-UnifiedInstaller# ./install.sh --password=xxx --target=/home/Plone-4.3 --user=admin standalone
Testing /usr/bin/python2.7 for Zope/Plone requirements....
/usr/bin/python2.7 looks OK. We'll try to use it.
Root install method chosen. Will install for use by users:
ZEO & Client Daemons: admin
Code Resources & buildout: plone_buildout
Detailed installation log being written to /home/Plone-4.3-UnifiedInstaller/install.log
Installing Plone 4.3 at /home/Plone-4.3
Using useradd and groupadd to create users and groups.
User 'admin' already exists. No need to create it.
id for admin returned
uid=5006(admin) gid=5007(admin) groups=5007(admin)
Expected to find uid for admin and gid for plone_group but did not.
Please use your system tools to create/edit users and groups, then try again.
当我尝试按照建议做时:
root@adrian:/home# groupadd plone_group
groupadd: group 'plone_group' already exists