C
cololo
Guest
I've got a trouble while installing PLESK 10.2 on CentOS 4.8 using command:
# wget -O - http://autoinstall.plesk.com/one-click-installer | sh
As far as I see the installer tries to add supplementary swkey-data group twice and fails on the second try:
===> Checking for previous installation ... not found.
Create user 'psaadm' and group 'psaadm'
Checking for the group 'psaadm'...
Trying to add group 'psaadm'... done
Checking for the user 'psaadm'...
Trying to add user 'psaadm'... done
Create group swkey-data
Checking for the group 'swkey-data'...
Trying to add group 'swkey-data'... done
Checking for the group 'swkey-data'...
Trying to add supplementary group 'swkey-data' for user 'psaadm'... done
Create Mail accounts
Checking for the group 'popuser'...
Trying to add group 'popuser'... done
Checking for the user 'popuser'...
Trying to add user 'popuser'... done
Checking for the user 'mhandlers-user'...
Trying to add user 'mhandlers-user'... done
Trying to got legacy variables... done
Trying to save legacy variables... done
Checking for the system groups and users necessary for ftp server...
Checking for the group 'psaftp'...
Trying to add group 'psaftp'... done
Checking for the user 'psaftp'...
Trying to add user 'psaftp'... done
ERROR while trying to add supplementary group 'swkey-data' for user 'psaadm'
Check the error reason(see log file: /tmp/plesk_10.2.0_installation.log), fix and try again
***** problem report *****
ERROR while trying to add supplementary group 'swkey-data' for user 'psaadm'
Check the error reason(see log file: /tmp/plesk_10.2.0_installation.log), fix and try again
ERROR: An error occurred during performing of installation PREP actions (see log for details). Installation was rolled back.
Warning! Not all packages were installed.
Please check if your system services are operable.
Please resolve this issue and try installing the packages again.
If you cannot resolve the issue on your own, contact product technical support for assistance.
~]# cat /etc/group
[...]
named:x:25:
ntp:x:38:
psaadm:x:514
saadm
swkey-data:x:515
saadm
popuser:x:30:
psaftp:x:516:
Could someone advise please?
# wget -O - http://autoinstall.plesk.com/one-click-installer | sh
As far as I see the installer tries to add supplementary swkey-data group twice and fails on the second try:
===> Checking for previous installation ... not found.
Create user 'psaadm' and group 'psaadm'
Checking for the group 'psaadm'...
Trying to add group 'psaadm'... done
Checking for the user 'psaadm'...
Trying to add user 'psaadm'... done
Create group swkey-data
Checking for the group 'swkey-data'...
Trying to add group 'swkey-data'... done
Checking for the group 'swkey-data'...
Trying to add supplementary group 'swkey-data' for user 'psaadm'... done
Create Mail accounts
Checking for the group 'popuser'...
Trying to add group 'popuser'... done
Checking for the user 'popuser'...
Trying to add user 'popuser'... done
Checking for the user 'mhandlers-user'...
Trying to add user 'mhandlers-user'... done
Trying to got legacy variables... done
Trying to save legacy variables... done
Checking for the system groups and users necessary for ftp server...
Checking for the group 'psaftp'...
Trying to add group 'psaftp'... done
Checking for the user 'psaftp'...
Trying to add user 'psaftp'... done
ERROR while trying to add supplementary group 'swkey-data' for user 'psaadm'
Check the error reason(see log file: /tmp/plesk_10.2.0_installation.log), fix and try again
***** problem report *****
ERROR while trying to add supplementary group 'swkey-data' for user 'psaadm'
Check the error reason(see log file: /tmp/plesk_10.2.0_installation.log), fix and try again
ERROR: An error occurred during performing of installation PREP actions (see log for details). Installation was rolled back.
Warning! Not all packages were installed.
Please check if your system services are operable.
Please resolve this issue and try installing the packages again.
If you cannot resolve the issue on your own, contact product technical support for assistance.
~]# cat /etc/group
[...]
named:x:25:
ntp:x:38:
psaadm:x:514
swkey-data:x:515
popuser:x:30:
psaftp:x:516:
Could someone advise please?