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

Bug#729415: marked as done (reportbug: yesno/getkey helper functions assume console)



Your message dated Fri, 01 Feb 2019 02:40:36 +0000
with message-id <E1gpOku-000FLx-N7@fasolo.debian.org>
and subject line Bug#669038: fixed in reportbug 7.5.2
has caused the Debian Bug report #669038,
regarding reportbug: yesno/getkey helper functions assume console
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 owner@bugs.debian.org
immediately.)


-- 
669038: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669038
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: grub-pc
Version: 1.99-27+deb7u2
Severity: normal

The bug report script "/usr/share/bug/grub-pc/script" prompts the user on the
terminal/console irregardless of the interface the user has selected for
reportbug.  Thus, if the user is using the GTK interface all they see is that
additional information is being collected, not that they are being prompted for
action on the terminal/console.



-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/vg0-root / xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mapper/vg0-home /home xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mapper/vg0-log /var/log xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mmcblk0p1 /media/jamin/keys ext3 rw,nosuid,nodev,relatime,errors=continue,barrier=1,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/memstick-MS_0x79001edd
(hd1)	/dev/disk/by-id/ata-TOSHIBA_THNSNS128GMCP_42HS10GSTWRZ
(hd2)	/dev/disk/by-id/usb-SanDisk_Cruzer_Edge_20042906101E0E704FCC-0:0
*********************** END /boot/grub/device.map

*********************** 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
  load_env
