Re: [Mono-dev] Distribute Parallel Mono Environment?

2016-08-23 Thread Rick Tillery
plication, you enable the repo file (enabled=1), and upgrade. > > hope this helps, > Timotheus > > On 23 August 2016 at 22:10, Rick Tillery <rtilleryw...@gmail.com> wrote: > > We have an application that can be (and has been) broken by a mono > update to > > t

[Mono-dev] Distribute Parallel Mono Environment?

2016-08-23 Thread Rick Tillery
We have an application that can be (and has been) broken by a mono update to the repo

Re: [Mono-dev] Distribute Parallel Mono Environment?

2016-08-23 Thread Rick Tillery
; On Tue, Aug 23, 2016 at 9:10 PM, Rick Tillery <rtilleryw...@gmail.com> > wrote: > > We have an application that can be (and has been) broken by a mono > update to > > the repo. It seems that using a parallel mono environment is the most > > reasonable way to ensure

Re: [Mono-dev] FileSystemWatcher Issue?

2017-07-31 Thread Rick Tillery
I'm sorry, I neglected to specify the environments: mono 5.0.1.1 CentOS 7 & Ubuntu 16.04 Rick On Mon, Jul 31, 2017 at 11:46 AM, Rick Tillery <rtilleryw...@gmail.com> wrote: > In conjunction with "Sync of mono Cert Store," I'm trying to utilize > FileSystemWat

Re: [Mono-dev] FileSystemWatcher Issue?

2017-08-01 Thread Rick Tillery
", "vi foo" :w, "vi bar" :w, "nano foo" ctrl-o, "nano bar" ctrl-o, "gedit foo" save, "gedit bar" save, etc.) Is there something I'm doing wrong here? Rick On Mon, Jul 31, 2017 at 1:22 PM, Rick Tillery <rtilleryw...@gmail.c

[Mono-dev] Bundled mono Certificate Store

2017-07-13 Thread Rick Tillery
Due to our reliance on mono & our need to ensure a tested version is used with our product, we are bundling mono in our package for install. With this setup, we have a separate registry, configuration, directory of assemblies, etc., so install/uninstall/update of system mono won't affect us.

Re: [Mono-dev] Bundled mono Certificate Store

2017-07-13 Thread Rick Tillery
> At the moment it seems there's no supported way of changing the path, > other than changing the source. > > - Alex > > On 13 Jul 2017, at 17:52, Rick Tillery <rtilleryw...@gmail.com> wrote: > > Due to our reliance on mono & our need to ensure a tested version is u

Re: [Mono-dev] Sync of mono Cert Store

2017-07-17 Thread Rick Tillery
duct-specific approach (syncing before each call back to our server), assuming FileSystemWatcher will work for both CentOS/RHEL 7 and CentOS/RHEL 6. Does anyone have any thoughts on this? Rick On Jul 13, 2017 7:01 PM, "Rick Tillery" <rtilleryw...@gmail.com> wrote: > Fantas

Re: [Mono-dev] Sync of mono Cert Store

2017-07-18 Thread Rick Tillery
is used, there will be only one store? Thanks, Rick On Mon, Jul 17, 2017 at 10:39 AM, Rick Tillery <rtilleryw...@gmail.com> wrote: > Just FYI, I don't see anything in the CentOS packaging to keep the mono > cert store sync'd with the system cert store after the initial sync duri

Re: [Mono-dev] CentOS 6 Wait For Event Polling? [was Re: FileSystemWatcher Specific Implementation Check]

2017-09-06 Thread Rick Tillery
30, 2017 at 9:24 AM, Rick Tillery <rtilleryw...@gmail.com> wrote: > I'm still trying to determine which FileSystemWatcher backend is being > used in different distros and versions. I was trying to see if strace could > help. But I'm seeing something strange. Using the code be

[Mono-dev] FileSystemWatcher Specific Implementation Check

2017-08-29 Thread Rick Tillery
In http://www.mono-project.com/docs/faq/technical/#what-are-the-issues-with-filesystemwatcher, it mentions: The Mono implementation of FileSystemWatcher has a number of backends, the most optimal one, the one with fewer dependencies is the inotify-backend (available in Mono 1.1.17 and newer

[Mono-dev] Delay on App Exit?

2017-10-27 Thread Rick Tillery
I have an app running via mono (5.0.1.1) on Linux (CentOS 6 & 7) that creates a (complicated) object with a main thread, starts the main thread, waits for a SIGINT or SIGTERM (using Mono.Posix.dll), then stops the main thread, and exits. But upon exit, after all the code has executed, there is a

[Mono-dev] mono & IPv6

2018-03-01 Thread Rick Tillery
We're having problems getting IPv6 working with mono (5.0.1.1 on RHEL/CentOS). I have IPv4 & IPv6 addresses for a test server. I can ping/ping6 both of these addresses. And I am able to use curl (wget not installed on the minimal headless machines we use for test) to download the HTML (after

Re: [Mono-dev] mono & IPv6

2018-03-01 Thread Rick Tillery
if you see the same issue with a more recent Mono > from http://www.mono-project.com/download/stable/#download-lin-centos ? > > - Alex > > On 1 Mar 2018, at 17:09, Rick Tillery <rtilleryw...@gmail.com> wrote: > > We're having problems getting IPv6 working with mono (5.0