Home | History | Annotate | Download | only in sandbox

Lines Matching refs:stderr

71 		fprintf(stderr, _("Failed to drop all capabilities\n"));
83 fprintf(stderr, _("Failed to drop privileges\n"));
105 fprintf(stderr, "Unable to obtain empty signal set\n");
172 fprintf(stderr, _("Error: %s must not be a symbolic link\n"), file);
176 fprintf(stderr, _("Error: %s not owned by UID %d\n"), file, uid);
184 fprintf(stderr, _("Error: %s must not be a symbolic link\n"), file);
188 fprintf(stderr, _("Error: %s not owned by GID %d\n"), file, gid);
210 fprintf(stderr, _("Failed to stat %s: %s\n"), dir, strerror(errno));
214 fprintf(stderr, _("Error: %s is not a directory: %s\n"), dir, strerror(errno));
218 fprintf(stderr, _("Error: %s was replaced by a different directory\n"), dir);
270 fprintf(stderr, _("Failed to mount %s on %s: %s\n"), src, dst, strerror(errno));
283 fprintf(stderr, _("Failed to mount /tmp on /var/tmp: %s\n"), strerror(errno));
326 fprintf(stderr, "Out of memory\n");
344 fprintf(stderr, "Out of memory\n");
349 fprintf(stderr, "Out of memory\n");
360 fprintf(stderr, "Out of memory\n");
390 fprintf(stderr, _("Out of memory\n"));
395 fprintf(stderr, _("Failed to copy files from the runtime temporary directory\n"));
403 fprintf(stderr, _("Out of memory\n"));
418 fprintf(stderr, _("Failed to remove directory %s: %s\n"), tmpdir, strerror(errno));
420 fprintf(stderr, _("unable to switch back to user after clearing tmp dir\n"));
448 fprintf(stderr, _("Failed to open directory %s: %s\n"), src, strerror(errno));
452 fprintf(stderr, _("Failed to stat directory %s: %s\n"), src, strerror(errno));
456 fprintf(stderr, _("Error: %s was replaced by a different directory\n"), src);
460 fprintf(stderr, _("Failed to get context of the directory %s: %s\n"), src, strerror(errno));
470 fprintf(stderr, _("Out of memory\n"));
475 fprintf(stderr, _("Failed to create temporary directory: %s\n"), strerror(errno));
492 fprintf(stderr, _("Failed to open directory %s: %s\n"), tmpdir, strerror(errno));
496 fprintf(stderr, _("Failed to stat directory %s: %s\n"), tmpdir, strerror(errno));
500 fprintf(stderr, _("Error: %s was replaced by a different directory\n"), tmpdir);
504 fprintf(stderr, _("Unable to change mode on %s: %s\n"), tmpdir, strerror(errno));
509 fprintf(stderr, _("Failed to stat directory %s: %s\n"), tmpdir, strerror(errno));
516 fprintf(stderr, _("Failed to set context of the directory %s: %s\n"), tmpdir, strerror(errno));
533 fprintf(stderr, _("Failed to populate runtime temporary directory\n"));
645 fprintf(stderr, _("Must not be root"));
663 fprintf(stderr, _("Error: User shell is not valid\n"));
692 fprintf(stderr, "%s\n", USAGE_STRING);
698 fprintf(stderr, _("Error: tmpdir and/or homedir required\n %s\n"), USAGE_STRING);
703 fprintf(stderr, _("Error: executable required\n %s\n"), USAGE_STRING);
708 fprintf(stderr
720 fprintf(stderr, _("Error: unable to setfsuid %m\n"));
737 fprintf(stderr, _("Failed to create runtime temporary directory\n"));
825 fprintf(stderr, _("Failed to construct environment\n"));
842 fprintf(stderr, _("Could not set exec context to %s. %s\n"), execcon, strerror(errno));
849 fprintf(stderr, _("Failed to execute command %s: %s\n"), argv[optind], strerror(errno));