Re: cvs up failing

RVP <[email protected]> Mon, 23 Mar 2026 12:47:59 +0000 (UTC)
Newsgroups gmane.os.netbsd.current
Message-ID <[email protected]>
On Mon, 23 Mar 2026, pin wrote:

> But, I cannot update the pkgsrc tree
>
> ~> cvs up -dP
> Connection closed by 199.233.217.198 port 22
> cvs [update aborted]: end of file from server (consult above messages if any)
> Exception: cvs exited with 1
>  [tty 4]:1:1-10: cvs up -dP
>
>
> Any hints on what to look for?
>

```
$ telnet anoncvs.netbsd.org ssh
Trying 199.233.217.198...
Connected to anoncvs.netbsd.org.
Escape character is '^]'.
Exceeded MaxStartups			<---
Connection closed by foreign host.
$
```

Someone changed the CVS_RSH server (sshd) configs. on anoncvs.n.o?

-RVP