You are not logged in.

#1 2008-02-17 10:38:40

albLinux
Member
Registered: 2007-04-24
Posts: 56

Jack wont start

Hi i have installed jack but it wont start
with these message:

:31:49.424 JACK is starting...
11:31:49.425 /usr/bin/jackd -R -dalsa -dhw:0 -r48000 -p1024 -n2
11:31:49.428 JACK was started with PID=7504.
jackd 0.109.2
Copyright 2001-2005 Paul Davis 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 compiled with POSIX SHM support.
/dev/shm/jack-0 already exists, but is not a directory!
cannot create server sockets
cannot create engine
11:31:49.464 JACK was stopped successfully.
11:31:49.465 Post-shutdown script...
11:31:49.466 killall jackd
jackd: Kein Prozess abgebrochen
11:31:49.883 Post-shutdown script terminated with exit status=256.
11:31:51.647 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.

Hope someone can help
thx

Offline

#2 2008-02-17 13:16:51

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: Jack wont start

1) Don't run as root
2) You require a login manager


I need real, proper pen and paper for this.

Offline

#3 2008-02-17 15:12:44

albLinux
Member
Registered: 2007-04-24
Posts: 56

Re: Jack wont start

schivmeister wrote:

1) Don't run as root
2) You require a login manager

i start jack as a user
and i have a login manager GDM

Offline

#4 2008-02-17 15:22:35

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: Jack wont start

If Jack doesn't work for you. maybe you should give John a try.

Cheers! big_smile


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#5 2008-02-17 15:55:47

albLinux
Member
Registered: 2007-04-24
Posts: 56

Re: Jack wont start

moljac024 wrote:

If Jack doesn't work for you. maybe you should give John a try.

Cheers! big_smile

looool lol

Offline

#6 2008-02-18 08:00:02

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: Jack wont start

1) Ensure you are in audio group:

useradd -g audio alblinux

2) Ensure audio is in /etc/security/limits.conf:

@audio          -       rtprio          99
@audio          -       nice           -10
@audio          -       memlock         unlimited

You may not need to run real-time but then again, if it isn't working for you there isn't much choice. If you still fail, might as well hump John instead yikes


I need real, proper pen and paper for this.

Offline

#7 2008-02-18 21:16:58

albLinux
Member
Registered: 2007-04-24
Posts: 56

Re: Jack wont start

schivmeister wrote:

1) Ensure you are in audio group:

useradd -g audio alblinux

2) Ensure audio is in /etc/security/limits.conf:

@audio          -       rtprio          99
@audio          -       nice           -10
@audio          -       memlock         unlimited

You may not need to run real-time but then again, if it isn't working for you there isn't much choice. If you still fail, might as well hump John instead yikes

Again failed

/usr/bin/jackd -dalsa -dhw:0 -r44100 -p1024 -n2 -m -H -M
22:14:08.095 JACK was started with PID=11686.
jackd 0.109.2
Copyright 2001-2005 Paul Davis 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 compiled with POSIX SHM support.
cannot open existing shm registry segment (Permission denied)
no access to shm registry
22:14:08.107 JACK was stopped with exit status=3.
22:14:08.108 Post-shutdown script...
22:14:08.109 killall jackd

What permission i need for shm

Offline

#8 2008-02-18 22:26:37

btartsa
Member
Registered: 2004-07-26
Posts: 222

Re: Jack wont start

Perhaps this link may help you out:

http://w3.linux-magazine.com/issue/67/J … Server.pdf

What does your fstab look like?

Offline

#9 2008-02-18 22:29:19

albLinux
Member
Registered: 2007-04-24
Posts: 56

Re: Jack wont start

btartsa wrote:

Perhaps this link may help you out:

http://w3.linux-magazine.com/issue/67/J … Server.pdf

What does your fstab look like?

none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0


/dev/cdrom /mnt/cdrom   iso9660   ro,user,noauto,unhide   0      0
/dev/cdrom1 /mnt/cdrom1   iso9660   ro,user,noauto,unhide   0      0
/dev/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0
/dev/dvd1 /mnt/dvd1   udf   ro,user,noauto,unhide   0      0
/dev/fd/0 /mnt/fd0   vfat   user,noauto   0      0
/dev/sdc1 /boot ext2 defaults 0 0
/dev/sdc2 / ext3 defaults 0 1
/dev/sdc3 /home ext3 defaults 0 0
/dev/sdc4 swap swap defaults 0 0
#/dev/sda1 /home/dini/Videos ext3 defaults 0 1
#/dev/sda5 /home/dini/kino   ext3 defaults 0 1

Offline

#10 2008-02-18 22:35:52

albLinux
Member
Registered: 2007-04-24
Posts: 56

Re: Jack wont start

Ok now it works after i changed the Fstab

Offline

#11 2008-03-23 13:46:00

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: Jack wont start

add none /mnt/ramfs tmpfs to the arch default fstab maybe?

Last edited by schivmeister (2008-03-23 13:46:31)


I need real, proper pen and paper for this.

Offline

#12 2008-03-27 23:53:41

Noobzore
Member
Registered: 2007-09-26
Posts: 15

Re: Jack wont start

I'm having the same problem...

17:46:05.816 Patchbay deactivated.
17:46:05.989 Statistics reset.
17:46:06.130 ALSA connection graph change.
17:46:52.659 JACK is starting...
17:46:52.661 /usr/bin/jackd -dalsa -dhw:0 -r48000 -p1024 -n2
jackd 0.109.2
Copyright 2001-2005 Paul Davis 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 compiled with POSIX SHM support.
loading driver ..
apparent rate = 48000
creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:0
configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 32bit little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit little-endian
ALSA: use 2 periods for playback
17:46:52.707 JACK was started with PID=3558.
17:46:54.906 Could not connect to JACK server as client. - Overall operation failed. - Server communication error. Please check the messages window for more info.
cannot create shm segment /jack-3 (Invalid argument)
cannot create client control block for qjackctl
cannot create new client object
cannot complete client connection process
cannot read response from jack server (No such file or directory)
17:46:57.246 JACK is stopping...
jack main caught signal 15
no message buffer overruns
17:46:57.311 JACK was stopped successfully.
17:46:57.312 Post-shutdown script...
17:46:57.314 killall jackd
jackd: no process killed
17:46:57.740 Post-shutdown script terminated with exit status=256.
# 
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0

/dev/sdb1 /mnt/media ntfs-3g users,uid=3,locale=en_US.utf8 0 0
/dev/sda2 /mnt/vista ntfs-3g users,uid=3,locale=en_US.utf8 0 0

/dev/cdrom /mnt/cdrom   iso9660   ro,user,noauto,unhide   0      0
/dev/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0
/dev/sda1 / ext3 defaults 0 1
/dev/sda3 swap swap defaults 0 0

what was the solution?

Offline

Board footer

Powered by FluxBB