Search results

  1. Leander

    mail/dcc-dccd - License DCC needs confirmation, but BATCH is defined

    Hi, I keep on getting "License DCC needs confirmation, but BATCH is defined" with mail/dcc-dccd when I use poudriere. Is there a new flag which I miss out? Thanks
  2. Leander

    textproc/elasticsearch6 does not honour /etc/profile

    This is exactly the case. My default shell of root and other users is bash. The issue is still present.
  3. Leander

    Poudriere

    Nice. I've tried CONFIGURE_ARGS+="--with-zlib-dir=bundled" without luck. I'll try your suggestion just now.
  4. Leander

    Poudriere

    Thanks talsamon. I'm well aware of this report. Yet it doesn't help to unset ZLIB in openssl port within the same repository were mysql80-server is being build. would be too easy ;)
  5. Leander

    Poudriere

    I want to set up a local package repository. I use poudriere for this but unfortunately I'm running into issues when I want to e.g. compile all PHP versions and its extensions as well as e.g. openssl and openssl-dev together. Is there an example make.conf which solves this issues to build all...
  6. Leander

    textproc/elasticsearch6 does not honour /etc/profile

    Any clue whats wrong here?
  7. Leander

    textproc/elasticsearch6 does not honour /etc/profile

    It looks like textproc/elasticsearch6 does not honour /etc/profile. To reproduce the issue: root@FreeBSD [~]# cd /usr/ports/java/openjdk8 make install clean root@FreeBSD [~]# cd /usr/ports/textproc/elasticsearch6 make install clean root@FreeBSD [~]# cat << EOF > /etc/profile...
  8. Leander

    DLZ bind/named & ldap.conf

    Same issue: https://sourceforge.net/p/bind-dlz/mailman/message/25943411/ But unfortunately it doesn't seem to pick up on the openLDAP standards as expected.
  9. Leander

    DLZ bind/named & ldap.conf

    Thus far it looks like the only thing I can change regarding this is to switch between "ldap:///" or "ldaps:///". Problem is, that I can not set any CADIR, CACERT, etc. dlz "LDAP Zone Master" { database "ldap 1 v3 simple {cn=admin,dc=domain,dc=tld} {maypassword} {ldap.domain.tld}...
  10. Leander

    DLZ bind/named & ldap.conf

    Hi, it turns out, named is not recognising /etc/ldap.conf, /usr/local/etc/ldap.conf or /usr/local/etc/openldap/ldap.conf. Am I missing something? It's not running as chroot: cat /etc/rc.conf [...] named_enable="YES" named_conf="/usr/local/etc/namedb/named.conf" [...] on LDAP side it clearly...
  11. Leander

    ZFS Sharing ZFS over Hosts based on one iSCSI dev

    Agreed. So am I. These extras layers of complexity. But what can I do? I would have loved to achieve this with ZFS ;(
  12. Leander

    ZFS Sharing ZFS over Hosts based on one iSCSI dev

    I assumed so. I guess I have to get along with GlusterFS?!
  13. Leander

    ZFS Sharing ZFS over Hosts based on one iSCSI dev

    Hi, I am wondering if it is possible to use one (already HA) iSCSI device and attach it on two or more hosts at the same time. Both hosts should use the iSCSI dev as ZFS raid0 (single dev in pool, since already HA, but I need Snapshot-capeability). I have worries about creating inconstancies if...
  14. Leander

    SpamSssassin & FuzzyOCR

    I was wondering if FuzzyOCR is not required in a SpamAssassin setup anymore, since it has been outdated since 2009? Is there a replacement in SpamAssassin?! Or is it simply that one have to write wrapper scripts in order to get FuzzyOCR running with imagemagick?
  15. Leander

    Show tree of openssl CA/Certs

    Solution: Generate Hash of CA(s) above: openssl x509 -hash -noout -in ./root-ca.crt Get issuer hash of Cert: openssl x509 -issuer_hash -noout -in ./signing-ca.crt and so on ...
  16. Leander

    Show tree of openssl CA/Certs

    Hi, I would like to get a tree output on the shell of CAs of a cert. Something like known of modern web browsers when looking at the SSL/TLS details of a cert: openssl [...] ./cert.pm -- Root-CA -- Signing-CA -- Cert Any idea how I could achieve this ny the simple use of openssl? Thanks
  17. Leander

    Restart syscons - inappropriate ioctl for device

    echo 'kern.vty="sc" >> /boot/loader.conf' cat << 'EOF'>> /boot/device.hints hint.sc.0.at="isa" hint.sc.0.vesa_mode=0x103 EOF cat << 'EOF'>> /etc/rc.conf keyrate="normal" cursor="blink" font8x16="mr" allscreens_flags="MODE_280" blanktime="60" saver="NO" EOF ls -lach...
  18. Leander

    Restart syscons - inappropriate ioctl for device

    Hi, I've made changes to font, cursor, screen resolution, etc. Now I want to restart syscons via SSH, so that settings take place. Unfortunately it results in an error, due to the fact, that the terminal service sys cons restart has been executed is a virtual one. What would be the right way to...
  19. Leander

    Lack of Port option - milter-greylist

    Wouldn't this also do the job? This could be placed in /etc/make.conf and therefore would not be removed due to a update to the ports tree. .if${.CURDIR:M*/mail/milter-greylist} CONFIGURE_ARGS+= --enable-spamassassin .endif
Back
Top