Search results

  1. G

    ifconfig equivalent with json or xml display

    The netstat looks nice.
  2. G

    ifconfig equivalent with json or xml display

    Do you know where the C-api is located ?
  3. G

    ifconfig equivalent with json or xml display

    We are doing some regression testing using selenium and part of our tests involves many interfaces tests. Working with the standard ifconfig turns out to be quite painful because the output is not properly formatted. Of course we could manage to pipe this into sed / awk -- but this is like an...
  4. G

    Memory optimization for APU board

    APU is based on 4GB of DDR3 ECC @1333MHz AMD board has 8GB of DDR4 ECC @2400MHz I guess design and efficiency + diff betwen DDR3 / DDR4 does the ∆.
  5. G

    Memory optimization for APU board

    I have a fairly large set of data (about 5 millions entries) which are loaded into Unbound to do some RPZ filtering. On an Intel(R) Atom(TM) CPU C3558 @ 2.20GHz (4 cores) with 8GB of RAM, loading the list takes about 1GB of RAM On an APU board with 4 cores AMD GX-412TC SOC (4 cores) and 4GB of...
  6. G

    Compile options needed for FRRouting and L2VPN address-family

    Hello, We have a networking project where we will need to have the following FRRouting options : I am not 100% sure It will be exactly these options, but we definitly need the options with "address-family l2vpn evpn". Are these options available in the FreeBSD system ? Do they correspond...
  7. G

    Solved How to unban an IP with blacklistd and pf?

    One thing to consider is that if you restart blacklistd using # blacklistctl dump -b address/ma:port id nfail last access 31.162.236.249/32:22 OK 3/3 2017/10/06 13:23:49 117.146.60.13/32:22 OK 3/3 2017/10/06 12:48:53 47.92.90.195/32:22 OK 3/3 2017/10/06...
  8. G

    bind drops privileges and loses interface

    This seems to be related to an old "bug" described here : https://forums.freebsd.org/threads/50624/ There has been an answer provided in this thread. Answer is badly formated (I have re-formated it) - not sure yet if this will solve my issue. Will post to let you know.
  9. G

    Solved bind9.10 drops port 53 IPv4 after a few minutes

    There is no directive : allow-recursion-on; The right way to configure this is to : allow-recursion-on { trusted; }; Where "trusted" is your defined ACL.
  10. G

    bind drops privileges and loses interface

    We have configured bind 9.x on an opnsense box. This DNS server is acting as a resolver for a local zone and as an authoritative server for our networks. It is bound to two interfaces (both VLAN types). One of the binding only lasts couple of hour until we have a message saying ...
  11. G

    Running gpart boot code after upgrade zfs pool to feature flag?

    Very useful to have detailed information about each drive. Because I have another system with more or less similar configurations. Thx Thanks.
  12. G

    Running gpart boot code after upgrade zfs pool to feature flag?

    tube:root 22:33:06 /root screen # gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 da0 bootcode written to da0 All went right and smooth. I didn't reboot yet though. ;) Thx Thanks for your support.
  13. G

    Running gpart boot code after upgrade zfs pool to feature flag?

    Hello, I have just successfully upgraded my server from 9.1 to 9.2 and activated the latest feature flag for my zpool. tube:root 21:04:53 /root # zpool upgrade -a This system supports ZFS pool feature flags. Successfully upgraded 'zroot' from version 28 to feature flags. Enabled the...
  14. G

    Installing EZjail and Poudriere on same host

    Hi, I need to install a compile environment to distribute my packages on my various servers. One of the hosts I could potentially use is an ezjail server where there are few jails running. Since Poudriere also uses jail mechanism, I wanted to know if anyone has already used both on the same...
  15. G

    Using dump with FreeNAS through NFS on ZFS FS

    [solved] Using dump with FreeNAS through NFS on ZFS FS Seems the problem was related to a permission setting on the NFS share. This seems to be caused by the script which has a strange permission setting in it.
  16. G

    Using dump with FreeNAS through NFS on ZFS FS

    Hi, I am trying to use dump in order to do a backup of my filesystem (/ /usr /var). I am planning to store the dump file on an NFS attachment located on a FreeNAS server (ZFS based FS). I am using a script to automate the backup. But the dump keeps on giving me these results: BEGINNING...
  17. G

    ZFS + jail best approach

    Hi, I wanted to have the point of view of the community on the best approach in order to handle a quite large system with couple of jails (shouldn't have more than 5 to 10). Whole system is based on zfs. I'll use this as a backup server. I have been using the "handbook" approach so far...
  18. G

    FreeBSD 9 on Adaptec 6805

    [solved] new dirver availbale Hi, Just a little information to let you know that there is a new driver available for 6805 Adaptec driver: http://www.adaptec.com/en-us/speed/raid/aac/unix/aacraid_freebsd_b30034_tgz.htm decompress the archive, copy the module to /boot/module/ add a...
  19. G

    SSD for system install

    Hello, I have just acquired an Intel R2312GZ4GC4 which I have equipped with a Adaptec RAID 51245 and 6 WD red disks of 3To - It'll come with 32Gb of Kingston ECC RAM - ZFS on root. I am planing to use It as a backup device on a second hosting facility to backup couple of critical servers...
  20. G

    Problem compiling php5-dba on 7.4

    [solved]Problem compiling php5-dba on 7.4 In order to avoid the compile problem I had to select one of the available options in the make config. Selecting none will cause the problem. Then it compiles smootly. Thanks.
Back
Top