• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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