Search results

  1. O

    install FreeBSD, Windows XP, Ubuntu

    Is it possible to install XP (32 bits), FreeBSD and Linux using GPT? The problem that I see it XP 32 bits will not work with GPT but maybe it could be tricked do boot using grub? In OSX it is possible to do that, via bootcamp which kind of allow mixed MBR/GPT partitions, but I don't know for...
  2. O

    Error compiling MySQL 5.5.25 with DTrace Support

    What have you done to compile it with DTrace support?
  3. O

    Do you have/know a girl friend is a linux/BSD hacker?

    It's true that are fewer girls but still they are. That's every geek's dream: a girl that knows FreeBSD/Linux or programming/hacking. I knew a girl very good at Starcraft that would beat three players at once in a multiplayer game. I would never play a game with her. I knew other girl (a small...
  4. O

    Red Hat Linux paying to get past UEFI restrictions

    http://www.wired.com/wiredenterprise/2012/06/microsoft-windows8-secure-boot/ I hope we still will be able to get hardware without boot protection, in the future. What Microsoft want to do is not called evolution.
  5. O

    DTrace support from Firefox works in FreeBSD?

    I've read /usr/local/share/DTraceToolkit/JavaScript/Readme and for me to be able to use DTrace for JavaScript I must compile Firefox with DTrace support. Is that possible?
  6. O

    Idea about content of posts

    Yes, for example I've used the following text: "(Laptop installation)" and he modified to "(laptop installation)" which even is a simple detail it make sense.
  7. O

    Idea about content of posts

    @graudeejs: For example go to: http://forums.freebsd.org/showthread.php?t=32598 and see your post. If you are logged in you should be able to click on: Last edited by DutchDaemon. I see plain text on others posts, but for my posts I can click on that and then I have a compare button.
  8. O

    Idea about content of posts

    Nice, I did not know that. Thank you!
  9. O

    Idea about content of posts

    All of us here noticed DutchDaemon's hard work on our every post. It would be useful for us to be able to see our original post (that was not yet corrected by DutchDaemon) and the curent post to compare them and try to learn from that. If we (non English speakers) would have that it would...
  10. O

    Samba4 Enters Beta

    http://slashdot.org/index2.pl?fhfilter=samba4 I wonder when it will be in FreeBSD's Ports. Or if I update my ports tree I can find it in: /usr/ports/net/samba4-devel? Anyway, I'm waiting for the release.
  11. O

    I bought my first car! :D

    Nice car for a first car! I wish every FreeBSD user to get a car like that, at least like that. Good thing that reality there is not as we perceive it from mass media ;). I'm talking about Greece ;) Me also teasing you ;)
  12. O

    Error compiling MySQL 5.5.25 with DTrace Support

    I've enabled support for DTrace by adding -DENABLE_DTRACE=1 to CMAKE_ARGS+ section of the Makefile for the mysql55-server port but when I compile I got the following error: 1 error *** Error code 2 ../../mysys/libmysys.a(mf_keycache.c.o): In function `key_cache_read'...
  13. O

    Red Hat Linux paying to get past UEFI restrictions

    @Crivens I hope you're wrong, but then (sadly) this is the direction we are going. Reading the daily news and seeing what laws are approved I think the direction is toward a global communism controlled by corporations. Hope I'm wrong too.
  14. O

    Red Hat Linux paying to get past UEFI restrictions

    http://linux.slashdot.org/story/12/06/06/1232243/red-hat-clarifies-doubts-over-uefi-secure-boot-solution "For users performing local customization, they will have the ability to self-register their own trusted keys on their own systems at no cost." Anyway it would be impossible for them to...
  15. O

    ZFS native encryption support

    To be accurate, from my measurements resulted that PCEngines uses 4W of power (without hard drive but if you use a laptop hard drive just add 1W more) and my atom board (an ASrock 1.6 dual core atom, 330D) uses a lot of power: 35W, without hard drive). What CPU uses that soekris? Is it Geode...
  16. O

    HOWTO: FreeBSD ZFS Madness

    But the encrypted partition is on second pool (called local). And zfs snapshot -r sys/ROOT/beName@snapshotName is for sys pool. So I get: Error, cannot create snapshot I could use another approach to just use a single pool (sys and create a vdev on that pool and encrypt it. Could that be ok or...
  17. O

    HOWTO: FreeBSD ZFS Madness

    Can I use beadm to also snapshot encrypted partition (laptop example). Or if I do not have an encrypted partition but a second pool, can I manage that too from beadm?
  18. O

    Unable to build libreoffice-3.5.2.2

    Just build and install kernel and world without clang and see if then libreoffice will compile.
  19. O

    Unable to build libreoffice-3.5.2.2

    Remove those two line from /etc/make.conf then recompile and reinstall kernel and world and then try to compile libreoffice.
  20. O

    Unable to build libreoffice-3.5.2.2

    I had the same problem. I've just recompiled the kernel and world without clang support and then I was able to compile LibreOffice. Just remove from /etc/make.conf: CC?=clang CXX?=clang++ Then rebuild your kernel and world and you should be able to compile LibreOffice.
Back
Top