Search results

  1. raVen

    Multiple network queues on vmx interface

    FreeBSD vmx driver does not have core number detection mechanism, so you should set it up by hand. If number of cores in your VM is less than hw.vmx.[tr]xnqueue, you'll get this at boot: vmx0: device enable command failed! This configuration is working now for me: [~@kbsd10/07:08:23] raven$ cat...
  2. raVen

    ZFS FreeBSD 10.1, ZFS zvol, ctld -> high LA

    Hello. I use FreeBSD with as a SAN for vSphere cluster of several ESXi hosts. Here is my pool: zpool status pool: zroot state: ONLINE scan: scrub repaired 0 in 0h9m with 0 errors on Fri Feb 13 11:41:15 2015 config: NAME STATE READ WRITE CKSUM zroot...
  3. raVen

    Trying to get kernel thread processor time

    I have been trying to get kernel thread processor times for graphical monitoring, but the output of ps -AHo comm,time is cutting thread names: kernel/zio_write_issue_ 0:31,38 kernel/zio_write_issue_ 0:31,23 kernel/zio_write_issue_ 0:31,19 kernel/zio_write_issue_ 0:31,39...
  4. raVen

    mirror (ZFS, gmirror) on USB sticks

    Solution. The issue was crappy USB sticks, because of that: [~@vmstor/15:13:33] raven$ sudo dd if=/dev/zero of=/dev/da7 bs=512 ^C1248+0 records in 1247+0 records out 638464 bytes transferred in 31.285647 secs (20408 bytes/sec) [~@vmstor/15:14:33] raven$ sudo dd if=/dev/zero of=/dev/da7 bs=1024...
  5. raVen

    mirror (ZFS, gmirror) on USB sticks

    Hello. I am trying to build a bootable ZFS mirror on two USB-sticks. The sticks are nothing special:May 31 07:47:28 vmstor kernel: da0 at umass-sim0 bus 0 scbus3 target 0 lun 0 May 31 07:47:28 vmstor kernel: da0: <UFD 3.0 Silicon-Power16G PMAP> Removable Direct Access SCSI-6 device May 31...
  6. raVen

    gpt+gmirror

    I have to use GPT, because MBR is unable to work with disks larger than 2TB.
  7. raVen

    boot mbr hdd with primary gpt hdd

    Hello, I have two hard disks with different FreeBSD 8.2: freebsd# gpart show => 34 468862061 ad4 GPT (224G) 34 2014 - free - (1.0M) 2048 128 1 freebsd-boot (64K) 2176 8388608 2 freebsd-swap (4.0G) 8390784 460471311 3...
  8. raVen

    gpt+gmirror

    I am trying to understand how to create gmirror with a GPT partition table. All of the how-tos in the whole internet starting from gmirror label gm0 ada0 ada1 which is totally incorrect, because of replacing failed hard disk will be impossible if size of new hard disk will be bit smaller than...
  9. raVen

    Query health of Dell RAID?

    I have: da0 at mpt0 bus 0 scbus0 target 0 lun 0 da0: <Dell VIRTUAL DISK 1028> Fixed Direct Access SCSI-5 device da0: 300.000MB/s transfers da0: Command Queueing enabled da0: 571180MB (1169777847 512 byte sectors: 255H 63S/T 72815C) Any ideas how can I query health of this RAID and rebuild it...
  10. raVen

    PHP 5.3.2 (was: php 5.3.0)

    pear don't want build with this port... any fixes? Bootstrapping Installer………………. Bootstrapping PEAR.php…………(local) Deprecated: Assigning the return value of new by reference is deprecated in /tmp/go-pear/PEAR.php on line 563 Deprecated: Assigning the return value of new...
  11. raVen

    ipfw nat in 7.0-stable

    solution: increase NAT_BUF_LEN in /usr/src/sys/netinet/ip_fw.h.
  12. raVen

    IPFW Redirect

    ipfw fwd?
  13. raVen

    ipfw nat in 7.0-stable

    hi. i'm try to config 100+ nat aliases in ipfw, but it accept only 10 aliases, on all next commands it failed: ipfw nat config 8700 config 1.2.3.4 ipfw: getsockopt(IP_FW_SET_CONFIG): No space left on device also, after configuring about 10 ipfw nat it does not work anymore: ipfw nat 1-9000...
Back
Top