[Bug 244141] [NEW] Grub: Add detection of bootable disk partitions by UUID

2008-06-30 Thread Colin King
Public bug reported:

Binary package hint: grub

Wish list:  Grub can boot from a specified partition using the "root"
command.  For removable media, such as USB mass storage devices, it
would be also useful to specify the partition to boot from using the
UUID on the partition rather than a physical disk location because their
physical location can possibly change each boot time.

** Affects: grub (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Grub: Add detection of bootable disk partitions by UUID
https://bugs.launchpad.net/bugs/244141
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


[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-06-30 Thread Colin King
Attached is a debdiff that supports grub boot for UUID for Intrepid.

It supports booting by UUID for the following partition types:

PartitionTested 
ext2Y
ext3Y
fat/vfatY
jfsY
reiserfs   Y
xfs  Y
ocfsN
ddf_raid  N
hfs  N
luksN

The tests were performed by creating several partitions on a 4Gb USB
Mass Storage Device of the above types and copying /boot into each
partition and then booting from the relevant partition.  Partitions 1-4
and logical partitions 5+ were tested on USB and physical hard disks.

A typical grub menu.lst using the uuid command is as follows:

title   uuid ext3
uuid98ab0550-7e12-4da7-ad6d-3d7dc9b32ab0
kernel  /boot/vmlinuz-2.6.24-19-generic 
root=UUID=98ab0550-7e12-4da7-ad6d-3d7dc9b32ab0 ro quiet splash
initrd  /boot/initrd.img-2.6.24-19-generic

title   uuid vfat
uuid4868-85B1
kernel  /boot/vmlinuz-2.6.24-19-generic root=UUID=4868-85B1 ro quiet 
splash
initrd  /boot/initrd.img-2.6.24-19-generic

One extra feature is just using the uuid command without specifying a
UUID will cause grub to find and print out all know (and supported)
UUID's that it can boot from, in the form:

(hdX,Y)filesystemuuid

e.g.:

(hd0,0)   ext3   98ab0550-7e12-4da7-ad6d-3d7dc9b32ab0
(hd1,0)   vfat4868-85B1
(hd1,1)   xfs  6f2ebb0f-f6d1-4e7b-9292-942c0c3d021b

Note: The UUIDs must match those as reported by `ls /dev/disk/by-uuid` -
some filesystem UUID's are derived from volume labels and the UUID
matching is case sensitive.


** Attachment added: "Intrepid Grub 0.97 UUID debdiff"
   http://launchpadlibrarian.net/15685494/grub-0.97.uuid.debdiff

** Changed in: grub (Ubuntu)
   Importance: Undecided => Wishlist
   Target: None => intrepid-alpha-1

-- 
Grub: Add detection of bootable disk partitions by UUID
https://bugs.launchpad.net/bugs/244141
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


[Bug 224561] Re: DVD drive errors in hardy

2008-06-30 Thread Colin King
Hi,

My first line of action is to add all_generic_ide to the kernel boot
parameters and see if this helps.

Colin

-- 
DVD drive errors in hardy
https://bugs.launchpad.net/bugs/224561
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


[Bug 138583] Re: [Gutsy] Kernel Oops after calling synce-serial-start

2008-06-30 Thread Colin King
** Changed in: linux-source-2.6.22 (Ubuntu Gutsy)
 Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Colin King 
(colin-king)
   Status: Triaged => In Progress

-- 
[Gutsy] Kernel Oops after calling synce-serial-start
https://bugs.launchpad.net/bugs/138583
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


[Bug 138583] Re: [Gutsy] Kernel Oops after calling synce-serial-start

2008-07-01 Thread Colin King
Hi jcd,

I have pack ported commit 063a2da8f01806906f7d7b1a1424b9afddebc443 and I
have build a set of kernels with this patch in. Can you download the
appropriate deb from:

http://people.ubuntu.com/~cking/sru-138583/

and try it out to see if this fixed the bug.

Thanks, Colin

-- 
[Gutsy] Kernel Oops after calling synce-serial-start
https://bugs.launchpad.net/bugs/138583
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


[Bug 214810] Re: Kernel Panic due to null pointer dereference in do_add_mount()

2008-07-01 Thread Colin King
** Changed in: linux-source-2.6.22 (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Kernel Panic due to null pointer dereference in do_add_mount()
https://bugs.launchpad.net/bugs/214810
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


[Bug 214810] Re: Kernel Panic due to null pointer dereference in do_add_mount()

2008-07-02 Thread Colin King
Hi there,

I believe I have a patch that may resolve this issue. I have built a
collection of Hardy kernels to try this with first and if it's
successful I shall backport it to Gutsy.

Can you download the appropriate Hardy kernel deb from:

http://people.ubuntu.com/~cking/sru-214810/

and try it out to see if this fixes the automount problem.  Let me know
of your results.

Thanks, Colin

-- 
Kernel Panic due to null pointer dereference in do_add_mount()
https://bugs.launchpad.net/bugs/214810
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


[Bug 210637] Re: sata_nv regression, reboots system

2008-07-02 Thread Colin King
Martin Wrote:
> Please apply to Intrepid as well.

It's been automatically included from the 2.6.26 tree.

Colin

-- 
sata_nv regression, reboots system
https://bugs.launchpad.net/bugs/210637
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


[Bug 199934] Re: Kernel Panic, in gdth (RAID) driver on reboot

2008-07-03 Thread Colin King
** Changed in: linux (Ubuntu)
   Importance: Undecided => High
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Kernel Panic, in gdth (RAID) driver on reboot
https://bugs.launchpad.net/bugs/199934
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


[Bug 214810] Re: Kernel Panic due to null pointer dereference in do_add_mount()

2008-07-03 Thread Colin King
For your convenience, I've also added the lrm and lum debs for generic
i386 and amd64 builds.

Colin

-- 
Kernel Panic due to null pointer dereference in do_add_mount()
https://bugs.launchpad.net/bugs/214810
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


[Bug 199934] Re: Kernel Panic, in gdth (RAID) driver on reboot

2008-07-03 Thread Colin King
Hi,

I've put up some kernel packages (linux - 2.6.24-20.35cking7 with a
linux-image that contains two relevant patches) in my PPA at
https://launchpad.net/~colin-king/+archive

Please try this kernel and report any success/regressions. If this fixes
the problem I can add the patch to Hardy.

Thanks.   Colin

-- 
Kernel Panic, in gdth (RAID) driver on reboot
https://bugs.launchpad.net/bugs/199934
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


[Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-07-28 Thread Colin King
Hi, I am really glad it resolves this long outstanding issue. It was
kind of a hunch; I spotted some discussion on this as follows with
respect to a very similar kernel panic at:
http://faq.aslab.com/index.php?sid=6318&lang=en&action=artikel&cat=64&id=74&artlang=en

Quote:

"NUMA requires both CPU memory banks to be populated. When only one CPU
memory bank is populated, the NUMA-enabled kernel will panic during
boot.

To fix the problem, disable NUMA by passing the kernel parameter
'numa=off' to the GRUB boot loader. "

If you are want to do a kernel rebuild for your 64 bit kernel, it's
probably a good idea to set:

CONFIG_NUMA=n
CONFIG_X86_64_ACPI_NUMA=n
CONFIG_ACPI_NUMA=n
CONFIG_K8_NUMA=n

in debian/configs/amd64/config

However, just setting the option in the boot line is a sufficient
workaround to stop this problem and re-building your kernel with NUMA
turned is quite a bit of effort to get the same result.

Also, I have not tested with NUMA turned off as a build option, so I
cannot say for 100% sure if building with NUMA disabled will work, and
building a custom kernel does mean it limits what we can do to support
bugs found in a custom kernel in the future.

As this workaround gets the desired result I think we can move this long
outstanding issue as "Fixed".

Colin

-- 
Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325
https://bugs.launchpad.net/bugs/195495
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


[Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-07-29 Thread Colin King
** Changed in: linux (Ubuntu)
   Status: Incomplete => In Progress

-- 
Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325
https://bugs.launchpad.net/bugs/195495
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


[Bug 235494] Re: Incorrect value of MAX_INT in reiserfs_fs.h?

2008-07-30 Thread Colin King
I'm opening up a discussion with the reiserfs maintainers to see if this
is a bug or intentional.

** Changed in: linux (Ubuntu)
 Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Colin King 
(colin-king)
   Status: Triaged => In Progress

-- 
Incorrect value of MAX_INT in reiserfs_fs.h?
https://bugs.launchpad.net/bugs/235494
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


[Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-07-30 Thread Colin King
Marking this as "Won't Fix" as there will not be any changes to the
kernel as there is a viable work-around by adding "numa=off" to the
kernel boot arguments.

** Changed in: linux (Ubuntu)
   Status: In Progress => Won't Fix

-- 
Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325
https://bugs.launchpad.net/bugs/195495
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


[Bug 84159] Re: acerhk module - additional keyboard

2008-07-30 Thread Colin King
** Changed in: linux-ubuntu-modules-2.6.24 (Ubuntu)
 Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Colin King 
(colin-king)
   Status: Triaged => In Progress

** Summary changed:

- acerhk module - additional keyboard
+ acerhk module - add support for Amilo A1650g keyboard

-- 
acerhk module - add support for Amilo A1650g keyboard
https://bugs.launchpad.net/bugs/84159
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


[Bug 84159] Re: acerhk module - add support for Amilo A1650g keyboard

2008-07-30 Thread Colin King
Patch now included in Intrepid

** Changed in: linux-ubuntu-modules-2.6.24 (Ubuntu)
   Status: In Progress => Fix Committed

-- 
acerhk module - add support for Amilo A1650g keyboard
https://bugs.launchpad.net/bugs/84159
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


[Bug 235494] Re: Incorrect value of MAX_INT in reiserfs_fs.h?

2008-07-30 Thread Colin King
Hi John

MAX_INT is not referenced anywhere in the reiserfs sources, so currently
it is not causing any problems.  I have corresponded with one of the
reiserfs maintainers and it is indeed garbage code that is not doing
anything.   I've checked back since Linux-2.6.12-rc2 and there is no
reference to MAX_INT in any of the reiserfs source tree.

Therefore, it is not causing any bugs / regressions so we will leave
this as it stands and mark this bug as "Won't Fix"

Hope that has clarified things.

Colin


** Changed in: linux (Ubuntu)
   Status: In Progress => Won't Fix

-- 
Incorrect value of MAX_INT in reiserfs_fs.h?
https://bugs.launchpad.net/bugs/235494
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


[Bug 237211] Re: Add Missing PCI ID to sky2 driver

2008-07-30 Thread Colin King
** Changed in: linux (Ubuntu Hardy)
 Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Colin King 
(colin-king)

-- 
Add Missing PCI ID to sky2 driver
https://bugs.launchpad.net/bugs/237211
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


[Bug 237211] Re: Add Missing PCI ID to sky2 driver

2008-07-30 Thread Colin King
** Changed in: linux (Ubuntu Hardy)
   Status: Triaged => In Progress

-- 
Add Missing PCI ID to sky2 driver
https://bugs.launchpad.net/bugs/237211
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


[Bug 249242] Re: rt2x00 oopses in 2.6.26-4, regression against 2.6.24-3

2008-07-31 Thread Colin King
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Colin King 
(colin-king)
   Status: Triaged => In Progress

-- 
rt2x00 oopses in 2.6.26-4, regression against 2.6.24-3
https://bugs.launchpad.net/bugs/249242
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


[Bug 249242] Re: rt2x00 oopses in 2.6.26-4, regression against 2.6.24-3

2008-07-31 Thread Colin King
Hi,

I've examined the OOPS and it occurs when the driver attempts to create
a workqueue and this fails - causing the code to free the workqueue,
which causes the OOPS.

I was wondering if this problem occurs every time, or was just a
transient problem caused by a lack of resources for just the one
instance you tried the Edimax EW-7318UG wlan usb stick.  So, can you
repeat the insertion of usb stick and let me know if the same OOPS
occurs and is always repeatable.

Thanks. Colin.

-- 
rt2x00 oopses in 2.6.26-4, regression against 2.6.24-3
https://bugs.launchpad.net/bugs/249242
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


[Bug 246067] Re: Kernel panic during boot in VirtualBox with kernel 2.6.26.*-generic

2008-08-26 Thread Colin King
Thanks Luiz for reporting this upstream and informing us of the on-going
discussion. Just to add:

Intrepid Alpha-4 2.6.26-5 - confirmed
and also 2.6.27-rc4 - confirmed

Works with noreplace-paravirt on Intrepid Alpha 4 2.6.26-5, and
2.6.27-rc4.

-- 
Kernel panic during boot in VirtualBox with kernel 2.6.26.*-generic
https://bugs.launchpad.net/bugs/246067
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


[Bug 246067] Re: Kernel panic during boot in VirtualBox with kernel 2.6.26.*-generic

2008-08-26 Thread Colin King
Thanks Luiz for reporting this upstream and informing us of the on-going
discussion. Just to add:

Intrepid Alpha-4 2.6.26-5 - confirmed
and also 2.6.27-rc4 - confirmed

Works with noreplace-paravirt on Intrepid Alpha 4 2.6.26-5, and
2.6.27-rc4.

-- 
Kernel panic during boot in VirtualBox with kernel 2.6.26.*-generic
https://bugs.launchpad.net/bugs/246067
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


[Bug 246067] Re: Kernel panic during boot in VirtualBox with kernel 2.6.26.*-generic

2008-08-26 Thread Colin King
I'm still unsure if this is a bug in the kernel or in VirtualBox. I've
added a post to the virtualbox ticket for this bug as I have some better
understanding of where it is going wrong.

http://www.virtualbox.org/ticket/1875

Colin

-- 
Kernel panic during boot in VirtualBox with kernel 2.6.26.*-generic
https://bugs.launchpad.net/bugs/246067
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


[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2008-08-28 Thread Colin King
Hi again, sorry to take so long to get back to you.

I have put another kernel image deb package, this time into:

http://people.ubuntu.com/~cking/debug-254837-2/

I've reduced the stack trace and added some more debug - hopefully we
can get a capture of some of my debug.

Please can install the deb using sudo dpkg -i and reboot with the device
attached and send me the console output again.

Also, with the device unattached can attach  the following information:

sudo lspci -vvnn 
sudo lspci -vn 

Thank you.

Colin

-- 
hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd 
https://bugs.launchpad.net/bugs/254837
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


[Bug 250488] Re: WinFast DTV2000 H rev. J not recognized

2008-08-28 Thread Colin King
** Changed in: linux (Ubuntu)
 Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Colin King 
(colin-king)
   Status: Triaged => In Progress

-- 
WinFast DTV2000 H rev. J not recognized
https://bugs.launchpad.net/bugs/250488
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


[Bug 250488] Re: WinFast DTV2000 H rev. J not recognized

2008-08-28 Thread Colin King
** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed
   Target: None => intrepid-alpha-5

-- 
WinFast DTV2000 H rev. J not recognized
https://bugs.launchpad.net/bugs/250488
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


[Bug 208551] Re: mdadm, Raid5 and XFS stuck in uninterruptable sleep

2008-08-28 Thread Colin King
Since we don't have DesktopMan now to test this fix, marking it as
"Won't Fix", unless anyone has the same hardware and is willing to test
this for Hardy.

** Changed in: linux (Ubuntu Hardy)
   Status: In Progress => Won't Fix

-- 
mdadm, Raid5 and XFS stuck in uninterruptable sleep
https://bugs.launchpad.net/bugs/208551
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


[Bug 246067] Re: Kernel panic during boot in VirtualBox with kernel 2.6.26.*-generic

2008-08-28 Thread Colin King
Hi Luiz,

does reverting e587cadd8f47e202a30712e2906a65a0606d5865 in Linus'
current tree resolve the issue? - it seemed to me that the bug is
probably a problem VirtualBox rather kernel specific although it's still
difficult to pin point what is going wrong.  Reverting that particular
patch does not trip the bug for the Mandriva kernel does may be just a
workaround to a more fundamental problem - I will tinker with our 2.6.27
kernel a little more and see what gives.

Incidentally, by skipping the para virtualisation patching in vprintk()
we don't get this bug occurring on 2.6.26/27.

Colin

-- 
Kernel panic during boot in VirtualBox with kernel 2.6.26.*-generic
https://bugs.launchpad.net/bugs/246067
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


[Bug 302421] [NEW] i915: screen goes white, red, green or blue during suspend/resume or hibernation

2008-11-26 Thread Colin King
Public bug reported:

Hardy kernel: i915 driver does not save/restore the AR and CR registers
(AR14 in particular), and the screen goes white, red, green or blue
during suspend/resume or hibernate cycles.

This is fixed with upstream commit
39273b58a409cd6d65c9732bdca00bacd1626672 (which flips the ARX register
into index mode before restoring the AR registers) and commit
a59e122a67b88925944d3bbf33d15229cf0fc3de (fix an off-by one save/restore
index bug for the AR and CR registers)

** Affects: linux (Ubuntu)
 Importance: Undecided
 Assignee: Colin King (colin-king)
 Status: New

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)
   Target: None => ubuntu-8.04.2

-- 
i915: screen goes white, red, green or blue during suspend/resume or 
hibernation 
https://bugs.launchpad.net/bugs/302421
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


[Bug 302421] Re: i915: screen goes white, red, green or blue during suspend/resume or hibernation

2008-11-27 Thread Colin King
Hardy SRU justification:

Impact: i915 video driver: screen goes white, red, green or blue during
suspend/resume or hibernation

Fix: Backport upstream commits 39273b58a409cd6d65c9732bdca00bacd1626672
and a59e122a67b88925944d3bbf33d152

These commits fix flips the ARX register into index mode before
restoring the AR registers fix an off-by one save/restore index bug for
the AR and CR registers.

Testcase: Without the attached patch, the screen occasionally goes
completely white, red, green or blue during suspend/resume and
hibernate.  With patch the problem does not occur.


** Changed in: linux (Ubuntu)
   Importance: Undecided => Low
   Status: New => Fix Committed

-- 
i915: screen goes white, red, green or blue during suspend/resume or 
hibernation 
https://bugs.launchpad.net/bugs/302421
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


[Bug 98947] Re: No wireless internet connection in Kernel 2.6.20.13

2009-05-12 Thread Colin King
This bug report is being closed because we received no other responses
to the previous inquiry for information. Please reopen if this is still
an issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
No wireless internet connection in Kernel 2.6.20.13
https://bugs.launchpad.net/bugs/98947
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


[Bug 117614] Re: 3com MegaHertz PCMCIA card model 3CCFEM556B not detected

2009-05-12 Thread Colin King
@Pierre. Thanks for testing against Hardy, it is good to know the driver
now detects the hardware and you are getting some connectivity, be it
very slow. I am tempted to mark this bug as Fixed now, but it would be
good to see if a more recent kernel improves the connection speed.

Can you confirm the speed issue exists with the most recent Jaunty
Jackalope 9.04 release - http://www.ubuntu.com/news/ubuntu-9.04-desktop
.  Please let us know your results.  Thanks.

-- 
3com MegaHertz PCMCIA card model 3CCFEM556B not detected
https://bugs.launchpad.net/bugs/117614
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


[Bug 150731] Re: linux-2.6.22-13-xen won't boot as domU

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

-- 
linux-2.6.22-13-xen won't boot as domU
https://bugs.launchpad.net/bugs/150731
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


[Bug 317308] Re: OOPS at /build/buildd/linux-2.6.28/net/mac80211/rx.c:2201

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
   Status: Triaged => In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
OOPS at /build/buildd/linux-2.6.28/net/mac80211/rx.c:2201
https://bugs.launchpad.net/bugs/317308
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


[Bug 268035] Re: readahead-list null poiner dereferences

2009-05-12 Thread Colin King
Hi, you mentioned you were: "Having a eeepc 701 with /usr as squashfs."

Can you describe a little more what the setup is - is this your own
squashfs configuration, or booting from the live CD?

It may be worth while first doing a thorough memory check test to make
sure memory corruption  is not the root cause. Can you run memtest86+
(from the boot memory, or select "Test Memory" from the Live CD) and let
me know if this passes or not.

Thanks.

-- 
readahead-list null poiner dereferences
https://bugs.launchpad.net/bugs/268035
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


[Bug 367296] Re: WARNING: at /build/buildd/linux-2.6.28/net/mac80211/rx.c:2201 __ieee80211_rx 0xf1/0x1f0 mac80211

2009-05-12 Thread Colin King
*** This bug is a duplicate of bug 317308 ***
https://bugs.launchpad.net/bugs/317308

** This bug has been marked a duplicate of bug 317308
   OOPS at /build/buildd/linux-2.6.28/net/mac80211/rx.c:2201

-- 
WARNING: at /build/buildd/linux-2.6.28/net/mac80211/rx.c:2201 __ieee80211_rx 
0xf1/0x1f0  mac80211   
https://bugs.launchpad.net/bugs/367296
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


[Bug 317308] Re: OOPS at /build/buildd/linux-2.6.28/net/mac80211/rx.c:2201

2009-05-12 Thread Colin King
It appears that this error occurs because function
b43_plcp_get_bitrate_idx_ofdm() was returning 255 and not -1, causing
the __ieee80211_rx function() to produce the warning message because the
rate idx is out of range.

The good news is that commit 38c7a2230b3ee5053111777f45a5b993d37d80eb
(from upstream commit a3c0b87c4f21911fb7185902dd13f0e3cd7f33f7) fixes
this:

http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-
jaunty.git;a=commit;h=38c7a2230b3ee5053111777f45a5b993d37d80eb

Hence marking this as Fix Commited.  It will be available at the next
kernel update for Jaunty.  If this does not fix this, please re-open the
bug.



** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

-- 
OOPS at /build/buildd/linux-2.6.28/net/mac80211/rx.c:2201
https://bugs.launchpad.net/bugs/317308
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


[Bug 268035] Re: readahead-list null poiner dereferences

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
   Status: In Progress => Incomplete

-- 
readahead-list null poiner dereferences
https://bugs.launchpad.net/bugs/268035
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


[Bug 357724] Re: radio_maestro module generates kernel oops and crash

2009-05-12 Thread Colin King
@Ian McMichael

I'd like you to reproduce the kernel oops and produce more of the stack
dump for me so that I can debug this a little further.

1) Black list both snd_es1968 and radio_maestro
2) Reboot
3) Change to console #1 (control-alt-f1) and login
4) Set to a smaller font (so that we can capture more of the Oops message):
setfont /usr/share/consolefonts/Uni1-VGA8.psf.gz
clear
5) sudo modprobe radio_maestro
6) Take a photo and attach the jpeg.

