Corporte Gadfly

Results 91 comments of Corporte Gadfly

Everything works _(including unlock with touch ID while a database uses a key file)_: 1. Updated `Cartfile.resolved` manually 1. Ran `carthage update --platform macOS`: Saw the following output: ``` ***...

My daily driver is the "other" program. Hoping to use MacPass as a daily driver.

This is what I have for `Cartfile` and `Cartfile.resolved` _(not sure about the intricacies)_ : ``` git diff Cartfile Cartfile Cartfile.resolved diff --git a/Cartfile b/Cartfile index a54864ad..934f12ad 100644 --- a/Cartfile...

On another note, is this the correct way to turn off debug _(which is true, by default)_? ``` -debug false ```

Some google searching shows this project which has Adaptive Card support [atc0005/go-teams-notify](https://github.com/atc0005/go-teams-notify). Not a go dev, so I'm unable to tinker.

@2fa Would you mind looking at [a comment in #1188](https://github.com/puppetlabs/puppetlabs-firewall/issues/1188#issuecomment-1992841337) to see if it is related? Thanks in advance, for your time and attention.

No luck with 8.0.2. Running: ``` puppet apply -e 'firewallchain {"PREROUTING:mangle:IPv4": ensure=>"present"}' ``` continues to give the output: ``` Notice: /Stage[main]/Main/Firewallchain[PREROUTING:mangle:IPv4]/ensure: defined 'ensure' as 'present' Notice: firewallchain[PREROUTING:mangle:IPv4]: Creating: Creating Chain...

> @corporate-gadfly do you have rules in table before that that contains `*` symbol anywhere? No. ``` # iptables-save | grep '*' *filter ``` > > You can check `iptables-save`...

TY: ``` Operating System: Ubuntu 22.04.4 LTS Kernel: Linux 5.15.0-100-generic Architecture: x86-64 Hardware Vendor: VMware, Inc. Hardware Model: VMware7,1 ``` and: ``` # iptables -V iptables v1.8.7 (nf_tables) ```

Good day, @2fa. Coming back to this issue, which still exists in the 8.x versions on Ubuntu 22, I asked, horror of all horrors, ChatGPT if there was a way...