Bug#849357: kernel-package: make-kpkg kernel_headers fails for linux 4.10-rc1; missing REPORTING-BUGS

2016-12-25 Thread Joe Public
Package: kernel-package
Version: 13.018
Severity: normal

Dear Maintainer,

Linux kernel sources for kernel 4.10-rc1 do not include the file
REPORTING-BUGS, however make-kpkg kernel_headers seems to depend on the
presence of this file.  The recipe fails for kernel_headers due to
absence of this file.

Creating an empty REPORTING-BUGS file in the kernel source directory
resulted in a successful build.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kernel-package depends on:
ii  bc   1.06.95-9+b2
ii  binutils 2.27.51.20161201-1
ii  build-essential  12.2
ii  bzip21.0.6-8
ii  dpkg-dev 1.18.15
ii  file 1:5.29-2
ii  gettext  0.19.8.1-1
ii  kmod 23-1
ii  po-debconf   1.0.20
ii  xmlto0.0.28-0.1
ii  xz-utils [lzma]  5.2.2-1.2

Versions of packages kernel-package recommends:
ii  cpio   2.11+dfsg-6
ii  docbook-utils  0.6.14-3.3
ii  kernel-common  13.018
pn  uboot-mkimage  

Versions of packages kernel-package suggests:
ii  libncurses5-dev [libncurses-dev]  6.0+20161126-1
pn  linux-source  

-- no debconf information



Bug#814465: grub-pc: grub fails to boot "partition not recognized" on upgrade to 2.02~beta2-36

2016-02-11 Thread Joe Public
Package: grub-pc
Version: 2.02~beta2-36
Severity: important

Dear Maintainer,

Upgrading to grub 2.02~beta2-36 seemed successful, "Installation finished. No
error reported." followed by a listing of the kernels installed and then
"done".

But on reboot, instead of the usual grub menu, there was only a message
"Partition not recognized" and the grub-rescue prompt.  Grub-rescue commands
like "insmod normal" failed with "Partition not recognized."

Booting the system from rescue CD and downgrading grub to 2.02~beta2-22+deb8u1
worked perfectly on reboot, so the problem may have been something in the new
version.

For what it's worth this is debian testing on a thinkpad edge with a Hitachi
Travelstar Z7K320 320GB (2.5") hard drive partitioned into an ext4 and a swap
partition.

Peace,

Joe Public



-- Package-specific info:

*** BEGIN /proc/mounts
/dev/sda1 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sdc1 /media/joe/E4D0-414A vfat 
rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,showexec,utf8,flush,errors=remount-ro
 0 0
/dev/sdb1 /media/joe/My\040Passport fuseblk 
rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096
 0 0
*** END /proc/mounts

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

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  
55594683-61f6-4b57-99da-c1d418455040
else
  search --no-floppy --fs-uuid --set=root 55594683-61f6-4b57-99da-c1d418455040
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  
55594683-61f6-4b57-99da-c1d418455040
else
  search --no-floppy --fs-uuid --set=root 55594683-61f6-4b57-99da-c1d418455040
fi
insmod png
if background_image /usr/share/images/desktop-base/lines-grub.png; then
  set color_normal=white/black
  set color_highlight=black/white
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 ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu 
--class os $menuentry_id_option 
'gnulinux-simple-55594683-61f6-4b57-99da-c1d418455040' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 
--hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  
55594683-61f6-4b57-99da-c1d418455040
else
  search --no-floppy --fs-uuid --set=root 
55594683-61f6-