Thanks!


** Changed in: linux (Ubuntu)
   Status: Triaged => Incomplete

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
radio_maestro module generates kernel oops and crash
https://bugs.launchpad.net/bugs/357724
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


[Bug 124159] Re: Broadcom bcm43xx Wireless driver regression in gutsy

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
Broadcom bcm43xx Wireless driver regression in gutsy
https://bugs.launchpad.net/bugs/124159
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


[Bug 297119] Re: Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen
https://bugs.launchpad.net/bugs/297119
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


[Bug 234700] Re: Selecting "Shut Down" leads to a reboot

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Selecting "Shut Down" leads to a reboot
https://bugs.launchpad.net/bugs/234700
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


[Bug 150731] Re: linux-2.6.22-13-xen won't boot as domU

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
linux-2.6.22-13-xen won't boot as domU
https://bugs.launchpad.net/bugs/150731
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


[Bug 124159] Re: Broadcom bcm43xx Wireless driver regression in gutsy

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Broadcom bcm43xx Wireless driver regression in gutsy
https://bugs.launchpad.net/bugs/124159
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


[Bug 117614] Re: 3com MegaHertz PCMCIA card model 3CCFEM556B not detected

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
3com MegaHertz PCMCIA card model 3CCFEM556B not detected
https://bugs.launchpad.net/bugs/117614
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


