[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-20 Thread Ben McCann
BTW, I had to add the 'mdadm -Ss --wait-clean' command to a KDE shutdown
script (instead of one of the normal system shutdown scripts under
/etc/init.d) because the shutdown scripts would not wait for this
command to complete. It takes long enough to '--wait-clean' that
something during shutdown would *kill* the mdadm command waiting for the
RAID to stop. That left the RAID in an unclean state hence forcing a
resync on the next reboot.

The KDE shutdown script doesn't have a timeout so it would let the mdadm
command run to completion.

Note that I do *not* keep my system on the RAID. Kubuntu and the Windows
C: drive are both on an SSD. The RAID array (of two 1 TB drives) is used
for /home and other user data file systems.

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-15 Thread Ben McCann
** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-15 Thread Ben McCann
I found and fixed this problem and it has nothing to do with the kernel.

Intel RAID is *extremely* finicky and I remembered that it required two
tweaks to the initrd build process. I originally implemented those
tweaks in a couple of the MDADM 'hook' files under /usr/share. That was
my mistake. These MDADM hooks were overwritten sometime between the
installation of 3.2.0-49 and 3.2.0-51 on my PC. (I assume there was an
update to the mdadm package). Without my tweaks in
initrd.img-3.2.0-51-generic, the RAID won't start and, once that's
fixed, the RAID only starts in read-only mode.

I dug through the '/usr/sbin/mkinitramfs' script to see if there's a
better way to customize the construction of initrd and found that my
changes should have been implemented under /etc/udev/rules.d and /etc
/initramfs-tools/hooks. I've made those changes, re-ran update-
initramfs, and now 3.2.0-51 is working fine.

So, my bad. Thanks to the Ubuntu team for your help looking at this from
the perspective that it was a kernel regression.

P.S. I need to find a blog someplace to document all this. Intel RAID
can work, but it takes lots of customization.

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-15 Thread Christopher M. Penalver
Ben McCann, it would be most helpful if this documented procedure is
noted in the Ubuntu Community documentation https://help.ubuntu.com/ .

Would you say the fact you have to make post-default configuration MDAM
hooks to get RAID to work would be a bug in MDAM or a
setup/configuration issue (ex. blaming a new database install for not
setting itself up to the way you would need it for your infrastructure)?

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-15 Thread Ben McCann
The files that have to be customized or overridden by adding hooks under
/etc are:

  /lib/udev/rules.d/64-md-raid.rules
  /usr/share/initramfs-tools/hooks/mdadm

so I think this is more of an MDADM issue instead of a generic
setup/config issue. But, that depends on which package actually owns
these files. (I didn't track that down).

That said, the 64-md-raid.rules file was changed by someone to fix
Ubuntu bug 1030292 to sort out some other issue and I found that I had
to partially *revert* that change to make Intel RAID work for me. So, if
we make Intel RAID work for me, then something else may break. Which is
preferable?

I'll try to get on help.ubuntu.com to write this up.

BTW, one of the nastiest issues with Intel RAID isn't getting it
started. Its getting it stopped correctly during a shut down. That was a
major PITA and I eventually had to hack the KDE (!!) shutdown scripts to
umount the file systems I have on RAID when I log out. So, I mount RAID
during KDM startup and unmount during KDM shutdown.

I couldn't find any other way issue the magic 'mdadm -Ss --wait-clean'
command required to cleanly stop the array so it wouldn't re-sync (re-
mirror) itself on the next reboot.

This is such a total hack that I wouldn't accept it into production
code. But, if there's a better way to force a command to be executed
during a shutdown and umount then I'd be happy to help trouble-shoot it.
I couldn't find a better method and I tried a number of different
approaches to changing the scripts under /etc to do this more cleanly
than hacking KDE startup and shutdown.

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-14 Thread Ben McCann
I can't test 3.2.46 because there are no amd64 packages available in
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.46-precise. (There
were no Intel CPU packages at all). I did test 3.2.47 and 3.2.48 images
and *both* of them fail to detect my Intel fakeraid array.

I also looked into updating my BIOS, as suggested by penalvch, and I've
decided *not* to upgrade. Too many horror stories about broken systems
after doing the upgrade including really basic stuff like detecting
Nvidia video cards, overclock failures, higher CPU temps, etc.

I'm also concerned that a BIOS upgrade will wipe the Intel raid state
from the BIOS and hence force me to rebuild the array from scratch. I'd
rather not do that either.

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-14 Thread Joseph Salisbury
Thanks for the feedback, Ben.  Can you test the 3.2.45 kernel, since 3.2.46 
does not have an amd64 kernel:
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.45-precise/

If 3.2.45 is good, I'll build a 3.2.46 kernel for testing.

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-13 Thread Ben McCann
The bug exists in the latest upstream kernel (v3.11-rc4-saucy). I see
identical behavior to the originally reported bug. MD fails to see my
intel fakeraid array but both physical members of the array are online
and readable.

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-13 Thread Christopher M. Penalver
Ben McCann, as per
http://www.asus.com/Motherboards/P8Z77V/#support_Download_8 an update is
available for your BIOS (2003). If you update to this, does it change
anything?

If not, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

Thank you for your understanding.

** Tags removed: kernel-bug-exists-upstream
** Tags added: kernel-bug-exists-upstreamv3.11-rc4

** Tags added: bios-outdated-2003

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-13 Thread Ben McCann
I'm reluctant to upgrade the BIOS on a PC that is otherwise working fine
but I agree that my BIOS is quite out of date. So, I'll probably upgrade
tomorrow. (Have to go to work now).

That said, I'm skeptical upgrading the BIOS would matter because Linux
3.2.0-49 works fine and 3.2.0-51 doesn't. Something changed in that
kernel update that broke intel fakeraid. One kernel works, one doesn't,
and the BIOS is the same for both.

If I was never able to get fake raid working then your suggestion would
make more sense to me but it was working *well* until 3.2.0-51 was
released. I have one big RAID 1 volume partitioned into multiple file
systems that works with both windows and Linux 3.2.0-49. Linux can even
see and access the windows NTFS partition that's on the fakeraid volume.

Can you point me to a patch or patches that upgrade 3.2.0-49 to
3.2.0-51? I'm moderately familar with the kernel, and the Intel
platform, so I may see a patch that is suspicious.

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-13 Thread Joseph Salisbury
I'd like to perform a bisect to figure out what commit caused this regression.  
We first need to identify the earliest kernel where the issue started happening 
as well as the latest kernel that did not have this issue.

Can you test the following kernels and report back?  We are looking for
the earliest kernel version that exhibits this bug:

3.2.46: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.46-precise/
3.2.47: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.47-precise/
3.2.48: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.48-precise/

You don't have to test every kernel, just up until the kernel that first
has this bug.


Thanks in advance!

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-09 Thread Joseph Salisbury
Can you also test the latest mainline kernel to see if the bug exists there as 
well:
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-rc4-saucy/

We can then either bisect the 3.2 kernel to find the commit that
introduced this regression or reverse bisect the mainline kernel if it
fixes this bug.

** Tags added: performing-bisect

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-09 Thread Ben McCann
Tested upstream kernel as requested. Regression exists upstream too.
Added kernel-bug-exists-upstream tag.


** Tags added: kernel-bug-exists-upstream

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-08 Thread Christopher M. Penalver
Ben McCann, thank you for taking the time to report this bug and helping to 
make Ubuntu better. Please execute the following command, as it will 
automatically gather debugging information, in a terminal:
apport-collect 1210104
When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
the name of the package affected. You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.

** Tags added: needs-kernel-logs needs-upstream-testing regression-
release

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-08 Thread Ben McCann
3.2.0-51 kernel log

** Attachment added: Kernel log from 3.2.0-51 (that fails to start FakeRAID)
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1210104/+attachment/3764809/+files/3.2.0-51.log

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-08 Thread Ben McCann
apport information

** Tags added: apport-collected precise staging

** Description changed:

  I have been using Intel FakeRAID on an Asus Z77 motherboard on Kubuntu
  12.04 for months. I'm using the MDADM version and not DMRAID. It has
  been working fine other than a couple minor issues with clean shutdowns
  that I fixed by tweaking a couple of the scripts under /etc.
  
  I upgraded to the latest Linux kernel (3.2.0-51) and my FakeRAID stopped
  working, probably because auto-detection failed to see the RAID array.
  Everything works fine with the previous kernel image, 3.2.0-49.
  
  Here is /proc/mdstat with the 3.2.0-49 generic kernel image:
  
  Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] 
