Search results

  1. D

    PHP Compiling error in Debian 4

    yes apt-get build-essential should install most of the needed packages. cc = c compiler
  2. D

    lsws stopped suddently ?

    So does the kill command toggle the debug or do I have to have it enabled before running it?
  3. D

    lsws stopped suddently ?

    I've seen similar things on our server, the lshttpd process is running, and some lsphp but I can't access the webpage, a restart helped it for about 10minutes. But after that it killed connections again, finally a reboot of the server seems to have done it. (this with the latest .10 version)...
  4. D

    AutoUpdate not working?

    No not yet, but it will as soon as they read this message probably :)
  5. D

    IP to GeoLocation

    heh understood, just thought LS had something other than the 2 server vars in it but since its _SERVER i can't do anything there anyway. It's a tad late to be thinking logical hehe :P thx mistwang
  6. D

    IP to GeoLocation

    Yea I see the two _SERVER vars but they only reflect to 'my' ip, or ip that is currently calling the php. I was wondering if it's possible to manually give it an ip and get the country in return. e.g. echo geoip_country_code_by_addr($gi, "24.24.24.24"); taken from...
  7. D

    IP to GeoLocation

    Since LS uses the DB why not have a function to call it from php so that I can get the country using users IP's echo LS_ip_to_get('11.22.33.44'); Since the lite version of geo isn't 100% it would be nice to be able to check if some users have an IP that resolves to a faulty country to...
  8. D

    phpMyAdmin and latest APC

    jupp yer right, that's why I edited my post as soon as I figured that out :) seems to be apc's fault as the latest cvs php dosn't seem to work, will see if I can throw them a bug report.
  9. D

    phpMyAdmin and latest APC

    I just updated my APC to 3.0.17 and now when I enter phpMyAdmin and browse around I get ==> /app/lsws/logs/stderr.log <== zend_mm_heap corrupted Not sure why only phpmyadmin has problems, luckily everything on my page seems to run fine. Hopefully it will stay that way. But the phpmyadmin...
  10. D

    Question about load balancing

    either have the upload script distribute the file on all servers when a new file is recieved, or have a common folder for those files that are uploaded using nfs (file sharing) which both servers read and write to...
  11. D

    Question about load balancing

    what content exactly? sessions, cookies, page content...? The probable answer is that you have to maintain a sync between the servers in some way. load balancer should only take care of the 'load' hence the name. Meaning it sends you to the server with the less load, the rest is up to you and...
  12. D

    AutoUpdate not working?

    Don't worry, they push it live after some testing and feedback from the users that love to install the updates by themselves. They hold the update 2-3 days after the update info is released (or sooner if it's a critical update).
  13. D

    latest cacti

    yea the link I found was correct, chaning the LAST -> AVERAGE works fine. goto Templates -> Graph Templates then click on the graph you want to log at the top you see 'Graph Template Items', every graph is different, but the common thing is to change the BOLD line from LAST to...
  14. D

    latest cacti

    I just installed the latest cacti and followed your wiki page. Everything is fine until the data gathering where I get this: ERROR: the RRD does not contain an RRA matching the chosen CF I googled this: http://forums.cacti.net/post-121207.html but since I'm not so into cacti I was hoping to...
  15. D

    php process problem

    does your index.php accept the ID var and DIR_ID for any reason?
  16. D

    memcached timeout

    it was the OS settings that were to blame :) didn't think that localhost connections were tracked by ip_conntrack, my bad :)
  17. D

    memcached timeout

    hey ts77, yea I'm aware of -c, I even had it around 3k still no go :) don't see a reason to max it out even more.
  18. D

    memcached timeout

    jupp done all that. compiled the latest 2007-12-06: Version 1.2.4 both --enable-threads and without... But the LS server runs fine now with the extra server for sql :) nice work on the updates, keep them coming. The reinstall of the server went great with the licence of LS btw.
  19. D

    memcached timeout

    ok will do, here is a current log I had to turn of session memcache and go with the usual files sessions cause of the timeouts. Any idea on that issue? I'm using pconnect and the memcached is on the localhost.
  20. D

    memcached timeout

    hey, I'm getting flooded with "Can't connect to localhost:11211, Connection timed out." I've talked to some memcached 'people' and they ask about maxclients limit and so on, and since apache!=litespeed I'm wondering if it's the PHP_LSAPI_MAX_REQUESTS=600 PHP_LSAPI_CHILDREN=150 they...
Top