Re: [PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS

2022-07-12 Thread John Snow
On Mon, Jul 11, 2022, 9:46 PM Peter Delevoryas wrote: > On Mon, Jul 11, 2022 at 04:56:28PM -0400, John Snow wrote: > > On Thu, Jul 7, 2022 at 2:46 PM Peter Delevoryas wrote: > > > > > > On Wed, Jul 06, 2022 at 05:52:48PM -0700, Peter Delevoryas wrote: > > > > On Wed, Jul 06, 2022 at 09:46:48AM -

Re: [PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS

2022-07-12 Thread Daniel P . Berrangé
On Mon, Jul 11, 2022 at 04:56:28PM -0400, John Snow wrote: > On Thu, Jul 7, 2022 at 2:46 PM Peter Delevoryas wrote: > > > > On Wed, Jul 06, 2022 at 05:52:48PM -0700, Peter Delevoryas wrote: > > > On Wed, Jul 06, 2022 at 09:46:48AM -0700, Peter Delevoryas wrote: > > > > On Wed, Jul 06, 2022 at 09:0

Re: [PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS

2022-07-11 Thread Peter Delevoryas
On Mon, Jul 11, 2022 at 04:56:28PM -0400, John Snow wrote: > On Thu, Jul 7, 2022 at 2:46 PM Peter Delevoryas wrote: > > > > On Wed, Jul 06, 2022 at 05:52:48PM -0700, Peter Delevoryas wrote: > > > On Wed, Jul 06, 2022 at 09:46:48AM -0700, Peter Delevoryas wrote: > > > > On Wed, Jul 06, 2022 at 09:0

Re: [PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS

2022-07-11 Thread John Snow
On Thu, Jul 7, 2022 at 2:46 PM Peter Delevoryas wrote: > > On Wed, Jul 06, 2022 at 05:52:48PM -0700, Peter Delevoryas wrote: > > On Wed, Jul 06, 2022 at 09:46:48AM -0700, Peter Delevoryas wrote: > > > On Wed, Jul 06, 2022 at 09:02:14AM +0100, Daniel P. Berrangé wrote: > > > > On Tue, Jul 05, 2022

Re: [PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS

2022-07-07 Thread Peter Delevoryas
On Wed, Jul 06, 2022 at 05:52:48PM -0700, Peter Delevoryas wrote: > On Wed, Jul 06, 2022 at 09:46:48AM -0700, Peter Delevoryas wrote: > > On Wed, Jul 06, 2022 at 09:02:14AM +0100, Daniel P. Berrangé wrote: > > > On Tue, Jul 05, 2022 at 02:46:59PM -0700, Peter Delevoryas wrote: > > > > I noticed tha

Re: [PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS

2022-07-06 Thread Peter Delevoryas
On Wed, Jul 06, 2022 at 09:46:48AM -0700, Peter Delevoryas wrote: > On Wed, Jul 06, 2022 at 09:02:14AM +0100, Daniel P. Berrangé wrote: > > On Tue, Jul 05, 2022 at 02:46:59PM -0700, Peter Delevoryas wrote: > > > I noticed that I can't run any avocado tests on macOS because the QMP > > > unix socket

Re: [PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS

2022-07-06 Thread Peter Delevoryas
On Wed, Jul 06, 2022 at 09:02:14AM +0100, Daniel P. Berrangé wrote: > On Tue, Jul 05, 2022 at 02:46:59PM -0700, Peter Delevoryas wrote: > > I noticed that I can't run any avocado tests on macOS because the QMP > > unix socket path is too long: > > > > I think the path limit for unix sockets on ma

Re: [PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS

2022-07-06 Thread Daniel P . Berrangé
On Tue, Jul 05, 2022 at 02:46:59PM -0700, Peter Delevoryas wrote: > I noticed that I can't run any avocado tests on macOS because the QMP > unix socket path is too long: > I think the path limit for unix sockets on macOS might be 104 [1] All platforms have a very limited path limit, so it isn't

[PATCH RESEND] python/machine: Fix AF_UNIX path too long on macOS

2022-07-05 Thread Peter Delevoryas
I noticed that I can't run any avocado tests on macOS because the QMP unix socket path is too long: $ ./configure --target-list=arm-softmmu $ make $ make check-avocado AVOCADO_TESTS=tests/avocado/boot_linux_console.py changing dir to build for /Library/Developer/CommandLineTools/usr/bin/make "che