Mailinglist Archive: opensuse-bugs (13066 mails)
| < Previous | Next > |
[Bug 464698] file_caps=1 parameter does not work
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 9 Jan 2009 02:15:33 -0700 (MST)
- Message-id: <20090109091533.733AFCC7D3@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=464698
User felix@xxxxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=464698#c1
--- Comment #1 from Felix Möller <felix@xxxxxxxxxxxx> 2009-01-09 02:15:33 MST
---
grepping a little through the kernel I see:
kernel/panic.c:__setup("pause_on_oops=", pause_on_oops_setup);
kernel/hrtimer.c:__setup("highres=", setup_hrtimer_hres);
kernel/capability.c:__setup("file_caps", setup_file_caps);
so i think there is an "=" missing, which is not mentioned in
kernel-parameters.txt either.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User felix@xxxxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=464698#c1
--- Comment #1 from Felix Möller <felix@xxxxxxxxxxxx> 2009-01-09 02:15:33 MST
---
grepping a little through the kernel I see:
kernel/panic.c:__setup("pause_on_oops=", pause_on_oops_setup);
kernel/hrtimer.c:__setup("highres=", setup_hrtimer_hres);
kernel/capability.c:__setup("file_caps", setup_file_caps);
so i think there is an "=" missing, which is not mentioned in
kernel-parameters.txt either.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |