• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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