9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Kenji Arisawa <arisawa@ar.aichi-u.ac.jp>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] sshserve.c
Date: Wed, 16 Apr 2008 08:11:11 +0900	[thread overview]
Message-ID: <17DBCA70-E6AB-4A98-B898-48DEEBC466CA@ar.aichi-u.ac.jp> (raw)
In-Reply-To: <D4577BBF-4E57-4C91-AE3A-51586C315028@mac.com>

Thanks Pietro,

I am glad if someone can help me.
Using MacFUSE + sshfs, I have:
	-bash$ sshfs ar.aichi-u.ac.jp: /n/ar
	remote host has disconnected
	-bash$
Then /sys/log/ssh says:
	ar Apr 16 07:53:15 [359853] connect from 124.241.154.73!53142
	/bin/aux/sshserve: reading server version: unexpected EOF

The host ar is a Plan 9 cpu server servicing tcp22 as
         exec /bin/aux/sshserve -A 'password' `{cat $3/remote} >>[2]/
sys/log/ssh

Of course I can connect to ar using
	ssh ar.aichi-u.ac.jp

Kenji Arisawa

On 2008/04/16, at 7:29, Pietro Gagliardi wrote:
> Yup. usage() is calling itself with no termination condition - and
> what's more, it is tail recursing. It should be
>
> 	void
> 	usage(void)
> 	{
> 		fprint(2, "usage: sshserve [-A authlist] [-c cipherlist] client-
> ip-address\n");
> 		exits("usage");
> 	}
>
> to keep with the Plan 9 program. Enjoy!
>
> When this QEMU-on-Leopard-freezes-randomly bug gets fixed, I can
> fix it and any other dangers.
>


  parent reply	other threads:[~2008-04-15 23:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-15 22:05 Kenji Arisawa
2008-04-15 22:29 ` Pietro Gagliardi
2008-04-15 22:34   ` john
2008-04-15 22:35     ` erik quanstrom
2008-04-15 23:14       ` john
2008-04-15 23:17         ` erik quanstrom
2008-04-15 23:31           ` Roman V. Shaposhnik
2008-04-15 22:40     ` Pietro Gagliardi
2008-04-15 23:11   ` Kenji Arisawa [this message]
2008-04-16  2:29     ` Russ Cox
2008-04-16  3:30       ` Bruce Ellis
2008-04-16 12:12         ` Pietro Gagliardi
2008-04-16 12:35           ` Bruce Ellis
2008-04-18 18:00       ` Steve Simon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17DBCA70-E6AB-4A98-B898-48DEEBC466CA@ar.aichi-u.ac.jp \
    --to=arisawa@ar.aichi-u.ac.jp \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).