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

Bug#853927: marked as done (debian-installer: Hang in os-prober in "dmsetup create -r osprober-linux-sda1")



Your message dated Mon, 01 May 2017 09:04:17 +0000
with message-id <E1d57Fh-0004cl-B2@fasolo.debian.org>
and subject line Bug#853927: fixed in os-prober 1.75
has caused the Debian Bug report #853927,
regarding debian-installer: Hang in os-prober in "dmsetup create -r osprober-linux-sda1"
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.)


-- 
853927: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853927
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer
Severity: important
Tags: d-i

Dear Maintainer,

I tried to install Debian Stretch using the RC1 installer onto my
Thinkpad T430.

Installation hung at the install-grub step instead of completing
correctly.

By opening a console on a VT, I saw that the installer was hung in the
os-prober step. Since there is no other OS on this machine, I killed the
process at the end of the os-prober process tree, which was `dmsetup
create -r osprober-linux-sda1`.

This caused installation to continue and complete successfully without
any error notification.

I use a custom partitioning set-up, so I thought that possibly could be
the cause of the hang if it's something that the os-prober script can't
handle?  This machine uses UEFI and has a EFI System Partition at the
front of sdb.

This output is after finishing the installation and booting into the
machine.

  $ lsblk
  NAME            MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
  sda               8:0    0 465.8G  0 disk  
  └─sda1            8:1    0 465.8G  0 part  
    └─sda1_crypt  254:5    0 465.8G  0 crypt 
      └─spin-home 254:6    0 238.4G  0 lvm   /home
  sdb               8:16   0 232.9G  0 disk  
  ├─sdb1            8:17   0   487M  0 part  /boot/efi
  ├─sdb2            8:18   0   488M  0 part  /boot
  └─sdb3            8:19   0   232G  0 part  
    └─sdb3_crypt  254:0    0   232G  0 crypt 
      ├─ssd-swap  254:1    0  14.9G  0 lvm   [SWAP]
      ├─ssd-tmp   254:2    0  29.8G  0 lvm   /tmp
      ├─ssd-root  254:3    0  59.6G  0 lvm   /
      └─ssd-var   254:4    0 119.2G  0 lvm   /var

  $ mount | column -t
  sysfs                  on  /sys                             type  sysfs       (rw,nosuid,nodev,noexec,relatime)
  proc                   on  /proc                            type  proc        (rw,nosuid,nodev,noexec,relatime)
  udev                   on  /dev                             type  devtmpfs    (rw,nosuid,relatime,size=8114844k,nr_inodes=2028711,mode=755)
  devpts                 on  /dev/pts                         type  devpts      (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  tmpfs                  on  /run                             type  tmpfs       (rw,nosuid,noexec,relatime,size=1625196k,mode=755)
  /dev/mapper/ssd-root   on  /                                type  ext4        (rw,relatime,errors=remount-ro,data=ordered)
  securityfs             on  /sys/kernel/security             type  securityfs  (rw,nosuid,nodev,noexec,relatime)
  tmpfs                  on  /dev/shm                         type  tmpfs       (rw,nosuid,nodev)
  tmpfs                  on  /run/lock                        type  tmpfs       (rw,nosuid,nodev,noexec,relatime,size=5120k)
  tmpfs                  on  /sys/fs/cgroup                   type  tmpfs       (ro,nosuid,nodev,noexec,mode=755)
  cgroup                 on  /sys/fs/cgroup/systemd           type  cgroup      (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  pstore                 on  /sys/fs/pstore                   type  pstore      (rw,nosuid,nodev,noexec,relatime)
  efivarfs               on  /sys/firmware/efi/efivars        type  efivarfs    (rw,nosuid,nodev,noexec,relatime)
  cgroup                 on  /sys/fs/cgroup/cpu,cpuacct       type  cgroup      (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  cgroup                 on  /sys/fs/cgroup/net_cls,net_prio  type  cgroup      (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  cgroup                 on  /sys/fs/cgroup/perf_event        type  cgroup      (rw,nosuid,nodev,noexec,relatime,perf_event)
  cgroup                 on  /sys/fs/cgroup/blkio             type  cgroup      (rw,nosuid,nodev,noexec,relatime,blkio)
  cgroup                 on  /sys/fs/cgroup/memory            type  cgroup      (rw,nosuid,nodev,noexec,relatime,memory)
  cgroup                 on  /sys/fs/cgroup/cpuset            type  cgroup      (rw,nosuid,nodev,noexec,relatime,cpuset)
  cgroup                 on  /sys/fs/cgroup/freezer           type  cgroup      (rw,nosuid,nodev,noexec,relatime,freezer)
  cgroup                 on  /sys/fs/cgroup/devices           type  cgroup      (rw,nosuid,nodev,noexec,relatime,devices)
  cgroup                 on  /sys/fs/cgroup/pids              type  cgroup      (rw,nosuid,nodev,noexec,relatime,pids)
  systemd-1              on  /proc/sys/fs/binfmt_misc         type  autofs      (rw,relatime,fd=36,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=9633)
  mqueue                 on  /dev/mqueue                      type  mqueue      (rw,relatime)
  debugfs                on  /sys/kernel/debug                type  debugfs     (rw,relatime)
  hugetlbfs              on  /dev/hugepages                   type  hugetlbfs   (rw,relatime)
  /dev/sdb2              on  /boot                            type  ext2        (rw,relatime,block_validity,barrier,user_xattr,acl)
  /dev/mapper/ssd-tmp    on  /tmp                             type  ext4        (rw,relatime,data=ordered)
  /dev/mapper/ssd-var    on  /var                             type  ext4        (rw,relatime,data=ordered)
  /dev/sdb1              on  /boot/efi                        type  vfat        (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
  /dev/mapper/spin-home  on  /home                            type  ext4        (rw,relatime,data=ordered)
  tmpfs                  on  /run/user/1000                   type  tmpfs       (rw,nosuid,nodev,relatime,size=1625192k,mode=700,uid=1000,gid=1000)

--
Regards,
Scott

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: os-prober
Source-Version: 1.75

We believe that the bug you reported is fixed in the latest version of
os-prober, 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 853927@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ivo De Decker <ivodd@debian.org> (supplier of updated os-prober 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: Mon, 01 May 2017 09:55:33 +0200
Source: os-prober
Binary: os-prober-udeb os-prober
Architecture: source
Version: 1.75
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Ivo De Decker <ivodd@debian.org>
Description:
 os-prober  - utility to detect other OSes on a set of drives
 os-prober-udeb - utility to detect other OSes on a set of drives (udeb)
Closes: 853163 853927 860833
Changes:
 os-prober (1.75) unstable; urgency=medium
 .
   * Remove code using device mapper (Closes: #860833, #853927, #853163).
     This code doesn't work in d-i and it has some issues outside d-i. All
     architectures can use the grub-mount codepath, which was already the
     default anyway.
     This also removes the dependency on dmsetup.
Checksums-Sha1:
 f612317b7f5f5bfc916a1c228dfa1a41d45b531a 1738 os-prober_1.75.dsc
 a8d0a562324bf2d1076426e0e482611f9ebe4d9b 26216 os-prober_1.75.tar.xz
Checksums-Sha256:
 3042c501ba182580616417fd26a3934bf5fae3dc814bc4114f83c14f37ec9727 1738 os-prober_1.75.dsc
 f4ef620455c5ffc3545daf4f32861640a48b0b3b6edda72491eecc1818653446 26216 os-prober_1.75.tar.xz
Files:
 9e803f036da017d6e297d487dc47f941 1738 debian-installer optional os-prober_1.75.dsc
 acf4f8818af3cee051aa6f927a451e55 26216 debian-installer optional os-prober_1.75.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJZBvAmAAoJEKxAu1iXBOr8wasP/0wkzhxSkMk7JeV/5mQddD5Z
rMpV4gEtBi6BRruppTUDumi47ZSythcE1PRXzjZ30MR78WWymXV4FXg6H2x+5epr
vaVy6uDejIBzUDuQcCNYpY0p1K4WMUoIs83ac/2Bt4TDvP/eE3O+ye/CbLIH+RPc
EwW5cJC8q9hYb9DFdJP/2Wjsue1Ypbj9+as3D7yBMQ3qxx4hPK3n6DksObEq4oHP
OLD0Tq32iO1hhalcAE7k5cY7bgDtFXy6JHObBMzlFaak11FpQFpsZ83PTwh4O86q
0/8a6jtrok02C4RfJ1D5tuSFnuW/I2FVCIysTGJA84ZxN9T2vI5Ya1qwZyMHuDgY
4VZ3Pab/qpDWEfyFp4K1HXgbR2Tnnh+gHzc0UhEmkV+md/9dNESZZ+xjuSy0XEsA
Ojsv/eZreqodarifqtwNw0o2KEFSI1GyCdH+YKVDylfIA3lvU6lbim36LJVf1TSC
t9MuROjjznJc5OhqNF0+hC5SkENA/4dnnd5XxR/uxYTD8kMpW82rUOW7ttuGzAiR
3SYg+UECmeMwH2Ux46vpk5WnwLct1AjZxcoRjmc6gEH75UMxI63iVdIeHnfpzI41
QtFCWWd5ELRS2eJnm43q19Nr1hc0jtNG/1CVyGSq4rZE5JQOcOxsyVOhE6xYMz5X
VMjiZEL8/Ld39+VUu5Jf
=7LLE
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: