Comment 5 for bug 144631

Revision history for this message
Todd Deshane (deshantm) wrote :

the config for the guest made with xen-create-image (from xen-tools) is attached

The behavior is the same, I don't notice any big differences in behavior compared to feisty

it freezes a few lines longer because of swap and th loading of a couple things:

EXT3-fs: mounted filesystem with ordered data mode.
Adding 131064k swap on /dev/sda2. Priority:-1 extents:1 across:131064k
EXT3 FS on sda1, internal journal
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: <email address hidden>
NET: Registered protocol family 17
lo: Disabled Privacy Extensions
Mobile IPv6
<HANG>

Also the strace goes the same amount "farther":

     select(7, [0 4 6], NULL, NULL, NULL) = 1 (in [6])
                                                          read(6, "EXT3 FS on sda1, internal journa"..., 512) = 35
                                  write(1, "EXT3 FS on sda1, internal journa"..., 35EXT3 FS on sda1, internal journal
) = 35
      select(7, [0 4 6], NULL, NULL, NULL) = 1 (in [6])
                                                          read(6, "device-mapper: ioctl: 4.11.0-ioc"..., 512) = 82
                                  write(1, "device-mapper: ioctl: 4.11.0-ioc"..., 82device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: <email address hidden>
) = 82
      select(7, [0 4 6], NULL, NULL, NULL) = 1 (in [6])
                                                          read(6, "NET: Registered protocol family "..., 512) = 36
                                  write(1, "NET: Registered protocol family "..., 36NET: Registered protocol family 17
) = 36
      select(7, [0 4 6], NULL, NULL, NULL) = 1 (in [6])
                                                          read(6, "NET: Registered protocol family "..., 512) = 36
                                  write(1, "NET: Registered protocol family "..., 36NET: Registered protocol family 10
) = 36
      select(7, [0 4 6], NULL, NULL, NULL) = 1 (in [6])
                                                          read(6, "lo: Disabled Privacy Extensions\n"..., 512) = 46
                                   write(1, "lo: Disabled Privacy Extensions\n"..., 46lo: Disabled Privacy Extensions
Mobile IPv6
) = 46
      select(7, [0 4 6], NULL, NULL, NULL

I can try post other logs or information as needed, let me know.