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 149695 Details for
Bug 230094
kernel panic with nfsd
[?]
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.
updated test case
panic_remote_rhel4_nfsv2_server.sh (text/plain), 822 bytes, created by
jmccann
on 2007-03-09 16:22:18 UTC
(
hide
)
Description:
updated test case
Filename:
MIME Type:
Creator:
jmccann
Created:
2007-03-09 16:22:18 UTC
Size:
822 bytes
patch
obsolete
>#!/bin/sh ># Repeatable test case for crashing a remote ># RHEL4 NFS server from a Solaris client ># https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230094 > ># example: nfs://acs7:/export/home/nfstest1 >REMOTE_URI=$1 >if [ "x$REMOTE_URI" = "x" ]; then > echo "Usage: $0 NFS_URI" > exit 1 >fi > >LOCAL_MNT=/mnt/test1 > >if [ ! -d ${LOCAL_MNT} ]; then > mkdir -p ${LOCAL_MNT} > if [ $? != 0 ]; then > echo "Unable to create ${LOCAL_MNT}" > exit 1 > fi >fi > ># may already be mounted but ignore errors >umount ${LOCAL_MNT} 2>&1 >/dev/null > >mount -F nfs -o vers=2 ${REMOTE_URI} ${LOCAL_MNT} >if [ $? != 0 ]; then > echo "Unable to mount ${REMOTE_URI}" > exit 1 >fi >ls -al ${LOCAL_MNT} >umount ${LOCAL_MNT} >if [ $? != 0 ]; then > echo "Unable to unmount ${LOCAL_MNT}" > exit 1 >fi >rmdir ${LOCAL_MNT} > >exit 0
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 230094
:
148807
|
149674
|
149676
| 149695