Lines Matching defs:TSTERR
38 #define TSTERR(fmt, ...) do { \
60 TSTERR("container %s couldn't instantiate", name);
64 TSTERR("container %s does not exist", name);
70 TSTERR("lxc_cmd_get_cgroup_path returned NULL");
74 TSTERR("lxc_cmd_get_cgroup_path %s not in %s", relpath, cgrelpath);
82 TSTERR("lxc_cgroup_get failed");
89 TSTERR("lxc_cgroup_set failed %d %d", ret, errno);
95 TSTERR("lxc_cgroup_get failed");
99 TSTERR("lxc_cgroup_set_bypath failed to set value >%s<", value);
107 TSTERR("lxc_cgroup_set failed");
131 TSTERR("failed to mkdir %s %s", lxcpath, strerror(errno));
138 TSTERR("instantiating container %s", name);
148 TSTERR("creating container %s", name);
154 TSTERR("starting container %s", name);
176 TSTERR("requires privilege");