[Bug 114365] Re: random desktop hangs while using mouse

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
random desktop hangs while using mouse
https://bugs.launchpad.net/bugs/114365
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


[Bug 135255] Re: USB card reader not correctly initialized during boot

2009-05-12 Thread Colin King
Simon Gerhards wrote:
>This works now in a recent Hardy.

As this has been acknowledged to work in Hardy, marking this as Fix
Released.

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
USB card reader not correctly initialized during boot
https://bugs.launchpad.net/bugs/135255
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


[Bug 105357] Re: Feisty wireless broken after update

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Feisty wireless broken after update
https://bugs.launchpad.net/bugs/105357
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


[Bug 94918] Re: My "02:00.0 Network controller: Texas Instruments ACX 100 22Mbps Wireless Interface" sees the ssid, but will not connect.

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
My "02:00.0 Network controller: Texas Instruments ACX 100 22Mbps Wireless 
Interface" sees the ssid, but will not connect.
https://bugs.launchpad.net/bugs/94918
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


[Bug 83848] Re: "fsck -c" on a HDD with bad sectors (ubuntu feisty herd 3)

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
"fsck -c" on a HDD with bad sectors (ubuntu feisty herd 3)
https://bugs.launchpad.net/bugs/83848
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


[Bug 137783] Re: intermittent, random kernel freeze

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
intermittent, random kernel freeze
https://bugs.launchpad.net/bugs/137783
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


[Bug 88415] Re: Ubuntu freezes for 2-3 seconds regulary

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Ubuntu freezes for 2-3 seconds regulary
https://bugs.launchpad.net/bugs/88415
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


[Bug 103755] Re: Installation crash/halt

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Installation crash/halt
https://bugs.launchpad.net/bugs/103755
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


[Bug 106698] Re: dvdrom doesn't work, motherboard PGA775 P-IV i965Q Intel DQ965GFEKR

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
dvdrom doesn't work, motherboard PGA775 P-IV i965Q Intel DQ965GFEKR
https://bugs.launchpad.net/bugs/106698
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


[Bug 107795] Re: System doesn't boot after upgrade to feisty

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
System doesn't boot after upgrade to feisty
https://bugs.launchpad.net/bugs/107795
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


[Bug 87984] Re: Kernel oops khubd

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Kernel oops khubd
https://bugs.launchpad.net/bugs/87984
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


[Bug 151600] Re: madwifi no longer working in kernel 2.6.22-12 and 2.6.22-14

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
madwifi no longer working in kernel 2.6.22-12 and 2.6.22-14
https://bugs.launchpad.net/bugs/151600
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


[Bug 116154] Re: HP Pavillon 9205eu - Kernel not booting

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
HP Pavillon 9205eu - Kernel not booting
https://bugs.launchpad.net/bugs/116154
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


