admin 管理员组

文章数量: 887039


2024年2月18日发(作者:表白链接复制)

以下错误信息是从linux内核中提取,并使用baidu翻译得出中文含义,在后半部分英文部分,是内核标记错误的原文。新内核中未能提取到,不过差异不会很大。

linux错误号及对应的意义

error.00是:成功

error.01是:不允许操作

error.02是:没有这样的文件或目录

error.03是:没有这样的过程

error.04:中断的系统调用

error.05是:输入/输出错误

error.06是:没有这样的设备或地址

error.07是:列表太长

error.08是:执行格式错误

error.09:坏的文件描述符

error.10是:没有子进程

error.11是:资源暂时不可用

error.12是:无法分配内存

error.13是:拒绝许可

error.14是:错误的地址

error.15是块设备请求

error.16是:设备或资源忙

error.17是:文件存在

error.18是无效的交叉链接

error.19是:没有这样的设备

error.20是:不是一个目录

error.21:是一个目录

error.22是无效的参数

error.23是:打开太多的文件系统

error.24是:打开的文件太多

error.25是:不适当的ioctl

error.26:文本文件忙

error.27是:文件太大

error.28是:在设备上没有空间

error.29是:非法谋取

error.30是只读文件系统

error.31是:太多的链接

error.32是:断管

error.33:数值参数的域名

error.34:数值结果超出范围

error.35是:资源死锁避免

error.36是:文件名太长

error.37是:没有可用锁

error.38是:功能没有实现

error.39:目录不空

error.40:符号链接层次太多

error.41是:未知错误41

error.42是:没有期望类型的消息

error.43:标识符删除

error.44:频道数目超出范围

error.45是:2级不同步

error.46是:3级中断

error.47是:3级复位

error.48:链接数超出范围

error.49:协议驱动程序没有连接

error.50是:没有可用之结构

error.51是:2级中断

error.52是无效的交换

error.53是:请求描述符无效

error.54是:交换全

error.55是:没有阳极

error.56是无效的请求的代码

error.57是无效的槽

error.58是:未知错误58

error.59是:错误的字体文件格式

error.60是:设备不流

error.61是:无可用数据

error.62:计时器过期

error.63是:出流资源

error.64是:机上的不是网

error.65是:没有安装软件包

error.66是:对象是远程的

error.67是:联系被切断

error.68是:广告的错误

error.69是:srmount误差

error.70是:发送时的通讯错误

error.71:协议错误

error.72企图是:跳

error.73:范畴专题具体的错误

error.74是坏消息

error.75:值太大,定义数据类型

error.76是:名不是唯一的网络

error.77是:文件描述符在坏状态

error.78:远程地址改变了

error.79是:无法访问必要的共享库

error.80是:访问损坏的共享库

error.81:库段. out损坏。

error.82是:试图链接太多的共享库

error.83是:不能直接执行一个共享库

error.84是无效的或不完整的多字节或宽字符

error.85是:应该重新启动中断的系统调用

error.86:流管误差

error.87是:用户太多

error.88套接字操作是:非套接字上

error.89是:需要目标地址

error.90是:消息太长

error.91:协议类型错误的插座

error.92:协议不可用

error.93是:不支持的协议

error.94:套接字类型不受支持

error.95是:不支持的操作

error.96是:不支持的协议族

error.97:协议不支持的地址

error.98:地址已在使用

error.99是:无法分配请求的地址

error.100是:网络瘫痪

error.101是:网络不可达

error.102是:网络连接丢失

error.103是:软件导致连接中断

error.104是:连接被重置

error.105是:没有可用的缓冲空间

error.106是:传输端点已经连接

error.107是:运输终点没有连接

error.108是:无法发送后运输终点关机

error.109是:太多的参考文献:不能接

error.110是:连接超时

error.111是:拒绝连接

error.112是:主机已关闭

error.113是:没有主机的路由

error.114:进程已运行

error.115是:正在进行操作

error.116:陈旧的文件句柄

error.117是:结构需要清洗

error.118是:不是一个开发者指定类型的文件

error.119是:开发者提供无信号

error.120:是一个命名的文件类型

error.121:远程输入/输出错误

error.122是:超出磁盘配额

error.123是:没有中发现

error.124是:错误的媒体类型

error.125是:取消操作

error.126是:所需的关键不可用

error.127:关键已过期

error.128:关键是被撤销

error.129:关键是拒绝服务

error.130是:人死了

error.131是:国家赔偿

error.132是:未知错误132

132-255全是未知错误

英文对照

error.00 is: Success

error.01 is: Operation not permitted

error.02 is: No such file or directory

error.03 is: No such process

error.04 is: Interrupted system call

error.05 is: Input/output error

error.06 is: No such device or address

error.07 is: Argument list too long

error.08 is: Exec format error

error.09 is: Bad file descriptor

error.10 is: No child processes

error.11 is: Resource temporarily unavailable

error.12 is: Cannot allocate memory

error.13 is: Permission denied

error.14 is: Bad address

error.15 is: Block device required

error.16 is: Device or resource busy

error.17 is: File exists

error.18 is: Invalid cross-device link

error.19 is: No such device

error.20 is: Not a directory

error.21 is: Is a directory

error.22 is: Invalid argument

error.23 is: Too many open files in system

error.24 is: Too many open files

error.25 is: Inappropriate ioctl for device

error.26 is: Text file busy

error.27 is: File too large

error.28 is: No space left on device

error.29 is: Illegal seek

error.30 is: Read-only file system

error.31 is: Too many links

error.32 is: Broken pipe

error.33 is: Numerical argument out of domain

error.34 is: Numerical result out of range

error.35 is: Resource deadlock avoided

error.36 is: File name too long

error.37 is: No locks available

error.38 is: Function not implemented

error.39 is: Directory not empty

error.40 is: Too many levels of symbolic links

error.41 is: Unknown error 41

error.42 is: No message of desired type

error.43 is: Identifier removed

error.44 is: Channel number out of range

error.45 is: Level 2 not synchronized

error.46 is: Level 3 halted

error.47 is: Level 3 reset

error.48 is: Link number out of range

error.49 is: Protocol driver not attached

error.50 is: No CSI structure available

error.51 is: Level 2 halted

error.52 is: Invalid exchange

error.53 is: Invalid request descriptor

error.54 is: Exchange full

error.55 is: No anode

error.56 is: Invalid request code

error.57 is: Invalid slot

error.58 is: Unknown error 58

error.59 is: Bad font file format

error.60 is: Device not a stream

error.61 is: No data available

error.62 is: Timer expired

error.63 is: Out of streams resources

error.64 is: Machine is not on the network

error.65 is: Package not installed

error.66 is: Object is remote

error.67 is: Link has been severed

error.68 is: Advertise error

error.69 is: Srmount error

error.70 is: Communication error on send

error.71 is: Protocol error

error.72 is: Multihop attempted

error.73 is: RFS specific error

error.74 is: Bad message

error.75 is: Value too large for defined data type

error.76 is: Name not unique on network

error.77 is: File descriptor in bad state

error.78 is: Remote address changed

error.79 is: Can not access a needed shared library

error.80 is: Accessing a corrupted shared library

error.81 is: .lib section in corrupted

error.82 is: Attempting to link in too many shared libraries

error.83 is: Cannot exec a shared library directly

error.84 is: Invalid or incomplete multibyte or wide character

error.85 is: Interrupted system call should be restarted

error.86 is: Streams pipe error

error.87 is: Too many users

error.88 is: Socket operation on non-socket

error.89 is: Destination address required

error.90 is: Message too long

error.91 is: Protocol wrong type for socket

error.92 is: Protocol not available

error.93 is: Protocol not supported

error.94 is: Socket type not supported

error.95 is: Operation not supported

error.96 is: Protocol family not supported

error.97 is: Address family not supported by protocol

error.98 is: Address already in use

error.99 is: Cannot assign requested address

error.100 is: Network is down

error.101 is: Network is unreachable

error.102 is: Network dropped connection on reset

error.103 is: Software caused connection abort

error.104 is: Connection reset by peer

error.105 is: No buffer space available

error.106 is: Transport endpoint is already connected

error.107 is: Transport endpoint is not connected

error.108 is: Cannot send after transport endpoint shutdown

error.109 is: Too many references: cannot splice

error.110 is: Connection timed out

error.111 is: Connection refused

error.112 is: Host is down

error.113 is: No route to host

error.114 is: Operation already in progress

error.115 is: Operation now in progress

error.116 is: Stale NFS file handle

error.117 is: Structure needs cleaning

error.118 is: Not a XENIX named type file

error.119 is: No XENIX semaphores available

error.120 is: Is a named type file

error.121 is: Remote I/O error

error.122 is: Disk quota exceeded

error.123 is: No medium found

error.124 is: Wrong medium type

error.125 is: Operation canceled

error.126 is: Required key not available

error.127 is: Key has expired

error.128 is: Key has been revoked

error.129 is: Key was rejected by service

error.130 is: Owner died

error.131 is: State not recoverable

error.132 is: Unknown error 132

132-255全是Unknown error


本文标签: 没有 错误 类型 文件 连接