• 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. S

    Cron Daemon error - emails continually sent every hour

    So the issue was that I had 100,000+ session files in /lib/php/session I used: [ -x /usr/lib64/plesk-9.0/maxlifetime ] && [ -d /var/lib/php/session ] && find /var/lib/php/session -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib64/plesk-9.0/maxlifetime) -delete to delete the sessions. I...
  2. S

    Cron Daemon error - emails continually sent every hour

    After deleting a number of log files and manuals, here's what I have now: # for i in `ls -1A | grep -v "\.\./" | grep -v "\./"`; do echo "`find $i | sort -u | wc -l` $i"; done | sort -rn | head -10 find: unknown predicate `-horde_conf.flag' find: File system loop detected...
  3. S

    Cron Daemon error - emails continually sent every hour

    Results: [root@vps21157 /]# for i in `ls -1A | grep -v "\.\./" | grep -v "\./"`; do echo "`find $i | sort -u | wc -l` $i"; done | sort -rn | head -10 find: unknown predicate `-horde_conf.flag' find: File...
  4. S

    Cron Daemon error - emails continually sent every hour

    Results: [root@vps21157 data]# cd / [root@vps21157 /]# for i in `ls -1A | grep -v "\.\./" | grep -v "\./"`; do echo "`find $i | sort -u | wc -l` $i"; done | sort -rn | head -10 find: unknown predicate `-horde_conf.flag' find: File system loop detected; `var/named/chroot/var/named' is part...
  5. S

    Cron Daemon error - emails continually sent every hour

    Result: [root@vps21157 ~]# cd / [root@vps21157 /]# [root@vps21157 /]# for i in `ls -1A | grep -v "\.\./" | grep -v "\./"`; do echo "`find $i | sort -u | wc -l` $i"; done | sort -rn | head -10 find: unknown predicate `-horde_conf.flag' find: File system loop detected...
  6. S

    Error logging in Can't create/write to file '/tmp/#sql_cd8_0.MYI' (Errcode: 28)

    No virtuozzo. What uneccessary files can be deleted? Logs etc and where to find them?
  7. S

    Error logging in Can't create/write to file '/tmp/#sql_cd8_0.MYI' (Errcode: 28)

    Done Can I increase the limit of inodes? If so how?
  8. S

    Error logging in Can't create/write to file '/tmp/#sql_cd8_0.MYI' (Errcode: 28)

    Yes, unbeknown to me it is enabled, but i don't require it. Can I disable it? And how?
  9. S

    Cron Daemon error - emails continually sent every hour

    df -i Filesystem Size Used Avail Use% Mounted on /dev/root 23G 9.4G 13G 44% / df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/root 1507328 1507328 0 100% /
  10. S

    Cron Daemon error - emails continually sent every hour

    I have restarted the VPS, now I have received about 6 emails at the beginning of every hour: From: root@vps21157.vps.ovh.ca Subject: Cron <root@vps21157> /usr/local/psa/admin/bin/php -c '/usr/local/psa/admin/conf/php.ini' -dauto_prepend_file=sdk.php...
  11. S

    Error logging in Can't create/write to file '/tmp/#sql_cd8_0.MYI' (Errcode: 28)

    I have restarted the VPS, now I have received about 6 emails at the beginning of every hour: From: root@vps21157.vps.ovh.ca Subject: Cron <root@vps21157> /usr/local/psa/admin/bin/php -c '/usr/local/psa/admin/conf/php.ini' -dauto_prepend_file=sdk.php...
  12. S

    Error logging in Can't create/write to file '/tmp/#sql_cd8_0.MYI' (Errcode: 28)

    I get: drwxrwxrwt 3 root root 12288 May 22 13:18 /tmp/ No files in /tmp
  13. S

    Error logging in Can't create/write to file '/tmp/#sql_cd8_0.MYI' (Errcode: 28)

    I'm am new to ssh commands, so can you explain how I can check this?
  14. S

    Error logging in Can't create/write to file '/tmp/#sql_cd8_0.MYI' (Errcode: 28)

    # stat /tmp File: `/tmp' Size: 12288 Blocks: 24 IO Block: 4096 directory Device: 801h/2049d Inode: 131073 Links: 4 Access: (1777/drwxrwxrwt) Uid: ( 0/ root) Gid: ( 0/ root)
  15. S

    Error logging in Can't create/write to file '/tmp/#sql_cd8_0.MYI' (Errcode: 28)

    When logging in to Panel I get the following error: I cannot login via FTP either. The /tmp directory is chmod 1777 and have about 16gb a space left on the VPS. I have Panel psa 11.5.30 build 115130819.13 - CentOS 6 .3.8.13 Please help!
Back
Top