Page 1 of 1

jack server wont start

Posted: 1. Sep 2013, 19:43
by blurymind
can't start jack server

heres the error log:

Code: Select all

20:42:32.354 Patchbay deactivated.
20:42:32.355 Statistics reset.
20:42:32.357 ALSA connection change.
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
20:42:32.372 ALSA connection graph change.
20:42:35.404 JACK is starting...
20:42:35.405 /usr/bin/jackd -dalsa -dhw:0 -r48000 -p1024 -n2
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
/usr/bin/jackd: symbol lookup error: /usr/bin/jackd: undefined symbol: jack_builtin_port_types
20:42:35.424 JACK was started with PID=20303.
20:42:35.426 JACK was stopped with exit status=127.
20:42:37.577 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
what do I do? :(

Re: jack server wont start

Posted: 1. Sep 2013, 23:31
by blurymind
ok update on problem. I fixed it by uninstalling jack from gslapt and installing it from sourcery (slapt-src). Now I am having this issue:

Code: Select all

00:29:51.495 Patchbay deactivated.
00:29:51.496 Statistics reset.
00:29:51.498 ALSA connection change.
00:29:51.519 ALSA connection graph change.
00:29:53.055 JACK is starting...
00:29:53.056 /usr/bin/jackd -dalsa -dhw:0 -r48000 -p1024 -n2 -r
jackd 0.121.3
Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK is running in realtime mode, but you are not allowed to use realtime scheduling.
After applying these changes, please re-login in order for them to take effect.
You don't appear to have a sane system configuration. It is very likely that you
encounter xruns. Please apply all the above mentioned changes and start jack again!
00:29:53.081 JACK was started with PID=3320.
00:29:53.083 JACK was stopped with exit status=255.
00:29:55.126 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.
it looks like a permission problem. How do I go about it??

Confirmed- it works as root, but not as normal user. How do I fix this??

Re: jack server wont start

Posted: 2. Sep 2013, 00:32
by aurlaent

Re: jack server wont start

Posted: 11. Sep 2013, 16:38
by blurymind
Yep, that worked!

Thank you :D