Geek Style
Stupid question
Following my Solaris experience, I came across this question while installing Postfix package:
Do you want to install these as setuid/setgid files [y,n,?,q] y ERROR: Please enter yes or no.
Very stupid. It asked to enter “y” or “n” or “?” or “q” as answer. But it is expecting “yes” or “no” in fact. What kind of question is it???
7 Responses to Stupid question
Archives
- July 2011
- December 2010
- September 2010
- May 2009
- April 2009
- February 2009
- September 2008
- April 2008
- February 2008
- January 2008
- November 2007
- October 2007
- August 2007
- July 2007
- May 2007
- February 2007
- December 2006
- October 2006
- September 2006
- April 2006
- March 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- January 2005
- December 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
- February 2003




it is kind of Sun question!!!
dear babak , “ERROR” means Error ! if you enter y or Y or even yes it suppose you say yes , so if you see an Error , there is a problem in your “input” , it’s not stupid , what is your shell ? is there any installed keyboard layout ? …however, in Solaris when you asked to enter y or n ,”y”,”Y”,”yes”,”n”,”N”,”no” are valid inputs , take a look at sunos 2.9 reference
by the way , if you are intrested in windows programming take a look at my article about longhorn and its architecture,you can write your comment[s] there or here
link : http://www.barnamenevis.org/forum/viewtopic.php?t=8756
by the way , if you are intrested in windows programming take a look at my article about longhorn and its architecture,you can write your comment[s] there or here
link : http://www.barnamenevis.org/forum/viewtopic.php?t=8756
Inpy, look at the question. And my answer. The question is to input y or n. (the script supposed to check against Y|y|N|n). So my answer which was “y” seems to be valid. but it returned error, and unless I entered “yes” strictly.
I believe this is very stupid. If it was expecting “yes” or “no”, it might ask it in the question. Got the point?
look at sun reference , they say y,Y,n,N,yes and no , All are valid and the error msg ( ERROR : please enter yes or no ) is shown when the entered value is out of this array , i personally enter “y” always and there is no problem, so i think its ‘cuz of an input error not stupidity
i think “the error reposting message” is a little bit stupid