Search results

  1. O

    ZFS Quick Question Regarding a 3 Drive Mirror

    On this method after a complete sync, If i try to mount c2t1d0 on another machine, I should see all the data from c0t1d right? I would consider a snapshot based backup for onsite machine, but I was thinking of an offsite backup solution too. From what I've read it is possible to use 3 hard...
  2. O

    ZFS Quick Question Regarding a 3 Drive Mirror

    Hi, I want to know if is possible this scenario: Use ZFS on a system with two drives configured as ZFS soft RAID1 (mirror). Then add a third drive to ZFS mirror pool, wait for sync and then remove the third drives and use it as an offsite backup. So most of the time the system (configured as...
  3. O

    Problem building KDE4 from ports

    Even if he instal kde4 from packages or not, kde4 compilation from ports should work (I say that after three days of freeze/compiling, on a quad core machine. In normal case it should take few hours).
  4. O

    ZFS ARC Statistics Script for FreeBSD

    Just found a FreeBSD version here: http://lists.freebsd.org/pipermail/freebsd-stable/2010-February/055164.html Update: Just found better info here: http://wiki.freebsd.org/ZFSTuningGuide. See "Generic ARC discussion" section.
  5. O

    ZFS ARC Statistics Script for FreeBSD

    Hi, Do you know if is there a script similar to this, but for FreeBSD? http://blogs.oracle.com/realneel/entry/zfs_arc_statistics
  6. O

    Can't compile gnustep port

    Please give me more details how to do that.
  7. O

    Problem building KDE4 from ports

    I had such problem with KDE4 building it from ports. My "fix" was just doing CTRL + C and then re-running make, then doing again CTRL + C then make. Sometimes I did stop compiling for kde4 and tried to compile needed ports first. Sometimes I did a make clean then retried compilation. Sometimes...
  8. O

    Can't compile gnustep port

    Yes, but still since gnustep is in ports and as any port it should be able to compile. Maybe using clang? (Well first I tried to compile Objective C code, with some support for Foundation and APPkit on FreeBSD but I've noticed Cocotron is not in FreeBSD's ports, so I thought to try gnustep...
  9. O

    Can't compile gnustep port

    Here is the error: host# pwd /usr/ports/devel/gnustep host# make ===> gnustep-1.19.3 depends on file: /usr/local/lib/gcc42/libobjc.so - found ===> gnustep-1.19.3 depends on file: /usr/local/GNUstep/System/ Library/Libraries/libgnustep-base.so - not found ===> Verifying install for...
  10. O

    Terminal Changed in 9.0 or is a Midnight Commander Problem?

    When I am in Midnight Commander and I run a command from within mc when I press Ctrl + O to see the output of the command under mc window, I see blank screen. To see the output of the command I must scroll up one screen. Any idea how to fix that?
  11. O

    Do you still use separate /, /tmp, /var partitions on FreeBSD 9

    Hi, Since new installer default 3 partitions for FreeBSD 9.0 and since partition type for / is ufs2+sj, do you still make separate partitions for /tmp and /var?
  12. O

    Why we use vBulletin?

    I found phpBB less secure. You want something reliable don't you?
  13. O

    Anyone watching hard drive prices

    It will take a year or more for prices to go down and I think will not be at the same level it was before shortage.
  14. O

    High CPU usage invoking pkg_add after upgrading to 9.0 RC1

    I understand you have a high CPU usage but the process is faster? I ask that because bsdtar only uses one Core of the CPU. I for example would like a higher CPU usage but a faster time for adding packages. Still, in your case chances are to be a bug or a debug option enabled in Kernel.
  15. O

    GELI error when using Software and Hardware Encryption

    Yes, I've attached using geli attach command. And as you see /dev/da1s1g.eli appears in geli list but not on /dev (that is in fact the problem). So when crypto hardware is present, crypto software is not working properly?
  16. O

    GELI error when using Software and Hardware Encryption

    I have a partition encrypted with geli on a VIA hardware with hardware encryption enabled using padlock. The partition attaches and mounts ok. The problem is that VIA hardware only supports AES-CBC 128 which is attached to geli as hardware encryption. When I add an USB hard drive with an AES-XTS...
  17. O

    Hardware for a FreeBSD Samba server

    AMD64 stands for x86 - 64 bit compatible cpu and can be intel or AMD.
  18. O

    Very offtopic. Did you know that ...

    I use Rudix to use MC and some other tools on OSX. http://rudix.org/
  19. O

    Very offtopic. Did you know that ...

    Yes but if you do not have commands like pkg_add / pkg_info and /usr/ports dir, there's no fun.
Back
Top