Search results

  1. chatwizrd

    Solved [Solved] Cannot install FreeBSD 10

    Re: Cannot install FreeBSD 10 Did you try the option for ACPI disabled on the boot loader?
  2. chatwizrd

    FreeBSD 10.0 on HP DL160 Gen8 and Lockups

    You probably have bad hardware. You should contact HP to diagnose the problem and replace your hardware. I have many HP servers and have no problems running any FreeBSD software.
  3. chatwizrd

    net/GeoIP portupgrade problem

    cd /usr/ports/net/GeoIP && make clean reinstall clean
  4. chatwizrd

    Servers don't need all their fans. Right?

    That is an extremely old server. Why the heck would you want to use it as a desktop? Just buy a new computer somewhere or build your own. Removing fans is a very bad idea. This is a server that was designed to run in a data center in a rack. Airflow is very important. You should come up with...
  5. chatwizrd

    [roundcube] Cannot redeclare class rcmail_output_html

    Seems like an error in the Roundcube code. Do you have version 1.0.1 installed? There were a lot of bug-fixes just released.
  6. chatwizrd

    [RESOLVED] Web Host Manager (WHM)

    Re: Web Host Manager (WHM) Directadmin is a pretty good control panel. If you want to pay once and never again you could find a used license in their forums for under $200 sometimes. Thats a very good price considering you get lifetime updates. I have never seen any free control panel that was...
  7. chatwizrd

    [RESOLVED] stuck on a email verification script

    Re: stuck on a email verification script Something like the following should work. #!/bin/sh dbuser=myuser dbpass=mypass dbhost=1.2.3.4 email1() { read -p 'Enter email: ' e while [ `echo $e | grep -c '^[a-zA-Z0-9]*@[a-zA-Z0-9]*\.[a-zA-Z0-9]*$'` = "0" ]; do...
  8. chatwizrd

    [RESOLVED] Web Host Manager (WHM)

    Re: Web Host Manager (WHM) $15 is too high? You can easily make the money back.
  9. chatwizrd

    Can't upgrade PHP

    Re: cant upgrade php It works now after I did a make rmconfig in lang/php5.
  10. chatwizrd

    Can't upgrade PHP

    I keep getting the following error and I have no clue what is wrong or how to fix it. I have already tried to remove lang/php5 and install www/mod_php5, but nothing I try even works. I always get this error when trying to upgrade all my ports. I am using FreeBSD 10. Thanks ===>>> Forcing...
  11. chatwizrd

    FreeBSD connect to switch

    Start by switching to a supported version of FreeBSD.
  12. chatwizrd

    [RESOLVED] MySQL basic question

    Re: MySQL basic question I just put mine in /etc/my.cnf and it had no problem finding it.
  13. chatwizrd

    FreeBSD 10.0, Nagios can't find some libraries

    Re: FreeBSD 10.0 Nagios can't find some libraries Did you search your server for those files?
  14. chatwizrd

    NTP vulnerability fix

    Did you see http://www.freebsd.org/security/advisor ... 2.ntpd.asc
  15. chatwizrd

    security/clamav install errors

    I am trying to install security/clamav and am getting errors. Basically: In file included from 7z/LzmaDec.h:7, from lzma_iface.h:26, from upx.c:59: 7z/Types.h:58: error: redefinition of typedef 'Byte' /usr/local/include/zconf.h:261: error: previous declaration...
  16. chatwizrd

    mod_ruid2 compiling issues

    Hi. I am trying to compile mod_ruid2 from source to use with Apache on FreeBSD 9.1. I keep getting an error that sys/prctl.h does not exist. I have no clue what package to install to make it happy. Here is my error output: http://pastebin.com/SPQwxUk9 Thanks.
  17. chatwizrd

    [FreeNAS] I can not install FreeNAS on HP ProLiant DL580 G7

    Re: [FreeNAS] I can not install FreeNAS on HP ProLiant DL580 This forum is for FreeBSD not FreeNAS.
  18. chatwizrd

    PHP install does not work

    What do you have for PHP in your httpd.conf? Make sure you have the following lines: LoadModule php5_module libexec/apache/libphp5.so AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Also add index.php to DirectoryIndex.
  19. chatwizrd

    Moving Maildirs

    Yes. Just copy the folders, then run this tool on the URL below. http://wiki2.dovecot.org/Migration/Courier
  20. chatwizrd

    Partition resize support for BSD 6.3

    No there is no way to increase it. You can create new partitions and copy data over. You should not be using a version of FreeBSD that old if it is connected to the Internet... it will be hacked in minutes.
Back
Top