Search results

  1. estrabd

    ZFS minimizing writes on zroot? maximizing life of usb zroot?

    I have a couple of sandisk usb cruzers (32 GB) that are acting as zroot. One has gone bad in the mirror set and I need to replace it ASAP. It may or may not be due to excessive writing ( I have no idea is all ). Update: FreeBSD 11.1. What I would like to do is two-fold. First, I want to what I...
  2. estrabd

    Do jails support SMP?

    Background: I am on FreeNAS (9.3, latest at the time of this writing), and I am having an unusually hard time determining if the jails I am creating through it are providing SMP access for threaded processes. Question: Concurrently (no pun intended), I am trying to find any document on the...
  3. estrabd

    Using Gnu C compiler

    gcc is not part of base as of 9.x, clang is.; to use gcc on newer systems you must install it from Ports. "open gcc.exe" is nonesense. Do a "which gcc".
  4. estrabd

    Benchmark results: 20 TB RAID-Z3

    Well done!
  5. estrabd

    clang build errors under VMware & VBox

    Surely there is, I just don't know what knobs to hit.
  6. estrabd

    500TB fileserver?

    Ceph is certainly interesting and compelling, however be aware of a few things: 1. the fs support must be abled to do anything that closely resembles traditional cli back up methods (ceph stores files in blocks that are placed all over) 2. ceph is not meant if your SAN is anything but 100%...
  7. estrabd

    clang build errors under VMware & VBox

    Are you upgrading from 9.x to 10?
  8. estrabd

    500TB fileserver?

    FreeNAS will be your friend here.
  9. estrabd

    NAT configuration

    If from the internal (192.168.1.x) machine you ping an external server (www.google.com e.g.) and you get a response back, then it should be working.
  10. estrabd

    apache22 install error

    What are the contents of /var/tmp/usr/ports/www/apache22/work/httpd-2.2.25/config.log ?
  11. estrabd

    NFS Client problem

    For any machine from which I export NFS, I almost always go with FreeNAS these days. Dead simple.
  12. estrabd

    managing different instances of Sphinx Search?

    Thank you! I was thinking along these lines, and if I have to go that route it seems like a fair enough solution. Anyway I slice it, I will either have to write a custom script. ++ for understanding what I was asking, too. Cheers, Update: This worked like a charm. I just copied over...
  13. estrabd

    managing different instances of Sphinx Search?

    I want to start up at least 2 different instances of Sphinx (each with distinct config files, listening port, processes, etc). It is unclear if this is possible via rc.conf. For 1 user instance it is easy: sphinxsearch_enable="YES" sphinxsearch_conffile="/home/user1/sphinx.conf"...
  14. estrabd

    collectd plugins in ports?

    Well, there you have it. Thanks!
  15. estrabd

    collectd plugins in ports?

    I see collectd and collectd5, but are there any plugins (e.g., collectd-mysql, collectd-apache, etc) in there? I can't seem to locate them. If not, what canonical sources are used by those needing them in FreeBSDland? Thank you, Brett:stud
  16. estrabd

    Ceph status

    I am interested in ceph on FreeBSD, and it's important to realize that there are basically three ways to interface the storage cluster. The POSIX compliance is for the CephFS (ls, cd, etc). There is however a HTTP interface that talks both Amazon S3 and OpenStack Swift. The third is for a...
  17. estrabd

    Re-learning FreeBSD!

    I would recommend anything related to SMP or many-core machines, particularly the schedulers and utilities like cpuset.
  18. estrabd

    FreeBSD jails vs virtualization

    I would recommend a jail for more efficient use and coordination of hw resources through the OS. Depending on your security model, you may end up having several jails. I don't know anything about FreeNAS, though. Brett
  19. estrabd

    system bogged down when copying deeply nested directories

    I was thinking it was the interaction before I dumped ZFS. I tried gmirror, then striped, then back to gmirror. Both approaches cause the slowdown, though I have not monitored system resource statistics. I was using zfs-status when ZFS was employed; I suppose I can use the same to mine out the...
  20. estrabd

    system bogged down when copying deeply nested directories

    Thank you, both. I'll investigate both avenues. I thought that a more hierarchical approach would work better, which is why I switched. But I think I went from one extreme to another - from all files in a single directory to a maximally high tree of directories containing one file each. Brett
Back
Top