[Bug 109354] Re: kernel-bug in 64bit intel 2cpu hda 82801G Toshiba p105-S6197

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
kernel-bug in 64bit intel 2cpu hda 82801G Toshiba p105-S6197
https://bugs.launchpad.net/bugs/109354
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


[Bug 113120] Re: Error writing to disc

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Error writing to disc
https://bugs.launchpad.net/bugs/113120
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


[Bug 132251] Re: wired network with Intel 82573L doesn't work

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
wired network with Intel 82573L doesn't work
https://bugs.launchpad.net/bugs/132251
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


[Bug 91385] Re: Prism 2.5 Wireless Card not recognised as a wireless device

2009-05-13 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Prism 2.5 Wireless Card not recognised as a wireless device
https://bugs.launchpad.net/bugs/91385
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


[Bug 376879] [NEW] grub2 installer modifies grub 0.97 menu.lst incorrectly and fails to chainload grub2

2009-05-15 Thread Colin King
Public bug reported:

Binary package hint: grub2

Discovered on Jaunty and Karmic. After installing grub2, it modifies the
currently installed grub 0.97 menu.lst configuration file to chainload
grub2 to allow one to test grub2 before committing to it as the default
boot loader.

However, grub2 modifies the menu.lst entry and adds the incorrect
command to select the partition to boot from to chain load grub2. It
uses:

root   7cce46fe-4883-44bb-939b-58b9483f2739

and should be:

uuid  7cce46fe-4883-44bb-939b-58b9483f2739

I suspect it was originally correct before grub 0.97 has UUID support
added.

Attached: png of the failed boot, and a png showing the erroneous
partition selection command.

** Affects: grub2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
grub2 installer modifies grub 0.97 menu.lst incorrectly and fails to chainload 
grub2
https://bugs.launchpad.net/bugs/376879
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


[Bug 376879] Re: grub2 installer modifies grub 0.97 menu.lst incorrectly and failes to chainload grub2

2009-05-15 Thread Colin King

** Attachment added: "Unrecognised device string error message"
   http://launchpadlibrarian.net/26756729/grub2-install-boot-bug-1.png

-- 
grub2 installer modifies grub 0.97 menu.lst incorrectly and fails to chainload 
grub2
https://bugs.launchpad.net/bugs/376879
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


[Bug 376879] Re: grub2 installer modifies grub 0.97 menu.lst incorrectly and failes to chainload grub2

2009-05-15 Thread Colin King

** Attachment added: "incorrect device string specifier to chainload grub2"
   http://launchpadlibrarian.net/26756755/grub2-install-boot-bug-2.png

** Summary changed:

- grub2 installer modifies grub 0.97 menu.lst incorrectly and failes to 
chainload grub2
+ grub2 installer modifies grub 0.97 menu.lst incorrectly and fails to 
chainload grub2

-- 
grub2 installer modifies grub 0.97 menu.lst incorrectly and fails to chainload 
grub2
https://bugs.launchpad.net/bugs/376879
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


[Bug 316187] Re: kernel 2.6.24 "Soft lockup" under load on VMWare ESX 3.5

2009-01-28 Thread Colin King
Let's look at these error messages. The following:

