search for: vsherror

Displaying 2 results from an estimated 2 matches for "vsherror".

2013 Dec 02
1
virsh detach typo
[root at vmhost vms]# virsh detach-disk puppet vdb error: No found disk whose source path or target is vdb [root at vmhost vms]# virsh --version 0.10.2 [root at vmhost vms]# This probably was solved already but if not, "No found disk" probably sounds better if it was "No disk found"
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...gnostics +# that are not yet marked for translation, but that need to be rewritten +# so that they are translatable. +# msg_gen_function += error +# msg_gen_function += fprintf +# msg_gen_function += testError +# msg_gen_function += virXenError +# msg_gen_function += vshPrint +# msg_gen_function += vshError + +func_or := $(shell printf '$(msg_gen_function)'|tr -s '[[:space:]]' '|') +func_re := ($(func_or)) + +# Look for diagnostics that aren't marked for translation. +# This won't find any for which error's format string is on a separate line. +# The sed filters eli...