Searched refs:log_error (Results 1 - 25 of 185) sorted by relevance

12345678

/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dstub.h19 log_error("Command not implemented yet."); return ECMD_FAILED
40 log_error("There's no 'pvdata' command in LVM2.");
41 log_error("Use lvs, pvs, vgs instead; or use vgcfgbackup and read the text file backup.");
42 log_error("Metadata in LVM1 format can still be displayed using LVM1's pvdata command.");
H A Dvgconvert.c43 log_error("Volume group \"%s\" already uses format %s",
50 log_error("Metadata size may not be negative");
71 log_error("Archive of \"%s\" metadata failed.", vg_name);
89 log_error("Logical volume %s lvid format is"
104 log_error("Logical volume %s must be "
133 log_error("Failed to setup physical volume \"%s\"",
136 log_error("Use pvcreate and vgcfgrestore to "
149 log_error("Failed to wipe existing label on %s",
151 log_error("Use pvcreate and vgcfgrestore to repair "
161 log_error("Faile
[all...]
H A Dpvremove.c41 log_error("Physical Volume %s not found", name);
54 log_error("Rescan for PVs without metadata areas "
59 log_error("Failed to read physical volume %s", name);
71 log_error("Can't pvremove physical volume \"%s\" of "
101 log_error("Can't get lock for orphan PVs");
109 log_error("%s: Couldn't find device. Check your filters?",
116 log_error("Can't open %s exclusively - not removing. "
123 log_error("Failed to wipe existing label(s) on %s", pv_name);
144 log_error("Please enter a physical volume path");
149 log_error("Optio
[all...]
H A Dlvrename.c44 log_error("Please use a single volume group name "
53 log_error("Old and new logical volume names required");
58 log_error("Please provide a valid volume group name");
65 log_error("Logical volume names must "
80 log_error("New logical volume path exceeds maximum length "
86 log_error("New logical volume name may not be blank");
96 log_error("New logical volume name \"%s\" is invalid",
102 log_error("Old and new logical volume names must differ");
115 log_error("Existing logical volume \"%s\" not found in "
H A Dvgimport.c29 log_error("Volume group \"%s\" is not exported", vg_name);
34 log_error("Volume group \"%s\" is partially missing", vg_name);
64 log_error("Please supply volume groups or use -a for all.");
69 log_error("No arguments permitted when using -a for all.");
H A Dpvchange.c52 log_error("Failed to get tag");
69 log_error("Unable to find \"%s\" in volume group \"%s\"",
74 log_error("Volume group containing %s does not "
79 log_error("Volume group containing %s has active "
88 log_error("Can't change tag on Physical Volume %s not "
96 log_error("Can't get lock for orphans");
102 log_error("Unable to read PV \"%s\"", pv_name);
110 log_error("Allocatability not supported by orphan "
117 log_error("Physical volume \"%s\" is already "
124 log_error("Physica
[all...]
H A Dlvcreate.c42 log_error("Please specify a logical volume to act as "
50 log_error("The origin name should include the "
66 log_error("Please provide a volume group name");
73 log_error("Volume group name expected "
88 log_error("Inconsistent volume group "
102 log_error("Volume group name %s has invalid characters",
115 log_error("Logical volume name \"%s\" is invalid",
173 log_error("Please express size as %%VG, %%PVS, or "
187 log_error("Please specify either size or extents (not both)");
193 log_error("Negativ
[all...]
H A Dpvresize.c49 log_error("Can't get lock for orphans");
55 log_error("Unable to read PV \"%s\"", pv_name);
69 log_error("Unable to find \"%s\" in volume group \"%s\"",
77 log_error("Can't get info for PV %s in volume group %s",
90 log_error("%s: too many metadata areas for pvresize", pv_name);
95 log_error("Physical volume %s format does not support resizing.",
102 log_error("%s: Couldn't get size.", pv_name);
116 log_error("%s: Size must exceed minimum of %ld sectors.",
122 log_error("%s: Size must exceed physical extent start of "
134 log_error("
[all...]
H A Dvgcfgrestore.c27 log_error("Volume group name \"%s\" is invalid", vg_name);
31 log_error("Please specify a *single* volume group to restore.");
51 log_error("Unable to lock volume group %s", vg_name);
56 log_error("Unable to lock orphans");
69 log_error("Restore failed.");
H A Dlvchange.c30 log_error("Logical volume \"%s\" is already writable",
36 log_error("Logical volume \"%s\" is already read only",
43 log_error("Cannot change permissions of mirror \"%s\" "
63 log_error("Failed to lock %s", lv->name);
75 log_error("Problem reactivating %s", lv->name);
91 log_error("Logical volume, %s, is not active", lv->name);
161 log_error("Unable to resync %s because it is not mirrored.",
167 log_error("Unable to resync pvmove volume %s", lv->name);
172 log_error("Unable to resync locked volume %s", lv->name);
178 log_error("Ca
[all...]
H A Dlvdisplay.c41 log_error("Incompatible options selected");
50 log_error("Incompatible options selected");
55 log_error("Options -v and -c are incompatible");
H A Dvgexport.c29 log_error("Volume group \"%s\" has active logical volumes",
60 log_error("Please supply volume groups or use -a for all.");
65 log_error("No arguments permitted when using -a for all.");
H A Dpvcreate.c37 log_error("--uuid is required with --restorefile");
42 log_error("Can only set uuid on one volume at once");
57 log_error("Unable to read volume group from %s",
62 log_error("Can't find uuid %s in backup file %s",
73 log_error("Physical volume size may not be negative");
100 log_error("Can't get lock for orphan PVs");
H A Dpvmove.c75 log_error("--name takes a logical volume name");
80 log_error("Named LV and old PV must be in the same VG");
86 log_error("Incomplete LV name supplied with --name");
131 log_error("No extents available for allocation");
190 log_error("Creation of temporary pvmove LV failed");
197 log_error("lvs_changed list struct allocation failed");
239 log_error("Logical volume %s not found.", lv_name);
245 log_error("No data to move for %s", vg->name);
251 log_error("Failed to convert pvmove LV to mirrored");
256 log_error("Faile
[all...]
H A Dtoollib.c57 log_error("skip_dev_dir: Couldn't split up device name %s",
66 log_error("vg/lv string alloc failed");
160 log_error("One or more specified logical volume(s) not found.");
208 log_error("Skipping invalid tag %s",
215 log_error("strlist allocation failed");
225 log_error("\"%s\": Invalid path for Logical "
250 log_error("strlist allocation failed");
258 log_error("strlist allocation failed");
266 log_error("vg/lv string alloc failed");
270 log_error("strlis
[all...]
H A Dlvmcmdlib.c57 log_error("Handle initialisation failed.");
67 log_error("Cmdline copy failed.");
73 log_error("Too many arguments. Limit is %d.", MAX_ARGS);
79 log_error("No command supplied");
H A Dvgcfgbackup.c29 log_error("Failed to allocate filename.");
34 log_error("Error processing filename template %s",
40 log_error("VGs must be backed up into different files. "
72 log_error("No backup taken: specify filename with -f "
H A Dvgdisplay.c61 log_error("Incompatible options selected");
70 log_error("Incompatible options selected");
75 log_error("Option -c is not allowed with option -s");
80 log_error("Option -A is not allowed with volume group names");
/netbsd-current/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-exec.c60 log_error("fork failed: %s", strerror(errno));
78 log_error("wait4 child process %u failed: %s", pid,
84 log_error("Child %u exited abnormally", pid);
89 log_error("%s failed: %u", argv[0], WEXITSTATUS(status));
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
H A Dlog.h40 log_error(fmt ": %s", ##__VA_ARGS__, isc_result_totext(result))
42 #define log_error(format, ...) log_write(ISC_LOG_ERROR, format, ##__VA_ARGS__) macro
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dimport_vsn1.c48 log_error("Can't process text format file - %s.", str);
112 log_error("Couldn't find uuid.");
118 log_error("uuid must be a string.");
123 log_error("Invalid uuid.");
136 log_error("Could not find status flags.");
141 log_error("Could not read status flags.");
147 log_error("Could not read flags.");
179 log_error("Empty pv section.");
184 log_error("Couldn't read uuid for physical volume.");
195 log_error("Could
[all...]
/netbsd-current/external/gpl2/lvm2/dist/libdm/mm/
H A Dpool.c69 log_error("You have a memory leak (not released memory pool):");
72 log_error(" [%p] %s (%u bytes)",
76 log_error(" [%p]", p);
/netbsd-current/external/gpl2/lvm2/dist/liblvm/
H A Dlvm_pv.c27 log_error("Internal error converting uuid");
51 log_error("NOT IMPLEMENTED YET");
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmerge.c75 log_error("LV %s invalid: segment %u should begin at "
85 log_error("LV %s: segment %u has inconsistent "
93 log_error("LV %s: segment %u has log LV but "
100 log_error("LV %s: segment %u log LV %s is not "
108 log_error("LV %s: segment %u log LV does not "
118 log_error("LV %s: segment %u mirror image "
127 log_error("LV %s: segment %u has same LV %s for "
136 log_error("LV %s: segment %u has unassigned "
144 log_error("LV %s: segment %u has "
153 log_error("L
[all...]
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dtrace.c139 log_error ("%s(%d): trace_begin called twice",
146 log_error ("WARNING: Overwriting trace file \"%s\"", filename);
152 log_error ("%s(%d): trace_begin: %s: %m",
158 log_error ("Can't set close-on-exec on %s: %m", filename);
168 log_error ("%s(%d): trace_begin write failed: %m", file, line);
171 log_error ("%s(%d): trace_begin: short write (%d:%ld)",
221 log_error ("%s(%d): trace_write_packet with null trace type",
226 log_error ("%s(%d): trace_write_packet with no tracefile.",
245 log_error ("%s(%d): trace_write_packet write failed: %m",
249 log_error ("
[all...]

Completed in 290 milliseconds

12345678