From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21718 invoked from network); 9 Aug 2020 21:13:42 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 9 Aug 2020 21:13:42 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id E18249B5ED; Mon, 10 Aug 2020 07:13:40 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 97C229B5D7; Mon, 10 Aug 2020 07:13:05 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (1024-bit key; unprotected) header.d=ccc.com header.i=@ccc.com header.b="E5ld6erh"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id DD3AD9B5D7; Mon, 10 Aug 2020 07:13:01 +1000 (AEST) Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by minnie.tuhs.org (Postfix) with ESMTPS id EB22B9B5D6 for ; Mon, 10 Aug 2020 07:13:00 +1000 (AEST) Received: by mail-qt1-f182.google.com with SMTP id t23so5405800qto.3 for ; Sun, 09 Aug 2020 14:13:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Tj93ZPkcCzsCuFCh3hI53TYCVg6AvHQk+wD9vm+bnb8=; b=E5ld6erhuRJRi50lv9Fub0mQumpLq8IDCqceefu+5CzQ938rD9tEooczSWTYsD/H7v o4lJoi/0cUKCTx5s4CZ/Sf64AfNot908Og7qxN/Ary+PlFLF9UHh4D2NBx5MsClAUFcv 9Pt4U5lblzSltpTGwQjvQ/FtuSkup6L+7ozis= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Tj93ZPkcCzsCuFCh3hI53TYCVg6AvHQk+wD9vm+bnb8=; b=Ycoej8WmFp50L2DecwqF91e0zNgOkGc1rs6m6ShBDj0s80AzQcRYYkwaHrp4fHa5f4 GLaP5ZuZz5bsGTmTZUPvnTIwhJIwBFehJyaMvIA+sTaEhLQKfGJDVXEwN1YIYhVgVY4C ADczpFfki+OZha4Q0at1aVJD/GZKAbFo2ej40cYARn2fpucie9sWfHXoX0RYD1UXppY6 1fPMuwdAPfAPUae5qE09sbjcmFL230Q9ACezy5WdqoUsf0IdDw49za317mSOrJsVB48E mjxLrYsxrpfdr/r2HkitsMPllhsh4mjz+TzbKo7KM/dbADRbHSS7MUDWRzouhaX5+v1H YD8A== X-Gm-Message-State: AOAM531+rRbkUXOkxZRQ8OO6exZdMGfRBbwIP8/KScXktgFgcNFCLNPL 0pdM2qL1vqaBJa3dXxWCTtS5sN7kaIxCRHsCRDTFu4C2 X-Google-Smtp-Source: ABdhPJxlVg7d2+7GSd0E9vi0aRYnmREU+iP1M7y16XSKce3VNzZTuhLNJks+4lWxcNXVcUe1ko8cV+pEzJjuEPb3JpA= X-Received: by 2002:ac8:1948:: with SMTP id g8mr25198705qtk.354.1597007579855; Sun, 09 Aug 2020 14:12:59 -0700 (PDT) MIME-Version: 1.0 References: <40bd6da0-b83d-7963-1bc6-ab562bbde287@gmail.com> In-Reply-To: <40bd6da0-b83d-7963-1bc6-ab562bbde287@gmail.com> From: Clem Cole Date: Sun, 9 Aug 2020 17:12:34 -0400 Message-ID: To: Will Senn Content-Type: multipart/alternative; boundary="000000000000805b3305ac784d04" Subject: Re: [TUHS] 211bsd kermit working X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: TUHS main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --000000000000805b3305ac784d04 Content-Type: text/plain; charset="UTF-8" try this: adb /usr/new/kermit Then run it and let it crash. You'll get an adb prompt, look at the stack and see what system call number was pushed. I suspect it a versioning issue that Warner has been discussing as 2.X changed over time. That said, it might just be easier to try to recompile c-kermit. Clem On Sun, Aug 9, 2020 at 5:06 PM Will Senn wrote: > I'm running 211bsd pl 431 in SimH on FreeBSD. I've got networking working > on a tap interface both inbound and outbound. I still have a few issues > hanging around that are bugging me, but I'll eventually get to them. One > that is of concern at the moment is kermit. It is in the system under > /usr/new/kermit. When I call it, I get: > > kermit > Bad system call - core dumped > > I don't see core anywhere and if I did, I'd need to figure out what to do > with it anyway (mabye adb), but I'm wondering if anyone's used kermit > successfully who is on pl 431 or knows what's going on? > > Thanks, > > Will > > -- > GPG Fingerprint: 68F4 B3BD 1730 555A 4462 7D45 3EAA 5B6D A982 BAAF > > --000000000000805b3305ac784d04 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
try this: adb /usr/new/kermit
Then run it and l= et it crash.=C2=A0 You'll get an adb prompt, look at the stack and see = what system call number was pushed.

I suspect it a ver= sioning issue that Warner has been discussing as 2.X changed=C2=A0over time= .

That said, it might just be easier to try to recompi= le c-kermit.=C2=A0 =C2=A0

Clem

On Sun, Aug 9, 202= 0 at 5:06 PM Will Senn <will.senn@gmail.com> wrote:
=20 =20 =20
I'm running 211bsd pl 4= 31 in SimH on FreeBSD. I've got networking working on a tap interfac= e both inbound and outbound. I still have a few issues hanging around that are bugging me, but I'll eventually get to them. One that is of concern at the moment is kermit. It is in the system under /usr/new/kermit. When I call it, I get:

kermit
Bad system call - core dumped

I don't see core anywhere and if I did, I'd need to figure ou= t what to do with it anyway (mabye adb), but I'm wondering if anyone's used kermit successfully who is on pl 431 or knows what&= #39;s going on?

Thanks,

Will

--=20
GPG Fingerprint: 68F4 B3BD 1730 555A 4462  7D45 3EAA 5B6D A982 BAAF
--000000000000805b3305ac784d04--