fi
set default="0"
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 {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod lvm
insmod part_msdos
insmod xfs
set root='(vg0-root)'
search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  insmod lvm
  insmod part_msdos
  insmod xfs
  set root='(vg0-root)'
  search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
  set locale_dir=($root)/boot/grub/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod lvm
insmod part_msdos
insmod xfs
set root='(vg0-root)'
search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
insmod png
if background_image /usr/share/images/desktop-base/joy-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 ###
menuentry 'Debian GNU/Linux, with Linux 3.10-3-amd64' --class debian --class gnu-linux --class gnu --class os {
	load_video
	insmod gzio
	insmod lvm
	insmod part_msdos
	insmod xfs
	set root='(vg0-root)'
	search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
	echo	'Loading Linux 3.10-3-amd64 ...'
	linux	/boot/vmlinuz-3.10-3-amd64 root=/dev/mapper/vg0-root ro initrd=/install/gtk/initrd.gz quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.10-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.10-3-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	load_video
	insmod gzio
	insmod lvm
	insmod part_msdos
	insmod xfs
	set root='(vg0-root)'
	search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
	echo	'Loading Linux 3.10-3-amd64 ...'
	linux	/boot/vmlinuz-3.10-3-amd64 root=/dev/mapper/vg0-root ro single initrd=/install/gtk/initrd.gz
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.10-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os {
	load_video
	insmod gzio
	insmod lvm
	insmod part_msdos
	insmod xfs
	set root='(vg0-root)'
	search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
	echo	'Loading Linux 3.2.0-4-amd64 ...'
	linux	/boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/vg0-root ro initrd=/install/gtk/initrd.gz quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.2.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	load_video
	insmod gzio
	insmod lvm
	insmod part_msdos
	insmod xfs
	set root='(vg0-root)'
	search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
	echo	'Loading Linux 3.2.0-4-amd64 ...'
	linux	/boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/vg0-root ro single initrd=/install/gtk/initrd.gz
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.2.0-4-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod lvm
	insmod part_msdos
	insmod xfs
	set root='(vg0-root)'
	search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod lvm
	insmod part_msdos
	insmod xfs
	set root='(vg0-root)'
	search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
	insmod lvm
	insmod part_msdos
	insmod xfs
	set root='(vg0-root)'
	search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
	multiboot	/boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
	insmod lvm
	insmod part_msdos
	insmod xfs
	set root='(vg0-root)'
	search --no-floppy --fs-uuid --set=root bbad0904-e653-4fd3-a5bf-e5a04d870122
	multiboot	/boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

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

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Nov 12 08:32 ata-TOSHIBA_THNSNS128GMCP_42HS10GSTWRZ -> ../../sda
lrwxrwxrwx 1 root root 10 Nov 12 08:32 ata-TOSHIBA_THNSNS128GMCP_42HS10GSTWRZ-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 12 08:32 dm-name-vg0-home -> ../../dm-3
lrwxrwxrwx 1 root root 10 Nov 12 08:32 dm-name-vg0-log -> ../../dm-2
lrwxrwxrwx 1 root root 10 Nov 12 08:32 dm-name-vg0-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Nov 12 08:52 dm-name-vg0-swap -> ../../dm-1
lrwxrwxrwx 1 root root 10 Nov 12 08:52 dm-uuid-LVM-j8a3ViT5xnffy9s2dPPnRAzMcO1Zmn4Gh5chv1sPMvTV69IHavtUoI36WIbHJubf -> ../../dm-1
lrwxrwxrwx 1 root root 10 Nov 12 08:32 dm-uuid-LVM-j8a3ViT5xnffy9s2dPPnRAzMcO1Zmn4Gqf51HJ5HNnc9bIFlJUp6MGnbGDocA9eV -> ../../dm-0
lrwxrwxrwx 1 root root 10 Nov 12 08:32 dm-uuid-LVM-j8a3ViT5xnffy9s2dPPnRAzMcO1Zmn4GsNWgf0ZS4gVJI8Aw1uWMZCBwQgJLAIUe -> ../../dm-3
lrwxrwxrwx 1 root root 10 Nov 12 08:32 dm-uuid-LVM-j8a3ViT5xnffy9s2dPPnRAzMcO1Zmn4GuZ5jwWxtmOEuz1vE1uQqAIPiLJWnZ9BP -> ../../dm-2
lrwxrwxrwx 1 root root 13 Nov 12 08:32 memstick-MS_0x79001edd -> ../../mmcblk0
lrwxrwxrwx 1 root root 15 Nov 12 08:32 memstick-MS_0x79001edd-part1 -> ../../mmcblk0p1
lrwxrwxrwx 1 root root  9 Nov 12 08:32 scsi-SATA_TOSHIBA_THNSNS1242HS10GSTWRZ -> ../../sda
lrwxrwxrwx 1 root root 10 Nov 12 08:32 scsi-SATA_TOSHIBA_THNSNS1242HS10GSTWRZ-part1 -> ../../sda1
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 15 Nov 12 08:32 2674fc5d-ee22-4316-8530-4522894d8035 -> ../../mmcblk0p1
lrwxrwxrwx 1 root root 10 Nov 12 08:32 38f36cd8-1edf-464b-bcdc-4f3be33656a1 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Nov 12 08:52 8532446a-6ced-4df0-9f41-8035d06d89c3 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Nov 12 08:32 bbad0904-e653-4fd3-a5bf-e5a04d870122 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Nov 12 08:32 c2e9158b-c005-4500-a924-2706acd9f378 -> ../../dm-2
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]  1.5.51
ii  grub-common            1.99-27+deb7u2
ii  grub-pc-bin            1.99-27+deb7u2
ii  grub2-common           1.99-27+deb7u2
ii  ucf                    3.0027+nmu1

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information:
  grub-pc/install_devices_failed_upgrade: true
  grub2/kfreebsd_cmdline_default: quiet
  grub2/device_map_regenerated:
  grub2/kfreebsd_cmdline:
  grub-pc/install_devices_failed: false
  grub-pc/kopt_extracted: false
* grub2/linux_cmdline: initrd=/install/gtk/initrd.gz
* grub2/linux_cmdline_default: quiet
  grub-pc/install_devices_empty: false
  grub-pc/install_devices_disks_changed:
* grub-pc/install_devices: /dev/disk/by-id/ata-TOSHIBA_THNSNS128GMCP_42HS10GSTWRZ
  grub-pc/mixed_legacy_and_grub2: true
  grub-pc/disk_description:
  grub-pc/chainload_from_menu.lst: true
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/partition_description:

--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 7.5.2

We believe that the bug you reported is fixed in the latest version of
reportbug, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 669038@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <morph@debian.org> (supplier of updated reportbug package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 31 Jan 2019 20:57:49 -0500
Source: reportbug
Binary: python3-reportbug reportbug reportbug-gtk
Architecture: source all
Version: 7.5.2
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers <debian-reportbug@lists.debian.org>
Changed-By: Sandro Tosi <morph@debian.org>
Description:
 python3-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
 reportbug-gtk - reports bugs in the Debian distribution (GTK+ UI)
Closes: 669038 803675 848207 865153 876372 892898 893873 903865 908650 916297 916985 918536 918537
Changes:
 reportbug (7.5.2) unstable; urgency=medium
 .
   * bin/reportbug
     - automatically add ftbfs tag for does-not-build severity, patch by Logan
       Rosen; Closes: #903865
     - fix UnicodeDecodeError crash with debconf-show output, patch by Nis
       Martensen; Closes: #892898
   * reportbug/utils.py
     - add listccme to CONFIG_ARGS, patch by Shengjing Zhu
   * add `outfile` option to reportbug.conf; patch by Jonathan Rubenstein;
     Closes: #916985
   * reportbug/debbugs.py
     - since 2.2, python-debianbts already parses bugs messages as `email`
       object, so dont parse them again
     - copy debian-boot@ ml for every ftp.debian.org override bugs;
       Closes: #893873
     - dont force binary->source package conversion in ftp.debian.org bug
       handling; Closes: #908650
     - remove `debian-maintainers` pseudo-package, it's been deprecated
   * bin/reportbug, reportbug/ui/__init__.py
     - be explicit on why a UI is unavailable when passing -u XYZ on the
       command-line; Closes: #876372
   * reportbug/{bugreport.py, utils.py}
     - add kernel taint flags information to bug report "System Information"
       section; Closes: #865153
   * Extend copyright years to 2019
   * Makefile
     - add `clean` target to remove python build artifacts, patch by Nis
       Martensen; Closes: #918537
   * conf/reportbug.conf
     - fix example for `mua`, patch by Nis Martensen; Closes: #918536
   * reportbug/ui/gtk2_ui.py
     - fix crash by accepting the `exitstatus` argument to `on_child_exited()`;
       patch by Nis Martensen; Closes: #916297
   * bin/reportbug, reportbug/utils.py
     - make sure to run bugscripts in a terminal even with the GTK UI; patch by
       Nis Martensen; Closes: #669038, #803675
   * Rename gtk2 UI to gtk, patch by Nis Martensen; Closes: #848207
Checksums-Sha1:
 d6dfd73e493fa6984f5bf4519f296da6da9e2998 1808 reportbug_7.5.2.dsc
 b801a4e4164ea4d44e2a5352e576bdfda6548a41 197440 reportbug_7.5.2.tar.xz
 a2a1e3c450bd8ecc8c513df0eb381ca8c6f5a9ca 133336 python3-reportbug_7.5.2_all.deb
 3584974f421fb4cdb9fce514367ca8352630ce8e 81080 reportbug-gtk_7.5.2_all.deb
 b67936b909ac9c9f3951bec1e8cb9e89e1b234c4 127840 reportbug_7.5.2_all.deb
 1d463acaf2ff14bfae91e3a9628a361ba07fbb7e 7663 reportbug_7.5.2_amd64.buildinfo
Checksums-Sha256:
 09d848fc78c99c26162843e9ad75d64a2f7c00d31f6bc9f410168bfed0b412b7 1808 reportbug_7.5.2.dsc
 95ac1cc3f1c1a71fe89372b8797195a16f8752c093d5631180020366987d56b8 197440 reportbug_7.5.2.tar.xz
 4764f1e24212c5f8a636edcbc17d6e65a533ab897f28c871acf2fe7b858a5ca8 133336 python3-reportbug_7.5.2_all.deb
 6272b0bd4eb03eb5246796828111a25748da6951bec0e0a81c1c961e1edc8a4e 81080 reportbug-gtk_7.5.2_all.deb
 dd93fc60ac60a325bc4ff5d33731830d7e897811e4227038d31dc58649fa07bb 127840 reportbug_7.5.2_all.deb
 8f417abe6c8c123e4b4e88c691b522ac5b05132a66da4a51dab13a6231deef24 7663 reportbug_7.5.2_amd64.buildinfo
Files:
 2b8a2af313e03bb4350467116a572c1c 1808 utils standard reportbug_7.5.2.dsc
 ba5a569f1f2c7a6e4d5928d7211d4706 197440 utils standard reportbug_7.5.2.tar.xz
 c766b1524801609d827260901e8d9116 133336 python standard python3-reportbug_7.5.2_all.deb
 db3ee8287e6d3755320b926ac912b7af 81080 utils optional reportbug-gtk_7.5.2_all.deb
 b02bf0269fdc0f3e78ec174f566e7d18 127840 utils standard reportbug_7.5.2_all.deb
 dc78c35f210da02daf4ad3e3ece9564e 7663 utils standard reportbug_7.5.2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAlxTqGAACgkQh588mTgB
qU+RzxAAxpPUkMW5QCD/qM1+ZhMCk1S72blZt5/oTtjP4DVzdsx2PtDcWIJWxqpV
6NWFdFg8wvE9Uyo5e07hxWiDoxoVWNJZnzmn5EkBwMltlvVSc8T3Z0AmwKCjKpJz
ko+wFyxCEOf700iK60Optwm42xtQpwhkcVYyfM+cF4TfvUbV+OqbtxjwVBDPXxO/
H3dAYsJjIOLnkv2Pf4XZURwigDw7LiT/cXbsZdPXMIXW3DpT1SGih05rnBrHI4yw
DzP7ldzgiNY+xumJNbtuXZGLosP+eNua95mhdYFBkSEf0GRBUaeOoyd77EfWx4PP
ChkgLEV8Drw437eR4EOD1uGkJrlIuOJFf882NH4CQ9fP8uJMV4bT8CusQNiJJIs3
CI4npiWd4X6cQ8sIbj7X12PNyIm0/42ymZ0ae2TJEPe0jCXs1WIPhNQfjG0sYVrs
jCc5zLi3s3+M7WPwerpJ530V5xSyLtMsL4AACY7IWDQ4XyQSuTTn72AsrOCLzLXr
vjXm5Fj32XLkUIaC+VafHSQsezK18jK003XKUiChHvwYZUDW6l3aAS0oPO5wf35x
9RdVhREirQ39LVGngVYcehJQ9hrodiOZbnwv/WnWrItlhnW/vmdXaPC9VrcYgokG
ajLdama8CrUQtFPbG/mvAVp5JBBSy92Q/4a1DpY1FbuaWRx0jME=
=XmWu
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: