[Bug 589629] Re: LiveCD layout optimisation

2012-03-10 Thread liu bo
** Changed in: livecd-rootfs (Ubuntu)
 Assignee: (unassigned) = liu bo (1300733887-9)

** Changed in: livecd-rootfs (Ubuntu)
   Status: Incomplete = Fix Committed

** Changed in: livecd-rootfs (Ubuntu)
   Status: Fix Committed = Opinion

** Changed in: baltix
   Status: New = Fix Committed

** Changed in: debian-cd (Ubuntu)
   Status: New = Fix Committed

** Changed in: baltix
   Status: Fix Committed = New

** Changed in: baltix
   Status: New = Incomplete

** Changed in: livecd-rootfs (Ubuntu)
   Status: Opinion = Fix Released

** Changed in: baltix
   Status: Incomplete = Fix Released

** Changed in: debian-cd (Ubuntu)
   Status: Fix Committed = Fix Released

** Changed in: baltix
 Assignee: (unassigned) = liu bo (1300733887-9)

** Changed in: debian-cd (Debian)
 Assignee: (unassigned) = liu bo (1300733887-9)

** Changed in: debian-cd (Ubuntu)
 Assignee: (unassigned) = liu bo (1300733887-9)

** Branch unlinked: lp:~louis-simard/livecd-rootfs/layout-opt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/589629

Title:
  LiveCD layout optimisation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-cd/+bug/589629/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 452124] Re: autoupdate

2012-03-10 Thread liu bo
** Changed in: zope3 (Ubuntu)
 Assignee: (unassigned) = liu bo (1300733887-9)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/452124

Title:
  autoupdate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zope3/+bug/452124/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 452124] Re: autoupdate

2012-03-10 Thread liu bo
** Changed in: zope3 (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: zope3 (Ubuntu)
 Assignee: (unassigned) = liu bo (1300733887-9)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/452124

Title:
  autoupdate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zope3/+bug/452124/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 440587] Re: grub2: 'error: no such partition' when trying to boot from hd0, 10

2009-11-16 Thread Liu Bo
Hi, I also met the same problem. But I comment the following code to
work around it.

Package: grub-1.97.1.tar.gz
  Source: grub-1.97.1/kern/disk.c:

  Before Modified:

373   if (disk-total_sectors = *sector
374   || ((*offset + size + GRUB_DISK_SECTOR_SIZE - 1)
375GRUB_DISK_SECTOR_BITS)  disk-total_sectors - *sector)
376 return grub_error (GRUB_ERR_OUT_OF_RANGE, out of disk);
377 
378   return GRUB_ERR_NONE;

 After Modified:

373   if (disk-total_sectors = *sector
374   || ((*offset + size + GRUB_DISK_SECTOR_SIZE - 1)
375GRUB_DISK_SECTOR_BITS)  disk-total_sectors - *sector)
376 /*return grub_error (GRUB_ERR_OUT_OF_RANGE, out of disk);*/  **
  {;}
377 
378   return GRUB_ERR_NONE;

Please confirm the funtion of the above code. Thanks.

-- 
grub2: 'error: no such partition' when trying to boot from hd0,10 
https://bugs.launchpad.net/bugs/440587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs