libc or OpenSSL patches break ssh?

2009-04-22 Thread Jake Evans

Am running 6.4-PRERELEASE.

Received FreeBSD-SA-09:07.libc / FreeBSD-SA-09:08.openssl notifications today, 
applied applicable patches correctly.


However, now when anyone attempts to connect to my server via SSH, the 
connection is closed after they enter their login  password.


/var/log/messages says the following when they try to login:

Apr 22 12:53:12 x sshd[75505]: fatal: openpty returns device for which ttyname 
fails.
Apr 22 12:53:12 x sshd[75505]: error: chown  0 0 failed: No such file or 
directory
Apr 22 12:53:12 x sshd[75505]: error: chmod  0666 failed: No such file or 
directory

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


libc or OpenSSL patches break ssh?

2009-04-22 Thread Jake Evans

Am running 6.4-PRERELEASE.

Received FreeBSD-SA-09:07.libc / FreeBSD-SA-09:08.openssl notifications 
today, applied applicable patches correctly.


However, now when anyone attempts to connect to my server via SSH, the 
connection is closed after they enter their login  password.


/var/log/messages says the following when they try to login:

Apr 22 12:53:12 x sshd[75505]: fatal: openpty returns device for which 
ttyname fails.
Apr 22 12:53:12 x sshd[75505]: error: chown  0 0 failed: No such file or 
directory
Apr 22 12:53:12 x sshd[75505]: error: chmod  0666 failed: No such file or 
directory

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libc or OpenSSL patches break ssh?

2009-04-22 Thread Jake Evans

Figured it out.

The libc patch instructions don't tell you to rebuild libutil. You need to 
do that.



On Wed, 22 Apr 2009, Jake Evans wrote:


Am running 6.4-PRERELEASE.

Received FreeBSD-SA-09:07.libc / FreeBSD-SA-09:08.openssl notifications 
today, applied applicable patches correctly.


However, now when anyone attempts to connect to my server via SSH, the 
connection is closed after they enter their login  password.


/var/log/messages says the following when they try to login:

Apr 22 12:53:12 x sshd[75505]: fatal: openpty returns device for which 
ttyname fails.
Apr 22 12:53:12 x sshd[75505]: error: chown  0 0 failed: No such file or 
directory
Apr 22 12:53:12 x sshd[75505]: error: chmod  0666 failed: No such file or 
directory

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


no reverse DNS causing connectivity problems

2008-06-09 Thread Jake Evans

[Please cc in replies, not currently subscribed. Thank you.]

I have a quick question that I can't seem to find an answer to via Google 
so far.


I've had a few people complain that when they telnet/ssh/ftp/web to our 
server, it's slow... I've traced the problem to them having no reverse on 
their IPs.


So basically their connection kinda hangs while the system waits to 
timeout on looking up their IP's reverse.


From what I can tell, I should be able to just set options timeout:n and 
options attempts:n in resolv.conf.. BUT it seems FBSD's install doesn't 
allow you to do this.


Does anyone know a workaround to this? I thought maybe of changing it 
directly in resolv.h but then I'd have to rebuild world I think..? Is 
there perhaps a sysctl solution?


Thank you so much for your time.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]