From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Problems with GNU Parallel and ulimit Date: Mon, 14 Aug 2017 08:01:58 +0530 Message-ID: <95e07798.AEAAOUx9SCwAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZkQuq@mailjet.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <95e07798.AEAAOUx9SCwAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZkQuq@bnc3.mailjet.com>) id 1dh5Av-0004jE-Lf for help-guix@gnu.org; Sun, 13 Aug 2017 22:32:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <95e07798.AEAAOUx9SCwAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZkQuq@bnc3.mailjet.com>) id 1dh5Aq-0002DQ-RD for help-guix@gnu.org; Sun, 13 Aug 2017 22:32:17 -0400 Received: from o131.p8.mailjet.com ([87.253.233.131]:59141) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <95e07798.AEAAOUx9SCwAAAAAAAAAAAPHPkIAAAACwQwAAAAAAAW9WABZkQuq@bnc3.mailjet.com>) id 1dh5Aq-0002CL-HT for help-guix@gnu.org; Sun, 13 Aug 2017 22:32:12 -0400 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: "help-guix@gnu.org" Does `parallel' work for anybody? When I run $ ls | parallel echo I get the following error message, and nothing happens. parallel: Warning: No more processes: Decreasing number of running jobs to = 1. parallel: Warning: Raising ulimit -u or /etc/security/limits.conf may help. parallel: Error: No more processes: cannot run a single job. Something is w= rong at file-name. Any idea about what's happening? =