sorry, for double posting, but something is wrong with the list, or my MUA.
i got the following error on sending the first mail, also on the sending
the second mail:
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
lists@xxxxxxxxxxxxxxxx
Unrouteable address
------ This is a copy of the message, including all the headers. ------
Return-path: <harald.gutmann@xxxxxxx>
Received: from localhost ([127.0.0.1] helo=tuxfamily.org)
by mx1.tuxfamily.net with esmtp (Exim 4.50)
id 1GY2LH-00011B-8b
for lists@xxxxxxxxxxxxxxxx; Thu, 12 Oct 2006 17:19:27 +0200
Received: from mail.gmx.net ([213.165.64.20]) by mx1.tuxfamily.net with
smtp (Exim 4.50) id 1GY2LF-00010o-P9 for proaudio@xxxxxxxxxxxxxxxxxxx;
Thu, 12 Oct 2006 17:19:25 +0200
Received: (qmail invoked by alias); 12 Oct 2006 15:19:25 -0000
Received: from unknown (EHLO [192.168.10.17]) [193.170.62.180] by
mail.gmx.net (mp020) with SMTP; 12 Oct 2006 17:19:25 +0200
X-Authenticated: #19584745
Message-Id: <452E5D06.4050104@xxxxxxx>
Date: Thu, 12 Oct 2006 17:19:34 +0200
From: Harald Gutmann <harald.gutmann@xxxxxxx>
User-Agent: Thunderbird 1.5.0.7 (X11/20060929)
MIME-Version: 1.0
To: proaudio@xxxxxxxxxxxxxxxxxxx
Subject: [proaudio] rlimits pam gentoo-sources
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Y-GMX-Trusted: 0
List-Unsubscribe: <mailto:proaudio-request@xxxxxxxxxxxxxxxxxxx?subject=unsubscribe>
List-Subscribe: <mailto:proaudio-request@xxxxxxxxxxxxxxxxxxx?subject=subscribe>
List-Help: <mailto:proaudio-request@xxxxxxxxxxxxxxxxxxx?subject=help>
List-Software: Listengine 4.0, VHFFS 4.0
List-Id: proaudio.lists.tuxfamily.org
Reply-To: proaudio@xxxxxxxxxxxxxxxxxxx
i don't know it exactly, but looks like that the something is wrong with the list.
i don't have any problems like this with other mailinglist.
best regards,
harald gutmann
Harald Gutmann wrote:
hello!
i installed gentoo as my new desktop and audio working system.
but at the moment, i don't get the rlimits with pam rumming.
jackd always tells in its start log:
cannot use real-time scheduling (FIFO at priority 99) [for thread
-1226171488, from thread -1226171488] (1: Operation not permitted)
what did i do:
fist i installed the pro-audio overlay with layman, like described on
the pro-audio site.
then i merged pam from this overlay:
$ emerge -pv pam
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] sys-libs/pam-0.78-r6 USE="berkdb -nis -pam_chroot
-pam_console -pam_timestamp -pwdb (-selinux)" 0 kB [1]
Total size of downloads: 0 kB
Portage overlays:
[1] /usr/portage/local/layman/pro-audio
$
the next step was to make the etc-update, wich added the lines for the
limits on the audio group:
$ cat /etc/security/limits.conf | grep audio
# REALTIME support for audio group users
@audio - rtprio 90
@audio - nice -10
@audio - memlock 250000
$
then i did a relogin, with my user, which is in the audio group:
$ groups
lp wheel audio cdrom video portage z421 vdr
$
and tried to start jack:
17:01:30.105 Startup script...
17:01:30.110 artsshell -q terminate
17:01:30.396 Startup script terminated with exit status=256.
17:01:30.397 JACK is starting...
17:01:30.398 /usr/bin/jackd -R -P89 -dalsa -dhw:0 -r48000 -p256 -n2 -H -M
17:01:30.410 JACK was started with PID=28997 (0x7145).
jackd 0.101.1
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 System V SHM support.
loading driver ..
Enhanced3DNow! detected
apparent rate = 48000
creating alsa driver ... hw:0|hw:0|256|2|48000|0|0|hwmon|hwmeter|-|32bit
control device hw:0
configuring for 48000Hz, period = 256 frames, buffer = 2 periods
nperiods = 2 for capture
nperiods = 2 for playback
cannot use real-time scheduling (FIFO at priority 99) [for thread
-1226171488, from thread -1226171488] (1: Operation not permitted)
17:01:32.617 Server configuration saved to "/home/z421/.jackdrc".
17:01:32.623 Statistics reset.
17:01:32.655 Client activated.
but there is that problem that the realtime-scheduling gets an operation
not permitted error.
where could the mistake be, did i forget something to configure?
best regards,
harald gutmann