ssh upon login shows 'stdin: is not a tty'

Bug #201884 reported by Dustin Essington
4
Affects Status Importance Assigned to Milestone
Xen
New
Undecided
Unassigned
xen-3.1 (Ubuntu)
Fix Committed
Undecided
Unassigned

Bug Description

Dom0
root@xen-hypervisor:/mnt/xendrive/domains/webserver# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"

domU
2.6.22-14-xen

ssh connects and shows:

root@xen-hypervisor:/etc/xen# ssh webserver
The authenticity of host 'webserver (192.168.1.162)' can't be established.
RSA key fingerprint is **:**:**:**:**:**:**:**:**:**:**:**:**:**:**:**.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'webserver' (RSA) to the list of known hosts.
root@webserver's password:
stdin: is not a tty

i removed the rsa fingerprint from the post (corpoate SOCKS policy prohibits sharing of RSA keys)

The server is a Dell PowerEdge 6650 w/ 32 Gigs of ram.

Revision history for this message
Todd Deshane (deshantm) wrote :
Revision history for this message
Antono Vasiljev (antono) wrote :

Same bug in debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502798

You can install udev with:

$ mkdir /mnt/guest
$ mount -o loop /var/lib/xen/domains/YOUR_IMAGE/disk.img /mnt/guest
$ cd /mnt/guest
$ aptitude download libvolume-id0
$ aptitude download udev
$ chroot /mnt/image
$ dpkg -i *.deb
$ exit
$ cd; umount /mnt/image

Revision history for this message
Daniel T Chen (crimsun) wrote :

Is this symptom still reproducible in 8.10 or 9.04 with xen-3.3?

Changed in xen-3.1:
status: New → Incomplete
Revision history for this message
Igor Drobot (zeldor) wrote :

Debian lenny has the same bug/problem, but with a own role it's very simple to install udev and it works very fine :)

Thanks all!

kimkuda87 (kimkuda87)
Changed in xen-3.1 (Ubuntu):
status: Incomplete → Confirmed
status: Confirmed → Incomplete
status: Incomplete → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.