[  554.116802] BUG: soft lockup - CPU#1 stuck for 11s! [stress:4618]
[  557.606750] CPU 1:
[  557.607150] Modules linked in: iptable_filter ip_tables x_tables ipv6 lp 
loop af_packet serio_raw intel_agp container evdev button shpchp parport_pc 
parport ac i2c_piix4 pci_hotplug i2c_core pcspkr psmouse ext3 jbd mbcache 
sd_mod sg sr_mod cdrom floppy pata_acpi e1000 mptspi mptscsih mptbase 
scsi_transport_spi ata_piix ata_generic libata scsi_mod thermal processor fan 
fbcon tileblit font bitblit softcursor fuse
[  592.791355] Pid: 4618, comm: stress Not tainted 2.6.24-22-server #1
[  592.797376] RIP: 0033:[<004032db>]  [<004032db>]
[  594.408565] RSP: 002b:7fff2a2e0200  EFLAGS: 0202
[  594.408959] RAX: 2fcd9fdc RBX: 7fff2a2e0210 RCX: 7f3021e3c0d4
[  594.409443] RDX: 7f3021e3c0e4 RSI: 7fff2a2e01e4 RDI: 7f3021e3c4c0
[  594.409880] RBP: 8020c907 R08: 7f3021e3c084 R09: 7f3021e3c100
[  594.410314] R10:  R11: 7f3021b15e80 R12: 7fff2a2e0210
[  594.410738] R13:  R14:  R15: 7fff2a2e06a0
[  594.411187] FS:  7f30222d86e0() GS:81001f001700() 
knlGS:
[  594.411838] CS:  0010 DS:  ES:  CR0: 80050033
[  594.412227] CR2: 7fff2a216000 CR3: 1b9f7000 CR4: 06e0
[  594.412663] DR0:  DR1:  DR2: 
[  594.431287] DR3:  DR6: 0ff0 DR7: 0400
[  594.464652] 
[  594.464656] Call Trace:

..with no call trace occurs because the user space stress process is
hogging all the CPU and the watchdog eventually gets some processing
time and thinks the CPU is locked up.

1. The stress process is indeed consuming all the available cycles on this CPU 
- that's what it was designed to test
2. The watch dog which should wake up about every second eventually gets run 
and falsely thinks there is a soft lock up.
3. There is NO call trace - this is because the watchdog detects the problem in 
user space - i.e. the stress process and not because of any kernel related bug 
causing the CPU to lock up.


And now look at the next message:

[  594.465954] BUG: soft lockup - CPU#3 stuck for 11s! [stress:4623]
[  594.467024] CPU 3:
[  594.467416] Modules linked in: iptable_filter ip_tables x_tables ipv6 lp 
loop af_packet serio_raw intel_agp container evdev button shpchp parport_pc 
parport ac i2c_piix4 pci_hotplug i2c_core pcspkr psmouse ext3 jbd mbcache 
sd_mod sg sr_mod cdrom floppy pata_acpi e1000 mptspi mptscsih mptbase 
scsi_transport_spi ata_piix ata_generic libata scsi_mod thermal processor fan 
fbcon tileblit font bitblit softcursor fuse
[  594.467482] Pid: 4623, comm: stress Not tainted 2.6.24-22-server #1
[  594.467539] RIP: 0010:[]  [] 
handle_IRQ_event+0x19/0x70
[  594.732355] RSP: 0018:81001d15bf38  EFLAGS: 0246
[  594.732745] RAX: 4100 RBX:  RCX: 81001d15
[  594.733180] RDX: 0012 RSI: 81001f489340 RDI: 0012
[  594.734110] RBP: 81001d15beb0 R08:  R09: 81001f508058
[  594.734681] R10: 810001027880 R11: 0001 R12: 8020cfb6
[  594.735114] R13: 0012 R14: 81001f489340 R15: 81001d148000
[  594.735590] FS:  7f30222d86e0() GS:81001f001d00() 
knlGS:
[  594.735708] CS:  0010 DS:  ES:  CR0: 8005003b
[  594.735708] CR2: 7f3021e3c090 CR3: 1c55c000 CR4: 06e0
[  594.735708] DR0:  DR1:  DR2: 
[  594.735708] DR3:  DR6: 0ff0 DR7: 0400
[  594.735708] 
[  594.735708] Call Trace:
[  594.735708][] handle_fasteoi_irq+0x8a/0x110
[  597.205321]  [] do_IRQ+0x7b/0x100
[  597.205735]  [] ret_from_intr+0x0/0xa
[  597.206129][] _spin_lock+0x7/0x10
[  601.702669]  [] sync_inodes_sb+0x89/0xb0
[  601.702669]  [] __sync_inodes+0x79/0xc0
[  602.683258]  [] sync_inodes+0x11/0x30
[  602.683646]  [] do_sync+0x12/0x70
[  602.684015]  [] sys_sync+0xe/0x20
[  603.138204]  [] sysret_careful+0xd/0x10
[  603.238563]  [] system_call+0x7e/0x83
[  603.238990] 

Again, the user space stress process is hogging up the processor (doing
what it was designed to do). This type we get a kernel stack dump to
show us where the watch dog thinks the offending hog is. However,  this
again I believe is a false hit. It just so happens that this time the
CPU was in kernel space when the watch dog gets some scheduling time
rather than in user space (as the first case was).

I've analysed this with a 2.6.27 kernel and I don't see this occuring
since the scheduler has been improved, hence the watch dog gets
scheduled more evenly. Also, in 2.6.27 the watch dog kicks off a warning
after ~60 seconds rather than around 10 seconds in 2.6.24. Hence I
believe it's more likely to get sche

[Bug 316187] Re: kernel 2.6.24 "Soft lockup" under load on VMWare ESX 3.5

2009-01-28 Thread Colin King
One other point to make is that the message  BUG: soft lockup - CPU#1
stuck for 11s! [stress:4618] is rather alarmist - it makes one think the
CPU is not being used and is stuck. In fact, if one uses the top command
one can see that the CPU is 100% busy running the stress process and not
stuck at all.

-- 
kernel 2.6.24 "Soft lockup" under load on VMWare ESX 3.5
https://bugs.launchpad.net/bugs/316187
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


[Bug 316187] Re: kernel 2.6.24 "Soft lockup" under load on VMWare ESX 3.5

2009-01-30 Thread Colin King
Etienne,

In trying to reproduce an OOM and loading issue using the stress test 
application,
one needs to consider how the OOM occurs and if can be fixed or helped by
tweaking the virtual memory settings.

Some suggested tweaks to try are as follows:

as root:

echo 2 > /proc/sys/vm/overcommit_memory

- this tells the kernel to use a "never overcommit" policy that attempts
to prevent any overcommit of memory.


echo 1 > /proc/sys/vm/oom_kill_allocating_task

- this makes the kernel kill the over commiting task rather than it's
best guess at the biggest overcommitting task

Colin

-- 
kernel 2.6.24 "Soft lockup" under load on VMWare ESX 3.5
https://bugs.launchpad.net/bugs/316187
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


[Bug 320860] Re: grub does not resolve ext4 uuid

2009-01-30 Thread Colin King
Hi Benjamin,

I attempted to reproduce you problem with a two disc configuration and
Windows installed on the 2nd disc, but I have not be able to reproduce
this (yet).

Can you change the boot option to:

"root=/dev/disk/by-uuid/71f444b7-d4a5-42de-82dd-ac58416c1de9"

And retry. If we get the same VFS issue then the problem is less
probably not a grub issue, but most probably a mount issue with ext4.

As an aside, can you attach a dmesg log of any successful boot - it may
help me be able to build a kernel image in with some debug to see why we
are getting a VFS error.

Thanks.

-- 
grub does not resolve ext4 uuid
https://bugs.launchpad.net/bugs/320860
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


[Bug 95894] Re: Installer crashed.

2009-06-23 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  If the issue remains in
Jaunty, please test the latest upstream kernel build -
https://wiki.ubuntu.com/KernelMainlineBuilds .  To reopen the bug, click
on the current status under the Status column and change the status back
to "New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
Installer crashed.
https://bugs.launchpad.net/bugs/95894
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


[Bug 75626] Re: spurious 8259 interrupt disabled IRQ

2009-06-23 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  If the issue remains in
Jaunty, please test the latest upstream kernel build -
https://wiki.ubuntu.com/KernelMainlineBuilds .  To reopen the bug, click
on the current status under the Status column and change the status back
to "New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
spurious 8259 interrupt disabled IRQ
https://bugs.launchpad.net/bugs/75626
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


[Bug 127535] Re: HAL seems to be defective for ThinkPad T42p

2009-06-23 Thread Colin King
As per comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/127535/comments/16,
Florian Effenburger has confirmed this is now fixed in 8.04. Marking it
at fix released.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

-- 
HAL seems to be defective for ThinkPad T42p
https://bugs.launchpad.net/bugs/127535
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


[Bug 212928] Re: [Hardy] Keyboard doesn't work at all after booting to the installer (Right after reading from the CD, not in any system yet)

2009-06-23 Thread Colin King
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  If the issue remains
in Jaunty, Please run the following command from a Terminal
(Applications->Accessories->Terminal).  It will automatically gather and
attach updated debug information to this report.

apport-collect -p linux-image-2.6.28-11-generic 

If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
issue.  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once
you've tested the upstream kernel, please remove the 'needs-upstream-
testing' tag.  This can be done by clicking on the yellow pencil icon
next to the tag located at the bottom of the bug description and
deleting the 'needs-upstream-testing' text.  Please let us know your
results.

Thanks in advance.

-- 
[Hardy] Keyboard doesn't work at all after booting to the installer (Right 
after reading from the CD, not in any system yet)
https://bugs.launchpad.net/bugs/212928
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


[Bug 277767] Re: APIC error on CPU0: 08(08) slows down system

2009-06-23 Thread Colin King
@TTL:

Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  If the issue remains
in Jaunty, Please run the following command from a Terminal
(Applications->Accessories->Terminal).  It will automatically gather and
attach updated debug information to this report.

apport-collect -p linux-image-2.6.28-11-generic 

If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
issue.  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once
you've tested the upstream kernel, please remove the 'needs-upstream-
testing' tag.  This can be done by clicking on the yellow pencil icon
next to the tag located at the bottom of the bug description and
deleting the 'needs-upstream-testing' text.  Please let us know your
results.

Thanks in advance.

-- 
APIC error on CPU0: 08(08) slows down system
https://bugs.launchpad.net/bugs/277767
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


[Bug 157793] Re: vcd doesn't mount correctly on Gutsy

2009-06-23 Thread Colin King
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  If the issue remains
in Jaunty, Please run the following command from a Terminal
(Applications->Accessories->Terminal).  It will automatically gather and
attach updated debug information to this report.

apport-collect -p linux-image-2.6.28-11-generic 

If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
issue.  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once
you've tested the upstream kernel, please remove the 'needs-upstream-
testing' tag.  This can be done by clicking on the yellow pencil icon
next to the tag located at the bottom of the bug description and
deleting the 'needs-upstream-testing' text.  Please let us know your
results.

Thanks in advance.

-- 
vcd doesn't mount correctly on Gutsy
https://bugs.launchpad.net/bugs/157793
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


[Bug 267655] Re: Battery status no longer shown

2009-06-30 Thread Colin King
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  If the issue remains
in Jaunty, please test the latest upstream kernel build -
https://wiki.ubuntu.com/KernelMainlineBuilds .  Let us know your
results.  Thanks.

** Changed in: linux (Ubuntu)
   Status: In Progress => Incomplete

-- 
Battery status no longer shown
https://bugs.launchpad.net/bugs/267655
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


[Bug 323733] Re: [Compaq Presario CQ60] suspend/resume problem

2009-06-30 Thread Colin King
Please test the latest upstream kernel build -
https://wiki.ubuntu.com/KernelMainlineBuilds .  Let us know your
results.  Many Thanks!

** Changed in: linux (Ubuntu)
   Status: In Progress => Incomplete

-- 
[Compaq Presario CQ60] suspend/resume problem
https://bugs.launchpad.net/bugs/323733
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


[Bug 347623] Re: Samsung q45 does not produce key-release events for Fn-Keys (patch included)

2009-04-30 Thread Colin King
Anyone else like to test the fix?

-- 
Samsung q45 does not produce key-release events for Fn-Keys (patch included)
https://bugs.launchpad.net/bugs/347623
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


