Search results

  1. T

    Solved [Solved] Troubles upgrading from 9.2 to 10

    I think I figured out what is causing this! I ran in to this issue and was following the upgrade procedure here: http://www.freebsd.org/doc/en_US.ISO885 ... ading.html When you run: root@:/usr/src # make delete-old This gets deleted: remove /usr/include/clang/3.3/emmintrin.h? y Skipping...
  2. T

    Cannot Build World

    I had not done make clean but I had done make cleanworld. # make cleanworld rm -rf /usr/obj/usr/src/* chflags -R 0 /usr/obj/usr/src rm -rf /usr/obj/usr/src/* After running make clean I tried again but still fails in the same place. Also, this caught my eye, it looks like this box was done...
  3. T

    Cannot Build World

    Hmmm it would appear I spoke to soon. Now it breaks here: cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX= \"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/ src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/...
  4. T

    Cannot Build World

    Hello all For some reason my buildworld keeps breaking. I recvsuped 7-stable and it still breaks in this point every time. cc -O2 -fno-strict-aliasing -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/ usr/obj/usr/src/tmp/usr\" -I/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/ cc/cc_int/../cc_tools...
  5. T

    Openvpn Pam_Mysql Doesn't work?

    Hello All, I keep getting the error: Jul 16 16:57:19 houston0 openvpn[14308]: in openpam_load_module(): no pam_mysql.so found when trying to authenticate against openvpn. It works just fine with login, and this config worked fine on a gentoo box. I installed pam_mysql from ports, I...
  6. T

    Disk Free Space Not Adding Up

    fstat was the command someone told me about before and I couldn't remember thanks!!!
  7. T

    Disk Free Space Not Adding Up

    Thanks for the help :) Getting more drives in the 1U isnt really an option and getting bigger SCSI drives is expensive. I may have to invest in another server I suppose.
  8. T

    Disk Free Space Not Adding Up

    Hello All I know that if you delete a file that is currently being written to it doesnt actually put the space back into the available space. Currently: server1# df -h Filesystem Size Used Avail Capacity Mounted on /dev/da0s1a 496M 268M 188M 59% / devfs 1.0K...
  9. T

    KDE4 Splashscreen stays visible

    Hi All, I went to upgrade Thunderbird via portupgrade a bit ago, which required an upgrade to jpeg which required a rebuild of every port dependent on it. After much fighting and manual problem solving that portupgrade had problems with (XXX is version x.x.x you need version x.y.y.) I...
  10. T

    Changing Apache2 SuExec document root

    I put WITH_SUEXEC=yes SUEXEC_DOCROOT="/home" and rebuild the port and it worked successfully. Thanks!!!!!!
  11. T

    Changing Apache2 SuExec document root

    Hmm still nothing cd support && make suexec `suexec' is up to date. This makes me think it doesnt see it or its the same as last time with the regular SUEXEC_DOCROOT="/foo" [2009-07-09 23:57:23]: cannot get docroot information (/usr/local/www/data) From everything I searched, I am...
  12. T

    Changing Apache2 SuExec document root

    Hmm maybe I'm doing it wrong? [2009-07-09 21:16:03]: cannot get docroot information (/usr/local/www/data) after a # make SUEXEC_DOCROOT="/usr/home" # make deinstall # make install Seems to be no luck still.
  13. T

    Changing Apache2 SuExec document root

    Hi, I am not very familiar with passing options to make with the FreeBSD ports setup. When I compile Apache from source I just add --with-suexec-docroot=/home To my make statement, how do I do this with ports? Thanks! -=Tom
  14. T

    Perl or cut or ??? to pull number from iostat

    Second one is a winner! Thanks! -=Tom
  15. T

    Perl or cut or ??? to pull number from iostat

    [root@abc ~]# iostat -d -x sda Linux 2.6.9-55.0.9.ELsmp (abc.xxx.xxx) 06/22/2009 Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util sda 0.04 28.55 1.57 6.26 155.46 279.11 77.73 139.55 55.52 0.12 15.92...
  16. T

    RFID Entry Systems

    So I have been looking at some RFID entry systems but I cant seem to figure out everything I need. I like how HID has thier EDGE setup that runs on Cat5 via POE, but I need to know more or less the server it connects to etc, does anyone know a good resource that can set me straight with all of...
  17. T

    Autoconf breaks (trying to install jdk16)

    Everything related was up to date. I ended up just installing a package from 6-stable.
  18. T

    Autoconf breaks (trying to install jdk16)

    Also forgot: FreeBSD XXXX 5.5-RELEASE-p3 FreeBSD 5.5-RELEASE-p3 #1: Mon Sep 25 12:08:38 UTC 2006 root@XXXX:/usr/obj/usr/src/sys/XXXX
  19. T

    Autoconf breaks (trying to install jdk16)

    Hi all, I am trying to install jdk16 and it broke at autoconf restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /usr/ports/devel/autoconf262/work/autoconf-2.62/build-aux/missing --run makeinfo --version) >/dev/null...
  20. T

    Your favorite text based application

    fortune
Back
Top