• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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