Search results

  1. bdrewery@

    adjkerntz spam from a jail.

    rm /etc/wall_cmos_clock also fixes the problem for jails without needing to modify the default /etc/crontab file. # adjkerntz -a adjkerntz 29443 - - sysctl(set: "machdep.wall_cmos_clock"): Operation not permitted # rm /etc/wall_cmos_clock # adjkerntz -a
  2. bdrewery@

    Heroku-style setup possible?

    https://github.com/piku/piku
  3. bdrewery@

    Shutdown -r now and stop monit process first

    rc.local and rc.shutdown.local are not sufficient alone as /etc/rc.d/local is not the last script returned by rcorder. > rcorder -k shutdown /etc/rc.d/* /usr/local/etc/rc.d/* <a bunch of stuff trimmed out> /usr/local/etc/rc.d/syncthing /usr/local/etc/rc.d/openvpn /usr/local/etc/rc.d/oidentd...
  4. bdrewery@

    Problems with local pkg repo catalog

    I have just pushed this change to Poudriere git (not ports yet) to clarify what -b will fetch. It's smart within reason. During the migration of pkg from .txz to .pkg it may fetch some packages that it then does not use. This isn't worth documenting or coding for as it is a temporary period...
  5. bdrewery@

    openssh-portable - can't update

    Maintainer here. Can you please post an entire log of the build resulting in the missing manpages? I am unable to reproduce the issue.
  6. bdrewery@

    Solved Gnutls failed

    It should be fixed now.
  7. bdrewery@

    py-cairo update problem

    This has been fixed in the port now.
  8. bdrewery@

    php5 and ruby19 port updates came late to BSD

    The best way to report stale ports is to Submit a PR, mail ports@FreeBSD.org or contact the maintainer of the port.
  9. bdrewery@

    problem with poudriere and the poudriere website

    This is a code bug that will be fixed shortly for poudriere-devel. It's best to report bugs such as this to #pkgng or #poudriere on freenode, or on the official site: http://fossil.etoilebsd.net/poudriere
  10. bdrewery@

    problem with poudriere and the poudriere website

    Ah great. Sorry for not noticing. By the way, ports-mgmt/poudriere has been updated now.
  11. bdrewery@

    problem with poudriere and the poudriere website

    The graphics/GraphicsMagick13 is unconditionally depending on graphics/libwmf and never on the -x11 version. LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ png15:${PORTSDIR}/graphics/png \ jbig:${PORTSDIR}/graphics/jbigkit \...
  12. bdrewery@

    problem with poudriere and the poudriere website

    If you switch over to ports-mgmt/poudriere-devel (to be released tomorrow), you can apply this patch to your /usr/local/share/poudriere/common.sh to have it spit out all of the depends. This should help track it down. http://dpaste.com/798528/plain/ You may need to apply this one as too...
  13. bdrewery@

    problem with poudriere and the poudriere website

    Note that the origin here has a newline in it. 'graphics/libwmf\ngraphics/libwmf-nox11'. Your selected ports set is pulling in 2 different origins for the same package. Ie., something is depending on graphics/libwmf and something else is depending on graphics/libwmf-nox11, but they can't both be...
  14. bdrewery@

    Firefox configure error

    This will be fixed by ports/169039
  15. bdrewery@

    Firefox configure error

    I am not able to reproduce this. Can you post what options you are selecting and your make.conf please?
  16. bdrewery@

    HOWTO: FreeBSD ZFS Madness

    0.6 is now available in sysutils/beadm
  17. bdrewery@

    HOWTO: FreeBSD ZFS Madness

    Ah ye, I see that now. I'm using /boot/loader.conf.local so will just manually do it for now.
  18. bdrewery@

    HOWTO: FreeBSD ZFS Madness

    Do you also need to update vfs.root.mountfrom in the new /boot/loader.conf? May want to add a comment about that.
  19. bdrewery@

    HOWTO: FreeBSD ZFS Madness

    This script is now available in sysutils/beadm.
Back
Top