Ubuntu Pastebin

Paste from gim at Fri, 30 Jun 2017 20:13:29 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
curtin: Installation started. (0.1.0~bzr482-0ubuntu1~16.04.1)
third party drivers not installed or necessary.
  Logical volume "lv_root_snapshot" successfully removed
  Logical volume "lv_root_gold" successfully removed
  Failed to find logical volume "vg_dynamic/lv_root_snapshot"
  Logical volume "lv_usatlas1.7515952.0" successfully removed
  Failed to find logical volume "vg_dynamic/lv_root_gold"
  Logical volume "lv_cvmfs" successfully removed
  Failed to find logical volume "vg_dynamic/lv_root_snapshot"
  Logical volume "lv_swap" successfully removed
  Logical volume "lv_usatlas1.7515957.0" successfully removed
  Logical volume "lv_tmp" successfully removed
Failed to exclusively open path: /dev/sdb3
Traceback (most recent call last):
  File "/curtin/curtin/block/__init__.py", line 782, in exclusive_open
    fd = os.open(path, os.O_RDWR | os.O_EXCL)
OSError: [Errno 16] Device or resource busy: '/dev/sdb3'
Device holders with exclusive access: ['dm-5', 'dm-7']
Device mounts: []
[Errno 16] Device or resource busy: '/dev/sdb3'
curtin: Installation failed with exception: Unexpected error while running command.
Command: ['curtin', 'block-meta', 'custom']
Exit code: 3
Reason: -
Stdout:   Logical volume "lv_root_snapshot" successfully removed
          Logical volume "lv_root_gold" successfully removed
          Failed to find logical volume "vg_dynamic/lv_root_snapshot"
          Logical volume "lv_usatlas1.7515952.0" successfully removed
          Failed to find logical volume "vg_dynamic/lv_root_gold"
          Logical volume "lv_cvmfs" successfully removed
          Failed to find logical volume "vg_dynamic/lv_root_snapshot"
          Logical volume "lv_swap" successfully removed
          Logical volume "lv_usatlas1.7515957.0" successfully removed
          Logical volume "lv_tmp" successfully removed
        Failed to exclusively open path: /dev/sdb3
        Traceback (most recent call last):
          File "/curtin/curtin/block/__init__.py", line 782, in exclusive_open
            fd = os.open(path, os.O_RDWR | os.O_EXCL)
        OSError: [Errno 16] Device or resource busy: '/dev/sdb3'
        Device holders with exclusive access: ['dm-5', 'dm-7']
        Device mounts: []
        [Errno 16] Device or resource busy: '/dev/sdb3'
        
Stderr: ''
Download as text