Search results

  1. Invader Zim

    Problems with suPHP

    I'm currently upgrading a test server from apache 2.2.22 and php 5.2.17 to apache 2.4.2 and php 5.4.5. When all is done (apache, php, suphp, mysql etc) and I restart apache I get: custombuild # /usr/local/etc/rc.d/httpd restart Stopping httpd: [...
  2. Invader Zim

    Default mailbox size

    Can't believe we didn't see this earlier in the change log... Stupid me. default_pop_quota=50 is now default. :\ So, changed directadmin.conf, added default_pop_quota=0 and it's all good now.
  3. Invader Zim

    Default mailbox size

    It used to be that whenever you created a new mailbox the default size setting was 0, or rather, "until account is out of quota". Now however when we create a new mailbox the size is set by default to 50Mb across all our servers. Where do I change this setting? I'd like to go back to '0'.
  4. Invader Zim

    redirect .htaccess gets permissions 600

    Since 2 updates ago whenever a user tries to make a redirect the .htaccess file that gets created is only readable/writable for the user, nothing for group, nothing for other (600). Apache then ofcourse says the website cannot be displayed because it cannot read the .htaccess.
  5. Invader Zim

    PHP 5.2.5 CGI and setlocale() nl_NL

    I can't believe there hasn't been a single answer in 3 years... Perhaps you've already fixed it, but in case someone else comes wandering in to this thread hoping the solution can be found here, here's what I did to fix it. Do not use nl_NL as the locale, use nl_NL.ISO8859-1. Ofcourse, the...
  6. Invader Zim

    Warning: The system load average is...

    I upgraded to proftpd 1.3.3c last night. Problem hasn't occured yet.
  7. Invader Zim

    Warning: The system load average is...

    For some reason multiple threads are opened. But ftpwho -v reveals no users to be online. Also, just now I had another message from another server: "Warning: The system load average is 20.1699" proftpd only runs once. But then again, by the time this mail is sent, the load has dropped back to...
  8. Invader Zim

    Warning: The system load average is...

    I didn't check i/o, since I noticed proftpd in top's list, with each thread consuming 20-25% cpu time. killall -9 proftpd ; /usr/local/etc/rc.d/proftpd stop ; sleep 2 ; /usr/local/etc/rc.d/proftpd start brings the load back down to normal levels. So I've cronned it to run every hour on the...
  9. Invader Zim

    Warning: The system load average is...

    One of our servers keeps spiking to loads well over 20 (but it's FreeBSD (7.2) so you can still log in and do your thing) but the culprit seems to be proftpd. Many processes have been spawned than normal, and like I said, the load is very high. And when the machine has a high load, exim refuses...
  10. Invader Zim

    Warning: The system load average is...

    The past few days I've been getting messages from one of our servers saying "Warning: The system load average is..." When it so happens that I am getting this message while at the computer I immediately jump on the server to check what is causing this load, but it only lasts for a few seconds...
  11. Invader Zim

    Users' http.conf reset to nothing after reinstall

    Whenever we reinstall apache or php we follow a script. In this script we copy the template config files for apache to the custom directory and make a few changes. When you copy a file over an existing file it usually takes on the privs of the existing file. Only this time it didn't, which...
  12. Invader Zim

    Users' http.conf reset to nothing after reinstall

    Well, this is embarrassing.... Turns out the virtual_host*.conf files in /usr/local/directadmin/data/templates/custom were owned by root and only had user read/write privs. I've executed this operation many times but this hasn't happened before, not on this one, nor on another one... *sigh*...
  13. Invader Zim

    Users' http.conf reset to nothing after reinstall

    We installed the DA update to 1.36 last night, after which we added mod_expires to apache and soap support to php. All was well. A couple of hours later I needed to make a change to our website but when I went there I got our default placeholder. I restarted apache from the command line and...
  14. Invader Zim

    Dnssec

    It would appear so. https://www.dns-oarc.net/oarc/services/replysizetest
  15. Invader Zim

    Odd performance problems with ClamAV on FreeBSD

    I've been getting headaches about this problem. 2 weeks ago one of our servers decided to not run clamav as usual but take a lot (up to 10 times) longer to scan files. A few days ago a customer complained about not being able to send emails on account of malware being sent. Seems the zip file he...
  16. Invader Zim

    New Install: Cannot find /usr/local/bin/php. Please recompile php with custombuild

    I have the same problem. I've tried many times from a clean server, following the same installation routine I used installing all our other servers. After running setup.sh the servers work fine. But the past 4 days I've had nothing but "Cannot find /usr/local/bin/php" at the end of the...
  17. Invader Zim

    HOWTO (In Developing): DA Installing on FreeBSD 7.0 64-bit (Using ports tree)

    Good show! I'm sure your efforts will be much appreciated. I know I do.
  18. Invader Zim

    Restoring reseller level backup of useraccount takes forever

    This evening we're going to be moving the last users out to the new server. I'll do that when we're done. As for now, the only real error I noticed in the errortaskq.log is ConfigFile::writeFile(`) : Timestamp from when it was read is different, overwriting anyway
  19. Invader Zim

    Restoring reseller level backup of useraccount takes forever

    Ever since the last update we've had issues restoring user accounts. Since we're currently moving users from an old server to a new server this is kind of annoying. Wether we restore the backup of 1 user weighing in at 10Mb or 10 users at a total of 4Gb it takes about 20 minutes either way for...
  20. Invader Zim

    Moving users between servers

    We finally moved all remaining users from our first server to a new one. It took some work however. Making backups, deleting users, moving backups to new server, importing backups. Moving resellers is a bit more difficult, but we got that done too. It would however been easier if there was a...
Back
Top