Look into kern.coredump_devctl. If you enable it you should be able to create a devd action to run your command. See the example at the end of /etc/devd.conf.
No, the GitHub repository contains all branches. The more or less equivalent to your svn command would be something like: git clone -b releng/11.1 --single-branch https://github.com/freebsd/freebsd /usr/src
Given the output of file you posted above, are you sure archivers/unzip doesn't work? Note that the FreeBSD base system installs it's own version of unzip that uses libarchive(*) just like tar, so make sure to specify the full path for archivers/unzip: /usr/local/bin/unzip myfile.out
(*) This...
How are you telling Poudriere to build them? When you just give it www/phalcon it will only ever build the default flavor (php56 if you don't set another default PHP version via DEFAULT_VERSIONS). For all flavors use www/phalcon@all for just PHP 7.0 www/phalcon@php70
No, that's a very bad idea for armv6 where (at least for FreeBSD 11) only the quarterly repository is ever updated on https://pkg.freebsd.org!
devel/jakarta-commons-daemon (a dependency of www/tomcat9) is marked as broken on armv6 so no it's not in quarterly.
pangbuddy Can you try applying...
setTabStopDistance is new in Qt 5.10 according to [1] so my guess is that x11-toolkits/qt5-widgets is not properly upgraded to the latest version.
What's the output of pkg version -Pvg 'qt5-*'?
[1] https://doc.qt.io/qt-5/qtextoption.html#setTabStopDistance
There's a Vim plugin in /usr/src/tools/tools/editing/freebsd.vim
https://raw.githubusercontent.com/freebsd/freebsd/master/tools/tools/editing/freebsd.vim
Packages are annotated with the repository they are installed from and pkg will strongly prefer the repository they came from when they are available from multiple repositories regardless of the priority you assign to the repositories. This is part of the CONSERVATIVE_UPGRADE option in pkg (see...
Please read https://www.freebsd.org/doc/handbook/network-nfs.html#network-autofs and auto_master.
You need to move your /mnt/foll entry into a separate direct map file. It does not belong in /etc/auto_master.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.