Search results

  1. S

    I would like to learn about FreeBSD and developing for it

    https://wiki.freebsd.org/IdeasPage Here is a list with interesting projects to work on.
  2. S

    FreeBSD fails to install X11 (or xorg)

    In case you switch to pkgng you might want to check out http://mirror.exonetric.net/pub/pkgng/ for quite up-to-date packages. Not all repos are online yet though.
  3. S

    Help on getting C++11 to work

    What was the solution?
  4. S

    FreeBSD Screen Shots

    Why would you want to minimize RAM usage?
  5. S

    Clang -std=c++11 -stdlib=libc++ Should enable C++ 11

    If those libs are only in /usr/src/ then they were not included in the system. AFAIK you need to add WITH_LIBCPLUSPLUS=true to /etc/make.conf (or /etc/src.conf). And use clang++. Not sure to what extent everything got merged to FreeBSD 9.1.
  6. S

    can not switch to gcc 4.8

    .if ${.CURDIR:M*/devel/dconf} USE_GCC?=4.2 .endif Put this in your make.conf?
  7. S

    They said: “FreeBSD is Dying”. What is going on???!

    It sounds like he once tried to use FreeBSD because he thought it would be l33t haxx0r but failed to perform a proper install and set up some X-based environment. Bitter and unable to confront his own inability/ignorance he now holds a grudge against FreeBSD. I would pick hardware just so...
  8. S

    pkg search and PACKAGESITE FreeBSD 9.0-RLEASE

    You are doing nothing wrong. The repository is not populated which IMO is not very nice. Personally I build my own repository with ports-mgmt/poudriere and you could do the same. Or stick with the old tools and use the packages at...
  9. S

    "best" window manager for FreeBSD?

    If you want a ton of features then go for x11/kde4. It is ported by a great team and up-to-date. Personally I use x11-wm/awesome.
  10. S

    Apache 2.2

    service also scans /usr/local/etc/rc.d.
  11. S

    What is the longest time your computer took to compile something?

    On what kind of system did it take 57 hours?
  12. S

    Packagesite for pkgng

    The packages for i386 are a month old. You are not using amd64? During September the online repo did not get updated so I started to compile packages myself in a jail with ports-mgmt/poudriere. Currently it is still pkgbeta instead of pkg.
  13. S

    FreeBSD fails to install X11 (or xorg)

    Did you update your PACKAGESITE? Otherwise you are pulling in old packages. Or are you only using ports now?
  14. S

    Is there some sort of shakeup going on?

    This is very unfortunate. I hope he sticks around. Thank you Doug for your work!
  15. S

    Unspecified Services Autloading After: freebsd-update

    Then I would do a clean install and repartition the drive as well. You could do a "non-destructive" install but would have to fiddle around to get rid of the old libs. Great! BTW, did you disable most debugging in -CURRENT? The defaults have a big impact on performance.
  16. S

    keyboard doesn't work

    Did you install Xorg? Did you configure Xorg? Are hald and dbus enabled? Are any messages or errors logged when the keyboard stops working?
  17. S

    pkg_version: corrupted package

    Packages? :P The ones for ports-mgmt/pkg are a bit out-of-date but the "normal" packages are up-to-date. In case you track -CURRENT and your architecture is amd64 then I could send you my local repo for ports-mgmt/pkg which is quite up-to-date. BTW, your netbook has no Intel integrated...
  18. S

    Upgrade from 8.2 to 9.0 didn't upgrade ZFS

    Just compile the world and kernel I guess. Or you can keep looking for another solution which probably would take more time.
  19. S

    How to get to the GUI

    And do not use the packages enclosed with the install medium. Those packages are old.
  20. S

    pkg_version: corrupted package

    Ah, too bad. BTW, if you want to track CURRENT then make sure you put MALLOC_PRODUCTION=true in /etc/src.conf and disable some DEBUG options in the KERNCONF file.
Back
Top