yes, no jackd listed in the process list. $ jackd -V jackd version 0.98.1 default tmp directory: /dev/shm
$ uname -a Linux bastille 2.6.6piem #1 Thu May 20 16:22:48 BST 2004 i686 GNU/Linux still after our user a leaves jackd, the content of /dev/shm is: $ ls -l /dev/shm/ prw-r--r-- 1 usera usera 0 Jun 26 18:03 jack-ack-fifo-2035-0 prw-r--r-- 1 usera usera 0 Jun 26 18:03 jack-ack-fifo-2035-1 srwxr-xr-x 1 usera usera 0 Jun 26 18:03 jack_0 srwxr-xr-x 1 usera usera 0 Jun 26 18:03 jack_ack_0 when user b then logins and runs the server, the content of /dev/shm is: $ ls -l /dev/shm/ prw-r--r-- 1 usera usera 0 Jun 26 18:03 jack-ack-fifo-2035-0 prw-r--r-- 1 usera usera 0 Jun 26 18:03 jack-ack-fifo-2035-1 prw-r--r-- 1 userb userb 0 Jun 26 18:04 jack-ack-fifo-2066-0 prw-r--r-- 1 userb userb 0 Jun 26 18:04 jack-ack-fifo-2066-1 srwxr-xr-x 1 usera usera 0 Jun 26 18:03 jack_0 srwxr-xr-x 1 userb userb 0 Jun 26 18:04 jack_1 srwxr-xr-x 1 usera usera 0 Jun 26 18:03 jack_ack_0 srwxr-xr-x 1 userb userb 0 Jun 26 18:04 jack_ack_1 hope this helps, piem On Mon, Jun 21, 2004 at 03:17:45PM -0500, Jack O'Quin wrote: > Paul Brossier <[EMAIL PROTECTED]> writes: > > > i meant using as A first, shutting down jack, logging out, > > and then running jack as B, no client can connect at all. > > running as A again will work. > > Sounds like the session state is not getting cleaned up. Are you sure > the JACK server shut down? > > > but jack clients will complain about no server found. not sure what is the > > best way to track the problem from here. > > Please list the contents of the tmpdir, `jackd -V' shows where it is. > -- > joq > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >

