From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WYPnM-0002aK-65 for ptxdist@pengutronix.de; Fri, 11 Apr 2014 02:58:35 +0200 Received: by mail-lb0-f181.google.com with SMTP id c11so2894127lbj.40 for ; Thu, 10 Apr 2014 17:58:09 -0700 (PDT) MIME-Version: 1.0 Date: Thu, 10 Apr 2014 20:58:08 -0400 Message-ID: From: Jon Ringle Subject: [ptxdist] kill missing RT signals Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: "ptxdist@pengutronix.de" I'm not sure if this is an issue with ptxdist or OSELAS toolchain or something else, but I want to be able to send to systemd a SIGRTMIN+21 signal and I found that kill command does not report the RT signals: $ kill -l 1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGABRT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR1 11) SIGSEGV 12) SIGUSR2 13) SIGPIPE 14) SIGALRM 15) SIGTERM 16) SIGSTKFLT 17) SIGCHLD 18) SIGCONT 19) SIGSTOP 20) SIGTSTP 21) SIGTTIN 22) SIGTTOU 23) SIGURG 24) SIGXCPU 25) SIGXFSZ 26) SIGVTALRM 27) SIGPROF 28) SIGWINCH 29) SIGIO 30) SIGPWR 31) SIGSYS I thought may be it was the busybox kill, so I build the coreutils kill, but it gives exactly the same output. I don't understand why kill is not listing the RT signalse from SIGRTMIN to SIGRTMAX. $ arm-v5te-linux-gnueabi-gcc --version arm-v5te-linux-gnueabi-gcc (OSELAS.Toolchain-2013.12.1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Target board has Linux-3.12 Anyone have any ideas? Thanks, Jon -- ptxdist mailing list ptxdist@pengutronix.de