• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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: [email protected] 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: [email protected] 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