Search results

  1. yom

    Solved DNSSEC DANE TLSA

    So it was only cache related. That's solved. https://dane.sys4.de/smtp/iaelu.net
  2. yom

    Solved DNSSEC DANE TLSA

    Hello, I've been configuring my DNS server to work with DNSSEC, and also saw that DANE would help certify my servers with TLSA records. While my DNSSEC configuration is OK, see dnsviz : http://dnsviz.net/d/iaelu.net/dnssec/ I seem though to encounter some delay for the TLSA records to be...
  3. yom

    Choosing a USB WiFi Dongle

    I can assure you that not every wifi usb dongle are not all equal in that list. Some are surely working great, some other are working but there are known caveats to them, like some zyd based driver. The best thing is to check for sure the hardware list for the release, but also to check the man...
  4. yom

    sshpass and /dev/tty problem

    I think an answer to this thread is not important anymore for me. I've managed to get the server side to use a public ssh key. Though, it seems so few people are using this "solution" and I understand perfectly well why. Still I think the port is broken and doesn't work out of the hat on every...
  5. yom

    Solved [Solved] How to change TTY cursor?

    underline = _ dash = - ignore this > Just curious, is it a 10.0-RELEASE or a 10-STABLE ? < ignore this It seems to make a dash only on virtual machines (Parallels desktop, VirtualBox). It's making an underline in the KVM console (the few I tested).
  6. yom

    Solved [Solved] How to change TTY cursor?

    Re: [Solved]How to change TTY cursor? Thanks, that's nice to know. On the VM I've tried this, it made a dash, not an underline.
  7. yom

    Solved [Solved] How to change TTY cursor?

    Re: How to change TTY cursor? It seems like you just can't make it an underline. You can check vidcontrol and the -c option, which is talking about normal, blink, and destructive mode.
  8. yom

    Solved [Solved] "missing boot loader" and boot0 issues

    Re: "missing boot loader" and boot0 issues If you've installed FreeBSD 9.2, did you use the installer or did you use the shell to create your partitions? Because I'm wondering if your disk has been partitioned with gpart, and if so, has it been partitioned using the GPT scheme? gpart show will...
  9. yom

    sshpass and /dev/tty problem

    Hello, I know sshpass is an insecure way to use SSH or SFTP, but at the moment the company hosting the SFTP server won't allow me to use a public key (I don't understand why too...). I'm currently trying to make sshpass work, but it seems I'm encountering some problem with /dev/tty while using...
  10. yom

    FreeBSD + GPT + UEFI

    This also worked for me :) Great ! FreeBSD is running like a charm :D
  11. yom

    Ports 'make config' does not work

    Ok that's working now. I may have missed something.
  12. yom

    Ports 'make config' does not work

    sysutils/tmux is an example but I started to see this problem first in poudriere while having deleted the previous options for every packages I wanted to make, and each time I'm trying to configure them, the config dialog does not show. So I tried directly in the /usr/ports on my system with a...
  13. yom

    Ports 'make config' does not work

    Hello When I'm trying to configure a port in the ports tree, the command make config just tells 'Options unchanged' even though the options have been clean previously. Anyone else ? Is it a known problem ?
  14. yom

    BIND for 10.0 ?

    I've installed dns/bind99 and merged my /etc/namedb configured files into /usr/local/etc/namedb. It seems to work quite well for now. Thank you.
  15. yom

    BIND for 10.0 ?

    Hello, I've got a server which is installed with FreeBSD 9.2-RELEASE (and security patches) and I'm planning to upgrade it to 10.0-RELEASE. Since BIND is not in the base system anymore, I'm looking to install the relative port. My problem right now is that there are 2 ports for BIND : bind98...
  16. yom

    Forums Migration

    'Search' into the forums while logged in has left us forever or would that option come back to us in a near future?
  17. yom

    ARC size and memory size

    I'm going to use some servers with 32 GB of RAM. I've been doing some testing with this while one of these server was only with 16 GB of RAM, and what we technically need is that ZFS should not use all the free space. I mean that we could let ZFS have at most 16 GB to play, but we would like to...
  18. yom

    UFS on ZVOL

    Hello, I'm starting considering an environment with this configuration for some application specific issues: Create the system on top of ZFS. Create a zvol and format it to UFS, it will be mounted and use to store big data files that are accessed via some application services which seems to...
  19. yom

    sed interpreting slash commands

    There is still a possibility with the sed command and tabulations which consist to introduce a TAB char in your terminal with {CTRL+V TAB}. But it depends on how your terminal handles this I guess. grep "^root" /etc/passwd | sed -e 's:\:: :g' root * 0 0 Charlie & /root /bin/csh
  20. yom

    Bash - Eval

    Another use: eval $(stat -s myfile) then use the variables returned from stat -s
Back
Top