• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

chown: `drweb.drweb': invalid user

A

AneilS

Guest
# /usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base


chown: `drweb.drweb': invalid user
Error: Subdomains zones were already fixed.
Patches were installed successfully.
 
What sort of output of following commands:

# grep drweb /etc/passwd
drweb:x:100:507:DrWeb system account:/var/drweb:/bin/false

# grep drweb /etc/group
drweb:x:507:

# rpm -qa | grep -i drweb
drweb-daemon-5.0.1-0plesk
drweb-base-5.0.1-0
drweb-bases-5.0.1-0
drweb-updater-5.0.1-0plesk
drweb-common-5.0.1-0plesk
psa-drweb-configurator-10.13.4-cos5.build1013111102.18
 
I get no output, the following is what I get.

[root@ip-xxxxxx ~]# grep drweb /etc/passwd
[root@ip-xxxxxx ~]# grep drweb /etc/group
[root@ip-xxxxxx ~]# rpm -qa | grep -i drweb
[root@ip-xxxxxx ~]#
 
Well. As I see drweb is not installed on your server. I think that you can just ignore mentioned error message.
 
Back
Top