[Bug 262408] Re: SysRq key equivalent needed

2009-04-30 Thread Colin King
** Changed in: linux-meta (Ubuntu)
 Assignee: Colin King (colin-king) => Canonical Kernel Team 
(canonical-kernel-team)

-- 
SysRq key equivalent needed
https://bugs.launchpad.net/bugs/262408
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


[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2009-04-30 Thread Colin King
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

-- 
hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd 
https://bugs.launchpad.net/bugs/254837
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


[Bug 210200] Re: cdrom-detect fails for HP DL145 in hardy beta

2009-04-30 Thread Colin King
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

** Changed in: linux (Ubuntu)
   Status: In Progress => Incomplete

-- 
cdrom-detect fails for HP DL145 in hardy beta
https://bugs.launchpad.net/bugs/210200
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


[Bug 145377] Re: Powertop reports huge number of wakeups and drains battery

2009-04-30 Thread Colin King
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

** Changed in: linux (Ubuntu)
   Status: In Progress => Incomplete

-- 
Powertop reports huge number of wakeups and drains battery
https://bugs.launchpad.net/bugs/145377
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


[Bug 293153] Re: sound doesn't work ubuntu 8.10 laptop LGLW20

2009-05-01 Thread Colin King
Any of LG LW20 owners care to see if the above fix resolves the problem?

-- 
sound doesn't work ubuntu 8.10 laptop LGLW20
https://bugs.launchpad.net/bugs/293153
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


[Bug 145377] Re: Powertop reports huge number of wakeups and drains battery

2009-05-01 Thread Colin King
@luminous blue variable:

it is curious that powertop is recording a high level of wakeups per
second, but not showing which is the offending culprit that is doing
this high level of wakeups. I will consult the powertop folks about
this.

-- 
Powertop reports huge number of wakeups and drains battery
https://bugs.launchpad.net/bugs/145377
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


[Bug 323206] Re: Wlan 802.11n USB WN111v2 not supported

2009-05-01 Thread Colin King
@Daniele Napolitano.

Just to clarify, which git repository are you diff'ing the patch
against?

-- 
Wlan 802.11n USB WN111v2 not supported
https://bugs.launchpad.net/bugs/323206
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


[Bug 323206] Re: Wlan 802.11n USB WN111v2 not supported

2009-05-01 Thread Colin King
** Changed in: linux (Ubuntu)
   Status: In Progress => Incomplete

-- 
Wlan 802.11n USB WN111v2 not supported
https://bugs.launchpad.net/bugs/323206
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


[Bug 347623] Re: Samsung q45 does not produce key-release events for Fn-Keys (patch included)

2009-05-04 Thread Colin King

SRU Justification:

Impact: The Samsung Q45 does not send key release events for several
Fn-keys, for example, the LCD brightness adjustment Fn-Keys.

Fix: Attached patch from LaunchPad user pittipatti, based on the NC10
keycodes.

Testcase: Without the patch, the Fn-Keys don't work, with the patch,
they are enabled. Tested by pittipatti.

-- 
Samsung q45 does not produce key-release events for Fn-Keys (patch included)
https://bugs.launchpad.net/bugs/347623
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


[Bug 347623] Re: Samsung q45 does not produce key-release events for Fn-Keys (patch included)

2009-05-04 Thread Colin King
Applied:

http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-
jaunty.git;a=commit;h=b6edef2ac7b84ba90192ec1b8947949ebc99e99c


** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

-- 
Samsung q45 does not produce key-release events for Fn-Keys (patch included)
https://bugs.launchpad.net/bugs/347623
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


[Bug 199535] Re: booting the sparc install CD on a Sun Blade 2500 produces 'Memory Address not Aligned' error

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue. To reopen the bug, click on the current status under the Status
column and change the status back to "New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Triaged => Won't Fix

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Colin King (colin-king)

-- 
booting the sparc install CD on a Sun Blade 2500 produces 'Memory Address not 
Aligned' error
https://bugs.launchpad.net/bugs/199535
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


[Bug 292876] Re: sata timeout - x86_64 - ati sb700/sb800 sata controller

2009-05-12 Thread Colin King
** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
sata timeout - x86_64 - ati sb700/sb800 sata controller
https://bugs.launchpad.net/bugs/292876
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


[Bug 268035] Re: readahead-list null poiner dereferences

2009-05-12 Thread Colin King
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

** Changed in: linux (Ubuntu)
   Status: Triaged => Incomplete

-- 
readahead-list null poiner dereferences
https://bugs.launchpad.net/bugs/268035
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


[Bug 88700] Re: [feisty] sky2 - hw csum failure with 2.6.20-9-generic x86_64

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
[feisty] sky2 - hw csum failure with 2.6.20-9-generic x86_64
https://bugs.launchpad.net/bugs/88700
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


[Bug 114365] Re: random desktop hangs while using mouse

2009-05-12 Thread Colin King
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

-- 
random desktop hangs while using mouse
https://bugs.launchpad.net/bugs/114365
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


[Bug 144604] Re: rtl-8029 network interface configuration oddity

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
rtl-8029 network interface configuration oddity
https://bugs.launchpad.net/bugs/144604
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


[Bug 123405] Re: Bad page state in process 'kswapd0'

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
Bad page state in process 'kswapd0'
https://bugs.launchpad.net/bugs/123405
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


[Bug 107312] Re: Ubuntu 7.04 extremely slow bootup, slow Net connection as well

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
Ubuntu 7.04 extremely slow bootup, slow Net connection as well
https://bugs.launchpad.net/bugs/107312
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


[Bug 93315] Re: Mousetrapper USB mouse non-functional

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
Mousetrapper USB mouse non-functional
https://bugs.launchpad.net/bugs/93315
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


[Bug 83748] Re: USB khubd oopsing when attaching usb-storage device

2009-05-12 Thread Colin King
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  To reopen the bug, click on
the current status under the Status column and change the status back to
"New".  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
USB khubd oopsing when attaching usb-storage device
https://bugs.launchpad.net/bugs/83748
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


  1   2   3   4   5   6   7   8   9   10   >