[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] Bash or Kernel bug?



Hi,

On Fri, Jul 05, 2002 at 03:41:36PM +0200, Klaus Knopper wrote:
[ ... ]
> Ok, we are getting closer... Can you verify that
> cat /proc/cmdline
> shows the right result, regardless of the number of options given on the
> boot commandline?

OK. Here we go again:

$ echo "$(</proc/cmdline)"
BOOT_IMAGE=linux ro root=302 foo=bar bla=blubb a_very_long_option=with_even_longer_argument_to_see_wether_the_new_kernel_has_a_
$ cat /proc/cmdline
BOOT_IMAGE=linux ro root=302 foo=bar bla=blubb a_very_long_option=with_even_longer_argument_to_see_wether_the_new_kernel_has_a_problem_with_long_command_lines
$ echo "$(cat /proc/cmdline)"
BOOT_IMAGE=linux ro root=302 foo=bar bla=blubb a_very_long_option=with_even_longer_argument_to_see_wether_the_new_kernel_has_a_problem_with_long_command_lines

The last version should solve your problem, but it would still be
interesting to know, where the bugs located.


Kester.
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: