Hi guys?? We meet a situation:
When we use cgexec command to move task, the command stall. It seems the connect() stall in cgroup_register_unchanged_process(): int cgroup_register_unchanged_process(pid_t pid, int flags) { ... if (connect(sk, (struct sockaddr *)&addr, sizeof(addr.sun_family) + strlen(CGRULE_CGRED_SOCKET_PATH)) < 0) { /* If the daemon does not work, this function returns 0 * as success. */ ret = 0; goto close; } ... } Do you met the similar problem?? ------------------------------------------------------------------------------ _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel