Re: X11 cannot exec UID
Re: X11 cannot exec UID
- Subject: Re: X11 cannot exec UID
- From: John Harper <email@hidden>
- Date: Mon, 28 Jul 2003 10:11:05 -0700
On Monday, July 28, 2003, at 8:38, Sam Parvaneh wrote:
"xterm: Could not exec UID: No such file or directory". After 5
seconds the xterm windows closes.
xterm does this when it's trying to spawn the process to run in the
terminal:
execlp(ptr,
(term->misc.login_shell ? shname_minus : shname),
(void *) 0);
/* Exec failed. */
fprintf(stderr, "%s: Could not exec %s: %s\n", xterm_name,
ptr, strerror(errno));
(void) sleep(5);
exit(ERROR_EXEC);
so for some reason it's trying to run a program called "UID". How are
you starting xterm?
John
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.