Dan Langille

Results 40 issues of Dan Langille
trafficstars

I've been using this for over two years. It was recently updated based upon suggestions: https://gist.github.com/dlangille/924507ce545de8fbbe78b50b752997ce Background:https://dan.langille.org/2019/08/10/poudriere-hooks/

Opened by request. My direct issue is fixed, thank you for your help. @bdrewery helped me track this one down. [Some of my ports](https://services.unixathome.org/poudriere/data/122amd64-default-master-list/2021-08-13_16h10m16s/logs/errors/freshports-freshports-2.0.13.log) were getting this message on build:...

When building 2.6.2 or 2.7.0 on FreeBSD 13, it fails with: ``` ld: error: duplicate symbol: global_handler_close_cond ``` This error does not occur on FreeBSD 12.3 Logs here: * 2.6.2...

can't reproduce

It seems the man page and the code disagree. ` iocage snapremove [-n | --name TEXT] UUID | NAME | ALL` Then: ``` snapremove Delete snapshots of the specified jail....

I want to do some testing, and rather than use a top-level dataset in the `zpool`, I want `iocage` to use something else. For example, if the only `zpool` is...

I'm using iocage-1.2 on FreeBSD. Some jails don't let me extract devfs_ruleset while the jail is running. ``` [dan@r720-01:/iocage/jails] $ sudo iocage set devfs_ruleset=4 pg02 devfs_ruleset: 4 -> 4 [dan@r720-01:/iocage/jails]...

``` $ iocage --version Version 1.2 ``` Why does an `iocage update` start a stopped jail? Case in point: ``` [dan@r710-01:~/bin] $ sudo iocage update pkg02 Snapshot: tank_fast/iocage/jails/pkg02@ioc_update_12.0-RELEASE-p10_2019-10-25_19-37-57 created. cannot...

question
needs docs

py36-iocage-devel-1.0.0.20190810_2,1 Background: I am moving an existing poudriere instance on the host into a jail on the same host. If one of the child datasets of the `jail_zfs_dataset` filesystem has...

Do search of only disabled users: see that enabled users are still listed. Then apply patch and retry.

Hi, check_pgsql restricts database names to [^_a-zA-Z0-9-] However, that's not valid for quoted identifiers, such as "freshports.org" Any character, except null, is valid. ref: http://www.postgresql.org/docs/current/interactive/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS "Quoted identifiers can contain any...

check_pgsql