>>>>> "DL" == Daniel Lezcano <[email protected]> writes:

    DL> Sorry for the dumb question but are you sure the 'setpriority'
    DL> call is done when the login succeed ?

Yes.  To be very sure, I tried the following program:

  #include <sys/resource.h>

  int main(void)
  {
    return setpriority(PRIO_PROCESS, 0, 0);
  }

When run as root, it returns -1 in a "bad" container and 0 in a "good"
container.

So the problem is completely isolated now.  The question is why some
containers are "good" and other ones are "bad" (note that even the same
container may turn into the other state after restart).



------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Lxc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to