Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Regression in Mumble 1.3.0_3 
@ 2020-04-10 23:33 Max-FT
  2020-04-11  2:11 ` ScrelliCopter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Max-FT @ 2020-04-10 23:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1726 bytes --]

New issue by Max-FT on void-packages repository

https://github.com/void-linux/void-packages/issues/20858

Description:
### System

* xuname:  
  *Void 5.6.2_1 x86_64 GenuineIntel uptodate rFFF*
* package:  
  *Mumble 1.3.0_3*

### Expected behavior
Mumble starts up in a second or so (on a SATA SSD)

### Actual behavior
Significantly delayed start up, due to mumble trying to connect to the JACK daemon when it isn't installed w/ output

Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
exec of JACK server (command = "/usr/bin/jackd") failed: No such file or directory
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
<W>2020-04-10 18:04:11.864 JackAudioSystem: unable to open client due to 2 errors:
<W>2020-04-10 18:04:11.864 JackAudioSystem: JackFailure - overall operation failed
<W>2020-04-10 18:04:11.864 JackAudioSystem: JackServerFailed - unable to connect to the JACK server
### Steps to reproduce the behavior
Upgrade to mumble 1.3.0_3

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regression in Mumble 1.3.0_3 
  2020-04-10 23:33 [ISSUE] Regression in Mumble 1.3.0_3 Max-FT
@ 2020-04-11  2:11 ` ScrelliCopter
  2020-04-11  2:56 ` ScrelliCopter
  2020-04-11  6:18 ` [ISSUE] [CLOSED] " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: ScrelliCopter @ 2020-04-11  2:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

New comment by ScrelliCopter on void-packages repository

https://github.com/void-linux/void-packages/issues/20858#issuecomment-612298755

Comment:
Looks like Mumble 1.3.0 always tries to connect to JACK on startup regardless of backend settings.
Seems this was fixed upstream in https://github.com/mumble-voip/mumble/pull/3990 in master.
I'll try patching 1.3.0 with this change and see if it fixes the problem.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regression in Mumble 1.3.0_3 
  2020-04-10 23:33 [ISSUE] Regression in Mumble 1.3.0_3 Max-FT
  2020-04-11  2:11 ` ScrelliCopter
@ 2020-04-11  2:56 ` ScrelliCopter
  2020-04-11  6:18 ` [ISSUE] [CLOSED] " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: ScrelliCopter @ 2020-04-11  2:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 792 bytes --]

New comment by ScrelliCopter on void-packages repository

https://github.com/void-linux/void-packages/issues/20858#issuecomment-612298755

Comment:
Looks like Mumble 1.3.0 always tries to connect to JACK on startup regardless of backend settings.
Seems this was fixed upstream in https://github.com/mumble-voip/mumble/pull/3990 in master.
I'll try patching 1.3.0 with this change and see if it fixes the problem.

EDIT:
I wrote some sed to set `bJackStartServer` and `bJackAutoConnect` to false, unfortunately this does not seem to stop Mumble trying to connect to jack on startup regardless of the backend setting and if jack is even installed.
For now it seems best to revert #20840 or make it a template option (off by default) for jack users like myself.

Sorry for the breakage.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] Regression in Mumble 1.3.0_3 
  2020-04-10 23:33 [ISSUE] Regression in Mumble 1.3.0_3 Max-FT
  2020-04-11  2:11 ` ScrelliCopter
  2020-04-11  2:56 ` ScrelliCopter
@ 2020-04-11  6:18 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-04-11  6:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1729 bytes --]

Closed issue by Max-FT on void-packages repository

https://github.com/void-linux/void-packages/issues/20858

Description:
### System

* xuname:  
  *Void 5.6.2_1 x86_64 GenuineIntel uptodate rFFF*
* package:  
  *Mumble 1.3.0_3*

### Expected behavior
Mumble starts up in a second or so (on a SATA SSD)

### Actual behavior
Significantly delayed start up, due to mumble trying to connect to the JACK daemon when it isn't installed w/ output

Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
exec of JACK server (command = "/usr/bin/jackd") failed: No such file or directory
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
<W>2020-04-10 18:04:11.864 JackAudioSystem: unable to open client due to 2 errors:
<W>2020-04-10 18:04:11.864 JackAudioSystem: JackFailure - overall operation failed
<W>2020-04-10 18:04:11.864 JackAudioSystem: JackServerFailed - unable to connect to the JACK server
### Steps to reproduce the behavior
Upgrade to mumble 1.3.0_3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-11  6:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 23:33 [ISSUE] Regression in Mumble 1.3.0_3 Max-FT
2020-04-11  2:11 ` ScrelliCopter
2020-04-11  2:56 ` ScrelliCopter
2020-04-11  6:18 ` [ISSUE] [CLOSED] " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).