Question about connecting ptys. I've tried specifying various ssl options to try to connect to serial lines but I don't see any boot messages saying any ptys are being allocated. Am I missing something?

Host and guest are Linux 2.6.11.6 vanilla.

linux root=/dev/ubda ubda=root_fs ubdh=swap \
      con=null con0=fd:0,fd:1 ssl=pty ssl0=pty ssl1=pty \
      umid=monster \
      eth0=tuntap,tap1,,192.168.50.23

in the guest's inittab, I have
s0:2345:respawn:/sbin/agetty ttyS0 115200,9600 linux
s1:2345:respawn:/sbin/agetty ttyS1 115200,9600 linux

# bin/linux --showconfig | grep -i tty
CONFIG_TTY_CHAN=y
CONFIG_IP_NF_MATCH_PKTTYPE=y
CONFIG_PPP_SYNC_TTY=m


[EMAIL PROTECTED] /home/uml
# bin/linux --showconfig | grep -i pty
CONFIG_PTY_CHAN=y
CONFIG_SSL_CHAN="pty"
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to