From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yw0-f193.google.com ([209.85.161.193]) by ur; Tue Dec 6 10:15:10 EST 2016 Received: by mail-yw0-f193.google.com with SMTP id s68so29034335ywg.0 for <9front@9front.org>; Tue, 06 Dec 2016 07:15:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=wNep6SBjyh7y9IzG5ii203lO/jC37BbkeQZ3A/uP4X0=; b=VhVg/z4N47SaHpm0vzLE2IpbKLWHcbsQvoyO3cE7rR8pGlOm1yG9Z8yet8/ZwkaXZm EEKRcYJrA4vNYrchFp+0HBkvoMqrdbCwzavJjSj8gl2/IgUWzQWqAngi1wDS8QqPlK3z vaBW9JKj4B1kW31XP16TIxNwoalkTP+YTuzuTzsjYGl7P9XDAwYb0x49cN5FhSCLky/v xlKAjJeawtHniwy0SenJdFVH1/I5C/Du+ja19H4gGQxgVKEjfnwD9jlaPf0GNkLp18lI rdDUiYu3QLGY8MYDomHN4lungj5Q1xjqD0O1GnQn6rY6TvnbswSxGDBMXyQtTDt5nWRy jETg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=wNep6SBjyh7y9IzG5ii203lO/jC37BbkeQZ3A/uP4X0=; b=Qu3YouPB0pG5Zc6Y6zQUuh4BYrwBCW5xY9xzsqyHQXUhzucxrVED6tBd1aRbnjxrYz sG8ZaGEGCVGd22y92CVXCBl6ThM9UhtCwDYF/5bdMrE+ZELoRv4IOqaJN3m4mJQT8boP j11CD6OMbqshMuvGazZDKkzTGdNj8/j2eeefJYqqlDDvRpqIA2oZQlEFRweehfgViPJc oSzW0dN7CxSLu0NB4bN7VzjzHcwDJNQnK97derJQOJPcLfzHg1A61PQ5yLjeGDu4pHri 2vJ/0iMCIdRJu+Ci5fQBsbYscPa18KJKSHzTZ76ThOC06UoeyNQqNxOXfaOXbNcBOoZN +15w== X-Gm-Message-State: AKaTC00N97j69UpatvdvH+Xjyj6fAmAfYmVb+6l1NsEu0llpWTkH8vHXtiMST2+J7N+bSoYr2lZUxijIqW/Q1g== X-Received: by 10.129.71.10 with SMTP id u10mr68957815ywa.115.1481037307890; Tue, 06 Dec 2016 07:15:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.13.213.194 with HTTP; Tue, 6 Dec 2016 07:15:07 -0800 (PST) In-Reply-To: References: <20161202230944.GB32881@wopr> From: hiro <23hiro@gmail.com> Date: Tue, 6 Dec 2016 16:15:07 +0100 Message-ID: Subject: Re: [9front] fqa7: fix bug To: 9front@9front.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: object-oriented general-purpose engine persistence layer it works as long as you have no file in your directory starting with name tcp! and ending with !rcpu. :) On 12/6/16, arisawa wrote: > the bug is rather in > aux/listen1 -t tcp!*!rcpu /bin/tlssrv -a \ > which should be > aux/listen1 -t 'tcp!*!rcpu' /bin/tlssrv -a \ > > Kenji Arisawa > > >> 2016/12/03 8:09=E3=80=81Kurt H Maier =E3=81=AE=E3=83=A1= =E3=83=BC=E3=83=AB=EF=BC=9A >> >> Here is a patch for a bug nobody reported in irc: >> >> --- fqa7-orig.ms 2016-12-02 15:18:35.484357932 -0800 >> +++ fqa7.ms 2016-12-02 15:19:27.834841235 -0800 >> @@ -1274,7 +1274,7 @@ >>> /mnt/factotum/ctl >> aux/listen1 -t tcp!*!rcpu /bin/tlssrv -a \\ >> /bin/rc -c \\ >> - '. <{n=3D`{read} && ! ~ $#n 0 && read -c $n} >[2=3D1]' & >> + \'. <{n=3D`{read} && ! ~ $#n 0 && read -c $n} >[2=3D1]\' & >> .P2 >> >> .html - >> > >