Lines Matching refs:jail_warnx
204 jail_warnx(j, "%s: timed out", j->comline); in finish_command()
211 jail_warnx(j, "%s: exited on signal %d", in finish_command()
214 jail_warnx(j, "%s: failed", j->comline); in finish_command()
317 jail_warnx(j, "jail_remove: %s", in run_command()
474 jail_warnx(j, "%s: %s: fstab parse error", in run_command()
483 jail_warnx(j, "%s: %s: missing information", in run_command()
515 jail_warnx(j, "mount.devfs: no jail root path defined"); in run_command()
546 jail_warnx(j, "mount.fdescfs: no jail root path defined"); in run_command()
572 jail_warnx(j, "mount.procfs: no jail root path defined"); in run_command()
666 jail_warnx(j, "open %s: %s", conslog, strerror(errno)); in run_command()
713 jail_warnx(j, "chdir %s: %s", path, strerror(errno)); in run_command()
718 jail_warnx(j, "setfib: %s", strerror(errno)); in run_command()
735 jail_warnx(j, "jail_attach: %s", strerror(errno)); in run_command()
751 jail_warnx(j, "setgid %d: %s", pwd->pw_gid, in run_command()
758 jail_warnx(j, "setusercontext %s: %s", pwd->pw_name, in run_command()
768 jail_warnx(j, "chdir %s: %s", in run_command()
776 jail_warnx(j, "exec.consolelog: %s", strerror(errno)); in run_command()
781 jail_warnx(j, "exec %s: %s", argv[0], strerror(errno)); in run_command()
932 jail_warnx(j, "getpwnam%s%s: %s", username ? " " : "", in get_user_info()
935 jail_warnx(j, "%s: no such user", username); in get_user_info()
937 jail_warnx(j, "unknown uid %d", getuid()); in get_user_info()
942 jail_warnx(j, "getpwclass %s: %s", pwd->pw_name, in get_user_info()
948 jail_warnx(j, "initgroups %s: %s", pwd->pw_name, in get_user_info()
970 jail_warnx(j, "%s: %s: not an absolute pathname", in check_path()
992 jail_warnx(j, "%s: %s: %s", pname, tpath, in check_path()
997 jail_warnx(j, "%s: %s is a symbolic link", in check_path()
1007 jail_warnx(j, "%s: %s: %s", pname, path, in check_path()
1012 jail_warnx(j, "%s: %s: %s", pname, stfs.f_mntonname, in check_path()
1017 jail_warnx(j, "%s: %s: not a mount point", in check_path()
1022 jail_warnx(j, "%s: %s: not a %s mount", in check_path()