Displaying 5 results from an estimated 5 matches for "parse_mountinfo".
2014 Jan 14
2
extlinux device trouble
Hello,
i'm using version 4.07.
On my computer extlinux does not work.
after debugging, i found the trouble.
in the function parse_mountinfo there was using a function get_string.
in the function get_string there was a line (42) } else if (ch == '\\') {
but in my mountinfo list, there was \ , but not with octal digit.
so the function get_string will fail.
here are some information
### fstab ###
#Mount Build environment
//10.30....
2014 Jan 15
3
extlinux device trouble
...te:
> On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr
> <johann.obermayr at sigmatek.at> wrote:
>> Hello,
>>
>> i'm using version 4.07.
>> On my computer extlinux does not work.
>> after debugging, i found the trouble.
>>
>> in the function parse_mountinfo there was using a function get_string.
>> in the function get_string there was a line (42) } else if (ch == '\\') {
>> but in my mountinfo list, there was \ , but not with octal digit.
>> so the function get_string will fail.
>>
>> here are some information
>...
2014 Jan 15
1
extlinux device trouble
....obermayr at sigmatek.at> wrote:
>>>>
>>>> Hello,
>>>>
>>>> i'm using version 4.07.
>>>> On my computer extlinux does not work.
>>>> after debugging, i found the trouble.
>>>>
>>>> in the function parse_mountinfo there was using a function get_string.
>>>> in the function get_string there was a line (42) } else if (ch == '\\')
>>>> {
>>>> but in my mountinfo list, there was \ , but not with octal digit.
>>>> so the function get_string will fail.
>&g...
2014 Jan 15
0
extlinux device trouble
On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr
<johann.obermayr at sigmatek.at> wrote:
> Hello,
>
> i'm using version 4.07.
> On my computer extlinux does not work.
> after debugging, i found the trouble.
>
> in the function parse_mountinfo there was using a function get_string.
> in the function get_string there was a line (42) } else if (ch == '\\') {
> but in my mountinfo list, there was \ , but not with octal digit.
> so the function get_string will fail.
>
> here are some information
> ### fstab ###
>...
2014 Jan 15
0
extlinux device trouble
...9:28 AM, Johann Obermayr
>> <johann.obermayr at sigmatek.at> wrote:
>>> Hello,
>>>
>>> i'm using version 4.07.
>>> On my computer extlinux does not work.
>>> after debugging, i found the trouble.
>>>
>>> in the function parse_mountinfo there was using a function get_string.
>>> in the function get_string there was a line (42) } else if (ch == '\\') {
>>> but in my mountinfo list, there was \ , but not with octal digit.
>>> so the function get_string will fail.
>>>
>>> here are...