X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=errors.tex;h=885c94a63066b235c0b9be430c193fa14be3fd08;hp=77bbec83f927c1b8e9a31091acf64c7d48f3621d;hb=71bd769469078fc921d9646d62b0f9293b6ae47c;hpb=dd741fcfa876c0a4c26a72da0035b7cfea8202e2;ds=sidebyside diff --git a/errors.tex b/errors.tex index 77bbec8..885c94a 100644 --- a/errors.tex +++ b/errors.tex @@ -1,6 +1,6 @@ %% errors.tex %% -%% Copyright (C) 2000-2005 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2006 Simone Piccardi. Permission is granted to %% copy, distribute and/or modify this document under the terms of the GNU Free %% Documentation License, Version 1.1 or any later version published by the %% Free Software Foundation; with the Invariant Sections being "Un preambolo", @@ -123,7 +123,7 @@ gestione dei file. montare via NFS un filesystem remoto con un nome che già specifica un filesystem montato via NFS. \item \errcode{ENOLCK} \textit{No locks available}. È usato dalle utilità per - la gestione del file lock; non viene generato da un sistema GNU, ma può + la gestione del file locking; non viene generato da un sistema GNU, ma può risultare da un'operazione su un server NFS di un altro sistema. \item \errcode{EFTYPE} \textit{Inappropriate file type or format}. Il file è di tipo sbagliato rispetto all'operazione richiesta o un file di dati ha un @@ -195,12 +195,12 @@ gestione dei socket e delle connessioni di rete. Famiglia di indirizzi non supportata. La famiglia di indirizzi richiesta non è supportata, o è inconsistente con il protocollo usato dal socket. \item \errcode{EADDRINUSE} \textit{Address already in use}. L'indirizzo del - socket richiesto è gia utilizzato (ad esempio si è eseguita \func{bind} + socket richiesto è già utilizzato (ad esempio si è eseguita \func{bind} su una porta già in uso). \item \errcode{EADDRNOTAVAIL} \textit{Cannot assign requested address}. L'indirizzo richiesto non è disponibile (ad esempio si è cercato di dare al socket un nome che non corrisponde al nome - della stazione locale), o l'interfaccia richesta non esiste. + della stazione locale), o l'interfaccia richiesta non esiste. \item \errcode{ENETDOWN} \textit{Network is down}. L'operazione sul socket è fallita perché la rete è sconnessa. \item \errcode{ENETUNREACH} \textit{Network is unreachable}. L'operazione è @@ -220,7 +220,7 @@ gestione dei socket e delle connessioni di rete. caso di operazioni sulla rete si può ottenere questo errore invece dell'altro. \item \errcode{EISCONN} \textit{Transport endpoint is already connected}. Si è - tentato di connettere un socket che è gia connesso. + tentato di connettere un socket che è già connesso. \item \errcode{ENOTCONN} \textit{Transport endpoint is not connected}. Il socket non è connesso a niente. Si ottiene questo errore quando si cerca di trasmettere dati su un socket senza avere specificato in precedenza la loro @@ -234,7 +234,7 @@ gestione dei socket e delle connessioni di rete. shutdown}. Il socket su cui si cerca di inviare dei dati ha avuto uno shutdown. \item \errcode{ETOOMANYREFS} \textit{Too many references: cannot splice}. La - glibc dice ??? + \acr{glibc} dice ??? \item \errcode{ETIMEDOUT} \textit{Connection timed out}. Un'operazione sul socket non ha avuto risposta entro il periodo di timeout. \item \errcode{ECONNREFUSED} \textit{Connection refused}. Un host remoto ha @@ -416,3 +416,34 @@ specificati nelle sezioni precedenti. %%% mode: latex %%% TeX-master: "gapil" %%% End: + +% LocalWords: header errno perror int strerror sez EPERM Operation not ENOENT +% LocalWords: permitted such pathname EIO error ENXIO device address kernel Is +% LocalWords: ENOEXEC Invalid executable format exec EBADF Bad descriptor Too +% LocalWords: EACCES Permission denied ELOOP many symbolic links encountered +% LocalWords: ENAMETOOLONG name too long ENOTBLK Block required block EEXIST +% LocalWords: exists EBUSY Resource busy filesystem EXDEV ENODEV ENOTDIR files +% LocalWords: EISDIR EMFILE ulimit ENFILE table overflow ENOTTY ETXTBSY Text +% LocalWords: EFBIG big ENOSPC left ESPIPE seek operation EROFS Read only read +% LocalWords: system EMLINK EPIPE Broken SIGPIPE ENOTEMPTY empty EUSERS users +% LocalWords: EDQUOT exceeded ESTALE NFS handle EREMOTE Object is ENOLCK locks +% LocalWords: available locking EFTYPE type sticky ESRCH process matches the +% LocalWords: specified pid Argument list POSIX ECHILD There child processes +% LocalWords: socket ENOTSOCK EMSGSIZE Message EPROTOTYPE Protocol wrong for +% LocalWords: ENOPROTOOPT EPROTONOSUPPORT supported ESOCKTNOSUPPORT EOPNOTSUPP +% LocalWords: transport endpoint EPFNOSUPPORT family EAFNOSUPPORT protocol of +% LocalWords: EADDRINUSE already bind EADDRNOTAVAIL Cannot assign requested to +% LocalWords: ENETDOWN ENETUNREACH unreachable ENETRESET dropped connection +% LocalWords: because reset l'host ECONNABORTED caused abort ECONNRESET peer +% LocalWords: dell'host ENOBUFS ENOMEM EISCONN connected ENOTCONN UDP send now +% LocalWords: EDESTADDRREQ Destination ESHUTDOWN after shutdown ETOOMANYREFS +% LocalWords: references cannot splice glibc ETIMEDOUT timed ECONNREFUSED host +% LocalWords: refused EHOSTDOWN EHOSTUNREACH route EINTR Interrupted function +% LocalWords: call memory EDEADLK Deadlock avoided deadlock EFAULT segment IPC +% LocalWords: violation SIGSEGV EINVAL argument EDOM Domain ERANGE underflow +% LocalWords: EAGAIN temporarily unavailable EWOULDBLOCK select fork would has +% LocalWords: EINPROGRESS progress connect EALREADY ENOSYS implemented ENOTSUP +% LocalWords: EILSEQ Illegal sequence EBADMSG message EIDRM Identifier removed +% LocalWords: SysV EMULTIHOP Multihop attempted ENODATA ENOLINK been severed +% LocalWords: ENOMSG desired ENOSR streams resources ENOSTR stream EOVERFLOW +% LocalWords: Value large defined STAT EPROTO ETIME Timer expired