Displaying 4 results from an estimated 4 matches for "pts000".
Did you mean:
pt1000
1999 Jun 08
0
Help! Passwd debug - what is this?
...e: tnichols
[1999/06/08 13:13:35, 7] passdb/smbpass.c:endsmbfilepwent(81)
endsmbfilepwent: closed password file.
[1999/06/08 13:13:35, 3] smbd/chgpasswd.c:chgpasswd(387)
Password change for user: tnichols
[1999/06/08 13:13:35, 10] smbd/chgpasswd.c:findpty(78)
findpty: Allocated slave pty /dev/pts000
[1999/06/08 13:13:35, 3] smbd/chgpasswd.c:chat_with_program(362)
Dochild for user tnichols (uid=0,gid=0)
[1999/06/08 13:13:35, 10] smbd/chgpasswd.c:dochild(190)
Invoking '/opt/K/SCO/Unix/5.0.4Eb/bin/passwd tnichols' as password change
program.
[1999/06/08 13:13:35, 100] smbd/chgpasswd....
1999 Jul 09
0
Unix Password Sync Woes
...when I try to get the passwd sync feature
working, this is what my log file says:- (the user name is tnichols)-
[1999/07/09 12:32:17, 3] smbd/chgpasswd.c:chgpasswd(387)
Password change for user: tnichols
[1999/07/09 12:32:17, 10] smbd/chgpasswd.c:findpty(78)
findpty: Allocated slave pty /dev/pts000
[1999/07/09 12:32:17, 3] smbd/chgpasswd.c:chat_with_program(362)
Dochild for user tnichols (uid=0,gid=0)
[1999/07/09 12:32:17, 10] smbd/chgpasswd.c:dochild(190)
Invoking '/opt/K/SCO/Unix/5.0.4Eb/bin/passwd tnichols' as password change
program.
[1999/07/09 12:32:18, 100] smbd/chgpasswd....
2000 Jun 15
1
SCO OpenServer 5.0.5, issues with MAXPATHLEN and tty devices
...is defined, code in pty.c (function pty_alloc) is
used that seems to be designed for Solaris 2.X. The header above the
code is
/*
* This code is used e.g. on Solaris 2.x. (Note that Solaris 2.3
* also has bsd-style ptys, but they simply do not work.)
*/
It tries to use device names like /dev/pts000 and the code in
pty_make_controlling_tty to fail. Specifically this code fails:
/* Verify that we now have a controlling tty. */
fd = open("/dev/tty", O_WRONLY);
if (fd < 0)
error("open /dev/tty failed - could not set controlling tty: %.100s",
strerror(errno));
else {...
2000 May 19
2
Solved: on Solaris, "couldn't wait for child '...' completion: No child processes"
> John Horne [SMTP:J.Horne at plymouth.ac.uk] wrote:
>
> Emanuel Borsboom <emanuel at heatdeath.org> wrote:
>> Trying to install the portable OpenSSH on Solaris 2.6. Compiling from
>> openssh-2.1.0.tar.gz using gcc. Compiles and installs fine. sshd
>> starts fine. First connection from another system works. Child sshd is
>> forked, but the parent dies