Displaying 8 results from an estimated 8 matches for "ctty".
Did you mean:
_tty
2006 Aug 30
2
What method can I use to configure PXE client(msdos) output console from serial port?
Hi,
How are you!
I built a PXE server of MSDOS in Linux server, client can boot from network and login MSDOS, but by default, the output console is VGA,
My target client has not VGA port, it can only output from serial port, so could you help to tell me how to boot a MSDOS client from network and keep the PXE client output console is serial port ?
Below is the PXE configure file?s
2001 Mar 15
1
News from AIX
...ef _AIX
+ /* AIX has a "usrinfo" area where logname and
+ * other stuff is stored - a few applications
+ * actually use this and die if it's not set
+ */
+ {
+ char ui_buf[1000];
+ int ui_len;
+
+ ui_len = sprintf( ui_buf,
+ "LOGNAME=%s%cNAME=%s%cTTY=%s%c%c",
+ pw->pw_name, 0,
+ pw->pw_name, 0,
+ ttyname, 0,0);
+ usrinfo( SETUINFO, ui_buf, ui_len );
+ debug("AIX/UsrInfo: set len %d", ui_len);
+ }
+#endif
/* Permanently switch to the desired uid. */
permanently_set_uid(pw->pw_uid);
---...
2002 Jun 28
3
AIX usrinfo() cleanup.
...not set
*/
void
-aix_usrinfo(struct passwd *pw, char *tty, int ttyfd)
+aix_usrinfo(struct passwd *pw, char *tty)
{
u_int i;
char *cp=NULL;
- if (ttyfd == -1)
- tty[0] = '\0';
cp = xmalloc(22 + strlen(tty) + 2 * strlen(pw->pw_name));
i = sprintf(cp, "LOGNAME=%s%cNAME=%s%cTTY=%s%c%c", pw->pw_name, 0,
pw->pw_name, 0, tty, 0, 0);
Index: openbsd-compat/port-aix.h
===================================================================
RCS file: /var/cvs/openssh/openbsd-compat/port-aix.h,v
retrieving revision 1.4
diff -u -r1.4 port-aix.h
--- openbsd-compat/port-...
2003 Jun 22
16
[Bug 600] compilation of ssh-askpass or ssh-rand-helper fails on NCR MP-RAS v3.02
http://bugzilla.mindrot.org/show_bug.cgi?id=600
Summary: compilation of ssh-askpass or ssh-rand-helper fails on
NCR MP-RAS v3.02
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Build system
2001 Mar 21
1
Tru64 UNIX SIA in 2.5.2p1 is hosed (still)
The recent patch posted by Steve VanDevender <stevev at darkwing.uoregon.edu>
for fixing the session code on Tru64 isn't quite right -- it still fails
in the case of NO tty being allocated.
The problem is that s->tty is a char[TTYSZ] rather than a char *, and
hence can't hold a NULL. Calling sia_ses_init() with the tty being an
empty string doesn't signify no tty, and
2006 May 09
0
MegaTech UPSilon 2000 usage
...of the model which is
UPSilon 2000?
[UPSilon 2000] or [UPSilon]?
Another thing is with serial port devices. In the example you are giving a
name for serial port ttyS1 or something similar (for Linux) and as you
mentioned for FreeBSD we shall use cuaaN device. Well
FreeBSD# ls
acd0 ctty lpt0 stderr ttyv6
acd0t01 cuad0 ??? lpt0.ctl stdin ttyv7
acpi cuad0.init mdctl stdout ttyv8
ad0 cuad0.lock mem sysmouse ttyv9
ad0s1 cuad1??? net tty...
2020 Jul 23
3
samba-tool domain backup offline stalls
On Thu, July 23, 2020 15:56, Andrew Bartlett wrote:
>
> Clearly there is, as otherwise we could not be in waitpid on it.
> The process is not a python process, it will be tdbbackup. The
> command line arguments to that process will be instructive.
Here it is:
root 36800 0.8 0.0 12556 2788 1 SJ 16:49 0:00.01
/usr/local/bin/tdbbackup -s .copy.tdb
2007 Jan 18
2
SSH_ASKPASS behavior change proposal
Hello, OpenSSH Developers!
I'm not a member of the OpenSSH development team or a member of this
mailing list. I have a small change to propose for OpenSSH and since
the mailing list page at openssh.com indicated the general discussion
list is for support, I thought this list would be a better place to
discuss this. Please forgive me if I've committed a faux pas.
I propose that the