Anthony

Results 19 comments of Anthony

This applies to our situation as well, but because there is a mailserver for one of our subdomains on the machine we are running from and the primary mailserver thinks...

I have somewhat worked around this by setting up a duplicate monit script (as described in #3091) but using the following start command: `/usr/local/etc/rc.resolv_conf_generate -` and leaving the stop command...

In case it helps anyone, this was my experience changing the namespaces. In my case I used `openreplay-app` and `openreplay-db` instead of `app` and `db` respectively. In `scripts/helmcharts/`: - `find...

I think #418 better covers this, as in your example you abbreviated Nottinghamshire to Notts, so it isn't just replacing `shire -> s`

I ran into the same issue. Some starting places might be: - https://www.familysearch.org/en/wiki/UK_County_Abbreviations - https://langscape.org.uk/about/CountyAbbreviations.html - https://digimap.edina.ac.uk/webhelp/os/data_information/os_products/supporting/county_abbreviations.htm - https://www.bahs.org.uk/CountyAbbreviations.html - https://en.wikipedia.org/wiki/Postal_counties_of_the_United_Kingdom - http://www.gasconrolls.org/en/editorial_guidelines/appendices/counties-and-their-abbreviation/ Would producing a list of counties and...

I believe this patch would fix the problem (by applying the `strip_path` to just the incoming URL before merging with the upstream URL). I am not familiar enough with golang...

This work-around is now broken in the latest release (23.1) as `/usr/local/etc/rc.resolv_conf_generate` no longer exists. The new work-around is to run the following command instead: `/usr/local/bin/php -r "require_once('config.inc'); require_once('util.inc'); require_once('system.inc');...

Thanks @fichtner, I wasn't aware of this -- I've made https://github.com/opnsense/core/pull/6290 I already run the above command from cron via a custom action on a regular interval. The main impact...

Sadly it doesn't work, `/etc/resolv.conf` is still overwritten ``` root@firewall:/home/tony # opnsense-patch -c plugins c77dd94 Fetched c77dd94 via https://github.com/opnsense/plugins Hmm... Looks like a unified diff to me... The text leading...

> Oh you need to reconfigure from the gui, not stop/start Perfect, it looks like it is working now (including restarts from the CLI), thank-you 👍