Recent content by shortlc

  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)
Back
Top