sshd[231]: error: open /dev/tty failed - could not set controlling tty: Permission denied

2004-03-23 Thread Robert Westendorp
sshd[231]: error: open /dev/tty failed - could not set controlling tty:
Permission denied

Anyone seen this error before? It's happening in a Jail after an upgrade
from 4.6--4.9. The host machine is fine, and I can still ssh into the jail,
but it puts this error into /var/log/messages.

Any idea what's causing this?
---
Robert

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hostname in shell (bash)?

2004-02-27 Thread Robert Westendorp
Try:

PS1=`id [EMAIL PROTECTED] -s`$ 

I put that into the .bashrc file.

- Original Message - 
From: Steven N. Fettig [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 27, 2004 8:01 AM
Subject: Hostname in shell (bash)?


 Hi all,

 I searched the archives and documents on bash, but I can't figure out
 how to put the hostname of the workstation I am on before the $ of the
 shell/command line.  Does anyone know how to add the hostname
 (preferably the first part - i.e. www, db1, etc) to the command line for
 bash 2.x?

 Thanks,
 Steve
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to stop resolv.conf from being updated

2003-05-31 Thread Robert Westendorp
You can use the prepend statement in your dhclient.conf file. That way you
can put your server first and leave the others in there for backup.

Here's the line you need to add

prepend domain-name-servers dns server ip;

- Original Message -
From: Laszlo Vagner [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 30, 2003 11:09 AM
Subject: how to stop resolv.conf from being updated


 I am using DHCP on a cable modem and my
 providers nameserver really sucks
 but changing my resolv.conf repairs
 the lookups for a little while then it gets
 set back to them upon bootup.

 how do i make it stay the way i set it.


 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]