Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

advfs(4)

advfs_err(4)  —  File Formats

NAME

advfs_err − Lists and describes error messages

DESCRIPTION

This following list provides the error number and a brief description of the error:

(-1026)
EHANDLE_OVF

Out of memory. 

(-1027)
EINVALID_HANDLE

The access structure handle is out of range. 

(-1028)
E_DOMAIN_PANIC

This is an internal AdvFS error that occurs when an AdvFS routine fails due to the domain already being paniced.  The error propagates to the user as E_IO. 

(-1029)
EDUP_VD

The volume is already in use by a domain. 

(-1030)
EBAD_VDI

The specified volume index is not a valid index in the domain. 

(-1031)
ENO_SUCH_DOMAIN

The specified domain does not exist. 

(-1032)
ENO_SUCH_TAG

The bitfile does not exist. 

(-1033)
ENO_MORE_DOMAINS

The maximum number of file domains are active; cannot activate another file domain. 

(-1034)
EBAD_DOMAIN_HANDLE

The specified domain handle is not valid. 

(-1035)
E_PAGE_NOT_MAPPED

The specified file page is not allocated and does not exist. 

(-1036)
ENO_XTNTS

An advfs internal error when opening a file causes file storage to be inaccessible. 

(-1038)
EBAD_TAG

The file tag is not what was expected. 

(-1039)
EXTND_FAILURE

Out of extents to describe disk blocks. 

(-1040)
ENO_MORE_BLKS

The domain is out of disk space. 

(-1041)
ENOT_SUPPORTED

The requested function is not currently supported. 

(-1042)
EBAD_PARAMS

Invalid parameters were passed to the kernel.  The likely cause is that the command or utility belongs to a previous version of the product, while the system is running a later version. 

(-1043)
EBMTR_NOT_FOUND

The file metadata was not found. 

(-1044)
ETOO_MANY_SERVICE_CLASSES

Service class array overflow. 

(-1045)
EBAD_SERVICE_CLASS

The disk service class does not match the service class array entry. 

(-1046)
ESERVICE_CLASS_NOT_FOUND

The requested service class does not exist. 

(-1048)
ESERVICE_CLASS_NOT_EMPTY

There is an attempt to delete a service class that still has a disk in it. 

(-1049)
EBAD_FTX_AGENTH

Invalid transaction identification. 

(-1050)
EBAD_PAR_FTXH

Invalid parent transaction handle. 

(-1051)
EFTX_TOO_DEEP

Transactions are nested too deeply. 

(-1052)
EBAD_FTXH

Invalid transaction handle. 

(-1053)
EBAD_STO_DESC

The storage descriptor for the storage requested is invalid. 

(-1054)
ENO_MORE_MEMORY

The file system (advfs) ran out of memory. 

(-1055)
ENO_MORE_MCELLS

A file descriptor could not be allocated.  The system is most likely out of disk space. 

(-1056)
EALREADY_ALLOCATED

Attempt to add storage to a file at a specified page offset and the page at that offset already exists. 

(-1057)
E_NO_MORE_LOG_DESC

Too many threads are reading the transaction log. 

(-1058)
E_CANT_CREATE_LOG

There was a failure during log initialization. 

(-1059)
E_VOLUME_COUNT_MISMATCH

The number of volumes in /etc/fdmns/domain_name does not match the number of volumes in the BMT. 

(-1060)
E_LOG_EMPTY

There are no transactions in the log. 

(-1061)
E_LOG_FULL

There is no more room for transactions in the log. 

(-1062)
E_INVALID_REC_ADDR

The log entry has an invalid LSN. 

(-1064)
E_BAD_CLIENT_REC_ADDR

No such log entry exists. 

(-1065)
E_CANT_ACCESS_LOG

An error occurred while creating the file domain transaction log, initializing the file domain transaction log, or both.  Since you cannot use the file domain, you must recreate it. 

(-1067)
E_DOMAIN_NOT_ACTIVATED

The file domain is not active; it must be active to perform the requested function. 

(-1068)
E_DOMAIN_NOT_CLOSED

Some thread is still accessing the domain during domain activation. 

(-1069)
E_CANT_DISMOUNT_VD1_ACTIVE_DOMAIN

Dirty buffers prevent the fileset from being dismounted. 

(-1070)
E_BAD_VERSION

The command or utility version does not match the advfs kernel version.  See EBAD_PARAMS (-1042). 

(-1071)
E_VD_BFDMNID_DIFF

The volume has the wrong domain ID. 

(-1077)
E_CANT_FIND_LOG_END

There is an error in finding the end of the log. 

(-1078)
E_BAD_MCELL_LINK_SEGMENT

A file’s primary mcell has a nonzero linkSegment. 

(-1079)
E_VD_DMNATTR_DIFF

Some of the disks listed in fdmns directory for the file domain do not belong to the file domain.  The fdmns directory entry for this file domain is invalid. 

(-1080)
E_MUST_BE_ROOT

You must have root privilege to perform the requested function. 

(-1082)
E_TAG_EXISTS

Specified tag to use next already is in use. 

(-1086)
E_DOMAIN_ALREADY_EXISTS

The specified file domain already exists. 

(-1093)
E_NO_SUCH_BF_SET

The specified fileset does not exist. 

(-1094)
E_BAD_BF_SET_HANDLE

The specified bitfile set handle is invalid. 

(-1095)
E_TOO_MANY_BF_SETS

The maximum number of filesets are mounted.  Cannot mount the fileset. 

