Lines Matching refs:gettext
36 #define FILE_MISS gettext("file not found: %s\n")
38 #define ARCH_EXEC_MISS gettext("archive creation file not found: %s: %s\n")
40 #define PATH_EXEC_OWNER gettext("%s is not owned by %d, skipping\n")
42 #define PATH_EXEC_LINK gettext("%s is not a regular file, skipping\n")
44 #define PATH_EXEC_PERMS gettext("%s is others or group writable, skipping\n")
46 #define UPDATE_CACHE_OLD gettext("archive cache is out of sync. Rebuilding.\n")
48 #define MUST_BE_ROOT gettext("you must be root to run this command\n")
51 gettext("%s: not a boot archive based Solaris instance\n")
53 #define MULT_CMDS gettext("multiple commands specified: -%c\n")
55 #define INVALID_SUBCMD gettext("invalid sub-command specified: %s\n")
57 #define NEED_SUBCMD gettext("this command requires a sub-command\n")
59 #define NEED_CMD gettext("a command option must be specified\n")
61 #define DUP_OPT gettext("duplicate options specified: -%c\n")
63 #define BAD_OPT gettext("invalid option or missing option argument: -%c\n")
65 #define NO_OPT_REQ gettext("this sub-command (%s) does not take options\n")
67 #define MISS_OPT gettext("an option is required for this sub-command: %s\n")
69 #define ABS_PATH_REQ gettext("path is not absolute: %s\n")
72 gettext("unable to create path on mountpoint %s, path too long\n")
74 #define TOO_LONG gettext("the following line is too long (> %d chars)\n\t%s\n")
77 gettext("not a GRUB 0.97 based Illumos instance. Operation not supported\n")
79 #define NOT_GRUB_ROOT gettext("missing /boot/grub on root: %s\n")
82 gettext("an alternate root (%s) cannot be used with this sub-command\n")
84 #define NO_ENTRY gettext("no %s entry found\n")
86 #define NO_MATCH_ENTRY gettext("no matching entry found\n")
88 #define NO_BOOTADM_MATCH gettext("no matching bootadm entry found\n")
90 #define NO_MEM gettext("could not allocate memory: size = %u\n")
92 #define NO_SPARC gettext("%s operation unsupported on SPARC machines\n")
94 #define CANNOT_LOCATE_GRUB_MENU gettext("cannot find GRUB menu\n")
96 #define CANNOT_LOCATE_GRUB_MENU_FILE gettext("cannot find GRUB menu file: %s\n")
98 #define GRUB_MENU_PATH gettext("the location for the active GRUB menu is: %s\n")
100 #define STUBBOOT_DIR_NOT_FOUND gettext("cannot find stubboot directory\n")
102 #define NO_CMD gettext("no command at line %d\n")
105 gettext("duplicate command %s at line %d of %sboot/grub/menu.lst\n")
107 #define NO_MENU gettext("menu file not found: %s\n")
109 #define GLOBAL_CMD gettext("%s %s\n")
111 #define INVALID_ENTRY gettext("invalid boot entry number: %s\n")
113 #define INVALID_OPTION gettext("invalid option: %s\n")
115 #define SUBOPT_MISS gettext("missing suboption: %s\n")
117 #define NO_KERNEL gettext("no kernel line found in entry %d\n")
119 #define EMPTY_MENU gettext("the GRUB menu is empty\n")
121 #define UNLINK_EMPTY gettext("file is empty, deleting file: %s\n")
123 #define UNLINK_FAIL gettext("failed to unlink file: %s: %s\n")
125 #define NO_MATCH gettext("no matching entry found: %s\n")
127 #define INVALID_OPT gettext("invalid option: %s\n")
129 #define FAILED_SIG gettext("cannot set SIGCHLD disposition: %s\n")
131 #define CANT_UNBLOCK_SIGCHLD gettext("cannot unblock SIGCHLD: %s\n")
134 gettext("WARNING: file %s is neither a 32-bit nor a 64-bit ELF\n")
136 #define BLOCKED_SIG gettext("SIGCHLD signal blocked. Cannot exec: %s\n")
138 #define POPEN_FAIL gettext("popen failed: %s\n")
140 #define PCLOSE_FAIL gettext("pclose failed: %s\n")
142 #define EXEC_FAIL gettext("command terminated abnormally: %s: %d\n")
144 #define OPEN_FAIL gettext("failed to open file: %s: %s\n")
146 #define LOCK_FAIL gettext("failed to lock file: %s: %s\n")
148 #define UNLOCK_FAIL gettext("failed to unlock file: %s: %s\n")
150 #define TIMESTAMP_FAIL gettext("failed to update the timestamp file, next\
153 #define MMAP_FAIL gettext("failed to mmap file: %s: %s\n")
155 #define FILE_LOCKED gettext("another instance of bootadm (pid %u) is running\n")
157 #define NO_FLIST gettext("archive filelist is empty\n")
159 #define CLOSE_FAIL gettext("failed to close file: %s: %s\n")
161 #define RENAME_FAIL gettext("rename to file failed: %s: %s\n")
163 #define NOT_IN_MNTTAB gettext("alternate root %s not in mnttab\n")
165 #define CANT_RESOLVE gettext("cannot resolve path %s: %s\n")
167 #define ROOT_ABS gettext("this sub-command doesn't take root arguments: %s\n")
169 #define ARCHIVE_FAIL gettext("boot-archive creation FAILED, command: '%s'\n")
172 gettext("Command '%s' failed while generating multisession archive\n")
174 #define INFILE_FAIL gettext("unable to read from %s: %s\n")
176 #define ARCHIVE_BAD gettext("archive file %s not generated correctly\n")
179 gettext("Failed to gather cache files, archives generation aborted\n")
181 #define BOOTBLK_FAIL gettext("unable to access bootblk file : %s\n")
183 #define WRITE_FAIL gettext("write to file failed: %s: %s\n")
185 #define GZ_WRITE_FAIL gettext("failed to write to %s\n")
187 #define STAT_FAIL gettext("stat of file failed: %s: %s\n")
189 #define PACK_FAIL gettext("failed to pack stat data: %s\n")
191 #define NVALLOC_FAIL gettext("failed to create stat data: %s\n")
193 #define NVADD_FAIL gettext("failed to update stat data for: %s: %s\n")
196 gettext("create_diskmap command failed for OS root: %s.\n")
199 gettext("not using biosdev command for disk: %s.\n")
202 gettext("the check option is not supported with subcmd: %s\n")
204 #define PARSEABLE_NEW_FILE gettext(" new %s\n")
206 #define PARSEABLE_OUT_DATE gettext(" changed %s\n")
208 #define PARSEABLE_STALE_FILE gettext(" stale %s\n")
210 #define UPDATE_FORCE gettext("forced update of archive requested\n")
212 #define NO_NEW_STAT gettext("cannot create new stat data\n")
214 #define UPDATE_ARCH_MISS gettext("archive not found: %s\n")
216 #define UPDATE_CDIR_MISS gettext("archive cache directory not found: %s\n")
219 gettext("archive %s is bigger than %d bytes and will be rebuilt\n")
221 #define READ_FAIL gettext("read failed for file: %s: %s\n")
223 #define UNPACK_FAIL gettext("failed to unpack stat data: %s: %s\n")
225 #define NFTW_FAIL gettext("cannot find: %s: %s\n")
227 #define SIGN_FAIL gettext("iso descriptor signature for %s is invalid\n")
229 #define STATVFS_FAIL gettext("statvfs failed for %s: %s\n")
231 #define IS_RAMDISK gettext("%s is on a ramdisk device\n")
233 #define PRINT gettext("%s\n")
235 #define PRINT_TITLE gettext("%d %s\n")
237 #define INT_ERROR gettext("Internal error: %s\n")
240 gettext("getpwnam: uid for %s failed, defaulting to %d\n")
243 gettext("getgrnam: gid for %s failed, defaulting to %d\n")
245 #define CHMOD_FAIL gettext("chmod operation on %s failed - %s\n")
247 #define CHOWN_FAIL gettext("chgrp operation on %s failed - %s\n")
249 #define MISSING_SLICE_FILE gettext("GRUB slice file %s missing: %s\n")
251 #define MKDIR_FAILED gettext("mkdir of %s failed: %s\n")
253 #define MOUNT_FAILED gettext("mount of %s (fstype %s) failed\n")
255 #define MOUNT_MNTPT_FAILED gettext("mount at %s failed\n")
257 #define UMOUNT_FAILED gettext("umount of %s failed\n")
259 #define CANNOT_RESTORE_GRUB_SLICE gettext("cannot restore GRUB slice\n")
261 #define RESTORE_GRUB_FAILED gettext("cannot restore GRUB loader\n")
263 #define MISSING_BACKUP_MENU gettext("no backup menu %s: %s\n")
265 #define RESTORE_MENU_FAILED gettext("cannot restore menu %s\n")
267 #define MISSING_ROOT_FILE gettext("file missing: %s: %s\n")
269 #define BAD_ROOT_FILE gettext("file is invalid: %s\n")
271 #define TRAILING_ARGS gettext("invalid trailing arguments\n")
274 gettext("No GRUB installation found. Restoring GRUB from backup\n")
277 gettext("Cannot update menu. Cannot reboot with requested arguments\n")
280 gettext("Deferred FDISK update file(s) found: %s, %s. Not supported.\n")
282 #define UNKNOWN_KERNEL gettext("unable to expand %s to a full file path.\n")
285 gettext("Rebooting with default kernel and options.\n")
288 gettext("bootadm set-menu %s may only be run on directboot kernels.\n")
290 #define DEFAULT_NOT_BAM gettext( \
294 gettext("unable to find default boot entry (%d) in menu.lst file.\n")
297 gettext("kernel command on line %d not recognized.\n")
300 gettext("module command on line %d not recognized.\n")
303 gettext("findroot in default boot entry (%d) missing.\n")
306 gettext("kernel$ in default boot entry (%d) missing.\n")
309 gettext("kernel$ in default boot entry (%d) missing or not parseable.\n")
312 gettext("module$ in default boot entry (%d) missing or not parseable.\n")
314 #define NOT_ELF_FILE gettext("%s is not an ELF file.\n")
316 #define WRONG_ELF_CLASS gettext("%s is wrong ELF class 0x%x\n")
319 gettext("bootadm -m upgrade run, but the failsafe archives have not been\n\
323 gettext("invalid platform %s - must be one of sun4u, sun4v or i86pc\n")
325 #define FDISKPART_FAIL gettext("failed to determine fdisk partition: %s\n")
327 #define INVALID_MHASH_KEY gettext("invalid key for mnttab hash: %s\n")
329 #define INVALID_UFS_SIGNATURE gettext("invalid UFS boot signature: %s\n")
332 gettext("failed to write signature %s to signature list: %s\n")
334 #define SIGNATURE_LIST_EXISTS gettext(" - signature list %s exists\n")
336 #define OPENDIR_FAILED gettext("opendir of %s failed: %s\n")
338 #define GRUBSIGN_SORT_FAILED gettext("error sorting GRUB UFS boot signatures\n")
340 #define SEARCHING_UFS_SIGN gettext(" - searching for UFS boot signatures\n")
342 #define ERR_FIND_UFS_SIGN gettext("search for UFS boot signatures failed\n")
344 #define UFS_SIGNATURE_LIST_MISS gettext("missing UFS signature list file: %s\n")
347 gettext("error opening UFS boot signature list file %s: %s\n")
349 #define UFS_BADSIGN gettext("bad UFS boot signature: %s\n")
352 gettext("error opening boot signature backup file %s: %s\n")
355 gettext("error writing boot signature backup file %s: %s\n")
358 gettext("updated boot signature backup file %s\n")
361 gettext("error creating primary boot signature %s: %s\n")
364 gettext("error syncing primary boot signature %s: %s\n")
367 gettext("created primary GRUB boot signature: %s\n")
370 gettext("failed to create GRUB boot signature for device: %s\n")
373 gettext("failed to write GRUB boot signature for device: %s\n")
375 #define GRUBSIGN_UFS_NONE gettext(" - no existing UFS boot signatures\n")
377 #define GRUBSIGN_NOTSUP gettext("boot signature not supported for fstype: %s\n")
380 gettext("error creating boot signature directory %s: %s\n")
382 #define NOT_UFS_SLICE gettext("%s is not a ufs slice: %s\n")
384 #define FSTYP_FAILED gettext("fstyp failed for slice: %s\n")
386 #define FSTYP_BAD gettext("bad output from fstyp for slice: %s\n")
388 #define ZFS_MOUNT_FAILED gettext("mount of ZFS pool %s failed\n")
391 gettext("failed to determine mount point of ZFS pool %s\n")
393 #define NULL_ZFS_MNTPT gettext("ZFS pool %s has no mount-point\n")
395 #define BAD_ZFS_MNTPT gettext("ZFS pool %s has bad mount-point %s\n")
397 #define NULL_ZFS_MNTPT gettext("ZFS pool %s has no mount-point\n")
399 #define BAD_ZFS_MNTED gettext("ZFS pool %s has bad mount status\n")
402 gettext("failed to determine mount status of ZFS pool %s\n")
405 gettext("Internal error: bad saved mount state for pool %s\n")
407 #define FSTYP_A_FAILED gettext("fstyp -a on device %s failed\n")
409 #define NULL_FSTYP_A gettext("NULL fstyp -a output for device %s\n")
411 #define BAD_FSTYP_A gettext("bad fstyp -a output for device %s\n")
413 #define INVALID_UFS_SIGN gettext("invalid UFS boot signature %s\n")
415 #define CANT_FIND_SPECIAL gettext("cant find special file for mount-point %s\n")
417 #define CANT_FIND_POOL gettext("cant find pool for mount-point %s\n")
419 #define NULL_FINDROOT gettext("can't find argument for findroot command\n")
421 #define INVALID_DEV_DSK gettext("not a /dev/[r]dsk name: %s\n")
423 #define CVT_FINDROOT gettext("converting entries to findroot...\n")
425 #define CVT_HV gettext("adding xVM entries...\n")
427 #define CVT_DBOOT gettext("converting entries to dboot...\n")
430 gettext("automated downgrade of GRUB menu to older version not supported.\n")
432 #define CANT_FIND_GRUBSIGN gettext("cannot find GRUB signature for %s\n")
435 gettext("one or more GRUB menu entries were not automatically upgraded\n\
439 gettext("error upgrading GRUB menu entries on %s. Aborting.\n\
443 gettext("default entry already setup for use with the hypervisor!\n")
446 gettext("error converting GRUB menu entry on %s for use with the hypervisor.\n\
450 gettext("default entry already setup for use with a metal kernel!\n")
453 gettext("error converting GRUB menu entry on %s for use with a metal kernel.\n\
457 gettext("bootadm(1M) will only upgrade GRUB menu entries added by \n\
462 gettext("found mismatched boot signature %s for filesystem type: %s.\n")
465 gettext("failed to determine filesystem type for \"/\". Reboot with \n\
469 gettext("failed to find device special file for \"/\". Reboot with \n\
473 gettext("failed to find boot signature. Reboot with arguments failed.\n")
476 gettext("the root filesystem is not a dboot Solaris instance. \n\
480 gettext("cannot determine filesystem type for \"/\".\n\
484 gettext("cannot determine device special file for \"/\".\n\
488 gettext("cannot determine boot signature for \"/\".\n\
492 gettext("unsupported GRUB slice file (%s) exists - ignoring.\n")
495 gettext("found or created GRUB signature %s for %s\n")
497 #define GET_FSTYPE_ARGS gettext("no OS mountpoint. Cannot determine fstype\n")
500 gettext("failed to find OS mountpoint %s in %s\n")
502 #define MNTTAB_FSTYPE_NULL gettext("NULL fstype found for OS root %s\n")
504 #define MISSING_ARG gettext("missing argument for sub-command\n")
506 #define INVALID_BINARY gettext("invalid or corrupted binary: %s\n")
508 #define PCFS_ROOT_NOTSUP gettext("root <%s> on PCFS is not supported\n")
510 #define NO_O_OSROOT gettext("OS root not specified with -o option: %s\n")
513 gettext("%s filesystem is read-only, skipping archives update\n")
515 #define RDONLY_TEST_ERROR gettext("error during read-only test on %s: %s\n")
518 gettext("cannot get (hd?,?,?) for menu. menu not on bootdisk: %s\n")
521 gettext("cannot determine BIOS disk ID 'hd?' for disk: %s\n")
523 #define CACHE_MNTTAB_FAIL gettext("%s: failed to cache /etc/mnttab\n")
525 #define FAILED_ADD_SIGNLIST gettext("failed to add sign %s to signlist.\n")
527 #define GRUBSIGN_BACKUP_MKDIRERR gettext("mkdirp() of backup dir failed: %s\n")
529 #define GET_POOL_FAILED gettext("failed to get pool name from %s\n")
531 #define FAIL_MNT_TOP_DATASET gettext("failed to mount top dataset for %s\n")
533 #define PRIMARY_SIGN_EXISTS gettext("primary sign %s exists\n")
535 #define SET_BACKUP_FAILED gettext("failed to set backup sign (%s) for %s: %s\n")
538 gettext("failed to set primary sign (%s) for %s: %s\n")
540 #define GET_FSTYPE_FAILED gettext("failed to get fstype for %s\n")
543 gettext("cannot get special file: NULL mount-point\n")
546 gettext("cannot get special file for mount-point: %s\n")
549 gettext("cannot get physical device special file for menu root: %s\n")
552 gettext("failed to get grubsign for root: %s, device %s\n")
555 gettext("failed to add boot entry with title=%s, grub signature=%s\n")
557 #define SET_DEFAULT_FAILED gettext("failed to set GRUB menu default to %d\n")
560 gettext("reboot with arguments: error querying current boot-file settings\n")
563 gettext("reboot with arguments: error querying current boot-args settings\n")
566 gettext("reboot with arguments: setting GRUB menu default to %d failed\n")
568 #define GET_SET_KERNEL_ADD_BOOT_ENTRY gettext("failed to add boot entry: %s\n")
570 #define GET_SET_KERNEL_SET_GLOBAL gettext("failed to set default to: %d\n")
572 #define NO_OPTION_ARG gettext("option has no argument: %s\n")
575 gettext("cannot mount pool dataset for pool: %s\n")
577 #define ZFS_GET_POOL_FAILED gettext("failed to get pool for device: %s\n")
580 gettext("failed to mount top dataset for pool: %s\n")
582 #define GET_POOL_OSDEV_NULL gettext("NULL device: cannot determine pool name\n")
585 gettext("invalid device %s: cannot determine pool name\n")
588 gettext("pool name %s not present in signature %s\n")
591 gettext("invalid device for ZFS filesystem: %s\n")
594 gettext("cannot derive ZFS pool from special: %s\n")
597 gettext("cannot get zpool status for pool: %s\n")
600 gettext("bad zpool status for pool=%s\n")
603 gettext("no pool name %s in zpool status\n")
606 gettext("no physical device in zpool status for pool=%s\n")
609 gettext("not a SVM metadevice: %s. Cannot derive physical device\n")
612 gettext("invalid SVM metadevice name: %s. Cannot derive physical device\n")
615 gettext("metastat command failed on SVM metadevice: %s\n")
618 gettext("failed to start service %s for metastat command\n")
621 gettext("bad output from metastat command on SVM metadevice: %s\n")
624 gettext("invalid fields in metastat output for SVM metadevice: %s\n")
627 gettext("cannot parse output of metastat command for metadevice: %s\n")
630 gettext("cannot parse submirror line in metastat output for metadevice: %s\n")
633 gettext("cannot derive physical device for %s (%s), unsupported filesystem\n")
636 gettext("error parsing metastat output for SVM metadevice: %s\n")
639 gettext("failed to get special file for osroot: %s\n")
642 gettext("failed to get special file for menu_root: %s\n")
644 #define GET_SVC_STATE_ERR gettext("failed to determine state of service: %s\n")
647 gettext("failed to determine if service is online: %s\n")
649 #define ENABLE_SVC_FAILED gettext("failed to online service: %s\n")
652 gettext("failed to get online status for service: %s\n")
655 gettext("timed out waiting for service to online: %s\n")
658 gettext("failed to read GRUB menu checksum file: %s\n")
661 gettext("multiple checksums for GRUB menu in checksum file: %s\n")
664 gettext("error parsing GRUB menu checksum file: %s\n")
667 gettext("error generating checksum of GRUB menu\n")
670 gettext("bad checksum generated for GRUB menu\n")
673 gettext("error parsing checksum generated for GRUB menu\n")
676 gettext("error propagating updated GRUB menu\n")
679 gettext("failed to create backup for GRUB menu: %s\n")
682 gettext("error propagating backup GRUB menu: %s\n")
685 gettext("failed to write GRUB menu checksum file: %s\n")
688 gettext("error propagating GRUB menu checksum file: %s\n")
691 gettext("error propagating bootadm: %s\n")
694 gettext("propagating updated GRUB menu\n")
696 #define NEED_DIRPATH gettext("need to create directory path for %s\n")
698 #define UPDT_CACHE_FAIL gettext("directory cache update failed for %s\n")
701 gettext("unable to modify default entry; creating new boot entry for %s\n")