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 295458 Details for
Bug 433702
nfs read-only root errors
[?]
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.
[patch]
halt patch
halt.stateless.patch (text/plain), 1.26 KB, created by
Andrew Hecox
on 2008-02-20 22:06:10 UTC
(
hide
)
Description:
halt patch
Filename:
MIME Type:
Creator:
Andrew Hecox
Created:
2008-02-20 22:06:10 UTC
Size:
1.26 KB
patch
obsolete
>--- halt.orig 2008-02-20 14:20:09.000000000 -0500 >+++ halt 2008-02-20 16:34:34.000000000 -0500 >@@ -11,6 +11,9 @@ > NOLOCALE=1 > . /etc/init.d/functions > >+UMOUNT="umount" >+[ ! -w /etc ] && UMOUNT="umount -n" >+ > action() { > echo -n "$1 " > shift >@@ -131,7 +134,7 @@ esac > # Try to unmount tmpfs filesystems to avoid swapping them in. Ignore failures. > tmpfs=$(awk '$2 ~ /^\/($|proc|dev)/ { next; } > $3 == "tmpfs" { print $2; }' /proc/mounts | sort -r) >-[ -n "$tmpfs" ] && fstab-decode umount $tmpfs 2>/dev/null >+[ -n "$tmpfs" ] && fstab-decode $UMOUNT $tmpfs 2>/dev/null > > # Turn off swap, then unmount file systems. > [ -f /proc/swaps ] && SWAPS=`awk '! /^Filename/ { print $1 }' /proc/swaps` >@@ -170,7 +173,7 @@ LANG=C __umount_loop '$2 ~ /^\/$|^\/proc > $"Unmounting file systems (retry): " \ > -f > >-[ -f /proc/bus/usb/devices ] && umount /proc/bus/usb >+[ -f /proc/bus/usb/devices ] && $UMOUNT /proc/bus/usb > > [ -f /etc/crypttab ] && \ > LANG=C action $"Stopping disk encryption: " halt_crypto >@@ -183,7 +186,7 @@ rm -f /.autofsck > awk '$2 !~ /\/(|dev|proc|selinux)$/ && $1 !~ /^\/dev\/ram/ { print $2 }' \ > /proc/mounts | sort -r | \ > while read line; do >- fstab-decode umount -f $line >+ fstab-decode $UMOUNT -f $line > done > > if [ -x /sbin/halt.local ]; then
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 433702
:
295456
|
295457
| 295458 |
295459