Searched defs:error (Results 1 - 2 of 2) sorted by relevance

/lxc/hooks/
H A Dubuntu-cloud-prep18 error() { echo "$@" 1>&2; } function
19 debug() { [ "$VERBOSITY" -ge "$1" ] || return 0; shift; error "$@"; }
20 fail() { [ $# -eq 0 ] || error "$@"; exit 1; }
49 { error "Unexpected error reading usage"; return 1; }
67 { error "--auth-key: '$next' not a file"; return 1; }
71 { error "--vendordata: '$next' not a file"; return 1; }
75 { error "--userdata: '$next' not a file"; return 1; }
85 error "expected 1 arguments, got ($_LXC_HOOK) $#: $*";
95 error "
[all...]
H A Dunmount-namespace.c122 int error = errno; local
124 errno = error;
170 fprintf(stderr, "%s: usage error, expected LXC hook arguments\n", argv[0]);
231 int error = errno; local
234 argv[0], mounts[zi].dst, strerror(error));

Completed in 36 milliseconds