• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

ERROR when changing hosting type

R

Ralf Stahlmann

Guest
If I change the Domain Hosting Type from Simple Forwarding to website I have NO problem and everything works just works as expected.
However if I try the reverse to change from a website to Forwarding I get a Fatal Error and the following message.

ERROR: PleskFatalException
Unable to delete hosting: Unable to delete system user: SysUser->systemRemove() failed: usermng failed: usermng: Unable to set quota for user 'gb-0020415'
0: client.domain.hosting.type.php:284
plesk__client__domain__hosting__type->deleteVirtualHosting(integer '11')
1: client.domain.hosting.type.php:86
plesk__client__domain__hosting__type->accessItem(string 'POST', NULL null)
2: UIPointer.php:596
UIPointer->access(string 'POST')
3: plesk.php:38

Could someone please advise of a solution and give me an interpretation of this error please.

Kind Regards
Ralf
 
The issue is unrelated to Parallels products. Seems you have broken quota on your system. Check that you have correct permissions on following file:

# stat /usr/sbin/setquota
File: `/usr/sbin/setquota'
Size: 73412 Blocks: 152 IO Block: 4096 regular file
Device: 8dh/141d Inode: 25237265 Links: 1
Access: (0755/-rwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)

Make sure that quota rpm package is not corrupted with something like:

# rpm -qf /usr/sbin/setquota
quota-3.13-1.2.3.2.el5
# rpm -V quota
Check output of

# repquota -a
 
Back
Top