From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 79EBC1EFC67; Thu, 21 Jul 2016 11:00:25 -0400 (EDT) Received: from mail-oi0-x244.google.com (mail-oi0-x244.google.com [IPv6:2607:f8b0:4003:c06::244]) by befuddled.reisers.ca (Postfix) with ESMTPS id E88441EFC5F for ; Thu, 21 Jul 2016 11:00:23 -0400 (EDT) Received: by mail-oi0-x244.google.com with SMTP id c199so7929972oig.1 for ; Thu, 21 Jul 2016 08:00:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:subject:in-reply-to:message-id:references:user-agent :mime-version; bh=X5ne25Bcp7vgvCFR86v5iCo1QRL1DwD3sCBfM5wKOdQ=; b=eNp3bx/VVNwGk1sIQY7bvvJIXgIku++y7wlB7/WAFalqAWLgP32sfILxGN/seMY1h/ 6PH+cs1jCxb8RKRRHKLPGrnIN1gk7gNTOnIjdpFThns6kNdq3LjXtrd2Ej7/BJhCETFM FEQPUQJ5qN1PO5u3zYOp6DM34lAxl2vnxpEiDZ8xvDyvWQKdMXiKvb2HO+Ixir75cQCZ h29yUJYYYwla25IJfF8gQM7vHrCkSACl8M8F60yqD9lUv1rt9I3SjfMf9mxCavGntgYc QBBVnOaJi734pM6otbwPY8zXuL/8TeRJiDwCKOLCh63kcfEUijVpk/50lF9SWfx8wa46 lkBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:date:to:subject:in-reply-to:message-id :references:user-agent:mime-version; bh=X5ne25Bcp7vgvCFR86v5iCo1QRL1DwD3sCBfM5wKOdQ=; b=Xsb4izHlM/6Mkh7+8a+C4gCMvb6aHzRBh6emo/a4cE5QEojBcAvUgtbdA79Smwx7qX 3ggujlyl/KLNGyVOQK/r2iqFc9Vrwq4tURaTgT3rN/wHsOo868+YIFakjYYqPQqDCSiu /18CigMoRU2MbxNoR2Lnw/ZSgxVr+X/K35cJcFKySnePQ+1F1BThnVBP/5yuVPsz0E/4 YsXQGzclYOSnnOAScJiWfP8tgz4gS/Ja4ajxdynJnFs3n0ZSLOq0XTNlVzG/Jvi2yWyZ OLA6ln/0rBji0HLtcU6ZkyjYXCPanDLbd+pdPEbNRVCcW0i9yn3dfUh3sK999A3vCIGv G97A== X-Gm-Message-State: ALyK8tJee9Y18XLpOyU9YMYD5MlhYAODO/9Kzy9mkUw+2ykhYLVMjmM+VlFlnWAUmEE8Xg== X-Received: by 10.202.222.8 with SMTP id v8mr165592oig.14.1469113218098; Thu, 21 Jul 2016 08:00:18 -0700 (PDT) Received: from purrwurr (75-167-209-44.cdrr.qwest.net. [75.167.209.44]) by smtp.gmail.com with ESMTPSA id 93sm3350296otp.0.2016.07.21.08.00.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jul 2016 08:00:17 -0700 (PDT) From: Mark Peveto X-Google-Original-From: Mark Peveto Date: Thu, 21 Jul 2016 10:00:15 -0500 (CDT) X-X-Sender: southernprince@purrwurr.Home To: "Speakup is a screen review system for Linux." Subject: Re: espeakup release coming soon In-Reply-To: <20160720233531.GC4169@var.home> Message-ID: References: <20160306185459.GA6674@linux1> <20160720233531.GC4169@var.home> User-Agent: Alpine 2.20.13 (LNX 116 2015-12-14) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 15:00:25 -0000 Samuel, I've got the patch saved in my home directory. I have the current version of espeakup installed, but not the current version of espeak. What, if anything, do I need to do with the patch at this point? How do I run it? Would updating to the current espeak be advisable? I'm assuming so, but I don't wanna just assume. Everything happens after coffee! Mark Peveto Registered Linux user number 600552 Sent from sonar using alpine 2.20.13 On Thu, 21 Jul 2016, Samuel Thibault wrote: > Hello, > > currently espeakup uses daemon() to do the daemonizing stuff. > Unfortunately, daemon() does things not very appropriately, and there > is notably a delay between the parent exit()ing and the child writing > the pid file. The attached patch reimplements it properly, espeakup then > notably plays much more nicely with systemd. > > Samuel >