[raid10] 
  md126 : active raid1 sdb[1] sdc[0]
  976758784 blocks super external:/md127/0 [2/2] [UU]
  
  md127 : inactive sdb[1](S) sdc[0](S)
  6306 blocks super external:imsm
  
  The /proc/mdstat file is empty (other than listing personalities) in
  3.2.0-51. Note that the sdb and sdc drives are recognized by 3.2.0-51,
  and their partition tables look reasonable, so I don't see any issues
  with 3.2.0-51 actually seeing the physical drives. The problem appears
  to be that the MD driver doesn't detect the external RAID (aka 'imsm')
  metadata created by Intel fakeraid.
  
  Here's the additional data requested for new bug reports:
  
  lsb_release -rd
  Description:Ubuntu 12.04.2 LTS
  Release:12.04
  
  apt-cache policy linux-image-3.2.0-51-generic
  linux-image-3.2.0-51-generic:
Installed: 3.2.0-51.77
Candidate: 3.2.0-51.77
Version table:
   *** 3.2.0-51.77 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
  100 /var/lib/dpkg/status
  
  FWIW, here's the apt-cache data on the previous kernel where fakeraid
  worked correctly:
  
  apt-cache policy linux-image-3.2.0-49-generic
  linux-image-3.2.0-49-generic:
