{"id":4408,"date":"2022-12-20T17:49:12","date_gmt":"2022-12-20T20:49:12","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/xinetd-log-man5\/"},"modified":"2022-12-20T17:49:12","modified_gmt":"2022-12-20T20:49:12","slug":"xinetd-log-man5","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/xinetd-log-man5\/","title":{"rendered":"XINETD.LOG (man5)"},"content":{"rendered":"<h1 align=\"center\">XINETD.LOG<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">xinetd.log \u2212 xinetd service log format<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">A service configuration may specify various degrees of logging when attempts are made to access the service. When logging for a service is enabled, <b>xinetd<\/b> will generate one-line log entries which have the following format (all entries have a timestamp as a prefix):<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>entry<\/i>: <i>service-id data<\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The <i>data<\/i> depends on the <i>entry<\/i>. Possible <i>entry<\/i> types include:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>START<\/b><\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"60%\">\n<p>generated when a server is started<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>EXIT<\/b><\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"60%\">\n<p>generated when a server exits<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>FAIL<\/b><\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"60%\">\n<p>generated when it is not possible to start a server<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>USERID<\/b><\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"60%\">\n<p>generated if the <i>USERID<\/i> log option is used.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p><b>NOID<\/b><\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"60%\">\n<p>generated if the <i>USERID<\/i> log option is used, and the <i>IDONLY<\/i> service flag is used, and the remote end does not identify who is trying to access the service.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%; margin-top: 1em\">In the following, the information enclosed in brackets appears if the appropriate log option is used.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">A <i>START<\/i> entry has the format:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">START: <i>service-id<\/i> [pid=%d] [from=%d.%d.%d.%d]<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">An <i>EXIT<\/i> entry has the format:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">EXIT: <i>service-id<\/i> [<i>type<\/i>=%d] [pid=%d] [duration=%d(sec)]<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><i>type<\/i> can be either <b>status<\/b> or <b>signal.<\/b> The number is either the exit status or the signal that caused process termination.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">A <i>FAIL<\/i> entry has the format:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">FAIL: <i>service-id reason<\/i> [from=%d.%d.%d.%d]<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Possible <i>reasons<\/i> are:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"20%\">\n<p style=\"margin-top: 1em\"><b>fork<\/b><\/p>\n<\/td>\n<td width=\"3%\"><\/td>\n<td width=\"55%\">\n<p style=\"margin-top: 1em\">a certain number of consecutive fork attempts failed (this number is a configurable parameter)<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"20%\">\n<p><b>time<\/b><\/p>\n<\/td>\n<td width=\"3%\"><\/td>\n<td width=\"55%\">\n<p>the time check failed<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"20%\">\n<p><b>address<\/b><\/p>\n<\/td>\n<td width=\"3%\"><\/td>\n<td width=\"55%\">\n<p>the address check failed<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"20%\">\n<p><b>service_limit<\/b><\/p>\n<\/td>\n<td width=\"3%\"><\/td>\n<td width=\"55%\">\n<p>the allowed number of server instances for this service would be exceeded<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"20%\">\n<p><b>process_limit<\/b><\/p>\n<\/td>\n<td width=\"3%\"><\/td>\n<td width=\"55%\">\n<p>a limit on the number of forked processes was specified and it would be exceeded<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%; margin-top: 1em\">A <i>DATA<\/i> entry has the format:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">DATA: <i>service-id data<\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The <i>data<\/i> logged depends on the service.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"7%\">\n<p style=\"margin-top: 1em\"><b>login<\/b><\/p>\n<\/td>\n<td width=\"11%\"><\/td>\n<td width=\"60%\">\n<p style=\"margin-top: 1em\">remote_user=%s local_user=%s tty=%s<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"7%\">\n<p><b>exec<\/b><\/p>\n<\/td>\n<td width=\"11%\"><\/td>\n<td width=\"60%\">\n<p>remote_user=%s verify=<i>status<\/i> command=%s<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:40%;\">Possible <i>status<\/i> values:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"29%\">\n<p style=\"margin-top: 1em\"><i>ok<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"40%\">\n<p style=\"margin-top: 1em\">the password was correct<\/p>\n<\/td>\n<td width=\"5%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"29%\">\n<p><i>failed<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"40%\">\n<p>the password was incorrect<\/p>\n<\/td>\n<td width=\"5%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"29%\">\n<p><i>baduser<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"40%\">\n<p>no such user<\/p>\n<\/td>\n<td width=\"5%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"29%\">\n<p><b>shell<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"40%\"><\/td>\n<td width=\"5%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:40%; margin-top: 1em\">remote_user=%s local_user=%s command=%s<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><b>finger<\/b><\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"45%\">\n<p style=\"margin-top: 1em\"><i>received string<\/i> or <i>EMPTY-LINE<\/i><\/p>\n<\/td>\n<td width=\"15%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%; margin-top: 1em\">A <i>USERID<\/i> entry has the format:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">USERID: <i>service-id text<\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The <i>text<\/i> is the response of the identification daemon at the remote end excluding the port numbers (which are included in the response).<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">A <i>NOID<\/i> entry has the format:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">NOID: <i>service-id IP-address reason<\/i><\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><i><b>xinetd<\/b><\/i>(1L), <b>xinetd.conf<\/b>(5)<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  xinetd.log \u2212 xinetd service log format <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[959],"tags":[961,1291,942],"class_list":["post-4408","post","type-post","status-publish","format-standard","hentry","category-5-formatos-de-ficheros","tag-961","tag-man5","tag-xinetd"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4408","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=4408"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4408\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=4408"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=4408"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=4408"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}