Your message dated Sun, 23 Aug 2009 09:40:58 -0500 with message-id <[email protected]> has caused the report #515710, regarding policycoreutils: The error message on forkpty() failure is not clear or useful. to be marked as having been forwarded to the upstream software author(s) [email protected]
(NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 515710: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515710 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Hi, This has been reported against the Debian BTS. The current error message when forkpty() fails is not clear or useful. (Arguably, the erro message in the child branch cold also be improved) The following patch makes indicate what went wrong. Probably something better than this could be devised, but this is still a lot better than the current code. --- open_init_pty.c.bak 2009-02-16 21:47:28.000000000 +1100 +++ open_init_pty.c 2009-02-16 21:48:06.000000000 +1100 @@ -153,7 +153,7 @@ } if (child_pid < 0) { - perror("Fork:"); + perror("forkpty():"); fflush(stdout); fflush(stderr); exit(EX_OSERR); manoj http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515710 -- Manoj Srivastava <[email protected]> <http://www.golden-gryphon.com/> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--- End Message ---