Installed: 3.2.0-49.75
Candidate: 3.2.0-49.75
Version table:
   *** 3.2.0-49.75 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
  
  I will attach the kernel.log for booting 3.2.0-49 and 3.2.0-51. I've
  looked at them and all I see is that 3.2.0-49 'binds' the RAID array
  components and 3.2.0-51 doesn't. Here's a snippet from 3.2.0-49 where
  it starts my RAID. This is absent in 3.2.0-51.
  
  Aug  6 06:53:46 canopus kernel: [2.088509] md: bindsdb
  Aug  6 06:53:46 canopus kernel: [2.150987] md: bindsdc
  Aug  6 06:53:46 canopus kernel: [2.151022] md: bindsdb
  Aug  6 06:53:46 canopus kernel: [2.151746] md: raid1 personality 
registered for level 1
  Aug  6 06:53:46 canopus kernel: [2.152167] bio: create slab bio-1 at 1
  Aug  6 06:53:46 canopus kernel: [2.152239] md/raid1:md126: active with 2 
out of 2 mirrors
  Aug  6 06:53:46 canopus kernel: [2.152249] md126: detected capacity 
change from 0 to 1000200994816
  Aug  6 06:53:46 canopus kernel: [2.153111]  md126: p1 p2 p3 p4  p5 p6 p7 

  
- Any suggestions on how to troubleshoot and/or fix this? There's no point
- bisecting the kernel images given the regression has just appeared in
- 3.2.0-51 and, AFAIK, there was never a release of a '3.2.0-50' kernel.
+ Any suggestions on how to troubleshoot and/or fix this? There's no point 
bisecting the kernel images given the regression has just appeared in 3.2.0-51 
and, AFAIK, there was never a release of a '3.2.0-50' kernel.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu17.3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  bmccann2893 F pulseaudio
+  /dev/snd/controlC0:  bmccann2893 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'PCH'/'HDA Intel PCH at 0xf743 irq 51'
+Mixer name : 'Realtek ALC892'
+Components : 'HDA:10ec0892,104384fb,00100302'
+Controls  : 44
+Simple ctrls  : 21
+ Card1.Amixer.info:
+  Card hw:1 'NVidia'/'HDA NVidia at 0xf708 irq 17'
+Mixer name : 'Nvidia GPU 41 HDMI/DP'
+Components : 'HDA:10de0041,14622871,00100100'
+Controls  : 24
+Simple ctrls  : 4
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=ce0ec46d-5a8e-4ba4-9049-ed08a896696b
+ InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120424)
+ MachineType: System manufacturer System Product Name
+ MarkForUpload: True
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/tcsh
+ ProcFB: 0 VESA VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-49-generic 
root=UUID=90c7fb84-e571-4f25-b91a-0a8e9915763f ro quiet splash nomodeset 
vt.handoff=7
+ 

[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-08 Thread Ben McCann
OK. I added the apport data. Note that I am currently running 3.2.0-49,
which works, because my machine is almost useless with 3.2.0-51.


** Changed in: linux (Ubuntu)
   Status: Incomplete = New

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-08 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream stable kernel?
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the
latest v3.2 stable kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.50-precise


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

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

** Tags removed: regression-release
** Tags added: regression-update

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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


[Bug 1210104] Re: Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

2013-08-08 Thread Joseph Salisbury
** Tags added: kernel-da-key

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

Title:
  Intel FakeRAID *Regression* in Kubuntu 12.04 with Linux 3.2.0-51

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

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