Re: bug of misc/screen and fifos or ours?
From: Poul-Henning Kamp (phk_at_phk.freebsd.dk)
Date: 11/18/04
- Previous message: Giorgos Keramidas: "bug of misc/screen and fifos or ours?"
- In reply to: Giorgos Keramidas: "bug of misc/screen and fifos or ours?"
- Next in thread: Giorgos Keramidas: "Re: bug of misc/screen and fifos or ours?"
- Reply: Giorgos Keramidas: "Re: bug of misc/screen and fifos or ours?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Giorgos Keramidas <keramida@freebsd.org> Date: Thu, 18 Nov 2004 17:47:01 +0100
In message <20041118164356.GA46185@orion.daedalusnetworks.priv>, Giorgos Kerami
das writes:
> BLOCK fcntl
>
>This is apparently the result of the following code from screen/socket.c:
>
> 793 #ifdef NAMEDPIPE
> 794 debug("Ha, there was someone knocking on my fifo??\n");
> 795 if (fcntl(ServerSocket, F_SETFL, 0) == -1)
> 796 Panic(errno, "BLOCK fcntl");
> 797 #else
>
>At line 795, screen attempts to set blocking mode on a FIFO and fails.
Can you get me the exact errno value ?
-- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Giorgos Keramidas: "bug of misc/screen and fifos or ours?"
- In reply to: Giorgos Keramidas: "bug of misc/screen and fifos or ours?"
- Next in thread: Giorgos Keramidas: "Re: bug of misc/screen and fifos or ours?"
- Reply: Giorgos Keramidas: "Re: bug of misc/screen and fifos or ours?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]