Recent content by padmapriya

  1. P

    What is cause of Lion / Mt. Lion error:

    What is cause of Lion / Mt. Lion error: "This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported." we have a workaround for hiding this error as such if we invoke the compiler via sudo once.. but i wanted to know...
  2. P

    select error 22

    I am using Mac OS X 10.6(snow leopard) but tried with 10.7(Mac Lion) as well. i wanna know when do we get this select error 22. Note: I am not getting "Invalid Argument" error. it just tells "select error 22, nrdy:-1" after my FD limit reaches 1024. Is there any thing to do with CFLAGS?.
  3. P

    select error 22

    In my application i am trying to use 4000 file Descriptors. so i have increased the FD limit from 256 to 10000. but i am getting "select error 22, nrdy:-1" error. and this is seen only with the 64 bit Mac os X. can any one help me to fix this.
  4. P

    Mac OS X ,select error 22, 22 nrdy:-1

    Hi I have set the FD limit to 10000 (using ulimit -n) in mac OS X (10.6 and 10.7) and when i try to run the server i am getting the below error "select error 22, 22 nrdy:-1" once after it reaches the FD limit 1024 also this error is seen only with 64 bit. can anyone tell me the reason...
Back
Top