Displaying 7 results from an estimated 7 matches for "set_from_line".
2013 Oct 01
2
Bug#603391: Bug#603391: Workaround PyGrub issue
...;GrubConf.py", line 325, in __init__
    _GrubImage.__init__(self, title, lines)
  File "GrubConf.py", line 94, in __init__
    self.reset(lines)
  File "GrubConf.py", line 110, in reset
    self._parse(lines)
  File "GrubConf.py", line 105, in _parse
    map(self.set_from_line, lines)
  File "GrubConf.py", line 335, in set_from_line
    setattr(self, self.commands[com], arg.strip())
  File "GrubConf.py", line 113, in set_root
    self._root = GrubDiskPart(val)
  File "GrubConf.py", line 55, in __init__
    (self.disk, self.part) = str.split(...
2013 Oct 01
0
Bug#603391: Bug#603391: Workaround PyGrub issue
...on/grub/GrubConf.py", line 89, in __init__
>     self.reset(lines)
>   File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 105, in reset
>     self._parse(lines)
>   File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 100, in _parse
>     map(self.set_from_line, lines)
>   File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 330, in set_from_line
>     setattr(self, self.commands[com], arg.strip())
>   File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 108, in set_root
>     self._root = GrubDiskPart(val)
>...
2013 Oct 01
0
Bug#603391: Bug#603391: Workaround PyGrub issue
...init__
>     _GrubImage.__init__(self, title, lines)
>   File "GrubConf.py", line 94, in __init__
>     self.reset(lines)
>   File "GrubConf.py", line 110, in reset
>     self._parse(lines)
>   File "GrubConf.py", line 105, in _parse
>     map(self.set_from_line, lines)
>   File "GrubConf.py", line 335, in set_from_line
>     setattr(self, self.commands[com], arg.strip())
>   File "GrubConf.py", line 113, in set_root
>     self._root = GrubDiskPart(val)
>   File "GrubConf.py", line 55, in __init__
>     (self...
2013 Sep 29
2
Bug#603391: Workaround PyGrub issue
.../usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 89, in __init__
    self.reset(lines)
  File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 105, in reset
    self._parse(lines)
  File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 100, in _parse
    map(self.set_from_line, lines)
  File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 330, in set_from_line
    setattr(self, self.commands[com], arg.strip())
  File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 108, in set_root
    self._root = GrubDiskPart(val)
  File "/usr/lib/xen-...
2010 Nov 13
0
Bug#603391: pygrub: unintelligible error messages
...;/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 85, in __init__
    self.reset(lines)
  File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 101, in reset
    self._parse(lines)
  File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 96, in _parse
    map(self.set_from_line, lines)
  File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 139, in set_from_line
    setattr(self, self.commands[com], arg.strip())
  File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 104, in set_root
    self._root = GrubDiskPart(val)
  File "/usr/lib/xen-...
2010 Oct 06
1
Bug#599243: xen-utils-4.0: pygrub does not understand grub2 partition types (e.g. (hd0, msdos1) instead of (hd0, 1))
...;/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 85, in __init__
    self.reset(lines)
  File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 101, in reset
    self._parse(lines)
  File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 96, in _parse
    map(self.set_from_line, lines)
  File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 326, in set_from_line
    setattr(self, self.commands[com], arg.strip())
  File "/usr/lib/xen-4.0/lib/python/grub/GrubConf.py", line 104, in set_root
    self._root = GrubDiskPart(val)
  File "/usr/lib/xen-...
2011 Oct 01
2
Bug#643953: xen-utils-4.0: pygrub can not parse empty "root" statement in menu.lst
.../../lib/python/grub/GrubConf.py", line 87, in __init__
    self.reset(lines)
  File "/usr/lib/xen-4.0/bin/../lib/python/grub/GrubConf.py", line 103, in reset
    self._parse(lines)
  File "/usr/lib/xen-4.0/bin/../lib/python/grub/GrubConf.py", line 98, in _parse
    map(self.set_from_line, lines)
  File "/usr/lib/xen-4.0/bin/../lib/python/grub/GrubConf.py", line 141, in set_from_line
    setattr(self, self.commands[com], arg.strip())
  File "/usr/lib/xen-4.0/bin/../lib/python/grub/GrubConf.py", line 106, in set_root
    self._root = GrubDiskPart(val)
  File "...