Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Oct 1995 13:07:20 -0600
From:      Warner Losh <imp@village.org>
To:        stu@cisco.com (Stu Phillips)
Cc:        Paul Traina <pst@cisco.com>, hackers@FreeBSD.ORG
Subject:   Re: FleeBSD and XNTPD 
Message-ID:  <199510091907.NAA11317@rover.village.org>
In-Reply-To: Your message of Mon, 09 Oct 1995 11:48:23 PDT

next in thread | raw e-mail | index | archive | help
:         if (ioctl(rio->fd, TIOCSPGRP, (char*)&pgrp) == -1) {
:                 syslog(LOG_ERR, "ioctl(TIOCSPGRP) fails for clock I/O: %m");
:                 return 1;
:         }

This appears to be what is failing.  TIA doesn't do that, except on
the pseudo terminals that it uses.

You are trying to set the process group of the terminal.  This has
nothing to do with async I/O.  The F_SETOWN does, however.  I'm
surprised that that didn't work.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510091907.NAA11317>