Bug#544639: marked as done (out of range pointer 0xebc0 with gfxterm)

2009-09-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Sep 2009 13:59:04 +
with message-id e1mmt84-0005eu...@ries.debian.org
and subject line Bug#544639: fixed in grub2 1.97~beta3-1
has caused the Debian Bug report #544639,
regarding out of range pointer 0xebc0 with gfxterm
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
544639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544639
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: grub-pc
Version: 1.97~beta1-1
Severity: critical
Justification: breaks the whole system


I'm actually using 1.96+20090808-1 right now, because otherwise, obviously, it 
won't boot, so if that appears anywhere, that's why.
And yes, grub-common was running at 1.97 too.

Anyway, on to the problem.

out of range pointer 0xebc0

That's what it says after I select a kernel in grub. It does it for both 2.6.30 
and 2.6.26.

Sorry I can't provide more info, dunno what else to say.

If you need any info, just tell me what to do. :P


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/fd9a61fb-18c5-44da-978d-d4ad08f36d88 / ext3 
rw,relatime,errors=remount-ro,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)/dev/hda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output.gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, Linux 2.6.30-1-686 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.30-1-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro  quiet
initrd/boot/initrd.img-2.6.30-1-686
}
menuentry Debian GNU/Linux, Linux 2.6.30-1-686 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.30-1-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro single 
initrd/boot/initrd.img-2.6.30-1-686
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-686 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.26-2-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro  quiet
initrd/boot/initrd.img-2.6.26-2-686
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-686 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.26-2-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro single 
initrd/boot/initrd.img-2.6.26-2-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.27  Debian configuration management sy
ii  grub-common  1.96+20090808-1 GRand Unified Bootloader, version 
ii  libc62.9-25  GNU C Library: Shared libraries
ii  ucf  3.0021  Update Configuration File

Bug#544639: please test this GRUB snapshot

2009-09-04 Thread Robert Millan

Btw, i386 builds are now available (same URL).  Please test!

On Wed, Sep 02, 2009 at 08:01:48PM +0200, Robert Millan wrote:
 
 Hi,
 
 I uploaded this GRUB snapshot, it's from right after a video framework
 restructure commit that I suspect might be the culprit:
 
   http://people.debian.org/~rmh/grub-after-fb-split/
 
 Please report if it works.  Thanks!
 
 -- 
 Robert Millan
 
   The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
   how) you may access your data; but nobody's threatening your freedom: we
   still allow you to remove your data and not access it at all.

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544639: please test this GRUB snapshot

2009-09-04 Thread Robert Millan

Btw, i386 builds are now available (same URL).  Please test!

On Thu, Sep 03, 2009 at 06:40:28PM +0200, Robert Millan wrote:
 
 Hi,
 
 I uploaded this GRUB snapshot, it's from right after a video framework
 restructure commit that I suspect might be the culprit:
 
   http://people.debian.org/~rmh/grub-after-fb-split/
 
 Please report if it works.
 
 Please make sure GRUB is running on gfxterm when you test it!!  Tests 
 reporting
 that it works in console/text mode aren't helpful at all!
 
 Thanks!
 
 -- 
 Robert Millan
 
   The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
   how) you may access your data; but nobody's threatening your freedom: we
   still allow you to remove your data and not access it at all.

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544639: out of range pointer 0xebc0

2009-09-02 Thread Felix Zielcke
Am Mittwoch, den 02.09.2009, 10:51 +1000 schrieb Timur Mazid:
 Package: grub-pc
 Version: 1.97~beta1-1
 Severity: critical
 Justification: breaks the whole system
 
 
 I'm actually using 1.96+20090808-1 right now, because otherwise,
 obviously, it won't boot, so if that appears anywhere, that's why.
 And yes, grub-common was running at 1.97 too.
 
 Anyway, on to the problem.
 
 out of range pointer 0xebc0
 
 That's what it says after I select a kernel in grub. It does it for
 both 2.6.30 and 2.6.26.
 
 Sorry I can't provide more info, dunno what else to say.
 
 If you need any info, just tell me what to do. :P
 

Please try without gfxterm.
Uncomment the `GRUB_TERMINAL=console' in /etc/default/grub and run
update-grub.
What's your graphic card?
The best would be if you could do a svn-bisect between r2488 and r2549.


-- 
Felix Zielcke
Proud Debian Maintainer




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544639: out of range pointer 0xebc0

2009-09-02 Thread Timur Mazid

 Please try without gfxterm.
 Uncomment the `GRUB_TERMINAL=console' in /etc/default/grub and run 
 update-grub.

 I've tried using the command line in grub.
 Whenever I type in a command, then press either enter or tab, it immediately 
 shows out of range pointer 0xebc0.
 
 I'll try uncommenting that line as soon as I've got a shell on that computer.

