Search results

  1. C

    Wrong file output

    Sometimes my server outputs an image file in another directory for a php file. It seems a wrong handling of cached files. I think the problem is caused by something like hash collusion. It gets back to normal when I restart the server.
  2. C

    How-to renew license?

    I have a similar issue, although I made the payment the servers keeps saying: hoccam:/opt/lsws # /opt/lsws/bin/lswsctrl start [ERROR] Sorry, your license key has expired! [ERROR] Failed to start lshttpd! I tried generating a new license with -r, but no help. There is a ticket about it...
  3. C

    High cpu usage problem

    i upgraded to version 3.3 and the issue seems to remain.. I will make a cronjob that will kilall lsphp every minute :) Lsphp processes are going well for some 10 seconds and then the cpu usage tops. Sometimes just one of them, some times all of them.. By the way I'm very pleased with litespeed...
  4. C

    High cpu usage problem

    The latest gdb result: This GDB was configured as "i586-suse-linux". (gdb) attach 12586 Attaching to process 12586 Reading symbols from /opt/lsws/fcgi-bin/lsphp...done. Using host libthread_db library "/lib/libthread_db.so.1". Reading symbols from /lib/libcrypt.so.1...done. Loaded symbols for...
  5. C

    High cpu usage problem

    another strace result: writev(1, [{"LS\6\0\201\0\0\0", 8}, {"PHP Warning: fgets(): supplied "..., 121}], 2) = 129 writev(1, [{"LS\6\0\200\0\0\0", 8}, {"PHP Warning: feof(): supplied a"..., 120}], 2) = 128 writev(1, [{"LS\6\0\201\0\0\0", 8}, {"PHP Warning: fgets(): supplied "..., 121}]...
  6. C

    High cpu usage problem

    the diff showed no difference, so I made a fresh compile, When i straced again a lsphp process: zulot:/usr/local/lib/php/extensions/no-debug-non-zts-20060613 # strace -p 12586 Process 12586 attached - interrupt to quit select(2, [1], NULL, NULL, {0, 936000}) = 0 (Timeout) kill(12585, SIG_0)...
  7. C

    High cpu usage problem

    uname -a: Linux zulot 2.6.18.2-34-bigsmp #1 SMP Mon Nov 27 11:46:27 UTC 2006 i686 i686 i386 GNU/Linux its an upgrade from the free version, I can compile the php myself if it will fix the issue
  8. C

    High cpu usage problem

    seems like there is an issue with apc right? (gdb) attach 2606 Attaching to process 2606 Reading symbols from /opt/lsws/fcgi-bin/lsphp...(no debugging symbols found)...done. Using host libthread_db library "/lib/libthread_db.so.1". Error while mapping shared library sections...
  9. C

    High cpu usage problem

    yes it happens all the time, I'm using the php provided by litespeed installation. I straced a lsphp process using %20 of total cpu. The result was nothing: shel:/opt/lsws # strace -p 32308 Process 32308 attached - interrupt to quit My configure string is as following: ./configure...
  10. C

    High cpu usage problem

    Hi, I'm currently using litespeed enterprise edition, my server is a core2duo with 4GB of RAM. There seems to be a problem with lsphp as it utilizes more than %90 of the cpu most of the time. I use APC for caching and adodb for mysql connections. Here is a screenshot from a top command...
Top