Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 316094 Details for
Bug 461497
Systems are printing 'RPC call_verify: retry failed, exit EIO' endlessly
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
systemtap script
42.0.3-call_verify.stp (text/plain), 939 bytes, created by
Flavio Leitner
on 2008-09-08 15:57:35 UTC
(
hide
)
Description:
systemtap script
Filename:
MIME Type:
Creator:
Flavio Leitner
Created:
2008-09-08 15:57:35 UTC
Size:
939 bytes
patch
obsolete
>#! /usr/bin/env stap > ># stap script for debugging the cause of ># 'call_verify: server accept status: 5' messages ># kernel version: 2.6.9-42.0.3.ELhugemem ># version 1 - Flavio Leitner > >probe begin { > printf("systap 2.6.9-42.0.3.ELhugemem version 1 loaded\n"); >} > ># 2.6.9-34 probe module("sunrpc").statement("*@net/sunrpc/clnt.c:1111") { >probe module("sunrpc").statement("*@net/sunrpc/clnt.c:1172") { > ts = gettimeofday_us(); > xid = $task->tk_rqstp->rq_xid & 0xffffffff; > printf("systap(%d): execname=%s(%d) xid=%x\n", > ts, > execname(), > pid(), > xid); > > printf("systap(%d): prg=%d ver=%d prot=%d server=%s, protname=%s\n", > ts, > $task->tk_client->cl_pmap->pm_prog, > $task->tk_client->cl_pmap->pm_vers, > $task->tk_client->cl_pmap->pm_prot, > kernel_string($task->tk_client->cl_server), > kernel_string($task->tk_client->cl_protname)); > > printf("systap(%d): --\n", ts) >} > >probe end { > printf("systap: unloaded\n"); >} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 461497
: 316094 |
319394
|
319395
|
319411