Search results

  1. N

    Kernel panic when using comconsole

    FYI, this does happen with 10.0-RELEASE and 9.3-RELEASE but won't with 9.1-RELEASE.
  2. N

    Kernel panic when using comconsole

    Hi, When activating comconsole on an IBM host (IBM xseries 336 hardware), the boot fails when activating the com port using console="comconsole,vidconsole" in /boot/loader.conf. The stacktrace: [...] bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x004101> mem...
  3. N

    PF reset existing connections on 10.0-RELEASE/sparc64

    I'm quite surprised since it works on i386 and I didn't see anything about that anywhere, but ok And thanks for the merge tip.
  4. N

    PF reset existing connections on 10.0-RELEASE/sparc64

    Re: pf reset existing connexions on 10.0-RELEASE/sparc64 More on this: when pf is disabled, TCP connections are reset on activation, ie /sbin/pfctl -e, but once enabled, TCP connections are *not* reset on reload (ie on /sbin/pfctl -f /etc/pf.conf)
  5. N

    PF reset existing connections on 10.0-RELEASE/sparc64

    Hi, Consider this very simple PF configuration, on a multi-NIC machine but with only bge0 as active (others are even not connected): set block-policy return set skip on lo0 block all pass in on bge0 pass out on bge0 When on sparc64 and starting the PF service using service pf start, ie...
  6. N

    openvpn + pkcs11

    Fixed with the following patch applied to the security/openvpn Makefile: --- Makefile.bak 2014-02-13 10:40:42.000000000 +0100 +++ Makefile 2014-02-13 06:54:19.000000000 +0100 @@ -62,6 +62,7 @@ .if ${PORT_OPTIONS:MPKCS11} LIB_DEPENDS+=...
  7. N

    openvpn + pkcs11

    Hi, I am tying to use openvpn with a pkcs11-compatible token. So I built it from security/openvpn port, using the « Use security/pkcs11-helper » option, but I can't get it working: every command involving pkcs11 just fails. Eg: Furthermore: the openvpn man page has informations about pkcs11...
  8. N

    NFS latencies and strange logs when using NFSv3

    After investigations, still no solution found. Using both sync or noasync has no effect and I still have long locks.
  9. N

    NFS latencies and strange logs when using NFSv3

    After reading some unrelated but very interesting threads of filestystem tuning, I realize FreeBSD mounts are done using the noasync option by default while Linux ones are using async. I will investigate this.
  10. N

    NFS latencies and strange logs when using NFSv3

    Hi, I'm using FreeBSD 9.1-RELEASE with an NFS exposed filesystem for storage, with only NFSv2 and NFSv3 available: $ rpcinfo -u filer.darkstar.net nfs program 100003 version 2 ready and waiting program 100003 version 3 ready and waiting $ The filesystem is mounted using the following fstab...
  11. N

    "make config" can't live without root

    Did you have a look at the SU_CMD ? Default value is /usr/bin/su root -c, you should be able to pverwrite this.
  12. N

    editors/emacs + X11 fails

    I'll have a look ,thanks. Investigating such problems is very time consuming since I have to rebuild the port many times.
  13. N

    editors/emacs + X11 fails

    I tried to reconfigure the port, disabling quite everything but the GTK2 tookit. It still fails but only freeze its own window. The I removed GTK2 support and enabled motif toolkit instead, and it is now usable. So there is a problem with emacs+GTK2
  14. N

    editors/emacs + X11 fails

    Since latest upgrades of emacs (port editor/emacs), I can't use its X11 version as it freeze the X system just after writting some error messages. The nox version is usable though. % uname -prs FreeBSD 9.0-STABLE i386 % pkg_version -v | grep ^emacs emacs-24.2,2 =...
Back
Top