Yup, that's fixed it.
Will I have to make sure in future that it's always uncommented?


  What's your graphic card?

 I THINK it's then ATI Radeon IGP 350M.
 It's the ATI graphics card for the compaq nc4010 laptop.

lspci actually says it's a 340M. Host bridge: ATI Technologies Inc 
RS200/RS200M AGP Bridge [IGP 340M] (rev 02)
If that's of any help to you.


_
Take a peek at other people's pay and perks Check out The Great Australian Pay 
Check
http://clk.atdmt.com/NMN/go/157639755/direct/01/

Bug#544639:

2009-09-02 Thread Timur Mazid

 Please try without gfxterm.
 Uncomment the `GRUB_TERMINAL=console' in /etc/default/grub and run 
 update-grub.

I've tried using the command line in grub.
Whenever I type in a command, then press either enter or tab, it immediately 
shows out of range pointer 0xebc0.

I'll try uncommenting that line as soon as I've got a shell on that computer.


 What's your graphic card?

I THINK it's then ATI Radeon IGP 350M.
It's the ATI graphics card for the compaq nc4010 laptop.


 The best would be if you could do a svn-bisect between r2488 and r2549.

I'd be glad to, if I knew how. :P
What's the repo for grub?
From typing in svn-bisect, I'm guessing, I have to do a checkout, then 
svn-bisect start, then svn-bisect good 2488, then svn-bisect 2549?
And yes, step-by-step instructions is probably what I need. :P


_
View photos of singles in your area Click Here
http://clk.atdmt.com/NMN/go/150855801/direct/01/

Bug#544639: out of range pointer 0xebc0

2009-09-02 Thread Felix Zielcke
Am Mittwoch, den 02.09.2009, 16:38 +0200 schrieb Felix Zielcke:
 Am Mittwoch, den 02.09.2009, 22:26 +1000 schrieb Timur Mazid:
 
 I'd be glad to, if I knew how. :P
 
  What's the repo for grub?
  From typing in svn-bisect, I'm guessing, I have to do a checkout, then 
  svn-bisect start, then svn-bisect good 2488, then svn-bisect 2549?
  And yes, step-by-step instructions is probably what I need. :P
 
 Upstream's repo is:
 svn://svn.sv.gnu.org/grub/trunk/grub2
 
 Then either get the Debian source package and copy over the debian/
 directory or follow the steps in the Debian wiki to check it out from
 our Debian repository:
 http://wiki.debian.org/de/GRUB2/Anleitung/DebianPaketVonOriginalQuelltext
 
 I also suggest to edit debian/control and remove every package you don't
 need, i.e. keep first block, grub-common and grub-pc and remove
 everything else, else it needs very long to build.
 And then use svn-bisect like you said.

Oh I forgot to tell you, like in the other report, commit r2507 made
gfxterm non default, so better use GRUB_TERMINAL=gfxterm
in /etc/default/grub so it gets always used.

-- 
Felix Zielcke
Proud Debian Maintainer




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544639: out of range pointer 0xebc0

2009-09-02 Thread Felix Zielcke
Am Mittwoch, den 02.09.2009, 22:26 +1000 schrieb Timur Mazid:
  Please try without gfxterm.
  Uncomment the `GRUB_TERMINAL=console' in /etc/default/grub and run 
  update-grub.
 
  I've tried using the command line in grub.
  Whenever I type in a command, then press either enter or tab, it 
  immediately shows out of range pointer 0xebc0.
  
  I'll try uncommenting that line as soon as I've got a shell on that 
  computer.
 
 Yup, that's fixed it.
 Will I have to make sure in future that it's always uncommented?

 
   What's your graphic card?
 
  I THINK it's then ATI Radeon IGP 350M.
  It's the ATI graphics card for the compaq nc4010 laptop.
 
 lspci actually says it's a 340M. Host bridge: ATI Technologies Inc 
 RS200/RS200M AGP Bridge [IGP 340M] (rev 02)
 If that's of any help to you.
 
Then your problem is related to 544155, they've some other ATI mobility
graphic chip and get an unaligned pointer when gfxterm is enabled.

I'd be glad to, if I knew how. :P

 What's the repo for grub?
 From typing in svn-bisect, I'm guessing, I have to do a checkout, then 
 svn-bisect start, then svn-bisect good 2488, then svn-bisect 2549?
 And yes, step-by-step instructions is probably what I need. :P

