Search results

  1. C

    Intel Skylake and Kaby Lake microcode bug

    Recent comments on the topic: https://lists.freebsd.org/pipermail/freebsd-current/2017-June/066372.html https://lists.freebsd.org/pipermail/freebsd-hardware/2017-June/007866.html
  2. C

    Intltool-0.51.0 invalid perl5 version 5.24

    Please, you should read more frequently /usr/ports/UPDATING less -p 20161103 /usr/ports/UPDATING
  3. C

    Forum Searchs

    There is a wildcard search available, e.g. ksh* would find the resources that begin "ksh".
  4. C

    dtrace 'Module is no longer loaded'.

    I guess that probably you don't have DTrace properly compiled. Just in case, read how to add DTrace support to the kernel.
  5. C

    I installed chromium with pkg but it doesn't remember tabs

    I have to dig more to find out what's going on, but the crbug 365052 gives some clues about the problem.
  6. C

    I installed chromium with pkg but it doesn't remember tabs

    It's a known bug. If you close the browser using the "exit" option (Ctrl+Shift+Q) the tabs are restored properly in the next session.
  7. C

    certbot 0.13 issue with argparse module

    Currently Let's Encrypt is down, so I guess they will respond ASAP ;) https://community.letsencrypt.org/t/migrate-from-certbot-to-acme-client/34131
  8. C

    C ld unrecognised emulation mode

    Use ld from ports: just install devel/binutils. % /usr/local/bin/ld -V | grep elf_i386 elf_i386 elf_i386_be elf_i386_chaos elf_i386_fbsd elf_i386_ldso elf_i386_nacl elf_i386_sol2 elf_i386_vxworks
  9. C

    certbot 0.13 issue with argparse module

    Yes, this issue is caused by the new ConfigArgParse-0.12.0 Have you tried this fix? https://github.com/certbot/certbot/commit/7cbbf20b0c5003f9bd500249278034fae889168d
  10. C

    Solved webkit2-gtk3 build issue

    This issue has been reported. See 219161.
  11. C

    certbot 0.13 issue with argparse module

    I'll commit this patch to fix the issue. https://github.com/certbot/certbot/commit/89af460792fcdfb23c7dc4f9fcdec1bfa07a2656
  12. C

    Solved No more FreeBSD security advisories (SA) in vuln.xml?

    Note that issues affecting the FreeBSD Ports Collection are covered separately in the FreeBSD VuXML document. In this case, latest SA entries only impact to /usr/src https://www.freebsd.org/security/#advisories
  13. C

    Iridium Browser

    www/iridium has been committed. https://svnweb.freebsd.org/changeset/ports/439777
  14. C

    Brightness Function Keys Issue

    See the references on the wiki page: https://wiki.freebsd.org/Laptops/Thinkpad_X260 It seems that the Fn keys don't really work up to now but you can tinker with acpi_ibm and acpi_video to enable the brightness control.
  15. C

    Solved Caja filemanager. Open as administrator not working

    If you have gksu installed it is possible to create a script to open caja as root. Create 'Open caja as root' script in .config/caja/scripts directory #!/bin/sh gksu caja $NAUTILUS_SCRIPT_CURRENT_URI To setup an executable permission on file: chmod +x .config/caja/scripts/Open\ caja\ as\ root...
  16. C

    After update pkg. FreeBSD 10.3

    The following patch fixes sqlite3 path lookup issue introduced in r434755.
  17. C

    LLVM upgrade

    To build with LLVM 3.9, change your /etc/make.conf this way: CC=clang39 CXX=clang++39 CPP=clang-cpp39 Read https://wiki.freebsd.org/PortsAndClang#Quickstart for further details.
  18. C

    gnome3 is slow on fresh install (kde4 and xfce run smooth)

    From /usr/ports/x11/gnome-shell/pkg-message
  19. C

    After update pkg. FreeBSD 10.3

    RockerMan Can you provide the following output? truss pkg audit
Back
Top