search for: ttyn

Displaying 5 results from an estimated 5 matches for "ttyn".

Did you mean: tty
2001 Oct 25
6
Regarding PAM_TTY_KLUDGE and Solaris 8...
...to be a problem with pam_unix.so - the code in >pam_sm_open_session is written with the assumption that the tty name is of >the form "/dev/" + something else on the end. I'm not sure why the pam_sm_open_session in pam_unix on Solaris now does this: /* report error if ttyn or rhost are not set */ if ((ttyn == NULL) || (rhost == NULL)) return (PAM_SESSION_ERR); /* sanity check on size of tty line */ if (strlen(ttyn) < sizeof("/dev/")) return (PAM_SESSION_ERR); later on it uses everything after the...
2015 Mar 19
2
pty pairing host - guest
HI!, I am using virt-manager GUI. There I can add a `Console Device` through Add Hardware. I can add a virtio pty WITHOUT restarting the VM. also I get a pty allocated to host machine say `/dev/pty/M` My expectation is this `host:/dev/pty/M` is connected with a `guest:/dev/ttyN`. so If I open minicom or screen and write to `host:/dev/pty/M` it will be propagated to 'guest:/dev/ttyN'. Is my expectation correct ? If it is correct how will I know what is the guest tty allocated against this host pty ? This is what I've tried: dumpxml returns <console type=&...
2015 Mar 27
0
Re: pty pairing host - guest
...UI. There I can add a `Console Device` through > > Add Hardware. I can add a virtio pty WITHOUT restarting the VM. also I > get > > a pty allocated to host machine say `/dev/pty/M` > > > > My expectation is this `host:/dev/pty/M` is connected with a > > `guest:/dev/ttyN`. so If I open minicom or screen and write to > > `host:/dev/pty/M` it will be propagated to 'guest:/dev/ttyN'. Is my > > expectation correct ? > > > > If it is correct how will I know what is the guest tty allocated against > > this host pty ? > > No, th...
2008 Jan 28
6
Xen Virtual Console xvc (Was: Re: Pardon me for possibly dumb question but....)
Thread stealing is not nice, even if the subject is generic. > Related question - what physical device does /dev/xvc0 refer to? What can > I > connect to get to the agetty running on this device? > xvc0 is a xen virtual console and does not correspond directly to a physical device that I am aware of. Yves-Gaël Chény seemed to have answered the second part of the question: >
2006 Apr 09
2
sio+acpi woes on HP DL145 G2
On 4/8/06, Dmitry Morozovsky <marck@rinet.ru> wrote: > On Fri, 7 Apr 2006, Mars G. Miro wrote: > > MGM> Greetz! > MGM> > MGM> I have an HP DL145 that I'm having problems with when connecting via > MGM> serial console. I think it's acpi-related. This is on 6.1-BETA4/amd64 > MGM> (5.X is the same also) > > [snip] > > It seems it's