Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 128752 Details for
Bug 189686
baselayout-2.0.0_rc3-r1 vserver: "failed to open `/proc/cmdline'"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Only read /proc/cmdline if it exists
vps.patch (text/plain), 389 bytes, created by
Roy Marples (RETIRED)
on 2007-08-21 10:33:18 UTC
(
hide
)
Description:
Only read /proc/cmdline if it exists
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2007-08-21 10:33:18 UTC
Size:
389 bytes
patch
obsolete
>Index: rc.c >=================================================================== >--- rc.c (revision 2840) >+++ rc.c (working copy) >@@ -378,7 +378,10 @@ > char *p; > char *value = NULL; > int i; >- >+ >+ if (! rc_exists ("/proc/cmdline")) >+ return (NULL); >+ > if (! (fp = fopen ("/proc/cmdline", "r"))) { > eerror ("failed to open `/proc/cmdline': %s", strerror (errno)); > return (NULL);
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 189686
:
128750
| 128752