Upstream's repo is:
svn://svn.sv.gnu.org/grub/trunk/grub2

Then either get the Debian source package and copy over the debian/
directory or follow the steps in the Debian wiki to check it out from
our Debian repository:
http://wiki.debian.org/de/GRUB2/Anleitung/DebianPaketVonOriginalQuelltext

I also suggest to edit debian/control and remove every package you don't
need, i.e. keep first block, grub-common and grub-pc and remove
everything else, else it needs very long to build.
And then use svn-bisect like you said.
 
 __

-- 
Felix Zielcke
Proud Debian Maintainer




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544639: please test this GRUB snapshot

2009-09-02 Thread Robert Millan

Hi,

I uploaded this GRUB snapshot, it's from right after a video framework
restructure commit that I suspect might be the culprit:

  http://people.debian.org/~rmh/grub-after-fb-split/

Please report if it works.  Thanks!

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#544639: please test this GRUB snapshot

2009-09-02 Thread Witold Baryluk
Dnia 2009-09-02, śro o godzinie 20:01 +0200, Robert Millan pisze:
 Hi,
 
 I uploaded this GRUB snapshot, it's from right after a video framework
 restructure commit that I suspect might be the culprit:
 
   http://people.debian.org/~rmh/grub-after-fb-split/
 
 Please report if it works.  Thanks!
 

Works for me.

It boots my system in default configuration without problem.
No unaligned pointer anywhere, or point out of range errors.
Tab completion works correctly.

Still grub uses text mode only. I tried this sequence of commands to
switch mode by hand:

grub:sh loadfont /grub/unicode.pf2  # no error
grub:sh insmod vbe # no error
grub:sh insmod gfxterm # no error
grub:sh terminal_output gfxterm
# terminal goes blank, and after a moment, screen is clear with
# an error message and prompt at top
error: No siutable mode found!
grub:sh

I will try 1.96+20090317-1 now, because this is probably the version
which had gfxterm working correctly.


-- 
Witold Baryluk


signature.asc
Description: To jest część  wiadomości podpisana cyfrowo


Bug#544639: out of range pointer 0xebc0

2009-09-01 Thread Timur Mazid

Package: grub-pc
Version: 1.97~beta1-1
Severity: critical
Justification: breaks the whole system


I'm actually using 1.96+20090808-1 right now, because otherwise, obviously, it 
won't boot, so if that appears anywhere, that's why.
And yes, grub-common was running at 1.97 too.

Anyway, on to the problem.

out of range pointer 0xebc0

That's what it says after I select a kernel in grub. It does it for both 2.6.30 
and 2.6.26.

Sorry I can't provide more info, dunno what else to say.

If you need any info, just tell me what to do. :P


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/fd9a61fb-18c5-44da-978d-d4ad08f36d88 / ext3 
rw,relatime,errors=remount-ro,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)/dev/hda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output.gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, Linux 2.6.30-1-686 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.30-1-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro  quiet
initrd/boot/initrd.img-2.6.30-1-686
}
menuentry Debian GNU/Linux, Linux 2.6.30-1-686 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.30-1-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro single 
initrd/boot/initrd.img-2.6.30-1-686
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-686 {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.26-2-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro  quiet
initrd/boot/initrd.img-2.6.26-2-686
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-686 (recovery mode) {
set root=(hd0,1)
search --no-floppy --fs-uuid --set fd9a61fb-18c5-44da-978d-d4ad08f36d88
linux/boot/vmlinuz-2.6.26-2-686 
root=UUID=fd9a61fb-18c5-44da-978d-d4ad08f36d88 ro single 
initrd/boot/initrd.img-2.6.26-2-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.27  Debian configuration management sy
ii  grub-common  1.96+20090808-1 GRand Unified Bootloader, version 
ii  libc62.9-25  GNU C Library: Shared libraries
ii  ucf  3.0021  Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base  5.0.5  common files for the Debian Deskto
ii  genisoimage   9:1.1.9-1  Creates ISO-9660 CD-ROM filesystem

-- debconf information:
  grub2/kfreebsd_cmdline:
  grub-pc/linux_cmdline: fillme
* grub2/linux_cmdline:
  grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: false
* grub-pc/install_devices: /dev/hda
  grub-pc/postrm_purge_boot_grub: false
  grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default: quiet
_
Take a peek at other people's pay and perks Check out The Great Australian Pay 
Check
http://clk.atdmt.com/NMN/go/157639755/direct/01/