(-1100)
E_TOO_MANY_ACCESSORS

The fileset is active (mounted).  The fileset must be inactive (unmounted) to perform the requested function. 

(-1104)
E_NOT_ENOUGH_DISKS

There is no more room on the disks in the selected service class. 

(-1107)
E_BAD_DEV

The file domain volume is an invalid device. 

(-1108)
E_ADVFS_NOT_INSTALLED

The file system (advfs) is not installed or it is installed but the new kernel (vmunix) is not currently running; in the latter case, you need to reboot the system to complete the advfs installation. 

(-1114)
E_READ_ONLY

The file set is read only. 

(-1115)
E_TOO_MANY_CLONES

The specified fileset has the maximum number of clone filesets.  You cannot create another clone fileset. 

(-1116)
E_OUT_OF_SYNC_CLONE

The clone file is no longer correct due to running out of disk space during a copy on write. 

(-1117)
E_HAS_CLONE

The original fileset has a clone fileset.  The original fileset must not have a clone fileset to perform the requested function. 

(-1118)
E_TOO_MANY_BITFILES

The number of files in the fileset has exceeded the quota. 

(-1119)
E_TOO_MANY_BLOCKS

The number of disk blocks used by a fileset has exceeded the quota. 

(-1120)
E_QUOTA_NOT_ENABLED

The quota type is not enabled. 

(-1121)
E_IO

I/O error detected. 

(-1122)
E_NO_MORE_DQUOTS

Out of memory. 

(-1124)
E_DUPLICATE_SET

The fileset already exists. 

(-1125)
E_CANT_CLONE_A_CLONE

You cannot create a clone fileset from a clone fileset. 

(-1126)
E_ACCESS_DENIED

Permission denied for the requested function. 

(-1127)
E_BLKOFFSET_NOT_PAGE_ALIGNED

During migration, a disk block offset in an extent is not page aligned. 

(-1130)
E_CANT_MIGRATE_HOLE

An attempt to migrate a sparse file page range and all the pages in the range do not exist. 

(-1131)
E_NOT_OWNER

The user, who is not the owner of the AdvFS resource, has attempted an AdvFS operation, such as changing an AdvFS fileset name. 

(-1132)
E_MIGRATE_IN_PROGRESS

An attempt to migrate a file failed because another thread is already migrating the file.  Only one active migrate is allowed for a specified file. 

(-1135)
E_INVALID_FS_VERSION

The installed version of advfs is not compatible with the on-disk file domain. 

(-1136)
E_INVALID_ADVFS_STRUCT

The on-disk file domain structures are invalid. 

(-1144)
E_PAGE_HOLE

The page offset specified for the file is within a sparse file hole. 

(-1145)
E_TOO_MANY_VIRTUAL_DISKS

The maximum number of volumes per domain has been reached. 

(-1162)
ENO_NAME

The file system (advfs) cannot generate the path name of a file because the original path name has been deleted. 

(-1163)
EDIR_NOT_ADVFS

A trashcan operation was attempted on a non-advfs directory. 

(-1164)
EUNDEL_DIR_NOT_ADVFS

A user attempted to use a non-advfs directory for a trashcan. 

(-1165)
EDUPLICATE_DIRS

A user attempted to attach a directory to itself as a trashcan. 

(-1166)
EDIFF_FILE_SETS

A user attempted to attach a trashcan to a directory in a different fileset. A trashcan must be in the same fileset as the directory. 

(-1167)
E_BAD_MAGIC

The specified disks do not contain a valid advfs file domain. 

(-1168)
E_BAD_PAGESIZE

An advfs internal error when opening a file causes the file storage to be inaccessible. 

(-1169)
E_NO_DMN_VOLS

The file domain contains no volumes. 

(-1170)
E_BAD_TAGDIR

There is a corrupted page in the tag directory. 

(-1172)
E_ALREADY_SWITCHING_LOGS

A request to switch log volumes was made to a domain that is in the process of switching log volumes. 

(-1173)
E_NO_UNDEL_DIR A user attempted to remove a trashcan from a directory that has no trashcan. 

(-1174)
E_QUOTA_NOT_MAINTAINED The quota type is not maintained. 

(-1175)
E_BMT_NOT_EMPTY

An attempt to remove a volume failed because the contents of the inode table could not be moved off of the volume. 

(-1176)
E_ROOT_TAGDIR_ON_VOL

An attempt to remove a volume failed because the root tag directory is located on the specified volume and could not be moved off of the volume. 

(-1177)
E_LOG_ON_VOL

An attempt to remove a volume failed because the log is located on the specified volume and could not be moved off of the volume. 

(-1178)
E_VOL_NOT_IN_SVC_CLASS

The selected disk is not in the requested service class. 

(-1179)
E_WOULD_BLOCK

The request call to lgr_flush_start would block. 

(-1182)
E_ALREADY_STRIPED

An attempt to stripe a file that is already striped. 

(-1183)
E_NO_CLONE_STG

An attempt to migrate a clone but the clone has no storage of its own. 

(-1184)
E_BAD_PAGE_RANGE

The specified page range is not valid. 

(-1185)
E_INVOLUNTARY_ABORT

A migrate operation has been aborted by another thread.  For example, a remove volume operation can cause a file’s migrate to abort. 

(-1187)
E_RMVOL_ALREADY_INPROG

A remove volume operation on a volume in the specified domain is already active. There can only be one active remove volume operation per domain. 

SEE ALSO

advfs(4)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026