• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. E

    Upgrade fails: "/usr/bin: cpio: chown failed"

    As I recall I fixed this problem by running: chattr -ais filename multiple times when I got the CPIO error. My suspicion is the problem is a symptom of a hacked box.
  2. E

    Limits Inconsistency Across Two Servers - ColdFusion DSN Connections / Total Mailbox

    The solution found by 'girin' was that the domain owner limits were wrong! Problem solved.
  3. E

    Limits Inconsistency Across Two Servers - ColdFusion DSN Connections / Total Mailbox

    I have a limits inconsistency across two seemingly identical Plesk Windows servers. Both servers are running Plesk 8.2.0. When I click on a domain on Server A and then on Limits it only displays 11 types of limits. When I click on a domain on Server B and then on Limits it displays 13...
  4. E

    Install PSA8 on Ubuntu 7.xx ?

    Why would you want to install Plesk on an unsupported version of Ubuntu?
  5. E

    Fedora 8

    Thank you breun, I learned a lot from your post.
  6. E

    Delete domain error

    arazas, Your post helped me determine the source of the error, namely that there is an orphaned user in the Microsoft SQL database. My workaround was to go to the database, re-add a user, and then retry the operation in Plesk. This worked. thanks.
  7. E

    Cannot restore, unknown error code from backup_sign utility

    You should consider this as per SWSoft Knowledgebase article: http://kb.swsoft.com/en/2279 RESOLUTION Such error can be caused by missing certificate for backup signing. Try to generate the certificate with the command: # $PRODUCT_ROOT_D/admin/sbin/backup_sign generate Our symptoms...
  8. E

    entire server bacups

    You should examine this article: http://kb.swsoft.com/en/1335
  9. E

    statistics.exe error

    I have a question: When you get this error does your statistics actually complete? On our system the error is slightly different: Execute ftpmng --get-log-directory --ip-address=1X6.25.2X7.57 failed: C:\inetpub\vhosts\Servers\21922\logs\MSFTPSVC21922 On our system statistics never...
  10. E

    Horde with Plesk Interface

    The whole thing was a hoax and this thread is genetically modified so that you cannot unsubscribe from it. For the next 5 years you will be notified about the fake "Horde with Plesk Interface" every time some idiot stumbles upon this thread.
  11. E

    Perl Command Line Interpreter crashed often on reboot

    I have the following problem on reboot, I have to close the crash window four or five times: "Perl Command Line Interpreter encountered a problem and needed to close. This occured on 2007/10/11 at 05:20:35 AM Please tell Microsoft about this problem. We have created an error report...
  12. E

    PEAR wont install

    I got pear successfully installed on FC6 by using this: http://pear.php.net/go-pear
  13. E

    ERROR: PleskMainDBException

    Just in case anyone else reads this post. I did some research and either vesterman is misquoting SWSoft or the SWSoft engineer was a bit sloppy. The fact: The table clients does not contain a field server_version. The field server_version belongs to the table DatabaseServers.
  14. E

    ERROR: PleskMainDBException

    OK it's a bit of a consolation, but I have since discovered other discrepencies. 1. There is another table called dom_level_usrs which also has new columns called 'uid' and 'ownership', which is also not present on my system. I had to add them before my Expand would start synching again with...
  15. E

    ERROR: PleskMainDBException

    Be carefull vesterman. I did the same modification and yes sure now my Plesk is accessible. But I did a field comparison on a healthy Plesk upgrade and I found that 'ownership' is: ENUM field, not VARCHAR, which takes 'true' and 'false' values. The default is 'true' and it is NOT NULL. I'm...
  16. E

    Upgrade fails: "/usr/bin: cpio: chown failed"

    My upgrade from Plesk 8.1.x to 8.2.0 fails. I get: Downloading the file PSA_8.2.0/update-rpm-FedoraCore-4-i386/libxml2-python-2.6.20-1.FC4.i386.rpm: Filefetcher: get file PSA_8.2.0/update-rpm-FedoraCore-4-i386/libxml2-python-2.6.20-1.FC4.i386.rpm 21%..36%..50%..61%..74%..84%..92%..100% done...
  17. E

    Trying Plesk without IIS installed

    Change from Apache to IIS I want to reconfigure an existing server with 300 clients and 500 domains from Apache to IIS. Is this possible? Is it risky?
  18. E

    AWStats Dynamic Stats

    I have the same question, how can I see prior months data without resorting to custom scripts?
  19. E

    Problems with mails send by server.

    If you still get strange results such as a blank FROM field and the header stuck to the beginning of the e-mail's body, try removing the /r and just leave /n. On my system I had to do that.
  20. E

    Watchdog can not update crontab

    OK I figured it out and yes I did ended up RTFM. Basically you can use 'crontab -l' to see the current user's crontab. As this problem occurs on the root user you will have to log in as the root user first. Indeed the @ alias is the problem. So before I had: [root@xx2 psa]# crontab -l...
Back
Top