[Kernel-packages] [Bug 1432778] Re: kernel panic, 14.04.2 LTS server crashes at random intervel

2015-03-16 Thread Brian Murray
** Package changed: ubuntu = linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432778

Title:
  kernel panic, 14.04.2 LTS server crashes at random intervel

Status in linux package in Ubuntu:
  New

Bug description:
  14.04.2 LTS server crashes in random interval, at least once every 24
  hours. Same error msg each time: kernel panic - not syncing: Fatal
  exception in interrupt. I do not know what is triggering the crash -
  it seems that the crash can happen anytime at random. RAM passed
  memtest86 test without errors, and HD passed smartctl long test
  without errors. Also, the computer runs fine under Linux Mint 16 Petra
  using a bootable USB stick. Photo of screen after the crash is
  attached.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1417580] Re: HP Proliant Servers should use proper cmdline to avoid kernel panics

2015-03-16 Thread Rafael David Tinoco
** Description changed:

  This bug will try to consolidate all HP Proliant Bugs related to kernel
  panics. Please do not use this to attach cores and/or files. Just to
  provide feedback on the cmdline and its explanations.
  
  We had several talks (in the last 2 weeks) with HP ROM Engineering Team
  regarding NMIs (non maskable interrupts) being generated in some
  situations:
  
- - NMIs caused during MWAIT instruction (caused by intel_idle module): 
+ - NMIs caused during MWAIT instruction (caused by intel_idle module):
  (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1318551)
  
  HP strongly uses ACPI for its power management features. HP is one of
  the most active members in the ACPI specification group and several
  features for their servers, available through their firmware, are
  heavily ACPI dependent. In the process of solving this and other bugs we
  have discovered that intel_idle module did not use ACPI tables (a way of
  firmware to say to OS what are the p-state/c-state values available) but
  queried processor directly for the available c-states. This is,
  probably, leading the OS to set a c-state (or sub-state) when the
  firmware is not prepared to handle. We have provided the following
  cmdline to be used:  intel_idle.max_cstate=0 . This will tell OS to
  deactivate intel_idle and activate acpi_idle module, which gets c-state
  values to be used from the ACPI tables, given by firmware. HP is trying
  to figure out what is generating the NMIs with intel_idle but it might
  be the case to recommend all HP servers to deactivate intel_idle module
  (in a near future).
  
- - Recently discovered NMIs caused by a BUG in Intel microcode 
- (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416414) 
+ Update: This case might not be related to MWAIT and/or C-STATES after all. It 
looks 
+ like some users were using /dev/watchdog (from HPWDT module) by accident 
and/or without
+ even knowing. (like for example running corosync and using watchdog). 
+ Check: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1432837 for this 
problem.
+ 
+ - Recently discovered NMIs caused by a BUG in Intel microcode
+ (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1416414)
  
  I've discovered that there is a recent microcode problem in some Intel
  Ivy Bridge microcode regarding a specific BIT not being cleared from the
  PMU (performance counter) register. This can lead to a NMI being wrongly
  handled (like if the PMU register was overflowed, without being) and a
  kernel panic. We have backported the fix to Ubuntu-3.13.0-35.61. So it
  is strongly advised that all Ubuntu Trusty Servers, running Xeon®
  Processor E7 v2, to be upgraded at least to kernel 3.13.0-35. The
  following cmdline:  nmi_watchdog=0  can be used to disable regular x86
  watchdog and use HP one but they don't recommend this to be the
  default cmdline. HP was advised by Canonical regarding Intel Errata #
  and that recommended workaround is a fix in firmware. Canonical has
  provided a kernel patch to workaround the issue in non-patched
  firmware (yet to be released by HP probably).
  
- - X2APIC support for HP Proliant Servers 
+ - X2APIC support for HP Proliant Servers
  (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1398497)
  
  During this investigation we had to clarify with HP ROM Engineering Team
  whether this servers support X2APIC or not. It was told to us, by HP,
  that all Gen8 (and more recent generations) do support X2APIC but they
  still ask the OS to opt-out from X2APIC (not to use X2APIC). Running
  the PIC (programmable interrupt controller) in XAPIC mode might not be
  compatible with firmware if the CPU supports X2APIC because of one of
  the only features that differs XAPIC from X2APIC: IRQ remapping (for
  virtualization, basically). So it is recommended that on all HP Proliant
  Servers Gen8, or newer, to use the following cmdline: 
  intremap=no_x2apic_optout .
  
  Anyone affected, please provide proper feedback in this bug regarding
  the use of those cmdlines (and kernel version) and tell me if new kernel
  panics (regarding NMIs and/or APIC) happened on this Server Family. We
  are getting feedback from community that these options are being enough
  to avoid the Proliant Server Family to have kernel panics and they might
  be released as a public recommendation for HP HW compatibility soon.
  
  Thank you
  
  Rafael Tinoco

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1417580

Title:
  HP Proliant Servers should use proper cmdline to avoid kernel panics

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This bug will try to consolidate all HP Proliant Bugs related to
  kernel panics. Please do not use this to attach cores and/or files.
  Just to provide feedback on the cmdline and its explanations.

  We had several talks (in the last 2 weeks) 

[Kernel-packages] [Bug 1415238] Re: Moving files after playback with vlc finished is extremely slow

2015-03-16 Thread Karl-Philipp Richter
On Linux 3.19.1 in Ubuntu 14.10 amd64 files which have been played with
`vlc` 2.2.0-pre2 cause `gdm` to hang for  30 minutes (after that time I
killed `nautilus` in another tty with `pkill nautilus`) if these failes
are dragged (dropping isn't possible due to hang and necessity to kill
`nautilus`).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1415238

Title:
  Moving files after playback with vlc finished is extremely slow

Status in linux package in Ubuntu:
  Incomplete
Status in vlc package in Ubuntu:
  Confirmed

Bug description:
  When a file was opened in `vlc` and played back and the playback
  finished, moving that file in a file manager (reproduced in `dolphin`
  and `nautilus`) takes up to several seconds (during which the file
  manager freezes) while the move occurs instantly when it is opened
  with `kaffeine` (after the playback finished - and as well when it is
  played back). The doesn't occur irregularily when the file is moved
  during playback. The issue occurs on btrfs filesytems only.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: vlc 2.2.0~pre2-4build1
  Uname: Linux 3.18.4-031804-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Jan 27 23:19:35 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-01-26 (0 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  SourcePackage: vlc
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1359689] Re: cryptsetup password prompt not shown

2015-03-16 Thread NoOp
@Joseph:  I don't recall which 3.6 kernel - it's a fairly recent install
on a test laptop. I have the following installed:

$ dpkg -l | grep linux-image
ii  linux-image-3.16.0-32-generic   3.16.0-32.42
 i386 Linux kernel image for version 3.16.0 on 32 bit 
x86 SMP
ii  linux-image-3.16.0-33-generic   3.16.0-33.44
 i386 Linux kernel image for version 3.16.0 on 32 bit 
x86 SMP
ii  linux-image-3.19.0-031900-generic   
3.19.0-031900.201502091451   i386 Linux kernel image for 
version 3.19.0 on 32 bit x86 SMP
ii  linux-image-3.19.1-031901-generic   
3.19.1-031901.201503080052   i386 Linux kernel image for 
version 3.19.1 on 32 bit x86 SMP
ii  linux-image-4.0.0-04rc3-generic 
4.0.0-04rc3.201503082035 i386 Linux kernel image for 
version 4.0.0 on 32 bit x86 SMP
ii  linux-image-extra-3.16.0-32-generic 3.16.0-32.42
 i386 Linux kernel extra modules for version 3.16.0 on 
32 bit x86 SMP
ii  linux-image-extra-3.16.0-33-generic 3.16.0-33.44
 i386 Linux kernel extra modules for version 3.16.0 on 
32 bit x86 SMP
ii  linux-image-generic 3.16.0.33.34
 i386 Generic Linux kernel image

It's a fully encrypted 14.10 and for some reason the /boot is only about
236MB so I have to keep removing older image  headers, otherwise I'd
have more. If you give me the links I can try the 3.16's older than
3.16.0-32  see if I can narrow it down.

BTW: 3.19.1 does not have the issue, but it does have other issues instead:
[  101.622829] WARNING: CPU: 0 PID: 2401 at 
/home/kernel/COD/linux/drivers/gpu/drm/drm_irq.c:1121 
drm_wait_one_vblank+0x177/0x180 [drm]()
[  101.622832] vblank not available on crtc 1, ret=-22
[  101.622833] Modules linked in: pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) nfnetlink_queue nfnetlink_log nfnetlink 
vmw_vsock_vmci_transport vsock vmw_vmci snd_atiixp_modem snd_via82xx_modem 
snd_intel8x0m snd_ac97_codec ac97_bus ctr ccm snd_hda_codec_hdmi 
snd_hda_codec_conexant ip6t_REJECT nf_reject_ipv6 snd_hda_codec_generic 
snd_hda_intel xt_hl dm_crypt ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 
ipt_REJECT nf_reject_ipv4 xt_limit xt_tcpudp arc4 xt_addrtype nf_conntrack_ipv4 
snd_hda_controller nf_defrag_ipv4 iwldvm xt_conntrack ip6table_filter 
ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat 
nf_conntrack_ftp uvcvideo snd_hda_codec mac80211 nf_conntrack iptable_filter 
ip_tables hp_wmi gpio_ich x_tables sparse_keymap videobuf2_vmalloc snd_hwdep 
snd_pcm videobuf2_memops snd_seq_midi snd_seq_midi_event snd_rawmidi iwlwifi 
snd_seq videobuf2_core snd_seq_device snd_timer hid_logitech_hidpp v4l2_common 
cfg80211 snd videodev media coretemp soundc
 ore joydev serio_raw parport_pc lpc_ich ppdev shpchp lp parport mac_hid 
binfmt_misc uas usb_storage hid_logitech_dj usbhid hid psmouse ahci libahci 
i915 r8169 mii i2c_algo_bit video drm_kms_helper wmi drm
[  101.622904] CPU: 0 PID: 2401 Comm: Xorg Tainted: GW  OE  
3.19.1-031901-generic #201503080052
[  101.622905] Hardware name: Hewlett-Packard HP G60 Notebook PC/3612, BIOS 
F.53 09/11/2009
[  101.622907]  0461 880099917828 817c5d9e 
0007
[  101.622911]  880099917878 880099917868 81076e17 
880035dc
[  101.622914]  0001 88003636b000 880035dc 
0001
[  101.622917] Call Trace:
[  101.622924]  [817c5d9e] dump_stack+0x45/0x57
[  101.622930]  [81076e17] warn_slowpath_common+0x97/0xe0
[  101.622933]  [81076f16] warn_slowpath_fmt+0x46/0x50
[  101.622948]  [c0279c67] drm_wait_one_vblank+0x177/0x180 [drm]
[  101.622989]  [c03dd82e] intel_enable_tv+0x2e/0x70 [i915]
[  101.623015]  [c03abcc6] i9xx_crtc_enable+0x1e6/0x240 [i915]
[  101.623042]  [c03aafa0] __intel_set_mode+0x420/0x5c0 [i915]
[  101.623069]  [c03adb52] intel_set_mode+0x72/0xe0 [i915]
[  101.623096]  [c03ade8d] intel_get_load_detect_pipe+0x1dd/0x400 
[i915]
[  101.623124]  [c03de52d] intel_tv_detect+0x13d/0x280 [i915]
[  101.623137]  [c02f3a0b] 
drm_helper_probe_single_connector_modes_merge_bits+0x1fb/0x440 [drm_kms_helper]
[  101.623155]  [c0281292] ? _object_find+0xa2/0xd0 [drm]
[  101.623164]  [c02f3c83] 
drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper]
[  101.623181]  [c02869ec] drm_mode_getconnector+0x46c/0x4c0 [drm]
[  101.623195]  [c0277e76] drm_ioctl+0x2e6/0x590 [drm]
[  101.623213]  [c0286580] ? drm_mode_getcrtc+0x100/0x100 [drm]
[  101.623218]  [8108301f] ? recalc_sigpending+0x1f/0x60
[  101.623222]  [81207cb5] 

[Kernel-packages] [Bug 1432837] [NEW] HP Proliant Servers - Kernel Panic - NMI - DL360 DL380 - HPWDT module loaded

2015-03-16 Thread Rafael David Tinoco
Public bug reported:

It was brought to me several situations where users where facing kernel
panics when machine was apparently idling (for some HP Proliant Servers
like DL 360, DL 380).

ILO:

76 CriticalSystem Error03/12/2015 12:4203/12/2015 12:072 An
Unrecoverable System Error (NMI) has occurred (System error code
0x002B, 0x)

Examples:

PID: 0  TASK: 81c1a480  CPU: 0   COMMAND: swapper/0
 #0 [88085fc05c88] machine_kexec at 8104eac2
 #1 [88085fc05cd8] crash_kexec at 810f26a3
 #2 [88085fc05da0] panic at 8175b3f2
 #3 [88085fc05e20] sched_clock at 8101c3b9
 #4 [88085fc05e30] nmi_handle at 810170e8
 #5 [88085fc05e90] io_check_error at 8101758e
 #6 [88085fc05eb0] default_do_nmi at 810176a9
 #7 [88085fc05ed8] do_nmi at 810177d8
 #8 [88085fc05ef0] end_repeat_nmi at 8176da21
[exception RIP: native_safe_halt+6]
RIP: 81055186  RSP: 81c03e90  RFLAGS: 0246
RAX: 0010  RBX: 0010  RCX: 0246
RDX: 81c03e90  RSI: 0018  RDI: 0001
RBP: 81055186   R8: 81055186   R9: 0018
R10: 81c03e90  R11: 0246  R12: 
R13:   R14:   R15: 
ORIG_RAX:   CS: 0010  SS: 0018
--- DOUBLEFAULT exception stack ---
 #9 [81c03e90] native_safe_halt at 81055186
#10 [81c03e98] default_idle at 8101d37f
#11 [81c03eb8] arch_cpu_idle at 8101dcaf
#12 [81c03ec8] cpu_startup_entry at 810b5325
#13 [81c03f40] rest_init at 81751a37
#14 [81c03f50] start_kernel at 81d320b7
#15 [81c03f90] x86_64_start_reservations at 81d315ee
#16 [81c03fa0] x86_64_start_kernel at 81d31733

OR

PID: 0 TASK: 81c14440 CPU: 0 COMMAND: swapper/0
#0 [880fffa07c40] machine_kexec at 8104b391
#1 [880fffa07cb0] crash_kexec at 810d5fb8
#2 [880fffa07d80] panic at 81730335
#3 [880fffa07e00] hpwdt_pretimeout at a02378b5 [hpwdt]
#4 [880fffa07e20] nmi_handle at 8174a76a
#5 [880fffa07ea0] default_do_nmi at 8174aacd
#6 [880fffa07ed0] do_nmi at 8174abe0
#7 [880fffa07ef0] end_repeat_nmi at 81749c81
[exception RIP: intel_idle+204]
RIP: 813f07ec RSP: 81c01d88 RFLAGS: 0046
RAX: 0010 RBX: 0010 RCX: 0046
RDX: 81c01d88 RSI: 0018 RDI: 0001
RBP: 813f07ec R8: 813f07ec R9: 0018
R10: 81c01d88 R11: 0046 R12: 
R13: 01c0d000 R14: 81c01fd8 R15: 
ORIG_RAX:  CS: 0010 SS: 0018
--- NMI exception stack ---
#8 [81c01d88] intel_idle at 813f07ec
#9 [81c01dc0] cpuidle_enter_state at 815e76cf

It turned out that after investigating all idling situations and diverse
kernel dump files - where we had most of the CPUs either MWAITing and or
relaxing, we discovered that HPWDT was loaded and corosync was opening
/dev/watchdog file, triggering the ILO watchdog timer and not updating
frequently enough as ILO expected.

As described in /etc/modprobe.d/blacklist-watchdog.conf:


# Watchdog drivers should not be loaded automatically, but only if a
# watchdog daemon is installed.


We should blacklist module hpwdt by default for all Ubuntu versions.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: cts

** Tags added: cts

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

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432837

Title:
  HP Proliant Servers - Kernel Panic - NMI - DL360  DL380 - HPWDT
  module loaded

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  It was brought to me several situations where users where facing
  kernel panics when machine was apparently idling (for some HP Proliant
  Servers like DL 360, DL 380).

  ILO:

  76 CriticalSystem Error03/12/2015 12:4203/12/2015 12:072 An
  Unrecoverable System Error (NMI) has occurred (System error code
  0x002B, 0x)

  Examples:

  PID: 0  TASK: 81c1a480  CPU: 0   COMMAND: swapper/0
   #0 [88085fc05c88] machine_kexec at 8104eac2
   #1 [88085fc05cd8] crash_kexec at 810f26a3
   #2 [88085fc05da0] panic at 8175b3f2
   #3 [88085fc05e20] sched_clock at 8101c3b9
   #4 [88085fc05e30] nmi_handle at 810170e8
   #5 [88085fc05e90] io_check_error at 8101758e
   #6 [88085fc05eb0] default_do_nmi at 810176a9
   

[Kernel-packages] [Bug 1385113] Re: hid-generic 0005:099A:0500.0001: unknown main item tag 0x0

2015-03-16 Thread poet_imp
I tried 3.19 under ubunto 14.10 and the problem was resolved.

#kernel-fixed-upstream

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1385113

Title:
  hid-generic 0005:099A:0500.0001: unknown main item tag 0x0

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Message with Mouse Bluetooth

  [   32.960478] hid-generic 0005:099A:0500.0001: unknown main item tag
  0x0

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-23-generic 3.16.0-23.31
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  caravena   3344 F pulseaudio
  CurrentDesktop: GNOME
  Date: Fri Oct 24 05:22:54 2014
  HibernationDevice: RESUME=UUID=360bd2d2-4f44-4311-86d6-4781ac81ee87
  InstallationDate: Installed on 2014-09-25 (29 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Alpha amd64 
(20140923)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.16.0-23-generic 
root=UUID=0fb75fae-baa3-428b-ace4-498e69ff7fb6 ro rootflags=subvol=@ quiet 
splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-23-generic N/A
   linux-backports-modules-3.16.0-23-generic  N/A
   linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P14AAJ
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 530U3C/530U4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1371233] Re: USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with disabled ep

2015-03-16 Thread Joseph Salisbury
I re-read comment #21, and you 'Saw none' of the errors with 4.0, which
means this bug might be fixed there.  It might be better of to perform a
'Reverse' bisect to identify the commit that fixes this bug and
requested it in the prior stable kernels.

Can you test the following kernels and report back? We are looking for
the last kernel version that has the bug and the first that does not:

v4.0-rc1: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc1-vivid/
v4.0-rc2: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc2-vivid/
v4.0-rc3: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc3-vivid/

** Tags added: performing-bisect

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1371233

Title:
  USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with
  disabled ep

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Confirmed
Status in linux source package in Utopic:
  Confirmed
Status in linux source package in Vivid:
  Confirmed

Bug description:
  based on 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358871/comments/7 I 
tested with the HDD enclosure IcyBox IB-351 series with USB 3.0 connection with 
the same result (connection drops after 300 MB reading, error message xHCI 
xhci_drop_endpoint called with disabled ep occurs sometimes, other devices 
(e.g. Samsung HD103SI 1 TB HDD connected with 3.0 USB adapter to eSATA of 
enclosure) read hundreds of GB before failing, but definitely do before reading 
1TB). Reading tested with `dd`, `gpart` and `btrfsck`.
  Also confirmed on Lenovo IdeaPad-Z500 after BIOS update to 71CN51WW(V1.21) 
(changelog didn't indicate any USB issues anyway). Also confirmed with 3.16.3 
and 3.16.0-14 on Ubuntu 14.10-beta1 after updates.
  The issue seems to cause failure of ASIX AX179 gigabit ethernet chip as well, 
but is independent from the usage of the ethernet adapter.
  I'm without any clue and stuck with an unreliable USB and ethernet connection 
which basically means no I/O out of the machine!!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Thu Sep 18 19:58:24 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-10 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 20221
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=5e999111-7efe-4818-b9e8-a950ad6d3296 ro rootflags=subvol=@ quiet 
splash nomdmonddf nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1410704] Re: [HP 14 Notebook PC] mute LED does not work

2015-03-16 Thread Hui Wang
** Tags removed: verification-needed-trusty
** Tags added: verification-done-trusty

** Tags removed: verification-needed-utopic
** Tags added: verification-done-utopic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1410704

Title:
  [HP 14 Notebook PC] mute LED does not work

Status in HWE Next Project:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  [HP 14 Notebook PC]
  CID: 201406-15267
  updated 14.04.1
  3.13.0-44-generic #73

  Steps to reproduce the bug:
  1. install 14.04.1 via live usb.
  2. use dash-updater to update the system. Reboot.
  3. get into the desktop. the system is ready to use.
  4. press the mute function key (F6)

  Expected result:
  the sound is muted and the mute LED is on.

  Actual result:
  The sound is muted but the mute LED has no response.

  ---
  More information:

  sudo hda-verb /dev/snd/hwC1D0 0x18 SET_PIN_WIDGET_CONTROL 0x20
  could turn off the mic mute LED

  sudo hda-verb /dev/snd/hwC1D0 0x18 SET_PIN_WIDGET_CONTROL 0x24
  could turn on the mic mute LED

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-44-generic 3.13.0-44.73
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1535 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1535 F pulseaudio
  CurrentDesktop: Unity
  CurrentDmesg:
   
  Date: Wed Jan 14 04:03:24 2015
  HibernationDevice: RESUME=UUID=b62dee62-f5c4-4d1f-abdd-4a3921a5d529
  InstallationDate: Installed on 2015-01-14 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard Compaq 14 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic.efi.signed 
root=UUID=a0aa08bf-76cf-4f76-b12e-150f6fc7a5e2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-44-generic N/A
   linux-backports-modules-3.13.0-44-generic  N/A
   linux-firmware 1.127.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/02/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.27
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 21F9
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 52.26
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrB.27:bd07/02/2014:svnHewlett-Packard:pnCompaq14NotebookPC:pvr098C11000E103:rvnHewlett-Packard:rn21F9:rvr52.26:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: Compaq 14 Notebook PC
  dmi.product.version: 098C11000E103
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1410704/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1270079] Re: [Lenovo T540p, W540] Backlight interfaces not fully working

2015-03-16 Thread madbiologist
** Changed in: linux-lts-saucy (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-raring in Ubuntu.
https://bugs.launchpad.net/bugs/1270079

Title:
  [Lenovo T540p, W540] Backlight interfaces not fully working

Status in linux-lts-raring package in Ubuntu:
  Fix Released
Status in linux-lts-saucy package in Ubuntu:
  Fix Released

Bug description:
  This is a system installed with 12.04.3.

  Brightness can be controlled in Systems Settings  Brightness and
  Lock  Brightness slider.

  However there are three interfaces,

  /sys/class/backlight$ ls
  acpi_video0  acpi_video1  intel_backlight

  By controlling each interfaces as following command:
  $ sudo sh -c 'echo 80  brightness'

  here is the findings:

  acpi_video*/brighness can be only controll by particular values like,
  80, 40, 22, 12, 8, 5 ,3,1

  intel_backlight/brightness can adjust from 0 to 4789.

  three interfaces are not synchronized, this cause an issue for other
  tools that uses acpi_video0 or acpi_video1 on this system.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.8.0-35-generic 3.8.0-35.50~precise1
  ProcVersionSignature: Ubuntu 3.8.0-35.50~precise1-generic 3.8.13.13
  Uname: Linux 3.8.0-35-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.8.0-35-generic.
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1751 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1751 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'MID'/'HDA Intel MID at 0xf263 irq 48'
 Mixer name : 'Intel Haswell HDMI'
 Components : 'HDA:80862807,80860101,0010'
 Controls  : 21
 Simple ctrls  : 3
  Card1.Amixer.info:
   Card hw:1 'PCH'/'HDA Intel PCH at 0xf2634000 irq 49'
 Mixer name : 'Realtek ALC292'
 Components : 'HDA:10ec0292,17aa2210,0011'
 Controls  : 22
 Simple ctrls  : 10
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  CurrentDmesg: [   40.050791] type=1400 audit(1389947716.229:28): 
apparmor=DENIED operation=open parent=1 
profile=/usr/lib/telepathy/mission-control-5 
name=/usr/share/gvfs/remote-volume-monitors/ pid=1974 comm=mission-control 
requested_mask=r denied_mask=r fsuid=1000 ouid=0
  Date: Fri Jan 17 03:40:35 2014
  HibernationDevice: RESUME=UUID=619bafb8-b790-472c-9471-181ae33c4dd2
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: LENOVO 20BFZ052US
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-35-generic 
root=UUID=4fde570e-2674-44ba-8c05-5626a382ef7b ro quiet splash thinkpad-acpi 
brightness_enable=1 initcall_debug vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-35-generic N/A
   linux-backports-modules-3.8.0-35-generic  N/A
   linux-firmware1.79.6
  SourcePackage: linux-lts-raring
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/09/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GMET21WW (1.01 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20BFZ052US
  dmi.board.vendor: LENOVO
  dmi.board.version: Win8 Pro DPK TPG
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGMET21WW(1.01):bd08/09/2013:svnLENOVO:pn20BFZ052US:pvrThinkPadT540p:rvnLENOVO:rn20BFZ052US:rvrWin8ProDPKTPG:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20BFZ052US
  dmi.product.version: ThinkPad T540p
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1405954] Re: Touchpad detected but not working

2015-03-16 Thread Christopher M. Penalver
Silmar, the latest mainline kernel is 4.0-rc4 (not 3.18.x).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1405954

Title:
  Touchpad detected but not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Dec 27 10:49:30 skynote kernel: [0.838154] input: FocalTechPS/2 FocalTech 
FocalTech Touchpad as /devices/platform/i8042/serio1/input/input5
  Dec 27 10:49:30 skynote kernel: [0.858259] psmouse serio1: Failed to 
enable mouse on isa0060/serio1

  Notebook Asus x450lc.

  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  I don't know how to figure the version at 'apt-cache policy pkgname' but it 
gave a lot of 500s without the pkgname I guess it's 500 then.
  I expected the touchpad to work, I updated the kernel to detect it and it 
detected but no working. It works if I add psmouse=proto.bare into 
/etc/default/grub and updating the grub. However it will work as a mouse (no 
multifingers) and it will crash at suspend.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Dec 27 11:23:05 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-40-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-41-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-43-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-44-generic, x86_64: installed
   bbswitch, 0.7, 3.16.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:13fd]
  InstallationDate: Installed on 2014-11-05 (52 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  MachineType: ASUSTeK COMPUTER INC. X450LCP
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=28130cba-7b95-42de-ab61-7fa6fdc62a4a ro quiet splash i8042.noloop=1 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X450LCP.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X450LCP
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX450LCP.208:bd06/12/2014:svnASUSTeKCOMPUTERINC.:pnX450LCP:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX450LCP:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X450LCP
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Dec 27 10:49:34 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12860 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2.6

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1359689] Re: cryptsetup password prompt not shown

2015-03-16 Thread NoOp
Correction:
@Joseph: I don't recall which 3.6 kernel
should be: @Joseph: I don't recall which 3.16 kernel

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1359689

Title:
  cryptsetup password prompt not shown

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Utopic:
  Triaged
Status in linux source package in Vivid:
  Triaged

Bug description:
  Currently in utopic the following happens when booting an encrypted
  setup:

  Press enter in grub, after a while screen freezes (or turns completely
  black) and stays like that. When I press the down key, I can see the
  password prompt. When I press the up key again, I get to the graphical
  password prompt.

  This is demonstrated in the following screencast:
  https://drive.google.com/file/d/0B7EMvd1LJKgZREJocHBueEhpa2s/edit?usp=sharing

  Maybe this is related to the version of plymouth utopic currently uses, a 
similar debian bug report seems to be resolved with a newer version 0.9.0-6, 
see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752752.
  --- 
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-08-21 (0 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140821)
  Package: plymouth 0.9.0-0ubuntu3
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Tags:  utopic
  Uname: Linux 3.16.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  DefaultPlymouth: /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-08-21 (0 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140821)
  MachineType: Dell Inc. Precision M4600
  Package: plymouth 0.9.0-0ubuntu3
  PackageArchitecture: amd64
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-9-generic 
root=/dev/mapper/VG--Ubuntu-LV--Ubuntu--ROOT ro rootflags=subvol=@ 
cryptopts=target=Ubuntu,source=/dev/disk/by-uuid/6fc200da-aa04-4e73-b6a7-a2326f0b6204,lvm=VG-Ubuntu
 quiet splash vt.handoff=7
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-9-generic 
root=/dev/mapper/VG--Ubuntu-LV--Ubuntu--ROOT ro rootflags=subvol=@ 
cryptopts=target=Ubuntu,source=/dev/disk/by-uuid/6fc200da-aa04-4e73-b6a7-a2326f0b6204,lvm=VG-Ubuntu
 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Tags:  utopic
  TextPlymouth: /lib/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
  Uname: Linux 3.16.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 03/10/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A14
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd03/10/2013:svnDellInc.:pnPrecisionM4600:pvr01:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4600
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 164941] Re: ALSA does not correctly mix channels on Dell Inspiron 9300

2015-03-16 Thread madbiologist
*** This bug is a duplicate of bug 113862 ***
https://bugs.launchpad.net/bugs/113862

** This bug has been marked a duplicate of bug 113862
   Volume and quality problems with dell inspiron 9300 laptop

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/164941

Title:
  ALSA does not correctly mix channels on Dell Inspiron 9300

Status in The Linux Kernel:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The default mixer settings do not correctly detect and merge the 2.1
  system on the Dell Inspiron 9300 laptop.  This laptop comes with a
  ICH6 AC'97 audio controller and 2.1 speaker setup.  Currently, the
  highs are set for Master and the lows are set for Master Mono.  In
  order to get volume control and muting to work, I had to choose the
  inelegant solution of setting the master volume channel to PCM.
  This 2.1 setup should be under one channel, Master.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1400215] Re: Atheros BT devices(ath3k) fail to work on USB3.0 buses

2015-03-16 Thread Adam Lee
this patch is in all official(kernel.org) stable trees now, so just wave
the verifications.

** Tags removed: verification-needed-trusty verification-needed-utopic
** Tags added: verification-done-trusty verification-done-utopic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1400215

Title:
  Atheros BT devices(ath3k) fail to work on USB3.0 buses

Status in HWE Next Project:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed
Status in linux source package in Vivid:
  Fix Released

Bug description:
  Atheros BT devices(ath3k) fail to work on USB3.0 buses, but work well
  on USB 2.0

    1. BT devices will disappear from USB3.0 buses.
    2. BT devices can be found on USB3.0 buses, but can not be found by 
hciconfig.
    3. There are FW loading error messages in dmesg with USB3.0.

  $ dmesg | grep Blu
  [ 13.996701] Bluetooth: Core ver 2.19
  [ 13.996716] Bluetooth: HCI device and connection manager initialized
  [ 13.996722] Bluetooth: HCI socket layer initialized
  [ 13.996723] Bluetooth: L2CAP socket layer initialized
  [ 13.996729] Bluetooth: SCO socket layer initialized
  [ 15.763696] Bluetooth: RFCOMM TTY layer initialized
  [ 15.763705] Bluetooth: RFCOMM socket layer initialized
  [ 15.763709] Bluetooth: RFCOMM ver 1.11
  [ 15.772693] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [ 15.772696] Bluetooth: BNEP filters: protocol multicast
  [ 15.772703] Bluetooth: BNEP socket layer initialized
  [ 17.378235] Bluetooth: Error in firmware loading err = -110,len = 448, size 
= 1496
  [ 17.378242] Bluetooth: Loading sysconfig file failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1400215/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-03-16 Thread elenfoiro
Hi Pilot6,

thanks again for your involvment in this driver issue and to answer to
your question, I have a Focaltech touchpad.

I would certainly try your 3.16 mainly because I'm not so keen in kernel RC but 
I would like to know two things before:
1/ How will security updates be integrated to your buid ?
2/ My laptop only has an integrated Intel graphic chip, will it be recognized 
by your kernel build ?

Best regards,
Frédéric

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

Status in linux package in Ubuntu:
  Fix Released
Status in linux package in Arch Linux:
  New

Bug description:
  Hi! I'm following the bug reporting documentation here:

  
https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

  The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
  I can't access touchpad features such as two-finger scrolling.

  The laptop was very recently released and I couldn't find any
  outstanding firmware updates for it through Asus's Windows-based
  tools.

  % lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  Per the instructions on the wiki, I'm attaching output from
  /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

  This machine also has a touchscreen, which I'm fairly certain is the
  maXtouch digitizer visible in the logs. I haven't yet restarted in
  Windows to see if it says anything useful about the touchpad, but I
  can do so if that's helpful. This is a fresh install of 14.04 and I
  haven't done much customization of it apart from installing some
  applications and changing the default resolution.

  The only relevant bit I noticed in /var/log/dmesg is this:

  [3.967547] input: PS/2 Logitech Wheel Mouse as
  /devices/platform/i8042/serio4/input/input11

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim2234 F pulseaudio
   /dev/snd/controlC1:  tim2234 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Sep 22 14:30:33 2014
  HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
  InstallationDate: Installed on 2014-09-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 03eb:8a32 Atmel Corp. 
   Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX303LN
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/23/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LN.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LN
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432778] [NEW] kernel panic, 14.04.2 LTS server crashes at random intervel

2015-03-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

14.04.2 LTS server crashes in random interval, at least once every 24
hours. Same error msg each time: kernel panic - not syncing: Fatal
exception in interrupt. I do not know what is triggering the crash - it
seems that the crash can happen anytime at random. RAM passed memtest86
test without errors, and HD passed smartctl long test without errors.
Also, the computer runs fine under Linux Mint 16 Petra using a bootable
USB stick. Photo of screen after the crash is attached.

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


** Tags: bot-comment
-- 
kernel panic, 14.04.2 LTS server crashes at random intervel
https://bugs.launchpad.net/bugs/1432778
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1426013] gonzo (amd64) - tests ran: 1, failed: 0

2015-03-16 Thread Brad Figg
tests ran:   1, failed: 0;
  
http://kernel.ubuntu.com/testing/gonzo__3.19.0-9.9__2015-03-13_21-54-00/results-index.html

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1426013

Title:
  linux: 3.19.0-7.7 -proposed tracker

Status in Kernel Development Workflow:
  Fix Released
Status in Kernel Development Workflow package-testing series:
  Won't Fix
Status in Kernel Development Workflow prepare-package series:
  Fix Released
Status in Kernel Development Workflow prepare-package-meta series:
  Fix Released
Status in Kernel Development Workflow prepare-package-signed series:
  Fix Released
Status in Kernel Development Workflow promote-to-release series:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Fix Released

Bug description:
  This bug is for tracking the 3.19.0-7.7 upload package. This bug will
  contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-Prepare-package-start:Thursday, 26. February 2015 16:33 UTC
  kernel-Package-testing-start:Friday, 27. February 2015 10:12 UTC
  kernel-Prepare-package-end:Friday, 27. February 2015 10:12 UTC
  kernel-Promote-to-release-end:Monday, 02. March 2015 10:00 UTC
  kernel-phase:Released
  kernel-phase-changed:Monday, 02. March 2015 11:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1426013/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431473] Re: kvm_intel (nested) module will not load [Input/output error]

2015-03-16 Thread Robie Basak
Reproduced with latest upstream kernel from:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc4-vivid/
linux-image-4.0.0-04rc4-generic 4.0.0-04rc4.201503152135
Linux vivid-test 4.0.0-04rc4-generic #201503152135 SMP Mon Mar 16 01:36:37 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Does not reproduce (what I want) with:

http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.11.11-trusty/
linux-image-3.13.11-0313-generic3.13.11-0313.20141336
Linux vivid-test 3.13.11-0313-generic #20141336 SMP Tue Nov 11 18:37:52 
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

All on Vivid, using cloud image daily build on amd64 serial 20150314.1.
Canonical engineers: it seems you can reproduce on lcy01.

$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Duo CPU T7700  @ 2.40GHz
stepping: 11
microcode   : 0x1
cpu MHz : 2400.084
cache size  : 4096 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc 
rep_good nopl pni vmx ssse3 cx16 sse4_1 sse4_2 popcnt hypervisor lahf_lm
bogomips: 4800.16
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Duo CPU T7700  @ 2.40GHz
stepping: 11
microcode   : 0x1
cpu MHz : 2400.084
cache size  : 4096 KB
physical id : 1
siblings: 1
core id : 0
cpu cores   : 1
apicid  : 1
initial apicid  : 1
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc 
rep_good nopl pni vmx ssse3 cx16 sse4_1 sse4_2 popcnt hypervisor lahf_lm
bogomips: 4800.16
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431473

Title:
  kvm_intel (nested) module will not load [Input/output error]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have 2 different systems, both are kvm instances themselves, both running 
vivid.
  One of them has /dev/kvm and kvm working fine (well, fine-ish bug 1413540).
  The other will not load the kvm_intel module.

  
  === system 1 ===
  $ sudo kvm-ok
  INFO: /dev/kvm does not exist
  HINT:   sudo modprobe kvm_intel
  INFO: Your CPU supports KVM extensions
  KVM acceleration can be used

  $ cat /proc/cpuinfo 
  processor : 0
  vendor_id : GenuineIntel
  cpu family: 6
  model : 15
  model name: Intel(R) Core(TM)2 Duo CPU T7700  @ 2.40GHz
  stepping  : 11
  microcode : 0x1
  cpu MHz   : 2400.084
  cache size: 4096 KB
  physical id   : 0
  siblings  : 1
  core id   : 0
  cpu cores : 1
  apicid: 0
  initial apicid: 0
  fpu   : yes
  fpu_exception : yes
  cpuid level   : 10
  wp: yes
  flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc 
rep_good nopl pni vmx ssse3 cx16 sse4_1 sse4_2 popcnt hypervisor lahf_lm
  bugs  :
  bogomips  : 4800.16
  clflush size  : 64
  cache_alignment   : 64
  address sizes : 40 bits physical, 48 bits virtual
  power management:

  $ ls -l /dev/kvm
  ls: cannot access /dev/kvm: No such file or directory

  $ sudo modprobe kvm_intel
  modprobe: ERROR: could not insert 'kvm_intel': Input/output error

  
  === system 2 ===
  $ sudo kvm-ok
  INFO: /dev/kvm exists
  KVM acceleration can be used

  $ cat /proc/cpuinfo 
  processor : 0
  vendor_id : GenuineIntel
  cpu family: 6
  model : 42
  model name: Intel Xeon E312xx (Sandy Bridge)
  stepping  : 1
  microcode : 0x1
  cpu MHz   : 1995.191
  cache size: 4096 KB
  physical id   : 0
  siblings  : 1
  core id   : 0
  cpu cores : 1
  apicid: 0
  initial apicid: 0
  fpu   : yes
  fpu_exception : yes
  cpuid level   : 13
  wp: yes
  flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm 
constant_tsc rep_good nopl eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 

[Kernel-packages] [Bug 1432659] Status changed to Confirmed

2015-03-16 Thread Brad Figg
This change was made by a bot.

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432659

Title:
  Broadcom BCM43142 Wifi unstable, panics

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This new laptop's wireless connection (Broadcom BCM43142) is
  disconnecting every few minutes. This corresponds to panics and
  tracebacks in the kernel log.

  The laptop was freshly installed with Ubuntu 14.10 (Utopic), and
  disconnections were seen. I then upgraded it to Ubuntu 15.04 (Vivid
  developement release), and am still experiencing the problem. The
  Broadcom proprietary driver is being used, and seems to be the only
  one available for this device.

  
  Mar 16 20:38:38 aargh kernel: [  557.285585] [ cut here 
]
  Mar 16 20:38:38 aargh kernel: [  557.285646] WARNING: CPU: 0 PID: 523 at 
/build/buildd/linux-3.19.0/net/wireless/sme.c:800 cfg80211_roamed+0x91/0xa0 
[cfg80211]()
  Mar 16 20:38:38 aargh kernel: [  557.285652] Modules linked in: rfcomm bnep 
xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xt_tcpudp 
bridge stp llc iptable_filter ip_tables x_tables nls_iso8859_1 hp_wmi 
sparse_keymap snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi 
wl(POE) snd_hda_intel intel_rapl iosf_mbi x86_pkg_temp_thermal 
snd_hda_controller intel_powerclamp coretemp snd_hda_codec kvm_intel snd_hwdep 
snd_pcm kvm snd_seq_midi snd_seq_midi_event joydev snd_rawmidi rtsx_pci_ms 
serio_raw snd_seq cfg80211 uvcvideo lpc_ich snd_seq_device videobuf2_vmalloc 
snd_timer videobuf2_memops videobuf2_core btusb v4l2_common bluetooth videodev 
media memstick mei_me mei shpchp snd soundcore 8250_fintek hp_accel hp_wireless 
lis3lv02d input_polldev acpi_pad mac_hid parport_pc ppdev lp parport autofs4 
btrfs xor raid6_pq dm_crypt rtsx_pci_sdmmc crct10dif_pclmul crc32_pclmul 
ghash_clmulni_inte
 l aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd i915 
psmouse ahci libahci r8169 i2c_algo_bit mii rtsx_pci drm_kms_helper drm wmi 
video
  Mar 16 20:38:38 aargh kernel: [  557.285789] CPU: 0 PID: 523 Comm: 
wl_event_handle Tainted: PW  OE  3.19.0-9-generic #9-Ubuntu
  Mar 16 20:38:38 aargh kernel: [  557.285793] Hardware name: Hewlett-Packard 
HP Pavilion 13 Notebook PC /2340, BIOS F.23 11/13/2014
  Mar 16 20:38:38 aargh kernel: [  557.285798]  c0709a78 
880250fe3da8 817c09b5 0007
  Mar 16 20:38:38 aargh kernel: [  557.285804]   
880250fe3de8 8107595a 88008ee99478
  Mar 16 20:38:38 aargh kernel: [  557.285809]  880250909000 
88023bfc6a80 0099 88023bfc6900
  Mar 16 20:38:38 aargh kernel: [  557.285816] Call Trace:
  Mar 16 20:38:38 aargh kernel: [  557.285831]  [817c09b5] 
dump_stack+0x45/0x57
  Mar 16 20:38:38 aargh kernel: [  557.285841]  [8107595a] 
warn_slowpath_common+0x8a/0xc0
  Mar 16 20:38:38 aargh kernel: [  557.285846]  [81075a4a] 
warn_slowpath_null+0x1a/0x20
  Mar 16 20:38:38 aargh kernel: [  557.285873]  [c06e5a81] 
cfg80211_roamed+0x91/0xa0 [cfg80211]
  Mar 16 20:38:38 aargh kernel: [  557.285969]  [c0ad59fb] 
wl_notify_roaming_status+0xcb/0x150 [wl]
  Mar 16 20:38:38 aargh kernel: [  557.286044]  [c0ad275a] 
wl_event_handler+0x6a/0x230 [wl]
  Mar 16 20:38:38 aargh kernel: [  557.286122]  [c0ad26f0] ? 
wl_free_wdev.isra.23+0x80/0x80 [wl]
  Mar 16 20:38:38 aargh kernel: [  557.286144]  [81094679] 
kthread+0xc9/0xe0
  Mar 16 20:38:38 aargh kernel: [  557.286153]  [810945b0] ? 
kthread_create_on_node+0x1c0/0x1c0
  Mar 16 20:38:38 aargh kernel: [  557.286161]  [817c7a3c] 
ret_from_fork+0x7c/0xb0
  Mar 16 20:38:38 aargh kernel: [  557.286169]  [810945b0] ? 
kthread_create_on_node+0x1c0/0x1c0
  Mar 16 20:38:38 aargh kernel: [  557.286173] ---[ end trace 3fbf2d3851265ca6 
]---
  Mar 16 20:38:44 aargh kernel: [  563.512221] cfg80211: Calling CRDA to update 
world regulatory domain
  Mar 16 20:38:44 aargh kernel: [  563.514217] cfg80211: World regulatory 
domain updated:
  Mar 16 20:38:44 aargh kernel: [  563.514220] cfg80211:  DFS Master region: 
unset
  Mar 16 20:38:44 aargh kernel: [  563.514221] cfg80211:   (start_freq - 
end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
  Mar 16 20:38:44 aargh kernel: [  563.514224] cfg80211:   (2402000 KHz - 
2472000 KHz @ 4 KHz), (300 mBi, 2000 mBm), (N/A)
  Mar 16 20:38:44 aargh kernel: [  563.514225] cfg80211:   (2457000 KHz - 
2482000 KHz @ 4 KHz), (300 mBi, 2000 mBm), (N/A)
  Mar 16 20:38:44 aargh kernel: [  563.514226] cfg80211:   (2474000 KHz - 
2494000 KHz @ 2 KHz), (300 mBi, 2000 mBm), (N/A)
  Mar 16 20:38:44 aargh kernel: [  563.514227] cfg80211:   

[Kernel-packages] [Bug 1400127] Re: Mellanox updates for Trusty

2015-03-16 Thread Chris J Arges
All the aforementioned patches are in Vivid since it is based on 3.19
now, except https://patchwork.ozlabs.org/patch/418451/   net/mlx4_en:
ethtool force speed when asking for autoneg=off this seems to not be in
upstream Linux either. For now I'll mark this Fixed, and if there is a
superceeded patch that needs to be applied please open a bug with the
appropriate patches.

Thanks,


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

** Changed in: linux (Ubuntu)
 Assignee: Chris J Arges (arges) = (unassigned)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1400127

Title:
  Mellanox updates for Trusty

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Released
Status in linux source package in Utopic:
  Fix Released

Bug description:
  SRU Justification:

  [Impact]
  Users of Mellanox mlx4_{core,en} drivers may be missing hardware enablement 
features.
  [Test Case]
  Test Mellanox hardware and ensure functionality with mlx4_{core,en} drivers.
  [Fix]
  As described below, and summarized in Comment #5.

  --

  The following changes since commit
  b87885d70c29324b66ee7d4f979a9f95cc46564b:

    UBUNTU: Ubuntu-3.13.0-42.71 (2014-12-05 14:35:11 +)

  are attached to this tracker as patch files.

  The main goal for this is patch-set is to add functionality to:
  1. reduce cache misses by aligning CQE/EQE writes to the actual cache line 
size
  2. set/get link speed using ethtool [-s].
  3. set  rx/tx vlan offload
  4. bug fixes

  all of the patches are upsream (net-next),  except for the last one which is 
a bug fix waiting for review:
  https://patchwork.ozlabs.org/patch/418451/

  Ido Shamay (3):
    net/mlx4_core: Enable CQE/EQE stride support
    net/mlx4_core: Cache line EQE size support
    net/mlx4_en: Add mlx4_en_get_cqe helper

  Saeed Mahameed (12):
    net/mlx4_core: Introduce mlx4_get_module_info for cable module info 
reading
    ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool support
    net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev cap
    net/mlx4_core: Add ethernet backplane autoneg device capability
    ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting 
support
    net/mlx4_en: Use PTYS register to query ethtool settings
    net/mlx4_en: Use PTYS register to set ethtool settings (Speed)
    net/mlx4_en: Add support for setting rxvlan offload OFF/ON
    net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ON
    net/mlx4_core: Prevent VF from changing port configuration
    net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is set
    net/mlx4_en: ethtool force speed when asking for autoneg=off

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1419151] Re: OpenPower needs backport of PowerNV OPAL i2c driver

2015-03-16 Thread Chris J Arges
Since Vivid is now based on 3.19 marking that series as Fix Released. However 
verification for Utopic is still needed.
Thanks!

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

** Changed in: linux (Ubuntu)
 Assignee: Chris J Arges (arges) = (unassigned)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1419151

Title:
  OpenPower needs backport of PowerNV OPAL i2c driver

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Invalid
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  [Impact]
  This exposes the i2c busses of the machine which are controlled via the OPAL 
firmware. This is among
  other things, necessary for manufacturing configuration of VPDs etc..., but 
will also enable Linux access
  to some i2c devices such as the TPM.

  We wish to have this in utopic and if possible trusty.

  [Fix]
  The Open Power machines need the driver that was merged in 3.19 backported. 
The commit upstream
  is 470834508f87877f680738a10a305280582c7aed i2c: Driver to expose PowerNV 
platform i2c busses
  $ git describe --contains 470834508f87877f680738a10a305280582c7aed
  v3.19-rc1~22^2~7

  [Test Case]
  modprobe i2c-opal

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1423292] Re: [Anders 2]GPU driver throws a call trace in dmesg

2015-03-16 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
trusty' to 'verification-done-trusty'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1423292

Title:
  [Anders 2]GPU driver throws a call trace in dmesg

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Confirmed
Status in linux source package in Vivid:
  Confirmed

Bug description:
  Following call trace is seen in the dmesg. Looks like it is related to
  the GPU driver.

  [9.107564] [ cut here ]
  [9.107589] WARNING: CPU: 2 PID: 390 at 
/build/buildd/linux-3.18.0/drivers/gpu/drm/i915/i915_drv.c:451 
intel_detect_pch+0x366/0x3d0 [i915]()
  [9.107607] Modules linked in: i915(+) x86_pkg_temp_thermal coretemp 
kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel 
drm_kms_helper aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd drm 
i2c_algo_bit ipmi_si(+) lpc_ich ipmi_msghandler shpchp video mac_hid mlx4_en 
vxlan ip6_udp_tunnel udp_tunnel ptp pps_core mlx4_core ahci libahci
  [9.107610] CPU: 2 PID: 390 Comm: systemd-udevd Not tainted 
3.18.0-11-generic #12-Ubuntu
  [9.107611] Hardware name: HP ProLiant m710 Server Cartridge/, BIOS H06 
01/21/2015
  [9.107614]  0009 880810d93878 817ad3ac 
0d900d90
  [9.107616]   880810d938b8 81074c21 

  [9.107618]  880812945000 880810c0 88081011e800 
880810c0
  [9.107618] Call Trace:
  [9.107624]  [817ad3ac] dump_stack+0x46/0x58
  [9.107627]  [81074c21] warn_slowpath_common+0x81/0xa0
  [9.107630]  [81074cfa] warn_slowpath_null+0x1a/0x20
  [9.107648]  [c05db756] intel_detect_pch+0x366/0x3d0 [i915]
  [9.107687]  [c06751d8] i915_driver_load+0x1b8/0x1030 [i915]
  [9.107690]  [813b6c18] ? kobject_uevent_env+0x178/0x690
  [9.107693]  [814e7707] ? get_device+0x17/0x30
  [9.107695]  [814ed385] ? klist_class_dev_get+0x15/0x20
  [9.107697]  [8179f858] ? klist_node_init+0x38/0x60
  [9.107700]  [8179f916] ? klist_add_tail+0x46/0x50
  [9.107702]  [814e902b] ? device_add+0x1db/0x6d0
  [9.107715]  [c037f6c5] drm_dev_register+0xb5/0x110 [drm]
  [9.107726]  [c038273d] drm_get_pci_dev+0x8d/0x200 [drm]
  [9.107744]  [c05db23b] i915_pci_probe+0x3b/0x60 [i915]
  [9.107748]  [813fc0d5] local_pci_probe+0x45/0xa0
  [9.107750]  [813fd475] ? pci_match_device+0xe5/0x110
  [9.107752]  [813fd5b9] pci_device_probe+0xd9/0x130
  [9.107756]  [814ec413] driver_probe_device+0xa3/0x410
  [9.107758]  [814ec85b] __driver_attach+0x9b/0xa0
  [9.107761]  [814ec7c0] ? __device_attach+0x40/0x40
  [9.107763]  [814ea1eb] bus_for_each_dev+0x6b/0xb0
  [9.107766]  [814ebe7e] driver_attach+0x1e/0x20
  [9.107768]  [814eba60] bus_add_driver+0x180/0x250
  [9.107770]  [814ed054] driver_register+0x64/0xf0
  [9.107773]  [813fb90c] __pci_register_driver+0x4c/0x50
  [9.107783]  [c03829aa] drm_pci_init+0xfa/0x130 [drm]
  [9.107785]  [c051e000] ? 0xc051e000
  [9.107802]  [c051e08a] i915_init+0x8a/0x92 [i915]
  [9.107806]  [81002148] do_one_initcall+0xd8/0x210
  [9.107810]  [811b8cf2] ? __vunmap+0xa2/0x100
  [9.107814]  [810fb32b] load_module+0x151b/0x1c10
  [9.107816]  [810f6a40] ? store_uevent+0x40/0x40
  [9.107819]  [810fbb96] SyS_finit_module+0x86/0xb0
  [9.107822]  [817b506d] system_call_fastpath+0x16/0x1b
  [9.107824] ---[ end trace 58c91eee44705aff ]---

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1173681] Re: 168c:002b [Asus U32U] asus_nb_wmi AR9285 ath9k not working after updating to Ubuntu 13.04 Raring

2015-03-16 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
utopic' to 'verification-done-utopic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-utopic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1173681

Title:
  168c:002b [Asus U32U] asus_nb_wmi AR9285 ath9k not working after
  updating to Ubuntu 13.04 Raring

Status in The Linux Kernel:
  Invalid
Status in Linux Deepin:
  New
Status in linux package in Ubuntu:
  Fix Released

Bug description:
  update: updated the BIOS to the latest version but the problem
  persists.

  Booting with the older kernel (latest linux kernel from 12.10) every thing 
works fine. After upgrading to Raring Ringtail Ubuntu 13.04, with the new 
kernel, hardware get blocked/disabled and wireless doesn't work:
  0: phy0: Wireless LAN
   Soft blocked: no
   Hard blocked: yes
  1: asus-wlan: Wireless LAN
   Soft blocked: no
   Hard blocked: no

  WORKAROUND - is only applicable to Asus Notebooks/netbooks that use the 
asus_nb_wmi driver:
  Create and edit asus_nb_wmi.conf file with this command:
  sudo echo options asus_nb_wmi wapf=4 | sudo tee 
/etc/modprobe.d/asus_nb_wmi.conf

  For more detailed info of the workaround please see:
  http://ubuntuforums.org/showthread.php?t=2181558

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: linux-image-3.8.0-19-generic 3.8.0-19.29
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  x  1822 F pulseaudio
  CurrentDmesg:
   [  370.100280] r8169 :04:00.2 eth1: link up
   [  370.100322] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
   [  891.718748] systemd-hostnamed[2649]: Warning: nss-myhostname is not 
installed. Changing the local hostname might make it unresolveable. Please 
install nss-myhostname!
   [14119.241628] rtsx_pci :04:00.0: vpd r/w failed.  This is likely a 
firmware bug on this device.  Contact the card vendor for a firmware update.
  Date: Sat Apr 27 17:31:51 2013
  HibernationDevice: RESUME=UUID=e417e9f2-b63e-4b79-9be4-c21f55547205
  InstallationDate: Installed on 2012-07-13 (287 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: ASUSTeK Computer Inc. U32U
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=3ad9d88b-a7a5-460f-ba15-a78dd7f2fc94 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  SourcePackage: linux
  UpgradeStatus: Upgraded to raring on 2013-04-27 (0 days ago)
  dmi.bios.date: 12/16/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: U32U.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: U32U
  dmi.board.vendor: ASUSTeK Computer Inc.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK Computer Inc.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrU32U.204:bd12/16/2011:svnASUSTeKComputerInc.:pnU32U:pvr1.0:rvnASUSTeKComputerInc.:rnU32U:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
  dmi.product.name: U32U
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK Computer Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1410704] Re: [HP 14 Notebook PC] mute LED does not work

2015-03-16 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
utopic' to 'verification-done-utopic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1410704

Title:
  [HP 14 Notebook PC] mute LED does not work

Status in HWE Next Project:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  [HP 14 Notebook PC]
  CID: 201406-15267
  updated 14.04.1
  3.13.0-44-generic #73

  Steps to reproduce the bug:
  1. install 14.04.1 via live usb.
  2. use dash-updater to update the system. Reboot.
  3. get into the desktop. the system is ready to use.
  4. press the mute function key (F6)

  Expected result:
  the sound is muted and the mute LED is on.

  Actual result:
  The sound is muted but the mute LED has no response.

  ---
  More information:

  sudo hda-verb /dev/snd/hwC1D0 0x18 SET_PIN_WIDGET_CONTROL 0x20
  could turn off the mic mute LED

  sudo hda-verb /dev/snd/hwC1D0 0x18 SET_PIN_WIDGET_CONTROL 0x24
  could turn on the mic mute LED

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-44-generic 3.13.0-44.73
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1535 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1535 F pulseaudio
  CurrentDesktop: Unity
  CurrentDmesg:
   
  Date: Wed Jan 14 04:03:24 2015
  HibernationDevice: RESUME=UUID=b62dee62-f5c4-4d1f-abdd-4a3921a5d529
  InstallationDate: Installed on 2015-01-14 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard Compaq 14 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic.efi.signed 
root=UUID=a0aa08bf-76cf-4f76-b12e-150f6fc7a5e2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-44-generic N/A
   linux-backports-modules-3.13.0-44-generic  N/A
   linux-firmware 1.127.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/02/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.27
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 21F9
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 52.26
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrB.27:bd07/02/2014:svnHewlett-Packard:pnCompaq14NotebookPC:pvr098C11000E103:rvnHewlett-Packard:rn21F9:rvr52.26:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: Compaq 14 Notebook PC
  dmi.product.version: 098C11000E103
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1410704/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1400215] Re: Atheros BT devices(ath3k) fail to work on USB3.0 buses

2015-03-16 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
utopic' to 'verification-done-utopic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1400215

Title:
  Atheros BT devices(ath3k) fail to work on USB3.0 buses

Status in HWE Next Project:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed
Status in linux source package in Vivid:
  Fix Released

Bug description:
  Atheros BT devices(ath3k) fail to work on USB3.0 buses, but work well
  on USB 2.0

    1. BT devices will disappear from USB3.0 buses.
    2. BT devices can be found on USB3.0 buses, but can not be found by 
hciconfig.
    3. There are FW loading error messages in dmesg with USB3.0.

  $ dmesg | grep Blu
  [ 13.996701] Bluetooth: Core ver 2.19
  [ 13.996716] Bluetooth: HCI device and connection manager initialized
  [ 13.996722] Bluetooth: HCI socket layer initialized
  [ 13.996723] Bluetooth: L2CAP socket layer initialized
  [ 13.996729] Bluetooth: SCO socket layer initialized
  [ 15.763696] Bluetooth: RFCOMM TTY layer initialized
  [ 15.763705] Bluetooth: RFCOMM socket layer initialized
  [ 15.763709] Bluetooth: RFCOMM ver 1.11
  [ 15.772693] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [ 15.772696] Bluetooth: BNEP filters: protocol multicast
  [ 15.772703] Bluetooth: BNEP socket layer initialized
  [ 17.378235] Bluetooth: Error in firmware loading err = -110,len = 448, size 
= 1496
  [ 17.378242] Bluetooth: Loading sysconfig file failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1400215/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431280] Re: x86: mm/fault: Fix semaphore imbalance

2015-03-16 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
precise' to 'verification-done-precise'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-precise

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431280

Title:
  x86: mm/fault: Fix semaphore imbalance

Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Fix Committed

Bug description:
  The qrt kernel_security are hanging with task hung errors/warnings
  on the console with Precise.  This seems to be due to an issue in the
  backport to the 3.2.67 stable kernel of commit:

  commit 33692f27597fcab536d7cbbcc8f52905133e4aa7
  Author: Linus Torvalds torva...@linux-foundation.org
  Date:   Thu Jan 29 10:51:32 2015 -0800

  vm: add VM_FAULT_SIGSEGV handling support

  3.2.68 kernel fixes this issue with commit:

  commit 6749fd110bf44164782df9bba86c0327474446b9
  Author: Ben Hutchings b...@decadent.org.uk
  Date:   Wed Feb 25 00:02:28 2015 +

  x86: mm/fault: Fix semaphore imbalance
  
  When backporting commit 33692f27597f ('vm: add VM_FAULT_SIGSEGV
  handling support') I didn't notice that it depended on a recent change
  to the locking context of mm_fault_error() (commit 7fb08eca4527,
  'x86: mm: move mmap_sem unlock from mm_fault_error() to caller').
  That isn't easily applicable to 3.2, so instead make sure we drop
  mm-mmap_sem on the new branch of mm_fault_error().

  The ubuntu-qrt-apparmor are also hanging, possibly for the same
  reason.

  Including commit 6749fd110bf4 (x86: mm/fault: Fix semaphore
  imbalance) in Precise seems to fix these issues.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1400215] Re: Atheros BT devices(ath3k) fail to work on USB3.0 buses

2015-03-16 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
trusty' to 'verification-done-trusty'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-trusty

** Tags added: verification-needed-utopic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1400215

Title:
  Atheros BT devices(ath3k) fail to work on USB3.0 buses

Status in HWE Next Project:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed
Status in linux source package in Vivid:
  Fix Released

Bug description:
  Atheros BT devices(ath3k) fail to work on USB3.0 buses, but work well
  on USB 2.0

    1. BT devices will disappear from USB3.0 buses.
    2. BT devices can be found on USB3.0 buses, but can not be found by 
hciconfig.
    3. There are FW loading error messages in dmesg with USB3.0.

  $ dmesg | grep Blu
  [ 13.996701] Bluetooth: Core ver 2.19
  [ 13.996716] Bluetooth: HCI device and connection manager initialized
  [ 13.996722] Bluetooth: HCI socket layer initialized
  [ 13.996723] Bluetooth: L2CAP socket layer initialized
  [ 13.996729] Bluetooth: SCO socket layer initialized
  [ 15.763696] Bluetooth: RFCOMM TTY layer initialized
  [ 15.763705] Bluetooth: RFCOMM socket layer initialized
  [ 15.763709] Bluetooth: RFCOMM ver 1.11
  [ 15.772693] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  [ 15.772696] Bluetooth: BNEP filters: protocol multicast
  [ 15.772703] Bluetooth: BNEP socket layer initialized
  [ 17.378235] Bluetooth: Error in firmware loading err = -110,len = 448, size 
= 1496
  [ 17.378242] Bluetooth: Loading sysconfig file failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1400215/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1408972] Re: openvswitch: failed to flow_del (No such file or directory)

2015-03-16 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
trusty' to 'verification-done-trusty'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1408972

Title:
  openvswitch: failed to flow_del (No such file or directory)

Status in linux package in Ubuntu:
  Fix Committed
Status in openvswitch package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Fix Committed
Status in openvswitch source package in Trusty:
  New

Bug description:
  As part of the investigation into bug 1336555, we've noticed a large
  number of these error messages being logged in 14.04 OpenStack
  deployments:

  2015-01-09T10:50:53.643Z|03976|dpif|WARN|system@ovs-system: failed to 
flow_del (No such file or directory) 
skb_priority(0),in_port(4),skb_mark(0),eth(src=ce:2b:3a:c3:d7:d1,dst=33:33:ff:50:c2:61),eth_type(0x86dd),ipv6(src=::,dst=ff02::1:ff50:c261,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=135,code=0),nd(target=fe80::5ccd:caff:fe50:c261)
  2015-01-09T10:50:54.644Z|03977|dpif|WARN|system@ovs-system: failed to 
flow_del (No such file or directory) 
skb_priority(0),in_port(4),skb_mark(0),eth(src=ce:2b:3a:c3:d7:d1,dst=33:33:ff:50:c2:61),eth_type(0x86dd),ipv6(src=::,dst=ff02::1:ff50:c261,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=135,code=0),nd(target=fe80::5ccd:caff:fe50:c261)
  2015-01-09T10:50:55.645Z|03978|dpif|WARN|system@ovs-system: failed to 
flow_del (No such file or directory) 
skb_priority(0),in_port(4),skb_mark(0),eth(src=ce:2b:3a:c3:d7:d1,dst=33:33:ff:50:c2:61),eth_type(0x86dd),ipv6(src=::,dst=ff02::1:ff50:c261,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=135,code=0),nd(target=fe80::5ccd:caff:fe50:c261)
  2015-01-09T10:50:56.645Z|03979|dpif|WARN|system@ovs-system: failed to 
flow_del (No such file or directory) 
skb_priority(0),in_port(4),skb_mark(0),eth(src=ce:2b:3a:c3:d7:d1,dst=33:33:ff:50:c2:61),eth_type(0x86dd),ipv6(src=::,dst=ff02::1:ff50:c261,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=135,code=0),nd(target=fe80::5ccd:caff:fe50:c261)
  2015-01-09T10:50:57.646Z|03980|dpif|WARN|system@ovs-system: failed to 
flow_del (No such file or directory) 
skb_priority(0),in_port(4),skb_mark(0),eth(src=ce:2b:3a:c3:d7:d1,dst=33:33:ff:50:c2:61),eth_type(0x86dd),ipv6(src=::,dst=ff02::1:ff50:c261,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=135,code=0),nd(target=fe80::5ccd:caff:fe50:c261)
  2015-01-09T10:50:58.646Z|03981|dpif|WARN|system@ovs-system: failed to 
flow_del (No such file or directory) 
skb_priority(0),in_port(4),skb_mark(0),eth(src=ce:2b:3a:c3:d7:d1,dst=33:33:ff:50:c2:61),eth_type(0x86dd),ipv6(src=::,dst=ff02::1:ff50:c261,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=135,code=0),nd(target=fe80::5ccd:caff:fe50:c261)
  2015-01-09T10:50:59.645Z|03982|dpif|WARN|system@ovs-system: failed to 
flow_del (No such file or directory) 
skb_priority(0),in_port(4),skb_mark(0),eth(src=ce:2b:3a:c3:d7:d1,dst=33:33:ff:50:c2:61),eth_type(0x86dd),ipv6(src=::,dst=ff02::1:ff50:c261,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=135,code=0),nd(target=fe80::5ccd:caff:fe50:c261)
  2015-01-09T10:51:00.646Z|03983|dpif|WARN|system@ovs-system: failed to 
flow_del (No such file or directory) 
skb_priority(0),in_port(4),skb_mark(0),eth(src=ce:2b:3a:c3:d7:d1,dst=33:33:ff:50:c2:61),eth_type(0x86dd),ipv6(src=::,dst=ff02::1:ff50:c261,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=135,code=0),nd(target=fe80::5ccd:caff:fe50:c261)
  2015-01-09T10:51:01.646Z|03984|dpif|WARN|system@ovs-system: failed to 
flow_del (No such file or directory) 
skb_priority(0),in_port(4),skb_mark(0),eth(src=ce:2b:3a:c3:d7:d1,dst=33:33:ff:50:c2:61),eth_type(0x86dd),ipv6(src=::,dst=ff02::1:ff50:c261,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=135,code=0),nd(target=fe80::5ccd:caff:fe50:c261)

  this was fixed upstream in the datapath dkms module (see
  https://github.com/openvswitch/ovs/commit/3601bd879) and is fixed in
  the 3.16 kernel as well; please can this fix be backported to 3.13.

  Thanks!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-generic 3.13.0.43.50
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Dec 11 21:01 seq
   crw-rw 1 root audio 116, 33 Dec 11 21:01 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 

[Kernel-packages] [Bug 1419151] Re: OpenPower needs backport of PowerNV OPAL i2c driver

2015-03-16 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
utopic' to 'verification-done-utopic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-utopic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1419151

Title:
  OpenPower needs backport of PowerNV OPAL i2c driver

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Invalid
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  [Impact]
  This exposes the i2c busses of the machine which are controlled via the OPAL 
firmware. This is among
  other things, necessary for manufacturing configuration of VPDs etc..., but 
will also enable Linux access
  to some i2c devices such as the TPM.

  We wish to have this in utopic and if possible trusty.

  [Fix]
  The Open Power machines need the driver that was merged in 3.19 backported. 
The commit upstream
  is 470834508f87877f680738a10a305280582c7aed i2c: Driver to expose PowerNV 
platform i2c busses
  $ git describe --contains 470834508f87877f680738a10a305280582c7aed
  v3.19-rc1~22^2~7

  [Test Case]
  modprobe i2c-opal

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363361] Re: Machine does not wake up to wakeonlan magic packets after shutdown -h now

2015-03-16 Thread Dave Chiluk
** Changed in: linux (Ubuntu)
 Assignee: Dave Chiluk (chiluk) = (unassigned)

** Changed in: linux-lts-trusty (Ubuntu)
 Assignee: Dave Chiluk (chiluk) = (unassigned)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363361

Title:
  Machine does not wake up to wakeonlan magic packets after shutdown -h
  now

Status in linux package in Ubuntu:
  Incomplete
Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  How to reproduce with linux-lts-trusty
  1. Enable wake on lan in bios
  2. Boot *(however you want to boot)
  3.  Check that device supports wakeonlan
  ethtool eth0 
  # the Wake-on:  setting should include g
  4.  shutdown -h now
  5. wakeonlan -i ip address mac address
   in my case 
  /usr/bin/wakeonlan -i 192.168.1.91 38:60:77:86:bf:71
  6. Watch how little happens.

  
  I already did a mainline bisect, and the v3.8.12-raring works great 
v3.8.13-raring fails miserably.  I'll try to continue the bisect.

  I also verified that full trusty also experiences this issue.  I
  should check if upstream mainline is also seeing this.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62~precise1
  ProcVersionSignature: User Name 3.13.0-35.62~precise1-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sat Aug 30 06:53:01 2014
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431924] Re: Ubuntu 14.04 in a HP Pavilion g6 with wireless Ralink RT5390 disconnects

2015-03-16 Thread Alejandro
Thank you for your reply, the model is g6-1180sa, HP Pavilion.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431924

Title:
  Ubuntu 14.04 in a HP Pavilion g6 with wireless Ralink RT5390
  disconnects

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The problem is that after several minutes of been connected by
  wireless it suddenly just disconnects appearing the meesage:

  Now you are offline

  By restarting the adapter, the computer or the network settings
  (several times) the connection is reestablished, sometimes.

  I have tried different drivers and updates for this card but the
  problem persists since I installed Ubuntu 5 months ago. Further
  information about the computer and the connection

  Version log output: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-46-generic 3.13.0-46.79
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  uos1830 F pulseaudio
  Date: Fri Mar 13 14:57:00 2015
  HibernationDevice: RESUME=UUID=1970778c-e807-44a2-88d6-c7ca3ab1752c
  InstallationDate: Installed on 2014-09-16 (177 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=6a5271b5-933c-4c43-8dec-deb4dfa9e54c ro quiet splash 
intel_pstate=enable vt.handoff=7
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-46-generic N/A
   linux-backports-modules-3.13.0-46-generic  N/A
   linux-firmware 1.127.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/04/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 166F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.24
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd05/04/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr05931120461620100:rvnHewlett-Packard:rn166F:rvr09.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 05931120461620100
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432659] [NEW] Broadcom BCM43142 Wifi unstable, panics

2015-03-16 Thread Stuart Bishop
Public bug reported:

This new laptop's wireless connection (Broadcom BCM43142) is
disconnecting every few minutes. This corresponds to panics and
tracebacks in the kernel log.

The laptop was freshly installed with Ubuntu 14.10 (Utopic), and
disconnections were seen. I then upgraded it to Ubuntu 15.04 (Vivid
developement release), and am still experiencing the problem. The
Broadcom proprietary driver is being used, and seems to be the only one
available for this device.


Mar 16 20:38:38 aargh kernel: [  557.285585] [ cut here 
]
Mar 16 20:38:38 aargh kernel: [  557.285646] WARNING: CPU: 0 PID: 523 at 
/build/buildd/linux-3.19.0/net/wireless/sme.c:800 cfg80211_roamed+0x91/0xa0 
[cfg80211]()
Mar 16 20:38:38 aargh kernel: [  557.285652] Modules linked in: rfcomm bnep 
xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xt_tcpudp 
bridge stp llc iptable_filter ip_tables x_tables nls_iso8859_1 hp_wmi 
sparse_keymap snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi 
wl(POE) snd_hda_intel intel_rapl iosf_mbi x86_pkg_temp_thermal 
snd_hda_controller intel_powerclamp coretemp snd_hda_codec kvm_intel snd_hwdep 
snd_pcm kvm snd_seq_midi snd_seq_midi_event joydev snd_rawmidi rtsx_pci_ms 
serio_raw snd_seq cfg80211 uvcvideo lpc_ich snd_seq_device videobuf2_vmalloc 
snd_timer videobuf2_memops videobuf2_core btusb v4l2_common bluetooth videodev 
media memstick mei_me mei shpchp snd soundcore 8250_fintek hp_accel hp_wireless 
lis3lv02d input_polldev acpi_pad mac_hid parport_pc ppdev lp parport autofs4 
btrfs xor raid6_pq dm_crypt rtsx_pci_sdmmc crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel 
 aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd i915 
psmouse ahci libahci r8169 i2c_algo_bit mii rtsx_pci drm_kms_helper drm wmi 
video
Mar 16 20:38:38 aargh kernel: [  557.285789] CPU: 0 PID: 523 Comm: 
wl_event_handle Tainted: PW  OE  3.19.0-9-generic #9-Ubuntu
Mar 16 20:38:38 aargh kernel: [  557.285793] Hardware name: Hewlett-Packard HP 
Pavilion 13 Notebook PC /2340, BIOS F.23 11/13/2014
Mar 16 20:38:38 aargh kernel: [  557.285798]  c0709a78 880250fe3da8 
817c09b5 0007
Mar 16 20:38:38 aargh kernel: [  557.285804]   880250fe3de8 
8107595a 88008ee99478
Mar 16 20:38:38 aargh kernel: [  557.285809]  880250909000 88023bfc6a80 
0099 88023bfc6900
Mar 16 20:38:38 aargh kernel: [  557.285816] Call Trace:
Mar 16 20:38:38 aargh kernel: [  557.285831]  [817c09b5] 
dump_stack+0x45/0x57
Mar 16 20:38:38 aargh kernel: [  557.285841]  [8107595a] 
warn_slowpath_common+0x8a/0xc0
Mar 16 20:38:38 aargh kernel: [  557.285846]  [81075a4a] 
warn_slowpath_null+0x1a/0x20
Mar 16 20:38:38 aargh kernel: [  557.285873]  [c06e5a81] 
cfg80211_roamed+0x91/0xa0 [cfg80211]
Mar 16 20:38:38 aargh kernel: [  557.285969]  [c0ad59fb] 
wl_notify_roaming_status+0xcb/0x150 [wl]
Mar 16 20:38:38 aargh kernel: [  557.286044]  [c0ad275a] 
wl_event_handler+0x6a/0x230 [wl]
Mar 16 20:38:38 aargh kernel: [  557.286122]  [c0ad26f0] ? 
wl_free_wdev.isra.23+0x80/0x80 [wl]
Mar 16 20:38:38 aargh kernel: [  557.286144]  [81094679] 
kthread+0xc9/0xe0
Mar 16 20:38:38 aargh kernel: [  557.286153]  [810945b0] ? 
kthread_create_on_node+0x1c0/0x1c0
Mar 16 20:38:38 aargh kernel: [  557.286161]  [817c7a3c] 
ret_from_fork+0x7c/0xb0
Mar 16 20:38:38 aargh kernel: [  557.286169]  [810945b0] ? 
kthread_create_on_node+0x1c0/0x1c0
Mar 16 20:38:38 aargh kernel: [  557.286173] ---[ end trace 3fbf2d3851265ca6 
]---
Mar 16 20:38:44 aargh kernel: [  563.512221] cfg80211: Calling CRDA to update 
world regulatory domain
Mar 16 20:38:44 aargh kernel: [  563.514217] cfg80211: World regulatory domain 
updated:
Mar 16 20:38:44 aargh kernel: [  563.514220] cfg80211:  DFS Master region: unset
Mar 16 20:38:44 aargh kernel: [  563.514221] cfg80211:   (start_freq - end_freq 
@ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Mar 16 20:38:44 aargh kernel: [  563.514224] cfg80211:   (2402000 KHz - 2472000 
KHz @ 4 KHz), (300 mBi, 2000 mBm), (N/A)
Mar 16 20:38:44 aargh kernel: [  563.514225] cfg80211:   (2457000 KHz - 2482000 
KHz @ 4 KHz), (300 mBi, 2000 mBm), (N/A)
Mar 16 20:38:44 aargh kernel: [  563.514226] cfg80211:   (2474000 KHz - 2494000 
KHz @ 2 KHz), (300 mBi, 2000 mBm), (N/A)
Mar 16 20:38:44 aargh kernel: [  563.514227] cfg80211:   (517 KHz - 525 
KHz @ 4 KHz), (300 mBi, 2000 mBm), (N/A)
Mar 16 20:38:44 aargh kernel: [  563.514229] cfg80211:   (5735000 KHz - 5835000 
KHz @ 4 KHz), (300 mBi, 2000 mBm), (N/A)
Mar 16 20:38:44 aargh kernel: [  564.255711] [ cut here 
]
Mar 16 20:38:44 aargh kernel: [  564.255746] WARNING: CPU: 0 PID: 523 at 
/build/buildd/linux-3.19.0/net/wireless/sme.c:800 cfg80211_roamed+0x91/0xa0 

[Kernel-packages] [Bug 1334950] Re: [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

2015-03-16 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
utopic' to 'verification-done-utopic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-utopic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1334950

Title:
  [HP 14 Touchsmart][HP 15 Touchsmart] Volume mute LED is not working

Status in HWE Next Project:
  Fix Released
Status in HWE Next trusty series:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Released

Bug description:
  CID: 201310-14248 HP 15 Touchsmart

  There is a mute key on this system, along with a Mute LED on it.
  The mute key works fine, but the LED is not working at all.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-30-generic 3.13.0-30.54
  ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1649 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1649 F pulseaudio
  CRDA:
   country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
  CurrentDesktop: Unity
  Date: Thu Jun 26 23:57:42 2014
  HibernationDevice: RESUME=UUID=540104b4-4be9-4245-8c53-2f8471e94cbb
  InstallationDate: Installed on 2014-06-26 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic.efi.signed 
root=UUID=61fbea42-9507-49b2-b9ad-b0050652e97e ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-30-generic N/A
   linux-backports-modules-3.13.0-30-generic  N/A
   linux-firmware 1.127.4
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/06/2013
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.09
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 2192
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 41.1A
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.09:bd12/06/2013:svnHewlett-Packard:pnHP15NotebookPC:pvr088710025E112:rvnHewlett-Packard:rn2192:rvr41.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 088710025E112
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1334950/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1410704] Re: [HP 14 Notebook PC] mute LED does not work

2015-03-16 Thread Brad Figg
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
trusty' to 'verification-done-trusty'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-trusty

** Tags added: verification-needed-utopic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1410704

Title:
  [HP 14 Notebook PC] mute LED does not work

Status in HWE Next Project:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Committed
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  [HP 14 Notebook PC]
  CID: 201406-15267
  updated 14.04.1
  3.13.0-44-generic #73

  Steps to reproduce the bug:
  1. install 14.04.1 via live usb.
  2. use dash-updater to update the system. Reboot.
  3. get into the desktop. the system is ready to use.
  4. press the mute function key (F6)

  Expected result:
  the sound is muted and the mute LED is on.

  Actual result:
  The sound is muted but the mute LED has no response.

  ---
  More information:

  sudo hda-verb /dev/snd/hwC1D0 0x18 SET_PIN_WIDGET_CONTROL 0x20
  could turn off the mic mute LED

  sudo hda-verb /dev/snd/hwC1D0 0x18 SET_PIN_WIDGET_CONTROL 0x24
  could turn on the mic mute LED

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-44-generic 3.13.0-44.73
  ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
  Uname: Linux 3.13.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 1535 F pulseaudio
   /dev/snd/controlC0:  ubuntu 1535 F pulseaudio
  CurrentDesktop: Unity
  CurrentDmesg:
   
  Date: Wed Jan 14 04:03:24 2015
  HibernationDevice: RESUME=UUID=b62dee62-f5c4-4d1f-abdd-4a3921a5d529
  InstallationDate: Installed on 2015-01-14 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard Compaq 14 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic.efi.signed 
root=UUID=a0aa08bf-76cf-4f76-b12e-150f6fc7a5e2 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-44-generic N/A
   linux-backports-modules-3.13.0-44-generic  N/A
   linux-firmware 1.127.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/02/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: B.27
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 21F9
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 52.26
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrB.27:bd07/02/2014:svnHewlett-Packard:pnCompaq14NotebookPC:pvr098C11000E103:rvnHewlett-Packard:rn21F9:rvr52.26:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: Compaq 14 Notebook PC
  dmi.product.version: 098C11000E103
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1410704/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431473] Re: kvm_intel (nested) module will not load [Input/output error]

2015-03-16 Thread Robie Basak
Workaround:

1. Install http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.13.11.11-trusty/linux-
image-3.13.11-0313-generic_3.13.11-0313.20141336_amd64.deb

2. Edit /etc/default/grub and set:

GRUB_DEFAULT=Advanced options for UbuntuUbuntu, with Linux
3.13.11-0313-generic

3. Run sudo update-grub

4. Reboot.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431473

Title:
  kvm_intel (nested) module will not load [Input/output error]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have 2 different systems, both are kvm instances themselves, both running 
vivid.
  One of them has /dev/kvm and kvm working fine (well, fine-ish bug 1413540).
  The other will not load the kvm_intel module.

  
  === system 1 ===
  $ sudo kvm-ok
  INFO: /dev/kvm does not exist
  HINT:   sudo modprobe kvm_intel
  INFO: Your CPU supports KVM extensions
  KVM acceleration can be used

  $ cat /proc/cpuinfo 
  processor : 0
  vendor_id : GenuineIntel
  cpu family: 6
  model : 15
  model name: Intel(R) Core(TM)2 Duo CPU T7700  @ 2.40GHz
  stepping  : 11
  microcode : 0x1
  cpu MHz   : 2400.084
  cache size: 4096 KB
  physical id   : 0
  siblings  : 1
  core id   : 0
  cpu cores : 1
  apicid: 0
  initial apicid: 0
  fpu   : yes
  fpu_exception : yes
  cpuid level   : 10
  wp: yes
  flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc 
rep_good nopl pni vmx ssse3 cx16 sse4_1 sse4_2 popcnt hypervisor lahf_lm
  bugs  :
  bogomips  : 4800.16
  clflush size  : 64
  cache_alignment   : 64
  address sizes : 40 bits physical, 48 bits virtual
  power management:

  $ ls -l /dev/kvm
  ls: cannot access /dev/kvm: No such file or directory

  $ sudo modprobe kvm_intel
  modprobe: ERROR: could not insert 'kvm_intel': Input/output error

  
  === system 2 ===
  $ sudo kvm-ok
  INFO: /dev/kvm exists
  KVM acceleration can be used

  $ cat /proc/cpuinfo 
  processor : 0
  vendor_id : GenuineIntel
  cpu family: 6
  model : 42
  model name: Intel Xeon E312xx (Sandy Bridge)
  stepping  : 1
  microcode : 0x1
  cpu MHz   : 1995.191
  cache size: 4096 KB
  physical id   : 0
  siblings  : 1
  core id   : 0
  cpu cores : 1
  apicid: 0
  initial apicid: 0
  fpu   : yes
  fpu_exception : yes
  cpuid level   : 13
  wp: yes
  flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm 
constant_tsc rep_good nopl eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 
sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx hypervisor lahf_lm vnmi 
ept xsaveopt
  bugs  :
  bogomips  : 3990.38
  clflush size  : 64
  cache_alignment   : 64
  address sizes : 40 bits physical, 48 bits virtual
  power management:

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-7-generic 3.19.0-7.7
  ProcVersionSignature: User Name 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Mar 12 17:07 seq
   crw-rw 1 root audio 116, 33 Mar 12 17:07 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Thu Mar 12 17:12:26 2015
  Ec2AMI: ami-0c86
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: aki-0548
  Ec2Ramdisk: ari-0548
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
   Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-7-generic 
root=LABEL=cloudimg-rootfs ro init=/lib/systemd/systemd console=tty1 
console=ttyS0
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/01/2007
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 

[Kernel-packages] [Bug 1432283] Re: Touchpad detected as generic mouse in Lenovo E550

2015-03-16 Thread Saman.S
*** This bug is a duplicate of bug 1429446 ***
https://bugs.launchpad.net/bugs/1429446

** This bug has been marked a duplicate of bug 1429446
   Touchpad incorrectly recognized as PS/2 mouse in 'Lenovo ThinkPad 20DF004SMC'

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432283

Title:
  Touchpad detected as generic mouse in Lenovo E550

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  There is no touchpad tab in mouse  touchpad settings. Touchpad
  gestures do not work at all.

xinput --list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ PS/2 Generic Mouse  id=9[slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=8[slave  
keyboard (3)]
  ↳ ThinkPad Extra Buttons  id=10   [slave  
keyboard (3)]

  Please also see output.tar.gz for the output of the following
  commands:

   cat /proc/bus/input/devices  ~/devices
   cat /var/log/Xorg.0.log  Xorg.0.log

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-31-generic 3.16.0-31.43
  ProcVersionSignature: Ubuntu 3.16.0-31.43-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  saman  2200 F pulseaudio
   /dev/snd/controlC1:  saman  2200 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Mar 14 22:53:35 2015
  HibernationDevice: RESUME=UUID=7112493f-20c3-41a4-9284-96115da830de
  InstallationDate: Installed on 2015-03-12 (3 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20DFCTO1WW
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic.efi.signed 
root=UUID=59254bb2-c791-4b6f-8370-b1209f94accb ro splash quiet
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-31-generic N/A
   linux-backports-modules-3.16.0-31-generic  N/A
   linux-firmware 1.138.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/08/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: J5ET41WW (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20DFCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJ5ET41WW(1.12):bd12/08/2014:svnLENOVO:pn20DFCTO1WW:pvrThinkPadE550:rvnLENOVO:rn20DFCTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20DFCTO1WW
  dmi.product.version: ThinkPad E550
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1159306] Re: WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642 cfg80211_roamed+0x9a/0xa0 [cfg80211]()

2015-03-16 Thread Mehdi
This bug prevents me from connecting to some wireless routers. Please
set the importance as high prority and assigne it to someone.

I am using Ubuntu 14.04 (3.13.0-40-generic x86_64), my laptop has
BCM4313 (as lspci reports), and I am using latest bcmwl-kernel-source
driver (6.30.223.248+bdcom-0ubuntu0.1).

Since it is an issue in Ubuntu 14.04 LTS, and it prevent connecting to
WiFi router, it is a critical bug, and it needed to be fixed even if it
is a kernel issue.

dmesg log:

[ 2340.198282] [ cut here ]
[ 2340.198322] WARNING: CPU: 0 PID: 14265 at 
/build/buildd/linux-3.13.0/net/wireless/sme.c:797 cfg80211_roamed+0x89/0x90 
[cfg80211]()
[ 2340.198325] Modules linked in: wl(POX) cfg80211 ipt_MASQUERADE iptable_nat 
nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack 
ipt_REJECT xt_CHECKSUM iptable_mangle xt_tcpudp bridge stp llc thinkpad_acpi 
nvram msr pci_stub vboxpci(OX) vboxnetadp(OX) vboxnetflt(OX) vboxdrv(OX) 
ip6table_filter ip6_tables iptable_filter ip_tables ebtable_nat ebtables 
x_tables zram(C) rfcomm bnep binfmt_misc snd_hda_codec_hdmi(OX) uvcvideo 
videobuf2_vmalloc videobuf2_memops videobuf2_core joydev videodev btusb 
bluetooth dm_multipath scsi_dh intel_powerclamp coretemp kvm_intel kvm 
snd_hda_codec_conexant(OX) snd_hda_codec_generic(OX) snd_hda_intel(OX) 
snd_hda_controller(OX) snd_hda_codec(OX) snd_hwdep snd_pcm serio_raw 
nvidia(POX) intel_ips lpc_ich snd_seq_midi snd_seq_midi_event snd_rawmidi drm 
snd_page_alloc snd_seq snd_seq_device snd_timer ideapad_laptop sparse_keymap 
snd mac_hid parport_pc shpchp mei_me mei wmi soundcore ppdev sctp libcrc32c lp 
parport uvesafb ums_realtek u
 sb_storage hid_logitech_dj usbhid hid psmouse ahci r8169 libahci mii video 
[last unloaded: cfg80211]
[ 2340.198442] CPU: 0 PID: 14265 Comm: wl_event_handle Tainted: PWC OX 
3.13.0-40-generic #69-Ubuntu
[ 2340.198445] Hardware name: LENOVO 20042   /Base 
Board Product Name, BIOS 29CN38WW(V2.15) 01/28/2011
[ 2340.198448]  0009 8801bb5c1dd0 8171f226 

[ 2340.198453]  8801bb5c1e08 810677cd 8801bb0a 
880080bb19c0
[ 2340.198457]  005f 8801bbb1df40 8800a40149f8 
8801bb5c1e18
[ 2340.198462] Call Trace:
[ 2340.198472]  [8171f226] dump_stack+0x45/0x56
[ 2340.198479]  [810677cd] warn_slowpath_common+0x7d/0xa0
[ 2340.198483]  [810678aa] warn_slowpath_null+0x1a/0x20
[ 2340.198502]  [a0daf509] cfg80211_roamed+0x89/0x90 [cfg80211]
[ 2340.198565]  [a17ef77b] wl_notify_roaming_status+0xcb/0x150 [wl]
[ 2340.198622]  [a17ee3b2] wl_event_handler+0x62/0x220 [wl]
[ 2340.198678]  [a17ee350] ? wl_cfg80211_resume+0x440/0x440 [wl]
[ 2340.198684]  [8108b562] kthread+0xd2/0xf0
[ 2340.198688]  [8108b490] ? kthread_create_on_node+0x1c0/0x1c0
[ 2340.198693]  [8172fc7c] ret_from_fork+0x7c/0xb0
[ 2340.198697]  [8108b490] ? kthread_create_on_node+0x1c0/0x1c0
[ 2340.198700] ---[ end trace b899a88463385bd1 ]---

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1159306

Title:
  WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642
  cfg80211_roamed+0x9a/0xa0 [cfg80211]()

Status in bcmwl package in Ubuntu:
  Confirmed

Bug description:
  I do not know how long this has been going on, as of now. But I looked
  today at /var/log/syslog, it it was pretty much *only* this warning +
  stacktrace, one after the other, every few seconds. This is the first
  occurence of it, from a saved syslog:

  Mar 22 18:29:32 xango3 kernel: [13498.800669] cfg80211:   (2474000 KHz - 
2494000 KHz @ 2 KHz), (300 mBi, 2000 mBm)
  Mar 22 18:29:32 xango3 kernel: [13498.800672] cfg80211:   (517 KHz - 
525 KHz @ 4 KHz), (300 mBi, 2000 mBm)
  Mar 22 18:29:32 xango3 kernel: [13498.800675] cfg80211:   (5735000 KHz - 
5835000 KHz @ 4 KHz), (300 mBi, 2000 mBm)
  Mar 22 18:29:32 xango3 NetworkManager[1649]: info (eth1): supplicant 
interface state: disconnected - scanning
  Mar 22 18:29:35 xango3 kernel: [13501.484571] net_ratelimit: 24 callbacks 
suppressed
  Mar 22 18:29:36 xango3 wpa_supplicant[1777]: eth1: Trying to associate with 
00:7f:28:e9:f9:fb (SSID='beth-el2' freq=2462 MHz)
  Mar 22 18:29:36 xango3 NetworkManager[1649]: info (eth1): supplicant 
interface state: scanning - associating
  Mar 22 18:29:36 xango3 wpa_supplicant[1777]: eth1: CTRL-EVENT-ASSOC-REJECT 
status_code=16
  Mar 22 18:29:37 xango3 NetworkManager[1649]: info (eth1): roamed from BSSID 
00:7F:28:E9:F9:FB (beth-el2) to (none) ((none))
  Mar 22 18:29:41 xango3 kernel: [13507.164978] [ cut here 
]
  Mar 22 18:29:41 xango3 kernel: [13507.165031] WARNING: at 
/build/buildd/linux-3.8.0/net/wireless/sme.c:642 cfg80211_roamed+0x9a/0xa0 
[cfg80211]()
  Mar 22 18:29:41 xango3 kernel: 

[Kernel-packages] [Bug 1432546] Re: devel: arm64: Invalidate the TLB corresponding to intermediate page table levels

2015-03-16 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: linux (Ubuntu)
Milestone: None = ubuntu-15.03

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432546

Title:
  devel: arm64: Invalidate the TLB corresponding to intermediate page
  table levels

Status in linux package in Ubuntu:
  Fix Committed

Bug description:
  We need the following commit on vivid:

commit 1965d9a73fd02b8864946ed6ffb8e4363bb54d36
Author: Catalin Marinas catalin.mari...@arm.com
Date:   Wed Mar 11 12:20:39 2015 +

  arm64: Invalidate the TLB corresponding to intermediate page table
  levels

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 644898] Re: required kernel toshiba support not enabled

2015-03-16 Thread bard
** Also affects: elementaryos
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/644898

Title:
  required kernel toshiba support not enabled

Status in elementary OS:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in toshset package in Ubuntu:
  Confirmed
Status in toshset package in Debian:
  New

Bug description:
  Binary package hint: toshset

  The kernel support required to use these utilities isn't installed - I
  can't use extra buttons, hotkeys, or change screen brightness.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: toshset 1.75-2
  ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  CheckboxSubmission: 8b15f4fca5292e90a3327d5e528e925e
  CheckboxSystem: 988b7c9be54a1e2525cae7d97805a134
  Date: Wed Sep 22 01:13:08 2010
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_CA.utf8
   SHELL=/bin/bash
  SourcePackage: toshset

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/644898/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432546] [NEW] devel: arm64: Invalidate the TLB corresponding to intermediate page table levels

2015-03-16 Thread Andy Whitcroft
Public bug reported:

We need the following commit on vivid:

  commit 1965d9a73fd02b8864946ed6ffb8e4363bb54d36
  Author: Catalin Marinas catalin.mari...@arm.com
  Date:   Wed Mar 11 12:20:39 2015 +

arm64: Invalidate the TLB corresponding to intermediate page table
levels

** Affects: linux (Ubuntu)
 Importance: High
 Assignee: Andy Whitcroft (apw)
 Status: In Progress

** Changed in: linux (Ubuntu)
   Status: New = Fix Committed

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

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

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Andy Whitcroft (apw)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432546

Title:
  devel: arm64: Invalidate the TLB corresponding to intermediate page
  table levels

Status in linux package in Ubuntu:
  In Progress

Bug description:
  We need the following commit on vivid:

commit 1965d9a73fd02b8864946ed6ffb8e4363bb54d36
Author: Catalin Marinas catalin.mari...@arm.com
Date:   Wed Mar 11 12:20:39 2015 +

  arm64: Invalidate the TLB corresponding to intermediate page table
  levels

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432546] Re: devel: arm64: Invalidate the TLB corresponding to intermediate page table levels

2015-03-16 Thread Andy Whitcroft
This was introduced by a commit in v3.18-rc1, so this only affects
vivid.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432546

Title:
  devel: arm64: Invalidate the TLB corresponding to intermediate page
  table levels

Status in linux package in Ubuntu:
  In Progress

Bug description:
  We need the following commit on vivid:

commit 1965d9a73fd02b8864946ed6ffb8e4363bb54d36
Author: Catalin Marinas catalin.mari...@arm.com
Date:   Wed Mar 11 12:20:39 2015 +

  arm64: Invalidate the TLB corresponding to intermediate page table
  levels

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431722] Re: Shutdown hangs at ubuntu splash screen on Lenovo Yoga 13

2015-03-16 Thread Alberto Salvia Novella
Please:
- Test if this bug is happening using the mainline kernel 
(https://wiki.ubuntu.com/Kernel/MainlineBuilds).
- Tell the result here.
- Set this bug status back to confirmed.

Thank you.

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

** Changed in: linux (Ubuntu)
   Importance: Critical = High

** Changed in: linux (Ubuntu)
   Importance: High = Critical

** Tags added: kernel-uncat

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431722

Title:
  Shutdown hangs at ubuntu splash screen on Lenovo Yoga 13

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When shutting down (either through GUI or sudo halt) ubuntu starts the
  shutwown process, but hangs at the splash screen.

  After some minutes I simply hold the power button to power down.

  The device is a dual booted Lenovo yoga 13.

  System info
  14.10

  Expexted behavior
  Device poweroff at shutdown
  Device poweroff and back on when reboot

  Behavior
  Hang at ubuntu splash screen indefinitely
  --- 
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mentor 2205 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=491ae5d3-5761-4951-9a34-bb320ccfae55
  InstallationDate: Installed on 2015-02-26 (16 days ago)
  InstallationMedia: It
  MachineType: LENOVO 2191
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic 
root=UUID=e5e9c0eb-1803-45a3-81f9-bd7ce6430e58 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-31.43-generic 3.16.7-ckt5
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-31-generic N/A
   linux-backports-modules-3.16.0-31-generic  N/A
   linux-firmware 1.138.1
  StagingDrivers: r8723au
  Tags:  utopic staging
  Uname: Linux 3.16.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/28/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 66CN55WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Yoga 13
  dmi.modalias: 
dmi:bvnLENOVO:bvr66CN55WW:bd02/28/2013:svnLENOVO:pn2191:pvrLenovoIdeaPadYoga13:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadYoga13:
  dmi.product.name: 2191
  dmi.product.version: Lenovo IdeaPad Yoga 13
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1109029] Re: Depend on linux-initramfs-tools

2015-03-16 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1109029

Title:
  Depend on linux-initramfs-tools

Status in apparmor package in Ubuntu:
  New
Status in console-setup package in Ubuntu:
  Confirmed
Status in kbd package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Fix Committed
Status in lvm2 package in Ubuntu:
  Confirmed
Status in multipath-tools package in Ubuntu:
  Confirmed
Status in plymouth package in Ubuntu:
  New
Status in ubuntu-meta package in Ubuntu:
  Invalid
Status in udev package in Ubuntu:
  Confirmed
Status in watershed package in Ubuntu:
  New

Bug description:
  Many core packages depend on initramfs-tools when they should actually
  depend on linux-initramfs-tools (virtual package provided by
  initramfs-tools and dracut).

  Debian seems to be using Depends: initramfs-tools | linux-initramfs-
  tools for almost every relevant package.

  See also bug #1108987, which is about the fact that dracut shouldn't
  conflict with initramfs-tools.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431181] Re: [Lenovo X250] Microphone-mute key is useless after 14.04.2 installed

2015-03-16 Thread Po-Hsu Lin
** Changed in: linux-lts-utopic (Ubuntu)
 Assignee: (unassigned) = Anthony Wong (anthonywong)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-utopic in Ubuntu.
https://bugs.launchpad.net/bugs/1431181

Title:
  [Lenovo X250] Microphone-mute key is useless after 14.04.2 installed

Status in HWE Next Project:
  New
Status in linux-lts-utopic package in Ubuntu:
  New

Bug description:
  Steps:
  1. Install 14.04.2 on Lenovo X250
  2. Log in system
  3. Speak into your microphone.
  4. During speaking, please press the mute key for the microphone to mute it 
and press it again to unmute.
  5. Try to play your record.

  Expected result:
  The speech will be played back to you. The key works, your speech should be 
interrupted for a few seconds.
  The LED of microphone-mute key will turn on when the key is under work. Press 
the key again, the LED will turn off .

  Actual result:
  Microphone-mute key is useless and LED is alwasy turn off.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.16.0-31-generic 3.16.0-31.41~14.04.1
  ProcVersionSignature: Ubuntu 3.16.0-31.41~14.04.1-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Mar 12 02:33:43 2015
  InstallationDate: Installed on 2015-03-11 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: linux-lts-utopic
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1431181/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432222] Re: system does not power off after going into hibernation

2015-03-16 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/143

Title:
  system does not power off after going into hibernation

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  My laptop does not power off anymore after going into hibernation.
  Instead I have to power off manually by holding the power button for
  some seconds. Resuming from hibernation does work reliably however.

  This is regression, since it works perfectly with the utopic kernel
  (currently 3.16.0.31.24).

  To be more precise, the standard 'platform' mode causes this issue:
  echo platform  /sys/power/disk
  echo disk  /sys/power/state

  When using the 'shutdown' mode the system powers off correctly:
  echo shutdown  /sys/power/disk
  echo disk  /sys/power/state

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9 [modified: 
boot/vmlinuz-3.19.0-9-generic]
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kiran  1458 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sat Mar 14 19:36:16 2015
  HibernationDevice: RESUME=UUID=ebcf26a9-f63a-4b55-ad87-31f7b1f3feb6
  InstallationDate: Installed on 2015-03-14 (0 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Alpha amd64 (20150313)
  MachineType: LENOVO 2767WSD
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=f0d3de75-e584-48c4-a3af-7b73dd5eb495 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 2767WSD
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn2767WSD:pvrThinkPadT400:rvnLENOVO:rn2767WSD:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2767WSD
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432405] Re: WARNING: CPU: 0 PID: 968 at /build/buildd/linux-3.19.0/drivers/gpu/drm/drm_irq.c:1121 drm_wait_one_vblank+0x170/0x180 [drm]()

2015-03-16 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432405

Title:
  WARNING: CPU: 0 PID: 968 at
  /build/buildd/linux-3.19.0/drivers/gpu/drm/drm_irq.c:1121
  drm_wait_one_vblank+0x170/0x180 [drm]()

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Noticed during boot of vivid after upgrade:

  [   54.762967] [ cut here ]
  [   54.763009] WARNING: CPU: 1 PID: 968 at 
/build/buildd/linux-3.19.0/drivers/gpu/drm/drm_irq.c:1121 
drm_wait_one_vblank+0x170/0x180 [drm]()
  [   54.763012] vblank not available on crtc 0, ret=-22
  [   54.763014] Modules linked in: binfmt_misc snd_hda_codec_si3054 arc4 
snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel iwl3945 
snd_hda_controller iwlegacy snd_hda_codec mac80211 snd_hwdep pcmcia snd_pcm 
snd_seq_midi snd_seq_midi_event snd_rawmidi yenta_socket cfg80211 coretemp 
pcmcia_rsrc tifm_7xx1 snd_seq pcmcia_core tifm_core joydev lpc_ich serio_raw 
snd_seq_device snd_timer irda snd soundcore toshiba_bluetooth toshiba_haps 
crc_ccitt 8250_fintek tpm_infineon shpchp mac_hid parport_pc ppdev lp parport 
autofs4 psmouse firewire_ohci pata_acpi e100 sdhci_pci mii i915 sdhci 
firewire_core i2c_algo_bit crc_itu_t drm_kms_helper drm video
  [   54.763065] CPU: 1 PID: 968 Comm: Xorg Tainted: GW  
3.19.0-9-generic #9-Ubuntu
  [   54.763068] Hardware name: TOSHIBA Equium A100/MPAD-MSAE Customer 
Reference Boards, BIOS 2.1010/23/2006
  [   54.763070]  c02e2b70 8800ba62b738 817c09b5 
0007
  [   54.763075]  8800ba62b788 8800ba62b778 8107595a 
8800ba62b758
  [   54.763079]  88003548 880035fb2000  
88003548
  [   54.763083] Call Trace:
  [   54.763094]  [817c09b5] dump_stack+0x45/0x57
  [   54.763099]  [8107595a] warn_slowpath_common+0x8a/0xc0
  [   54.763103]  [810759d6] warn_slowpath_fmt+0x46/0x50
  [   54.763118]  [c02b5e80] drm_wait_one_vblank+0x170/0x180 [drm]
  [   54.763155]  [c03c53af] ? gen4_read32+0x4f/0xc0 [i915]
  [   54.763186]  [c0417955] intel_enable_tv+0x25/0x60 [i915]
  [   54.763212]  [c03e2d1b] i9xx_crtc_enable+0x3fb/0x4c0 [i915]
  [   54.763239]  [c03e12b2] __intel_set_mode+0x882/0xc80 [i915]
  [   54.763266]  [c03e6dfd] intel_set_mode+0x6d/0x90 [i915]
  [   54.763293]  [c03e7096] intel_get_load_detect_pipe+0x276/0x600 
[i915]
  [   54.763298]  [811989d0] ? zone_statistics+0x80/0xa0
  [   54.763328]  [c0418555] intel_tv_detect+0x135/0x670 [i915]
  [   54.763342]  [c0322b13] 
drm_helper_probe_single_connector_modes_merge_bits+0x303/0x460 [drm_kms_helper]
  [   54.763350]  [c0322c83] 
drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper]
  [   54.763369]  [c02c216f] drm_mode_getconnector+0x43f/0x4b0 [drm]
  [   54.763383]  [c02b3adf] drm_ioctl+0x1df/0x680 [drm]
  [   54.763390]  [812077b0] do_vfs_ioctl+0x2e0/0x4e0
  [   54.763394]  [811f5755] ? __sb_end_write+0x35/0x70
  [   54.763399]  [811f31c2] ? vfs_write+0x1b2/0x1f0
  [   54.763403]  [81207a31] SyS_ioctl+0x81/0xa0
  [   54.763407]  [817c7aed] system_call_fastpath+0x16/0x1b
  [   54.763410] ---[ end trace 959064f9168f0b5b ]---

  repeats quite a few times during the boot.
  (3.19.0-9-generic #9-Ubuntu)
  Oldish Core2 laptop, internal LCD only running KDE.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-generic 3.19.0.9.8
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dg 2008 F pulseaudio
  Date: Sun Mar 15 17:49:05 2015
  HibernationDevice: RESUME=/dev/mapper/davros--vg-swap_1
  InstallationDate: Installed on 2013-11-15 (485 days ago)
  InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Alpha amd64 
(20131115)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: TOSHIBA Equium A100
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-9-generic 
root=/dev/mapper/hostname--vg-root ro
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143
  RfKill:
   0: phy0: Wireless 

[Kernel-packages] [Bug 1432169] Re: general protection fault: 0000 [#1] SMP

2015-03-16 Thread Alberto Salvia Novella
Please:
- Report this bug to https://bugzilla.kernel.org/.
- Paste the new report URL here.
- Set this bug status back to confirmed.

Thank you.

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

** Also affects: linux
   Importance: Undecided
   Status: New

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

** Tags added: asked-to-upstream

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432169

Title:
  general protection fault:  [#1] SMP

Status in The Linux Kernel:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  If this bug is related to my last session, which locked up, I was not
  doing anything special: I was using Firefox while talking on Skype. I
  had to restart using Alt+Sys-Required+REISUB, as all other mouse and
  keyboard input had frozen.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  Annotation: Your system might become unstablenow and might need to be 
restarted.
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1323 F pulseaudio
damon  1996 F pulseaudio
  Date: Sat Mar 14 18:40:42 2015
  Failure: oops
  HibernationDevice: RESUME=UUID=b541574a-bb95-47e1-b1ea-32fb30c711c5
  InstallationDate: Installed on 2015-02-05 (37 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Alpha amd64 (20150205)
  MachineType: LENOVO 427637U
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=eb18ef51-a2d0-4372-8eb9-ae009a05d4f6 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
  SourcePackage: linux
  Title: general protection fault:  [#1] SMP
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/26/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BET62WW (1.42 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 427637U
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BET62WW(1.42):bd07/26/2013:svnLENOVO:pn427637U:pvrThinkPadW520:rvnLENOVO:rn427637U:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 427637U
  dmi.product.version: ThinkPad W520
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432283] Re: Touchpad detected as generic mouse in Lenovo E550

2015-03-16 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432283

Title:
  Touchpad detected as generic mouse in Lenovo E550

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  There is no touchpad tab in mouse  touchpad settings. Touchpad
  gestures do not work at all.

xinput --list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ PS/2 Generic Mouse  id=9[slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Video Bus   id=7[slave  
keyboard (3)]
  ↳ AT Translated Set 2 keyboardid=8[slave  
keyboard (3)]
  ↳ ThinkPad Extra Buttons  id=10   [slave  
keyboard (3)]

  Please also see output.tar.gz for the output of the following
  commands:

   cat /proc/bus/input/devices  ~/devices
   cat /var/log/Xorg.0.log  Xorg.0.log

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-31-generic 3.16.0-31.43
  ProcVersionSignature: Ubuntu 3.16.0-31.43-generic 3.16.7-ckt5
  Uname: Linux 3.16.0-31-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  saman  2200 F pulseaudio
   /dev/snd/controlC1:  saman  2200 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Mar 14 22:53:35 2015
  HibernationDevice: RESUME=UUID=7112493f-20c3-41a4-9284-96115da830de
  InstallationDate: Installed on 2015-03-12 (3 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: LENOVO 20DFCTO1WW
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic.efi.signed 
root=UUID=59254bb2-c791-4b6f-8370-b1209f94accb ro splash quiet
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-31-generic N/A
   linux-backports-modules-3.16.0-31-generic  N/A
   linux-firmware 1.138.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/08/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: J5ET41WW (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20DFCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJ5ET41WW(1.12):bd12/08/2014:svnLENOVO:pn20DFCTO1WW:pvrThinkPadE550:rvnLENOVO:rn20DFCTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20DFCTO1WW
  dmi.product.version: ThinkPad E550
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1220146] Re: Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

2015-03-16 Thread Peter Silva
the ethernet problem is fixed now, was caused by  my network (duplicate
IP assignment), not the driver.  the wireless seems to work, but if the
radio is on, even if not associated to an AP, I lose a whole cpu (100%
ksoftirq) drives the cpu temperature up 10 degrees C, so I can only
imagine what it does to battery life.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1220146

Title:
  Ralink Mediatek 14c3:7630 wi-fi card isn't supported out of the box

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Triaged
Status in linux package in Fedora:
  New

Bug description:
  This device is appearing in some OEM machines, but driver is not yet
  available in mainline.

  The driver seems to be present in machines with pre-installed OS, but
  isn't available on the download-and-install versions!

  The driver that upstream is working on can be found at
  https://github.com/lwfinger/mt7630.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 305628] 3/16/2015 12:46:14 PM

2015-03-16 Thread mfranze
*** This bug is a duplicate of bug 252900 ***
https://bugs.launchpad.net/bugs/252900

Ciao,

 ho recentemente acquistato un metodo molto costoso per guadagnare su Internet. 
Il metodo funziona davvero!!! 
 Ora, in un giorno guadagno più denaro di quanto molti ne guadagnano in un 
mese. 

 Le mie statistiche per oggi. Ho guadagnato _570 in 40 minuti. Fico,
vero?


 Questo metodo funzionerà per circa 2 mesi. Io ho 2 inviti gratis; vorrei 
condividerne uno con te, solo non dirlo a nessun altro. 


 Inizia ORA e dopo circa 20-30 minuti guadagnerai i tuoi primi _200. 
 Spero che tu poi mi invierai il 10% dei tuoi guadagni come modo per dirmi 
grazie ;) 


 Link: 
http://enochtheproducer.com/gxid/urrgwnvjcpqvkz.xzmqpgcdilchfxfskgebenqzdtsxviyblcsfybvt
 


 Il tuo codice invito: MGZ39

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/305628

Title:
  package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to
  install/upgrade: impossibile creare il link per la copia di sicurezza
  di `./boot/vmlinuz-2.6.27-7-generic' prima di installarne la nuova
  versione: Funzione non permessa

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  It seems authorization missing to create a link

  ProblemType: Package
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ErrorMessage: impossibile creare il link per la copia di sicurezza di 
`./boot/vmlinuz-2.6.27-7-generic' prima di installarne la nuova versione: 
Funzione non permessa
  Package: linux-image-2.6.27-7-generic 2.6.27-7.14
  ProcCmdLine: User Name=UUID=420E-19E7 loop=/hostname/disks/home/username.disk 
ro ROOTFLAGS=sync quiet splash
  ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
  SourcePackage: linux
  Title: package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to 
install/upgrade: impossibile creare il link per la copia di sicurezza di 
`./boot/vmlinuz-2.6.27-7-generic' prima di installarne la nuova versione: 
Funzione non permessa

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1425773] Re: multipath command not showing boot disk information

2015-03-16 Thread Chris J Arges
** Tags removed: kernle-da-key
** Tags added: kernel-da-key

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1425773

Title:
  multipath command not showing boot disk information

Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - GIRISH SHRIGIRI gshri...@in.ibm.com - 2015-02-18 05:57:13 
==
  multipath -ll command not showing proper boot disk .
  i have assigned 60G ds8k SAN disk and rest IO Disk of sizes 20G and 10G  from 
ds8k and XIV.

  lsblk and lsscsi -s shows proper boot disk name ( sdq )

  but multipath -ll shows wrong result and also shows wrong size (
  showing 20G )

  please have a look into it .

  root@zop01:/# multipath -ll
  mpath2 (200173800277f06f5) dm-4 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 2:0:6:2  sdj  8:144  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 2:0:7:2  sdn  8:208  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 3:0:6:2  sdz  65:144 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 3:0:7:2  sdad 65:208 active ready running
  mpath1 (200173800277f06f7) dm-6 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 2:0:6:4  sdl  8:176  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 2:0:7:4  sdp  8:240  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 3:0:6:4  sdab 65:176 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 3:0:7:4  sdaf 65:240 active ready running
  mpath0 (200173800277f06f4) dm-3 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 2:0:6:1  sdi  8:128  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 2:0:7:1  sdm  8:192  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 3:0:6:1  sdy  65:128 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 3:0:7:1  sdac 65:192 active ready running
  mpath9 (200173800277f06f0) dm-7 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 4:0:2:1  sdag 66:0   active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 4:0:4:1  sdan 66:112 active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 5:0:2:1  sdar 66:176 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 5:0:4:1  sday 67:32  active ready running
  mpath8 (200173800277f06f3) dm-10 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 4:0:2:4  sdaj 66:48  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 5:0:4:4  sdbb 67:80  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 4:0:4:4  sdaq 66:160 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 5:0:2:4  sdau 66:224 active ready running
  mpath14 (36005076309ffc2f00331) dm-13 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 4:0:3:1076969475 sdam 66:96  active ready running
`- 5:0:3:1076969475 sdax 67:16  active ready running
  mpath13 (36005076309ffc2f00330) dm-12 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 4:0:3:1076903939 sdal 66:80  active ready running
`- 5:0:3:1076903939 sdaw 67:0   active ready running
  mpath6 (36005076309ffc2f0032e) dm-2 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 2:0:0:1076772867 sdd  8:48   active ready running
|- 2:0:1:1076772867 sdh  8:112  active ready running
|- 3:0:0:1076772867 sdt  65:48  active ready running
`- 3:0:1:1076772867 sdx  65:112 active ready running
  mpath12 (36005076309ffc2f0032f) dm-11 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 4:0:3:1076838403 sdak 66:64  active ready running
`- 5:0:3:1076838403 sdav 66:240 active ready running
  mpath5 (36005076309ffc2f0032d) dm-1 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 2:0:0:1076707331 sdc  8:32   active ready running
|- 2:0:1:1076707331 sdg  8:96   active ready running
|- 3:0:0:1076707331 sds  

[Kernel-packages] [Bug 1427646] Re: Asus X200MA Black Screen with Kernel 3.13.0-45 and -46

2015-03-16 Thread Nathanael Inkson
I have this same bug on the same hardware, black screen when it should
show the login screen, can here the drums on audio.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1427646

Title:
  Asus X200MA Black Screen with Kernel 3.13.0-45 and -46

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I also use an Asus X200MA with Ubuntu 14.04 and have had the same
  issue i.e. a black screen since the update from 3.13.0-40 to
  3.13.0-45. The update to 3.13.0-46 didn't help so I'm back to using
  3.13.0-40.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-40-generic 3.13.0-40.69
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  keith  1868 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Mar  3 12:42:53 2015
  HibernationDevice: RESUME=UUID=1548f566-1957-44c3-9f27-50f04de5c14e
  InstallationDate: Installed on 2014-12-09 (83 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
   Bus 001 Device 005: ID 0bda:5603 Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. X200MA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic.efi.signed 
root=UUID=f8c60039-f9d3-42ba-bebe-1d854dfb4d08 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-40-generic N/A
   linux-backports-modules-3.13.0-40-generic  N/A
   linux-firmware 1.127.11
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/13/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200MA.504
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200MA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200MA.504:bd11/13/2014:svnASUSTeKCOMPUTERINC.:pnX200MA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200MA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200MA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1419424] Re: after system update , boot stops after detecting master/slave devices (blacklist.conf issue)

2015-03-16 Thread Brian Murray
** Package changed: update-manager (Ubuntu) = linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1419424

Title:
  after system update , boot stops after detecting master/slave devices
  (blacklist.conf issue)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  on my parent's computer, I perform sudo apt-get upgrade to install
  new packages, including a new Ubuntu kernel.

  While the system reboots, it hangs on after detecting
  primary/secondary disks (HDD, DVD reader, etc...).

  
  I found the issue: the /etc/modprobe.d/blacklist.conf file is not longer 
taken into account after upgrade.

  
  Indeed, when I installed Ubuntu some month/year ago, I had to blacklist some 
modules due to conflit with the network card, i.e. I added some entries at the 
end of the /etc/modprobe.d/blacklist.conf file.

  After the upgrade (including kernel upgrade), the system no longer boots.
  1) I remove the network card = the system boots
  2) After ubuntu starts, I run lsmod and discover that some module that I 
previouly blacklisted in the /etc/modprobe.d/blacklist.conf file are loaded.
  3) So, I run the following command to disabled them, taking into account the 
/etc/modprobe.d/blacklist.conf file = sudo update-initramfs -u
  4) I re-insert the network card, reboots the computer = the system boots. 
Problem is solved!

  
  Thus, I think the sudo update-initramfs -u command must be automatically 
run after a kernel upgrade to take into account the blacklist.conf file. 
Otherwise, it is a blocking issue for many people that are not experts...

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: update-manager 1:0.156.14.17
  ProcVersionSignature: Ubuntu 3.2.0-76.111-generic 3.2.66
  Uname: Linux 3.2.0-76-generic i686
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: i386
  Date: Sun Feb  8 12:41:42 2015
  GsettingsChanges:
   com.ubuntu.update-manager first-run false
   com.ubuntu.update-manager launch-time 1423393571
   com.ubuntu.update-manager show-details true
   com.ubuntu.update-manager window-height 500
   com.ubuntu.update-manager window-width 600
  InstallationMedia: Xubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=fr:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: update-manager
  Symptom: ubuntu-release-upgrader-core
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1420627] Re: powerpc: backport AST graphic driver updates for OpenPower

2015-03-16 Thread Joseph Salisbury
Thanks for testing!  I'll leave those packages there as long as needed.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1420627

Title:
  powerpc: backport AST graphic driver updates for OpenPower

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Utopic:
  Triaged

Bug description:
  The OpenPower machines such as the Tyan dev board use the ASpeed BMC which 
has a built
  in graphic controller. The driver for this doesn't work properly on PowerPC 
at the moment,
  this series of patches is a backport from upstream to fix that. It would be 
nice to have this
  in utopic kernel.

  Each patch in this archive is a cherry-pick and identifies the
  original upstream commit.

  All except patch 1 cherry-pick cleanly. Patch 1 needed some hand applying due 
to some
  unrelated changes that went upstream since 3.16 but the fixup is trivial.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1419424] [NEW] after system update , boot stops after detecting master/slave devices (blacklist.conf issue)

2015-03-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi,

on my parent's computer, I perform sudo apt-get upgrade to install new
packages, including a new Ubuntu kernel.

While the system reboots, it hangs on after detecting primary/secondary
disks (HDD, DVD reader, etc...).


I found the issue: the /etc/modprobe.d/blacklist.conf file is not longer taken 
into account after upgrade.


Indeed, when I installed Ubuntu some month/year ago, I had to blacklist some 
modules due to conflit with the network card, i.e. I added some entries at the 
end of the /etc/modprobe.d/blacklist.conf file.

After the upgrade (including kernel upgrade), the system no longer boots.
1) I remove the network card = the system boots
2) After ubuntu starts, I run lsmod and discover that some module that I 
previouly blacklisted in the /etc/modprobe.d/blacklist.conf file are loaded.
3) So, I run the following command to disabled them, taking into account the 
/etc/modprobe.d/blacklist.conf file = sudo update-initramfs -u
4) I re-insert the network card, reboots the computer = the system boots. 
Problem is solved!


Thus, I think the sudo update-initramfs -u command must be automatically run 
after a kernel upgrade to take into account the blacklist.conf file. Otherwise, 
it is a blocking issue for many people that are not experts...

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: update-manager 1:0.156.14.17
ProcVersionSignature: Ubuntu 3.2.0-76.111-generic 3.2.66
Uname: Linux 3.2.0-76-generic i686
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: i386
Date: Sun Feb  8 12:41:42 2015
GsettingsChanges:
 com.ubuntu.update-manager first-run false
 com.ubuntu.update-manager launch-time 1423393571
 com.ubuntu.update-manager show-details true
 com.ubuntu.update-manager window-height 500
 com.ubuntu.update-manager window-width 600
InstallationMedia: Xubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fr:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
Symptom: ubuntu-release-upgrader-core
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apport-bug dist-upgrade i386 precise
-- 
after system update , boot stops after detecting master/slave devices 
(blacklist.conf issue)
https://bugs.launchpad.net/bugs/1419424
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1405954] Re: Touchpad detected but not working

2015-03-16 Thread Silmar
Well. I tried installing the latest mainline ubuntu 3.18 rc2 since is
the Utopic Unicorn Version.

It didn't boot and the message was

Gave Up waiting for root device. Common problems: 
 - bla, bla, bla.

ALERT! /dev/disk/by-uuid//huge-hex-id-here does not exis.
Dropping to a shell!

I guess I will wait for rc3

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1405954

Title:
  Touchpad detected but not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Dec 27 10:49:30 skynote kernel: [0.838154] input: FocalTechPS/2 FocalTech 
FocalTech Touchpad as /devices/platform/i8042/serio1/input/input5
  Dec 27 10:49:30 skynote kernel: [0.858259] psmouse serio1: Failed to 
enable mouse on isa0060/serio1

  Notebook Asus x450lc.

  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  I don't know how to figure the version at 'apt-cache policy pkgname' but it 
gave a lot of 500s without the pkgname I guess it's 500 then.
  I expected the touchpad to work, I updated the kernel to detect it and it 
detected but no working. It works if I add psmouse=proto.bare into 
/etc/default/grub and updating the grub. However it will work as a mouse (no 
multifingers) and it will crash at suspend.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Dec 27 11:23:05 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-40-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-41-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-43-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-44-generic, x86_64: installed
   bbswitch, 0.7, 3.16.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:13fd]
  InstallationDate: Installed on 2014-11-05 (52 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  MachineType: ASUSTeK COMPUTER INC. X450LCP
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=28130cba-7b95-42de-ab61-7fa6fdc62a4a ro quiet splash i8042.noloop=1 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X450LCP.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X450LCP
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX450LCP.208:bd06/12/2014:svnASUSTeKCOMPUTERINC.:pnX450LCP:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX450LCP:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X450LCP
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Dec 27 10:49:34 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12860 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2.6

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1159306] Re: WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642 cfg80211_roamed+0x9a/0xa0 [cfg80211]()

2015-03-16 Thread Mehdi
I am not sure if the problem of not connecting to Wifi comes from this
bug, or it is a wpa_client, network manager bug!

By reloading wl, cfg80211 module, and killing(restaring) wpa_client and
NetworkManger, make it possible to connect to Wifi router again. Very
strange.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1159306

Title:
  WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642
  cfg80211_roamed+0x9a/0xa0 [cfg80211]()

Status in bcmwl package in Ubuntu:
  Confirmed

Bug description:
  I do not know how long this has been going on, as of now. But I looked
  today at /var/log/syslog, it it was pretty much *only* this warning +
  stacktrace, one after the other, every few seconds. This is the first
  occurence of it, from a saved syslog:

  Mar 22 18:29:32 xango3 kernel: [13498.800669] cfg80211:   (2474000 KHz - 
2494000 KHz @ 2 KHz), (300 mBi, 2000 mBm)
  Mar 22 18:29:32 xango3 kernel: [13498.800672] cfg80211:   (517 KHz - 
525 KHz @ 4 KHz), (300 mBi, 2000 mBm)
  Mar 22 18:29:32 xango3 kernel: [13498.800675] cfg80211:   (5735000 KHz - 
5835000 KHz @ 4 KHz), (300 mBi, 2000 mBm)
  Mar 22 18:29:32 xango3 NetworkManager[1649]: info (eth1): supplicant 
interface state: disconnected - scanning
  Mar 22 18:29:35 xango3 kernel: [13501.484571] net_ratelimit: 24 callbacks 
suppressed
  Mar 22 18:29:36 xango3 wpa_supplicant[1777]: eth1: Trying to associate with 
00:7f:28:e9:f9:fb (SSID='beth-el2' freq=2462 MHz)
  Mar 22 18:29:36 xango3 NetworkManager[1649]: info (eth1): supplicant 
interface state: scanning - associating
  Mar 22 18:29:36 xango3 wpa_supplicant[1777]: eth1: CTRL-EVENT-ASSOC-REJECT 
status_code=16
  Mar 22 18:29:37 xango3 NetworkManager[1649]: info (eth1): roamed from BSSID 
00:7F:28:E9:F9:FB (beth-el2) to (none) ((none))
  Mar 22 18:29:41 xango3 kernel: [13507.164978] [ cut here 
]
  Mar 22 18:29:41 xango3 kernel: [13507.165031] WARNING: at 
/build/buildd/linux-3.8.0/net/wireless/sme.c:642 cfg80211_roamed+0x9a/0xa0 
[cfg80211]()
  Mar 22 18:29:41 xango3 kernel: [13507.165034] Hardware name: Latitude E6410
  Mar 22 18:29:41 xango3 kernel: [13507.165036] Modules linked in: 
usb_storage(F) snd_usb_audio snd_usbmidi_lib hid_generic asix usbnet 
ebtable_nat(F) ebtables(F) xt_CHECKSUM(F) iptable_mangle(F) pci_stub 
vboxpci(OF) vboxnetadp(OF) vboxnetflt(OF) vboxdrv(OF) ipt_MASQUERADE(F) 
iptable_nat(F) nf_nat_ipv4(F) bridge(F) stp(F) llc(F) dm_crypt(F) 
ip6t_REJECT(F) xt_hl(F) ip6t_rt(F) nf_conntrack_ipv6(F) nf_defrag_ipv6(F) 
ipt_REJECT(F) xt_LOG(F) bnep xt_limit(F) xt_tcpudp(F) xt_addrtype(F) rfcomm 
nf_conntrack_ipv4(F) nf_defrag_ipv4(F) uvcvideo xt_state(F) videobuf2_vmalloc 
videobuf2_memops ip6table_filter(F) ip6_tables(F) videobuf2_core 
snd_hda_codec_hdmi nf_conntrack_netbios_ns(F) videodev 
nf_conntrack_broadcast(F) nf_nat_ftp(F) nf_nat(F) joydev(F) lib80211_crypt_tkip 
nf_conntrack_ftp(F) wl(POF) nf_conntrack(F) snd_hda_codec_idt iptable_filter(F) 
ip_tables(F) snd_hda_intel x_tables(F) snd_hda_codec binfmt_misc(F) 
snd_hwdep(F) snd_pcm(F) coretemp snd_page_alloc(F) snd_seq_midi(F) snd_seq_midi
 _event(F) kvm_intel snd_rawmidi
  Mar 22 18:29:41 xango3 kernel: (F) snd_seq(F) lib80211 kvm snd_seq_device(F) 
snd_timer(F) dell_laptop cfg80211 btusb snd(F) dcdbas bluetooth dell_wmi 
soundcore(F) psmouse(F) ppdev(F) sparse_keymap microcode(F) mac_hid lpc_ich 
tpm_tis intel_ips serio_raw(F) parport_pc(F) lp(F) parport(F) hid_logitech_dj 
usbhid hid nouveau mxm_wmi wmi ghash_clmulni_intel(F) aesni_intel(F) 
aes_x86_64(F) xts(F) lrw(F) gf128mul(F) ablk_helper(F) cryptd(F) video(F) 
i2c_algo_bit ttm drm_kms_helper ahci(F) libahci(F) drm sdhci_pci firewire_ohci 
firewire_core sdhci e1000e(F) crc_itu_t(F)
  Mar 22 18:29:41 xango3 kernel: [13507.165164] Pid: 1073, comm: 
wl_event_handle Tainted: PF  O 3.8.0-13-generic #23-Ubuntu
  Mar 22 18:29:41 xango3 kernel: [13507.165167] Call Trace:
  Mar 22 18:29:41 xango3 kernel: [13507.165177]  [810587df] 
warn_slowpath_common+0x7f/0xc0
  Mar 22 18:29:41 xango3 kernel: [13507.165182]  [8105883a] 
warn_slowpath_null+0x1a/0x20
  Mar 22 18:29:41 xango3 kernel: [13507.165207]  [a0371cea] 
cfg80211_roamed+0x9a/0xa0 [cfg80211]
  Mar 22 18:29:41 xango3 kernel: [13507.165260]  [a06415d5] 
wl_bss_connect_done.isra.20+0x115/0x1c0 [wl]
  Mar 22 18:29:41 xango3 kernel: [13507.165305]  [a0641ef5] 
wl_notify_connect_status+0x345/0x460 [wl]
  Mar 22 18:29:41 xango3 kernel: [13507.165350]  [a0641a15] 
wl_event_handler+0x55/0x1f0 [wl]
  Mar 22 18:29:41 xango3 kernel: [13507.165395]  [a06419c0] ? 
wl_notify_scan_status+0x340/0x340 [wl]
  Mar 22 18:29:41 xango3 kernel: [13507.165400]  [8107d350] 
kthread+0xc0/0xd0
  Mar 22 18:29:41 xango3 kernel: [13507.165405]  [8107d290] ? 
kthread_create_on_node+0x120/0x120
  Mar 22 18:29:41 xango3 kernel: 

[Kernel-packages] [Bug 1017622] Re: cifs: improve handling of network configuration switch (e.g. from eth to wifi)

2015-03-16 Thread Dave Chiluk
** Changed in: linux (Ubuntu)
 Assignee: Dave Chiluk (chiluk) = (unassigned)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1017622

Title:
  cifs: improve handling of network configuration switch (e.g. from eth
  to wifi)

Status in The Linux Kernel:
  Confirmed
Status in linux package in Ubuntu:
  In Progress

Bug description:
  When switching from a wired network configuration to wifi, my cifs share hangs
  for 300 seconds, before CIFS VFS is reconnecting.
  This happens every time when (un)docking the notebook.

  While this action changes the client's IP address and the routing table, the
  server itself is still reachable (via ping/ssh etc).

  It appears as if the cifs module is using a static route to the server when
  mounting, and therefore cannot reach the server anymore.

  Would it be possible to handle this case (network switch / undocking a
  notebook) better?

  After having found a post on the mailing list [1], I have set the
  echo_retries=1 option for cifs.ko and now the timeout is down to only 1
  minute, which is much better already.

  Would it be possible to tune the SMB_ECHO_INTERVAL from user land, e.g. by
  using a kernel module parameter?
  Then setting this to 30 or 10 seconds might be a good enough workaround for 
me.

  I have also tried re-mounting (mount -o remount) the share, but that did not
  trigger a re-connection either. This might also be a good workaround: via
  ifup/ifdown scripts any cifs shares could be remounted and trigger a
  re-connection to the server, if it is not reachable anymore.

  1: http://www.mail-archive.com/linux-
  c...@vger.kernel.org/msg06173.html

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-26-generic 3.2.0-26.41
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu10
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  daniel 4488 F pulseaudio
   /dev/snd/pcmC0D0p:   daniel 4488 F...m pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xf252 irq 47'
 Mixer name : 'Intel CougarPoint HDMI'
 Components : 'HDA:14f1506e,17aa21db,0010 
HDA:80862805,80860101,0010'
 Controls  : 26
 Simple ctrls  : 8
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
 Mixer name : 'ThinkPad EC (unknown)'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Mon Jun 25 19:58:14 2012
  HibernationDevice: RESUME=UUID=c06da6a2-76e0-4b5d-a4b0-f346c56d7537
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MachineType: LENOVO 42992PG
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-26-generic 
root=/dev/mapper/vg0-rootlv ro rootflags=subvol=@ quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-26-generic N/A
   linux-backports-modules-3.2.0-26-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  StagingDrivers: mei
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/25/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET61WW (1.31 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42992PG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET61WW(1.31):bd04/25/2012:svnLENOVO:pn42992PG:pvrThinkPadX220Tablet:rvnLENOVO:rn42992PG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42992PG
  dmi.product.version: ThinkPad X220 Tablet
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1425773] Comment bridged from LTC Bugzilla

2015-03-16 Thread bugproxy
--- Comment From mauri...@br.ibm.com 2015-03-16 15:48 EDT---
Per the internal discussion, this may be a duplicate of LP 1429327 / LTC BZ 
122037.

During early boot (initramfs), the multipath command may run *before*
the completion of the SCSI scan over FC ports, but the mount of root
filesystem will wait for it.

As a result, the SCSI disks over FC are not assigned to multipath
devices, and the UUIDs will be assigned to them (because no mpathX
devices will be created).

Thus, the system boots off the one-path device rather than the multipath
device, due to the root=UUID specification.

If the bug reported run the multipath command after the system booted,
there will be the mpathX devices for the SCSI disks over FC, but those
were not present at the time the initramfs assigned UUIDs  pivot'ed the
root filesystem.

I'll be looking at this when the system is available for debugging.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1425773

Title:
  multipath command not showing boot disk information

Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - GIRISH SHRIGIRI gshri...@in.ibm.com - 2015-02-18 05:57:13 
==
  multipath -ll command not showing proper boot disk .
  i have assigned 60G ds8k SAN disk and rest IO Disk of sizes 20G and 10G  from 
ds8k and XIV.

  lsblk and lsscsi -s shows proper boot disk name ( sdq )

  but multipath -ll shows wrong result and also shows wrong size (
  showing 20G )

  please have a look into it .

  root@zop01:/# multipath -ll
  mpath2 (200173800277f06f5) dm-4 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 2:0:6:2  sdj  8:144  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 2:0:7:2  sdn  8:208  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 3:0:6:2  sdz  65:144 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 3:0:7:2  sdad 65:208 active ready running
  mpath1 (200173800277f06f7) dm-6 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 2:0:6:4  sdl  8:176  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 2:0:7:4  sdp  8:240  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 3:0:6:4  sdab 65:176 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 3:0:7:4  sdaf 65:240 active ready running
  mpath0 (200173800277f06f4) dm-3 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 2:0:6:1  sdi  8:128  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 2:0:7:1  sdm  8:192  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 3:0:6:1  sdy  65:128 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 3:0:7:1  sdac 65:192 active ready running
  mpath9 (200173800277f06f0) dm-7 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 4:0:2:1  sdag 66:0   active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 4:0:4:1  sdan 66:112 active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 5:0:2:1  sdar 66:176 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 5:0:4:1  sday 67:32  active ready running
  mpath8 (200173800277f06f3) dm-10 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 4:0:2:4  sdaj 66:48  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 5:0:4:4  sdbb 67:80  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 4:0:4:4  sdaq 66:160 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 5:0:2:4  sdau 66:224 active ready running
  mpath14 (36005076309ffc2f00331) dm-13 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 4:0:3:1076969475 sdam 66:96  active ready running
`- 5:0:3:1076969475 sdax 67:16  active ready running
  mpath13 (36005076309ffc2f00330) dm-12 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 4:0:3:1076903939 sdal 66:80  active ready running
`- 5:0:3:1076903939 sdaw 67:0   active ready running
  mpath6 (36005076309ffc2f0032e) dm-2 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 

[Kernel-packages] [Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-03-16 Thread Ivan Alejandro
Here is a dmesg log that has a traceback.
Is the result of a clean power on, suspend and resume.
I didn't have a freeze this time but maybe the problem is related to this.


[   39.996883] ACPI: Preparing to enter system sleep state S3
[   40.028699] PM: Saving platform NVS memory
[   40.028705] Disabling non-boot CPUs ...
[   40.028734] intel_pstate CPU 1 exiting
[   40.029899] kvm: disabling virtualization on CPU1
[   40.029907] smpboot: CPU 1 is now offline
[   40.030237] intel_pstate CPU 2 exiting
[   40.031404] kvm: disabling virtualization on CPU2
[   40.031411] smpboot: CPU 2 is now offline
[   40.031688] intel_pstate CPU 3 exiting
[   40.031813] Broke affinity for irq 16
[   40.031821] Broke affinity for irq 23
[   40.031822] Broke affinity for irq 24
[   40.031823] Broke affinity for irq 27
[   40.031824] Broke affinity for irq 32
[   40.032826] kvm: disabling virtualization on CPU3
[   40.032835] smpboot: CPU 3 is now offline
[   40.034143] ACPI: Low-level resume complete
[   40.034179] PM: Restoring platform NVS memory
[   40.034510] Enabling non-boot CPUs ...
[   40.034544] x86: Booting SMP configuration:
[   40.034544] smpboot: Booting Node 0 Processor 1 APIC 0x1
[   40.046530] kvm: enabling virtualization on CPU1
[   40.048794] CPU1 is up
[   40.048813] smpboot: Booting Node 0 Processor 2 APIC 0x2
[   40.060800] kvm: enabling virtualization on CPU2
[   40.063061] CPU2 is up
[   40.063081] smpboot: Booting Node 0 Processor 3 APIC 0x3
[   40.075084] kvm: enabling virtualization on CPU3
[   40.077362] CPU3 is up
[   40.080842] ACPI: Waking up from system sleep state S3
[   40.190171] acpi LNXPOWER:00: Turning OFF
[   40.234221] xhci_hcd :00:14.0: System wakeup disabled by ACPI
[   40.254241] ehci-pci :00:1a.0: System wakeup disabled by ACPI
[   40.274259] ehci-pci :00:1d.0: System wakeup disabled by ACPI
[   40.274303] PM: noirq resume of devices complete after 64.031 msecs
[   40.442614] PM: early resume of devices complete after 168.104 msecs
[   40.442780] e1000e :00:19.0: System wakeup disabled by ACPI
[   40.442926] rtlwifi: wireless switch is on
[   40.443022] rtc_cmos 00:02: System wakeup disabled by ACPI
[   40.446194] sd 4:0:0:0: [sda] Starting disk
[   40.718975] usb 1-7: reset full-speed USB device number 2 using xhci_hcd
[   40.762816] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   40.763412] ata5.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[   40.763414] ata5.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) 
filtered out
[   40.764971] ata5.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[   40.764973] ata5.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) 
filtered out
[   40.765900] ata5.00: configured for UDMA/133
[   40.770826] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   40.772866] ata1.00: ACPI cmd e3/00:00:00:00:00:a0 (IDLE) succeeded
[   40.773877] ata1.00: ACPI cmd e3/00:00:00:00:00:a0 (IDLE) succeeded
[   40.779535] ata1.00: ACPI cmd e3/00:00:00:00:00:a0 (IDLE) succeeded
[   40.780542] ata1.00: ACPI cmd e3/00:00:00:00:00:a0 (IDLE) succeeded
[   40.782414] ata1.00: configured for UDMA/133
[   40.849102] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8804074edc00
[   40.849103] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8804074edc48
[   40.849104] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8804074edc90
[   40.849105] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8804074edcd8
[   40.959232] usb 1-11: reset full-speed USB device number 3 using xhci_hcd
[   41.087436] usb 1-11: No LPM exit latency info found, disabling LPM.
[   41.087797] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880407e56300
[   41.087799] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880407e56348
[   41.087800] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880407e56390
[   41.087801] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8800d5981780
[   41.087801] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 8800d59817c8
[   41.199560] usb 1-12: reset high-speed USB device number 4 using xhci_hcd
[   41.338032] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with 
disabled ep 880407463b40
[   41.339216] PM: resume of devices complete after 895.622 msecs
[   41.339710] PM: Finishing wakeup.
[   41.339711] Restarting tasks ... done.
[   41.344122] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[   41.344149] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[   41.344208] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[   41.344272] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has bogus 
alignment
[   41.344552] i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has 

[Kernel-packages] [Bug 1363361] Re: Machine does not wake up to wakeonlan magic packets after shutdown -h now

2015-03-16 Thread Dave Chiluk
I no longer have a machine experiencing this issue, so I'm unassigning
myself.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363361

Title:
  Machine does not wake up to wakeonlan magic packets after shutdown -h
  now

Status in linux package in Ubuntu:
  Incomplete
Status in linux-lts-trusty package in Ubuntu:
  New

Bug description:
  How to reproduce with linux-lts-trusty
  1. Enable wake on lan in bios
  2. Boot *(however you want to boot)
  3.  Check that device supports wakeonlan
  ethtool eth0 
  # the Wake-on:  setting should include g
  4.  shutdown -h now
  5. wakeonlan -i ip address mac address
   in my case 
  /usr/bin/wakeonlan -i 192.168.1.91 38:60:77:86:bf:71
  6. Watch how little happens.

  
  I already did a mainline bisect, and the v3.8.12-raring works great 
v3.8.13-raring fails miserably.  I'll try to continue the bisect.

  I also verified that full trusty also experiences this issue.  I
  should check if upstream mainline is also seeing this.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62~precise1
  ProcVersionSignature: User Name 3.13.0-35.62~precise1-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sat Aug 30 06:53:01 2014
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1333487] Re: [ASUS ZENBOOK UX32VD] Wifi failure to connect regression.

2015-03-16 Thread Dave Chiluk
This appears to have been resolved with more recent kernels, or
revisions of the firmware on the routers where I was having issue.
Since I don't control the router, it's a bit hard to tell.  So I'm
closing this as fixed released for now.

** Changed in: linux (Ubuntu Trusty)
   Status: In Progress = Fix Released

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1333487

Title:
  [ASUS ZENBOOK UX32VD] Wifi failure to connect regression.

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Fix Released

Bug description:
  3.13.0-29-generic works 3.13.0-30 results in the following errors

  Jun 23 20:53:15 colt kernel: [5.862854] iwlwifi :03:00.0: L1 
Disabled; Enabling L0S
  Jun 23 20:53:15 colt kernel: [5.869441] iwlwifi :03:00.0: Radio 
type=0x2-0x1-0x0
  Jun 23 20:53:15 colt kernel: [5.967202] IPv6: ADDRCONF(NETDEV_UP): wlan0: 
link is not ready
  Jun 23 20:53:15 colt kernel: [5.967478] IPv6: ADDRCONF(NETDEV_UP): wlan0: 
link is not ready
  Jun 23 20:53:15 colt kernel: [5.972410] ip6_tables: (C) 2000-2006 
Netfilter Core Team
  Jun 23 20:53:15 colt kernel: [6.644363] Bridge firewalling registered
  Jun 23 20:53:16 colt kernel: [6.816877] nf_conntrack version 0.5.0 (16384 
buckets, 65536 max)
  Jun 23 20:53:16 colt kernel: [6.865773] IPv6: ADDRCONF(NETDEV_UP): 
virbr0: link is not ready
  Jun 23 20:53:18 colt kernel: [9.196680] wlan0: authenticate with 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:18 colt kernel: [9.201356] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 1/3)
  Jun 23 20:53:18 colt kernel: [9.305248] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 2/3)
  Jun 23 20:53:18 colt kernel: [9.307338] wlan0: authenticated
  Jun 23 20:53:18 colt kernel: [9.307545] wlan0: waiting for beacon from 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:21 colt kernel: [   12.654570] wlan0: authenticate with 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:21 colt kernel: [   12.656770] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 1/3)
  Jun 23 20:53:21 colt kernel: [   12.659369] wlan0: authenticated
  Jun 23 20:53:21 colt kernel: [   12.659583] wlan0: waiting for beacon from 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:25 colt kernel: [   16.446479] wlan0: authenticate with 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:25 colt kernel: [   16.449055] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 1/3)
  Jun 23 20:53:25 colt kernel: [   16.451708] wlan0: authenticated
  Jun 23 20:53:25 colt kernel: [   16.451816] wlan0: waiting for beacon from 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:30 colt kernel: [   20.751118] wlan0: authenticate with 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:30 colt kernel: [   20.753892] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 1/3)
  Jun 23 20:53:30 colt kernel: [   20.756151] wlan0: authenticated
  Jun 23 20:53:30 colt kernel: [   20.756311] wlan0: waiting for beacon from 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:46 colt kernel: [   37.251795] wlan0: authenticate with 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:46 colt kernel: [   37.254521] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 1/3)
  Jun 23 20:53:46 colt kernel: [   37.256537] wlan0: authenticated
  Jun 23 20:53:46 colt kernel: [   37.256922] wlan0: waiting for beacon from 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:59 colt kernel: [   50.574868] wlan0: authenticate with 
94:0c:6d:fe:2e:d6
  Jun 23 20:53:59 colt kernel: [   50.577201] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 1/3)
  Jun 23 20:53:59 colt kernel: [   50.579460] wlan0: authenticated
  Jun 23 20:53:59 colt kernel: [   50.579761] wlan0: waiting for beacon from 
94:0c:6d:fe:2e:d6
  Jun 23 20:54:11 colt kernel: [   62.361021] wlan0: authenticate with 
94:0c:6d:fe:2e:d6
  Jun 23 20:54:11 colt kernel: [   62.363445] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 1/3)
  Jun 23 20:54:11 colt kernel: [   62.366190] wlan0: authenticated
  Jun 23 20:54:11 colt kernel: [   62.366336] wlan0: waiting for beacon from 
94:0c:6d:fe:2e:d6
  Jun 23 20:54:24 colt kernel: [   75.684454] wlan0: authenticate with 
94:0c:6d:fe:2e:d6
  Jun 23 20:54:24 colt kernel: [   75.686745] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 1/3)
  Jun 23 20:54:24 colt kernel: [   75.692039] wlan0: authenticated
  Jun 23 20:54:24 colt kernel: [   75.692169] wlan0: waiting for beacon from 
94:0c:6d:fe:2e:d6
  Jun 23 20:54:36 colt kernel: [   87.367947] wlan0: authenticate with 
94:0c:6d:fe:2e:d6
  Jun 23 20:54:36 colt kernel: [   87.370284] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 1/3)
  Jun 23 20:54:36 colt kernel: [   87.372230] wlan0: authenticated
  Jun 23 20:54:36 colt kernel: [   87.372356] wlan0: waiting for beacon from 
94:0c:6d:fe:2e:d6
  Jun 23 20:54:49 colt kernel: [  100.691218] wlan0: authenticate with 
94:0c:6d:fe:2e:d6
  Jun 23 20:54:49 colt kernel: [  100.693585] wlan0: send auth to 
94:0c:6d:fe:2e:d6 (try 1/3)

  

[Kernel-packages] [Bug 1242321] Re: USB 3.0 Harddrive not recognised

2015-03-16 Thread Pedro Martins Dusso
Is the fix Bolick mentioned being released anytime soon?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1242321

Title:
  USB 3.0 Harddrive not recognised

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu is not recognising any device plugged into any USB 3.0 ports.
  Sometimes Ubuntu will freeze for a few seconds when you plug something
  into a USB 3.0 port; when Ubuntu comes out of the freeze, the device
  is still NOT recognised.

  No problems with USB 2.0 ports and devices.

  The USB 3.0 on this computer only works in Windows 7 (I'm dual booting
  Ubuntu 13.10 and Windows 7, both are 64-bit).

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1425773] Comment bridged from LTC Bugzilla

2015-03-16 Thread bugproxy
--- Comment From helle...@us.ibm.com 2015-03-16 17:27 EDT---
*** Bug 122657 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1425773

Title:
  multipath command not showing boot disk information

Status in linux package in Ubuntu:
  New

Bug description:
  == Comment: #0 - GIRISH SHRIGIRI gshri...@in.ibm.com - 2015-02-18 05:57:13 
==
  multipath -ll command not showing proper boot disk .
  i have assigned 60G ds8k SAN disk and rest IO Disk of sizes 20G and 10G  from 
ds8k and XIV.

  lsblk and lsscsi -s shows proper boot disk name ( sdq )

  but multipath -ll shows wrong result and also shows wrong size (
  showing 20G )

  please have a look into it .

  root@zop01:/# multipath -ll
  mpath2 (200173800277f06f5) dm-4 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 2:0:6:2  sdj  8:144  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 2:0:7:2  sdn  8:208  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 3:0:6:2  sdz  65:144 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 3:0:7:2  sdad 65:208 active ready running
  mpath1 (200173800277f06f7) dm-6 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 2:0:6:4  sdl  8:176  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 2:0:7:4  sdp  8:240  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 3:0:6:4  sdab 65:176 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 3:0:7:4  sdaf 65:240 active ready running
  mpath0 (200173800277f06f4) dm-3 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 2:0:6:1  sdi  8:128  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 2:0:7:1  sdm  8:192  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 3:0:6:1  sdy  65:128 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 3:0:7:1  sdac 65:192 active ready running
  mpath9 (200173800277f06f0) dm-7 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 4:0:2:1  sdag 66:0   active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 4:0:4:1  sdan 66:112 active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 5:0:2:1  sdar 66:176 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 5:0:4:1  sday 67:32  active ready running
  mpath8 (200173800277f06f3) dm-10 IBM,2810XIV
  size=16G features='0' hwhandler='0' wp=rw
  |-+- policy='round-robin 0' prio=1 status=active
  | `- 4:0:2:4  sdaj 66:48  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 5:0:4:4  sdbb 67:80  active ready running
  |-+- policy='round-robin 0' prio=1 status=enabled
  | `- 4:0:4:4  sdaq 66:160 active ready running
  `-+- policy='round-robin 0' prio=1 status=enabled
`- 5:0:2:4  sdau 66:224 active ready running
  mpath14 (36005076309ffc2f00331) dm-13 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 4:0:3:1076969475 sdam 66:96  active ready running
`- 5:0:3:1076969475 sdax 67:16  active ready running
  mpath13 (36005076309ffc2f00330) dm-12 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 4:0:3:1076903939 sdal 66:80  active ready running
`- 5:0:3:1076903939 sdaw 67:0   active ready running
  mpath6 (36005076309ffc2f0032e) dm-2 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 2:0:0:1076772867 sdd  8:48   active ready running
|- 2:0:1:1076772867 sdh  8:112  active ready running
|- 3:0:0:1076772867 sdt  65:48  active ready running
`- 3:0:1:1076772867 sdx  65:112 active ready running
  mpath12 (36005076309ffc2f0032f) dm-11 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 4:0:3:1076838403 sdak 66:64  active ready running
`- 5:0:3:1076838403 sdav 66:240 active ready running
  mpath5 (36005076309ffc2f0032d) dm-1 IBM,2107900
  size=20G features='1 queue_if_no_path' hwhandler='0' wp=rw
  `-+- policy='round-robin 0' prio=1 status=active
|- 2:0:0:1076707331 sdc  8:32   active ready running
|- 

[Kernel-packages] [Bug 1431263] Re: linux: 3.13.0-48.80 -proposed tracker

2015-03-16 Thread John Johansen
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) = John Johansen 
(jjohansen)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431263

Title:
  linux: 3.13.0-48.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Confirmed

Bug description:
  This bug is for tracking the 3.13.0-48.79 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 10:28 UTC
  kernel-stable-Prepare-package-end:Thursday, 12. March 2015 17:49 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 12. March 2015 17:49 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. March 2015 21:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 12. March 2015 22:00 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. March 2015 22:00 UTC
  kernel-stable-Certification-testing-start:Thursday, 12. March 2015 22:00 UTC
  kernel-stable-Security-signoff-start:Thursday, 12. March 2015 22:00 UTC
  kernel-stable-Regression-testing-start:Thursday, 12. March 2015 22:00 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431263/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431304] Re: linux: 3.16.0-33.44 -proposed tracker

2015-03-16 Thread John Johansen
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) = John Johansen 
(jjohansen)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431304

Title:
  linux: 3.16.0-33.44 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Utopic:
  Confirmed

Bug description:
  This bug is for tracking the 3.16.0-33.43 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 11:36 UTC
  kernel-stable-Prepare-package-end:Thursday, 12. March 2015 20:38 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 12. March 2015 20:38 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. March 2015 21:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Regression-testing-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Regression-testing-end:Monday, 16. March 2015 17:03 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431304/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431359] Re: linux: 3.2.0-79.115 -proposed tracker

2015-03-16 Thread John Johansen
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) = John Johansen 
(jjohansen)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431359

Title:
  linux: 3.2.0-79.115 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Confirmed

Bug description:
  This bug is for tracking the 3.2.0-79.115 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 13:41 UTC
  kernel-stable-Prepare-package-end:Thursday, 12. March 2015 18:05 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 12. March 2015 18:05 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. March 2015 21:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 12. March 2015 22:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. March 2015 22:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 12. March 2015 22:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 12. March 2015 22:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 12. March 2015 22:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431359/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1405954] Re: Touchpad detected but not working

2015-03-16 Thread Silmar
I removed 3.18 rc2 and used .18 rc1 instead.

Booted just fine (rc2 may be bugged and not starting in some
environments).

Touchpad works the same way, Like a mouse. Not double fingers and so, no
scroll.

Still crashes if I close and open the notebook.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1405954

Title:
  Touchpad detected but not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Dec 27 10:49:30 skynote kernel: [0.838154] input: FocalTechPS/2 FocalTech 
FocalTech Touchpad as /devices/platform/i8042/serio1/input/input5
  Dec 27 10:49:30 skynote kernel: [0.858259] psmouse serio1: Failed to 
enable mouse on isa0060/serio1

  Notebook Asus x450lc.

  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  I don't know how to figure the version at 'apt-cache policy pkgname' but it 
gave a lot of 500s without the pkgname I guess it's 500 then.
  I expected the touchpad to work, I updated the kernel to detect it and it 
detected but no working. It works if I add psmouse=proto.bare into 
/etc/default/grub and updating the grub. However it will work as a mouse (no 
multifingers) and it will crash at suspend.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Dec 27 11:23:05 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-40-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-41-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-43-generic, x86_64: installed
   bbswitch, 0.7, 3.13.0-44-generic, x86_64: installed
   bbswitch, 0.7, 3.16.0-28-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:13fd]
  InstallationDate: Installed on 2014-11-05 (52 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  MachineType: ASUSTeK COMPUTER INC. X450LCP
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=28130cba-7b95-42de-ab61-7fa6fdc62a4a ro quiet splash i8042.noloop=1 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/12/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X450LCP.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X450LCP
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX450LCP.208:bd06/12/2014:svnASUSTeKCOMPUTERINC.:pnX450LCP:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX450LCP:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X450LCP
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Dec 27 10:49:34 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12860 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2.6

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431552] Re: linux-lts-utopic: 3.16.0-33.44~14.04.1 -proposed tracker

2015-03-16 Thread John Johansen
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) = John Johansen 
(jjohansen)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-utopic in Ubuntu.
https://bugs.launchpad.net/bugs/1431552

Title:
  linux-lts-utopic: 3.16.0-33.44~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.16.0-33.44~14.04.1 upload package. This
  bug will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 20:37 UTC
  kernel-stable-master-bug:1431304
  kernel-stable-Prepare-package-end:Friday, 13. March 2015 19:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. March 2015 19:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 13. March 2015 19:57 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Friday, 13. March 2015 21:01 UTC
  kernel-stable-Verification-testing-start:Friday, 13. March 2015 21:01 UTC
  kernel-stable-Certification-testing-start:Friday, 13. March 2015 21:02 UTC
  kernel-stable-Security-signoff-start:Friday, 13. March 2015 21:02 UTC
  kernel-stable-Regression-testing-start:Friday, 13. March 2015 21:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431552/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431491] Re: linux-lts-trusty: 3.13.0-48.80~precise1 -proposed tracker

2015-03-16 Thread John Johansen
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) = John Johansen 
(jjohansen)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1431491

Title:
  linux-lts-trusty: 3.13.0-48.80~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  In Progress
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.13.0-48.80~precise1 upload package.
  This bug will contain status and testing results related to that
  upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 17:47 UTC
  kernel-stable-master-bug:1431263
  kernel-stable-Prepare-package-end:Friday, 13. March 2015 02:01 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. March 2015 02:01 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 13. March 2015 07:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Friday, 13. March 2015 09:01 UTC
  kernel-stable-Verification-testing-start:Friday, 13. March 2015 09:01 UTC
  kernel-stable-Certification-testing-start:Friday, 13. March 2015 09:01 UTC
  kernel-stable-Security-signoff-start:Friday, 13. March 2015 09:01 UTC
  kernel-stable-Regression-testing-start:Friday, 13. March 2015 09:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431491/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431304] Re: linux: 3.16.0-33.44 -proposed tracker

2015-03-16 Thread Brad Figg
** Tags added: qa-testing-passed

** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed = Fix Released

** Description changed:

  This bug is for tracking the 3.16.0-33.43 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 11:36 UTC
  kernel-stable-Prepare-package-end:Thursday, 12. March 2015 20:38 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 12. March 2015 20:38 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. March 2015 21:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Regression-testing-start:Thursday, 12. March 2015 22:01 UTC
+ kernel-stable-Regression-testing-end:Monday, 16. March 2015 17:03 UTC

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431304

Title:
  linux: 3.16.0-33.44 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Utopic:
  Confirmed

Bug description:
  This bug is for tracking the 3.16.0-33.43 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 11:36 UTC
  kernel-stable-Prepare-package-end:Thursday, 12. March 2015 20:38 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 12. March 2015 20:38 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. March 2015 21:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Regression-testing-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Regression-testing-end:Monday, 16. March 2015 17:03 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431304/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1359689] Re: cryptsetup password prompt not shown

2015-03-16 Thread Joseph Salisbury
The 3.19.0-8.8 is now 3.19.1 based.  Can folks running Vivid test this
kernel to confirm the bug is fixed in Vivid?  You should be able to just
apply the latest updates.

For Utopic, we may want to perform a kernel bisect to identify the
specific commit that caused this regression.  @NoOp, do you know that
last good 3.16 kernel that did not have this bug and the first 3.16
kernel version that did?  If not, I can provide some links to prior 3.16
kernel for testing.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1359689

Title:
  cryptsetup password prompt not shown

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Utopic:
  Triaged
Status in linux source package in Vivid:
  Triaged

Bug description:
  Currently in utopic the following happens when booting an encrypted
  setup:

  Press enter in grub, after a while screen freezes (or turns completely
  black) and stays like that. When I press the down key, I can see the
  password prompt. When I press the up key again, I get to the graphical
  password prompt.

  This is demonstrated in the following screencast:
  https://drive.google.com/file/d/0B7EMvd1LJKgZREJocHBueEhpa2s/edit?usp=sharing

  Maybe this is related to the version of plymouth utopic currently uses, a 
similar debian bug report seems to be resolved with a newer version 0.9.0-6, 
see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752752.
  --- 
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-08-21 (0 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140821)
  Package: plymouth 0.9.0-0ubuntu3
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Tags:  utopic
  Uname: Linux 3.16.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  --- 
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  DefaultPlymouth: /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth
  DistroRelease: Ubuntu 14.10
  InstallationDate: Installed on 2014-08-21 (0 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140821)
  MachineType: Dell Inc. Precision M4600
  Package: plymouth 0.9.0-0ubuntu3
  PackageArchitecture: amd64
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-9-generic 
root=/dev/mapper/VG--Ubuntu-LV--Ubuntu--ROOT ro rootflags=subvol=@ 
cryptopts=target=Ubuntu,source=/dev/disk/by-uuid/6fc200da-aa04-4e73-b6a7-a2326f0b6204,lvm=VG-Ubuntu
 quiet splash vt.handoff=7
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-9-generic 
root=/dev/mapper/VG--Ubuntu-LV--Ubuntu--ROOT ro rootflags=subvol=@ 
cryptopts=target=Ubuntu,source=/dev/disk/by-uuid/6fc200da-aa04-4e73-b6a7-a2326f0b6204,lvm=VG-Ubuntu
 quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Tags:  utopic
  TextPlymouth: /lib/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
  Uname: Linux 3.16.0-9-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 03/10/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A14
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd03/10/2013:svnDellInc.:pnPrecisionM4600:pvr01:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Precision M4600
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1401716] Re: segfault when trying to play a video after suspend

2015-03-16 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1401716

Title:
  segfault when trying to play a video after suspend

Status in linux package in Ubuntu:
  Expired

Bug description:
  after returning from suspend i try to play a video  (tried varoius players) 
and i get a crash:
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1401716/+attachment/4280490/+files/log.txt

  the only way to reset is to do a full system boot

  it shouldnt matter but i also use mateDM
  ---
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  max4160 F pulseaudio
   /dev/snd/controlC0:  max4160 F pulseaudio
    max4331 F mixer_applet2
   /dev/snd/seq:timidity   3938 F timidity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=c997660a-13fd-4923-9103-c2decec8d50a
  InstallationDate: Installed on 2014-10-17 (57 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 
(20140722.2)
  MachineType: LENOVO 20042
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=abe24297-b7ee-4a4b-9b31-463e4816e8e9 ro quiet splash
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-43-generic N/A
   linux-backports-modules-3.13.0-43-generic  N/A
   linux-firmware 1.127.10
  Tags:  trusty
  Uname: Linux 3.13.0-43-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 09/07/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 29CN31WW(V2.08)
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Base Board Product Name
  dmi.board.vendor: LENOVO
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnLENOVO:bvr29CN31WW(V2.08):bd09/07/2010:svnLENOVO:pn20042:pvrLenovoG560:rvnLENOVO:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: 20042
  dmi.product.version: Lenovo G560
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1429240] Comment bridged from LTC Bugzilla

2015-03-16 Thread bugproxy
*** This bug is a duplicate of bug 1424884 ***
https://bugs.launchpad.net/bugs/1424884

--- Comment From vaish...@in.ibm.com 2015-03-17 05:40 EDT---
== Comment from Tsang-Bin Wen ==

I tried it on march 12th build but I am still see the problem with
Shiner T adapter.

TFTP BOOT ---
Server IP.10.33.11.31
Client IP.10.33.27.148
Gateway IP10.33.0.1
Subnet Mask...255.255.0.0
( 1  ) 
Filename.ubuntu-installer/ppc64el/powerpc-ieee1275/core.elf
TFTP Retries..5
Block Size512
FINAL PACKET COUNT = 301
FINAL FILE SIZE = 153880  BYTES

GNU GRUB  version 2.02~beta2-21

++
|*Install Ubuntu 15.04   |
| Install Ubuntu 15.04 w/ multipath  |
| Install Ubuntu 14.04.1 LTS |
| Install Ubuntu 14.04.1 LTS w/ preseed  |
| Rescue mode (14.10 kernel) |
||
||
||
||
||
||
||
++

Use the ^ and v keys to select which entry is highlighted.
Press enter to boot the selected OS, `e' to edit the commands
before booting or `c' for a command-li

error: time out opening
`/ubuntu-installer/ppc64
el/powerpc-ieee1275/linux.mod'.
alloc magic is broken at 0x182cd0: 39610070   [   7.16KiB  100%  12.92B/s ]
Aborted. Press any key to exit.EXIT called ok
0 

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/1429240

Title:
  Fail to configure shiner T network adapter during installation

Status in linux-firmware package in Ubuntu:
  New

Bug description:
  Problem Description
  
  fail to configure shiner T network adapter during installation

  ---uname output---
  Ubuntu15-04
   
  ---Additional Hardware Info---
  Shiner T network adapter 

   
  Machine Type = 9119-MHE 
   
  Steps to Reproduce
  =
   
GNU GRUB  version 2.02~beta2

   
++
   | Install Ubuntu 15.04   
| 
   |*Install Ubuntu 15.04 w/ multipath  
|
   | Install Ubuntu 14.04.1 LTS 
|
   | Install Ubuntu 14.04.1 LTS w/ preseed  
|
   | Rescue mode (14.10 kernel) 
|
   |
|
   |
|
   |
|
   |
|
   |
|
   |
|
   |
| 
   
++

Use the ^ and v keys to select which entry is highlighted.  
Press enter to boot the selected OS, `e' to edit the commands   
before booting or `c' for a command-line.  




 [!!] Configure the network 
 
 Your system has multiple network interfaces. Choose the one to use as   
 the primary network interface during the installation. If possible, 
 the first connected network interface found has been selected.  
 
 Primary network interface:  
 
  eth0: Ethernet  

[Kernel-packages] [Bug 1432296] Re: package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Killed)

2015-03-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1432296

Title:
  package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1 failed to
  install/upgrade: subprocess installed post-installation script was
  killed by signal (Killed)

Status in bcmwl package in Ubuntu:
  New

Bug description:
  unable to configure getting stuck everytime and since 1 month system
  is not getting shutdown

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic i686
  ApportVersion: 2.14.1-0ubuntu3.7
  AptOrdering:
   ap-hotspot: Remove
   dnsmasq: Remove
   hostapd: Remove
   bcmwl-kernel-source: Configure
  Architecture: i386
  Date: Sun Mar 15 10:25:01 2015
  DuplicateSignature: 
package:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu0.1:subprocess installed 
post-installation script was killed by signal (Killed)
  ErrorMessage: subprocess installed post-installation script was killed by 
signal (Killed)
  InstallationDate: Installed on 2014-10-24 (141 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  SourcePackage: bcmwl
  Title: package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1 failed to 
install/upgrade: subprocess installed post-installation script was killed by 
signal (Killed)
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1371233] Re: USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with disabled ep

2015-03-16 Thread Alan Pope 
Tried 4.0-rc4 on vivid and saw none of the xhci error messages I saw on
3.19. I performed exactly the same operation using the same hardware,
namely ddrescuing an ~7.5GB image to an 8GB stick.

alan@deep-thought:/data/usb⟫ dmesg -T | grep xhci_hcd
[Mon Mar 16 19:48:40 2015] xhci_hcd :0e:00.0: xHCI Host Controller
[Mon Mar 16 19:48:40 2015] xhci_hcd :0e:00.0: new USB bus registered, 
assigned bus number 1
[Mon Mar 16 19:48:40 2015] xhci_hcd :0e:00.0: hcc params 0x014042cb hci 
version 0x96 quirks 0x0004
[Mon Mar 16 19:48:40 2015] xhci_hcd :0e:00.0: xHCI Host Controller
[Mon Mar 16 19:48:40 2015] xhci_hcd :0e:00.0: new USB bus registered, 
assigned bus number 2
[Mon Mar 16 19:49:49 2015] usb 2-1: new SuperSpeed USB device number 2 using 
xhci_hcd
[Mon Mar 16 19:49:50 2015] usb 1-1: new high-speed USB device number 2 using 
xhci_hcd
[Mon Mar 16 19:49:59 2015] usb 2-1.3: new SuperSpeed USB device number 3 using 
xhci_hcd
[Mon Mar 16 19:54:59 2015] usb 2-1.3: new SuperSpeed USB device number 4 using 
xhci_hcd

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1371233

Title:
  USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with
  disabled ep

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Confirmed
Status in linux source package in Utopic:
  Confirmed
Status in linux source package in Vivid:
  Confirmed

Bug description:
  based on 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358871/comments/7 I 
tested with the HDD enclosure IcyBox IB-351 series with USB 3.0 connection with 
the same result (connection drops after 300 MB reading, error message xHCI 
xhci_drop_endpoint called with disabled ep occurs sometimes, other devices 
(e.g. Samsung HD103SI 1 TB HDD connected with 3.0 USB adapter to eSATA of 
enclosure) read hundreds of GB before failing, but definitely do before reading 
1TB). Reading tested with `dd`, `gpart` and `btrfsck`.
  Also confirmed on Lenovo IdeaPad-Z500 after BIOS update to 71CN51WW(V1.21) 
(changelog didn't indicate any USB issues anyway). Also confirmed with 3.16.3 
and 3.16.0-14 on Ubuntu 14.10-beta1 after updates.
  The issue seems to cause failure of ASIX AX179 gigabit ethernet chip as well, 
but is independent from the usage of the ethernet adapter.
  I'm without any clue and stuck with an unreliable USB and ethernet connection 
which basically means no I/O out of the machine!!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Thu Sep 18 19:58:24 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-10 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 20221
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=5e999111-7efe-4818-b9e8-a950ad6d3296 ro rootflags=subvol=@ quiet 
splash nomdmonddf nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1419151] Re: OpenPower needs backport of PowerNV OPAL i2c driver

2015-03-16 Thread Benjamin Herrenschmidt
On Mon, 2015-03-16 at 14:01 +, Chris J Arges wrote:
 Since Vivid is now based on 3.19 marking that series as Fix Released. However 
 verification for Utopic is still needed.
 Thanks!

Ok, you also need the fix for Bug 1431196 (backport of
19d36c2152aaf093c97431b5b4d13d29305a63a3) otherwise calls
from the module to OPAL will crash in LE.

Cheers,
Ben.
 
 ** Changed in: linux (Ubuntu)
Status: Confirmed = Fix Released
 
 ** Changed in: linux (Ubuntu)
  Assignee: Chris J Arges (arges) = (unassigned)


-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1419151

Title:
  OpenPower needs backport of PowerNV OPAL i2c driver

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Trusty:
  Invalid
Status in linux source package in Utopic:
  Fix Committed

Bug description:
  [Impact]
  This exposes the i2c busses of the machine which are controlled via the OPAL 
firmware. This is among
  other things, necessary for manufacturing configuration of VPDs etc..., but 
will also enable Linux access
  to some i2c devices such as the TPM.

  We wish to have this in utopic and if possible trusty.

  [Fix]
  The Open Power machines need the driver that was merged in 3.19 backported. 
The commit upstream
  is 470834508f87877f680738a10a305280582c7aed i2c: Driver to expose PowerNV 
platform i2c busses
  $ git describe --contains 470834508f87877f680738a10a305280582c7aed
  v3.19-rc1~22^2~7

  [Test Case]
  modprobe i2c-opal

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-03-16 Thread Pilot6
'Stable' version is same as the version in repos, 'next' is the one in
'proposed' repos. You may use stable.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

Status in linux package in Ubuntu:
  Fix Released
Status in linux package in Arch Linux:
  New

Bug description:
  Hi! I'm following the bug reporting documentation here:

  
https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

  The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
  I can't access touchpad features such as two-finger scrolling.

  The laptop was very recently released and I couldn't find any
  outstanding firmware updates for it through Asus's Windows-based
  tools.

  % lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  Per the instructions on the wiki, I'm attaching output from
  /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

  This machine also has a touchscreen, which I'm fairly certain is the
  maXtouch digitizer visible in the logs. I haven't yet restarted in
  Windows to see if it says anything useful about the touchpad, but I
  can do so if that's helpful. This is a fresh install of 14.04 and I
  haven't done much customization of it apart from installing some
  applications and changing the default resolution.

  The only relevant bit I noticed in /var/log/dmesg is this:

  [3.967547] input: PS/2 Logitech Wheel Mouse as
  /devices/platform/i8042/serio4/input/input11

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim2234 F pulseaudio
   /dev/snd/controlC1:  tim2234 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Sep 22 14:30:33 2014
  HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
  InstallationDate: Installed on 2014-09-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 03eb:8a32 Atmel Corp. 
   Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX303LN
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/23/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LN.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LN
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2015-03-16 Thread Pilot6
elenfoiro,

1. I update builds , when official builds are updated. You will need to keep an 
eye on that. When kernel updates, just download mine. It is not very 
convenient, but we have no options. Kernel is too big for a ppa.
2. Do not worry. There are no issues with Intel. Only some are reported 
regarding Nvidia blobs.
But is a general 3.16 issue, nothing to do with my commits.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1372609

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

Status in linux package in Ubuntu:
  Fix Released
Status in linux package in Arch Linux:
  New

Bug description:
  Hi! I'm following the bug reporting documentation here:

  
https://wiki.ubuntu.com/DebuggingTouchpadDetection#In_case_Touchpad_features_like_scrolling.2C_tapping.2C_etc._do_not_work_at_all.

  The touchpad on my new Asus ux303ln laptop is detected as a mouse, so
  I can't access touchpad features such as two-finger scrolling.

  The laptop was very recently released and I couldn't find any
  outstanding firmware updates for it through Asus's Windows-based
  tools.

  % lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  Per the instructions on the wiki, I'm attaching output from
  /proc/bus/input/devices,` xinput --list`, and /var/log/Xorg.0.log.

  This machine also has a touchscreen, which I'm fairly certain is the
  maXtouch digitizer visible in the logs. I haven't yet restarted in
  Windows to see if it says anything useful about the touchpad, but I
  can do so if that's helpful. This is a fresh install of 14.04 and I
  haven't done much customization of it apart from installing some
  applications and changing the default resolution.

  The only relevant bit I noticed in /var/log/dmesg is this:

  [3.967547] input: PS/2 Logitech Wheel Mouse as
  /devices/platform/i8042/serio4/input/input11

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tim2234 F pulseaudio
   /dev/snd/controlC1:  tim2234 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Sep 22 14:30:33 2014
  HibernationDevice: RESUME=UUID=e6052f15-271a-4424-aac2-9b0ee1e490ed
  InstallationDate: Installed on 2014-09-22 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 03eb:8a32 Atmel Corp. 
   Bus 001 Device 002: ID 064e:9700 Suyin Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX303LN
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=4f908b1b-e06f-4dc9-9642-e952d2598e42 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/23/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX303LN.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX303LN
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX303LN.203:bd06/23/2014:svnASUSTeKCOMPUTERINC.:pnUX303LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX303LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX303LN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432296] Re: package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Killed)

2015-03-16 Thread Seth Arnold
Note that you have extensive errors in dmesg, it might be a good idea to
also file a bug against the kernel with ubuntu-bug linux

Thanks

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1432296

Title:
  package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1 failed to
  install/upgrade: subprocess installed post-installation script was
  killed by signal (Killed)

Status in bcmwl package in Ubuntu:
  New

Bug description:
  unable to configure getting stuck everytime and since 1 month system
  is not getting shutdown

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic i686
  ApportVersion: 2.14.1-0ubuntu3.7
  AptOrdering:
   ap-hotspot: Remove
   dnsmasq: Remove
   hostapd: Remove
   bcmwl-kernel-source: Configure
  Architecture: i386
  Date: Sun Mar 15 10:25:01 2015
  DuplicateSignature: 
package:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu0.1:subprocess installed 
post-installation script was killed by signal (Killed)
  ErrorMessage: subprocess installed post-installation script was killed by 
signal (Killed)
  InstallationDate: Installed on 2014-10-24 (141 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  SourcePackage: bcmwl
  Title: package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1 failed to 
install/upgrade: subprocess installed post-installation script was killed by 
signal (Killed)
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432296] Re: package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Killed)

2015-03-16 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bcmwl in Ubuntu.
https://bugs.launchpad.net/bugs/1432296

Title:
  package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1 failed to
  install/upgrade: subprocess installed post-installation script was
  killed by signal (Killed)

Status in bcmwl package in Ubuntu:
  New

Bug description:
  unable to configure getting stuck everytime and since 1 month system
  is not getting shutdown

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic i686
  ApportVersion: 2.14.1-0ubuntu3.7
  AptOrdering:
   ap-hotspot: Remove
   dnsmasq: Remove
   hostapd: Remove
   bcmwl-kernel-source: Configure
  Architecture: i386
  Date: Sun Mar 15 10:25:01 2015
  DuplicateSignature: 
package:bcmwl-kernel-source:6.30.223.248+bdcom-0ubuntu0.1:subprocess installed 
post-installation script was killed by signal (Killed)
  ErrorMessage: subprocess installed post-installation script was killed by 
signal (Killed)
  InstallationDate: Installed on 2014-10-24 (141 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  SourcePackage: bcmwl
  Title: package bcmwl-kernel-source 6.30.223.248+bdcom-0ubuntu0.1 failed to 
install/upgrade: subprocess installed post-installation script was killed by 
signal (Killed)
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1318551] Re: Kernel Panic - not syncing: An NMI occurred, please see the Integrated Management Log for details.

2015-03-16 Thread Rafael David Tinoco
*** This bug is a duplicate of bug 1417580 ***
https://bugs.launchpad.net/bugs/1417580

Check case:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1432837

If you ever face NMIs on Proliant Servers for no apparent reason.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1318551

Title:
  Kernel Panic - not syncing: An NMI occurred, please see the Integrated
  Management Log for details.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu Server 14.04 amd64
  Linux global04-jobs2 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

  HW: HP DL380p Gen8 / Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz / 256GB

  
  global04-jobs2 login: [203930.116834] Kernel panic - not syncing: An NMI 
occurred, please see the Integrated Management Log for details.
  [203930.116834] 
  [203930.174171] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.13.0-24-generic 
#46-Ubuntu
  [203930.211766] Hardware name: HP ProLiant DL380p Gen8, BIOS P70 02/10/2014
  [203930.249588]  b9792e2c349e 881fbfa06dd0 81715a64 
a02c02d8
  [203930.286130]  881fbfa06e48 8170ec65 0008 
881fbfa06e58
  [203930.322243]  881fbfa06df8  c90029274072 
0001
  [203930.358126] Call Trace:
  [203930.370201]  NMI  [81715a64] dump_stack+0x45/0x56
  [203930.407285]  [8170ec65] panic+0xc8/0x1d7
  [203930.430907]  [a02bf8fd] hpwdt_pretimeout+0xdd/0xdd [hpwdt]
  [203930.461560]  [8101b7d9] ? sched_clock+0x9/0x10
  [203930.487228]  [8171f108] nmi_handle.isra.3+0x88/0x180
  [203930.516179]  [8171f3bd] do_nmi+0x1bd/0x340
  [203930.540958]  [8171e571] end_repeat_nmi+0x1e/0x2e
  [203930.567543]  [813dfd78] ? intel_idle+0xd8/0x140
  [203930.593928]  [813dfd78] ? intel_idle+0xd8/0x140
  [203930.619941]  [813dfd78] ? intel_idle+0xd8/0x140
  [203930.646100]  EOE  [815c9570] cpuidle_enter_state+0x40/0xc0
  [203930.678933]  [815c96a9] cpuidle_idle_call+0xb9/0x1f0
  [203930.707409]  [8101ceae] arch_cpu_idle+0xe/0x30
  [203930.734325]  [810beb85] cpu_startup_entry+0xc5/0x290
  [203930.763715]  [81703f37] rest_init+0x77/0x80
  [203930.789115]  [81d34f70] start_kernel+0x438/0x443
  [203930.815958]  [81d34941] ? repair_env_string+0x5c/0x5c
  [203930.844461]  [81d34120] ? early_idt_handlers+0x120/0x120
  [203930.874616]  [81d345ee] x86_64_start_reservations+0x2a/0x2c
  [203930.907482]  [81d34733] x86_64_start_kernel+0x143/0x152
  [203930.942571] ERST: [Firmware Warn]: Firmware does not respond in time.
  [203930.983822] ERST: [Firmware Warn]: Firmware does not respond in time.
  [203931.026586] ERST: [Firmware Warn]: Firmware does not respond in time.
  [203931.068394] ERST: [Firmware Warn]: Firmware does not respond in time.
  [203931.110558] ERST: [Firmware Warn]: Firmware does not respond in time.
  [203931.151923] ERST: [Firmware Warn]: Firmware does not respond in time.
  [203931.189421] [ cut here ]
  [203931.212832] WARNING: CPU: 0 PID: 0 at 
/build/buildd/linux-3.13.0/kernel/rcu/tree.c:508 
rcu_eqs_exit_common.isra.48+0x110/0x120()
  [203931.269279] Modules linked in: veth bridge bonding dm_thin_pool 
dm_persistent_data dm_bufio dm_bio_prison libcrc32c gpio_ich 
x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul sb_edac 
glue_helper 8021q ablk_helper cryptd hpwdt hpilo edac_core ioatdma lpc_ich 
psmouse garp serio_raw stp mrp llc acpi_power_meter ipmi_si mac_hid lp parport 
igb i2c_algo_bit tg3 dca ptp hpsa pps_core
  [203931.488907] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.13.0-24-generic 
#46-Ubuntu
  [203931.526932] Hardware name: HP ProLiant DL380p Gen8, BIOS P70 02/10/2014
  [203931.559891]  0009 881fbfa03ed0 81715a64 

  [203931.597473]  881fbfa03f08 810676bd 0001 
0046
  [203931.634669]    81c93398 
881fbfa03f18
  [203931.696007] Call Trace:
  [203931.708590]  IRQ  [81715a64] dump_stack+0x45/0x56
  [203931.737818]  [810676bd] warn_slowpath_common+0x7d/0xa0
  [203931.767951]  [8106779a] warn_slowpath_null+0x1a/0x20
  [203931.797160]  [810c8720] rcu_eqs_exit_common.isra.48+0x110/0x120
  [203931.831002]  [810caf05] rcu_irq_enter+0x75/0xa0
  [203931.857924]  [8106cea7] irq_enter+0x17/0xa0
  [203931.883727]  [8109894e] scheduler_ipi+0x4e/0x1d0
  [203931.911444]  [810404ca] smp_reschedule_interrupt+0x2a/0x30
  [203931.943438]  [8172781d] reschedule_interrupt+0x6d/0x80
  [203931.973619]  EOI  NMI  [8170ed33] ? panic+0x196/0x1d7
  

[Kernel-packages] [Bug 1431196] Re: ppc64el: Need fix for exported OPAL functions

2015-03-16 Thread Chris J Arges
$ git describe --contains 19d36c2152aaf093c97431b5b4d13d29305a63a3
v3.18-rc3~35^2~7


** Also affects: linux (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Utopic)
 Assignee: (unassigned) = Chris J Arges (arges)

** Description changed:

+ SRU Justification:
+ 
+ [Impact]
+ Using the i2c-opal backported driver with Ubuntu 3.16 will cause an oops.
+ 
+ [Test Case]
+ Use the i2c-opal module on 3.16 w/ i2c-opal backported patches. See bug 
1419151.
+ 
+ [Fix]
+ 19d36c2152aaf093c97431b5b4d13d29305a63a3
+ 
+ --
+ 
  Please backport 19d36c2152aaf093c97431b5b4d13d29305a63a3 powernv: Use 
_GLOBAL_TOC for opal wrappers
  to 3.16.x otherwise bad things happen when using the already backported 
i2c-opal kernel module due to a problem
  with exporting OPAL kernel interfaces that this commit fixes.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431196

Title:
  ppc64el: Need fix for exported OPAL functions

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Utopic:
  New

Bug description:
  SRU Justification:

  [Impact]
  Using the i2c-opal backported driver with Ubuntu 3.16 will cause an oops.

  [Test Case]
  Use the i2c-opal module on 3.16 w/ i2c-opal backported patches. See bug 
1419151.

  [Fix]
  19d36c2152aaf093c97431b5b4d13d29305a63a3

  --

  Please backport 19d36c2152aaf093c97431b5b4d13d29305a63a3 powernv: Use 
_GLOBAL_TOC for opal wrappers
  to 3.16.x otherwise bad things happen when using the already backported 
i2c-opal kernel module due to a problem
  with exporting OPAL kernel interfaces that this commit fixes.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1371233] Re: USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with disabled ep

2015-03-16 Thread Joseph Salisbury
I'd like to perform a bisect to figure out what commit caused this
regression. We need to identify the earliest kernel where the issue
started happening as well as the latest kernel that did not have this
issue.  Reading the comments, it sounds like this first started in the
3.13.0-25 Ubuntu kernel, which is based on upstream 3.13.10.

Can folks affected by this bug test the following kernels and post back


3.13.9: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.9-trusty/
3.13.10: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.10-trusty/

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1371233

Title:
  USB 3.0 connection is unreliable + xHCI xhci_drop_endpoint called with
  disabled ep

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Trusty:
  Confirmed
Status in linux source package in Utopic:
  Confirmed
Status in linux source package in Vivid:
  Confirmed

Bug description:
  based on 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1358871/comments/7 I 
tested with the HDD enclosure IcyBox IB-351 series with USB 3.0 connection with 
the same result (connection drops after 300 MB reading, error message xHCI 
xhci_drop_endpoint called with disabled ep occurs sometimes, other devices 
(e.g. Samsung HD103SI 1 TB HDD connected with 3.0 USB adapter to eSATA of 
enclosure) read hundreds of GB before failing, but definitely do before reading 
1TB). Reading tested with `dd`, `gpart` and `btrfsck`.
  Also confirmed on Lenovo IdeaPad-Z500 after BIOS update to 71CN51WW(V1.21) 
(changelog didn't indicate any USB issues anyway). Also confirmed with 3.16.3 
and 3.16.0-14 on Ubuntu 14.10-beta1 after updates.
  The issue seems to cause failure of ASIX AX179 gigabit ethernet chip as well, 
but is independent from the usage of the ethernet adapter.
  I'm without any clue and stuck with an unreliable USB and ethernet connection 
which basically means no I/O out of the machine!!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D3', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CurrentDesktop: Unity
  Date: Thu Sep 18 19:58:24 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-10 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: LENOVO 20221
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=5e999111-7efe-4818-b9e8-a950ad6d3296 ro rootflags=subvol=@ quiet 
splash nomdmonddf nomdmonisw vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-35-generic N/A
   linux-backports-modules-3.13.0-35-generic  N/A
   linux-firmware 1.127.5
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432837] Re: HP Proliant Servers should not have HPWDT module loaded automatically

2015-03-16 Thread Rafael David Tinoco
I developed a small tool based on inotify to help users to check if
their watchdog is being used.

Anyone can find instructions on how to run it here:

https://github.com/inaddy/notifymydog

Small Example:

inaddy@host:~$ wget 
https://raw.githubusercontent.com/inaddy/notifymydog/master/notifymydog.c 
inaddy@host:~/notifymydog$ gcc -Wall -D_DEBUG=0 -D_SYSLOG=1 notifymydog.c -o 
notifymydog 
inaddy@host:~/notifymydog$ sudo ./notifymydog  
inaddy@host:~$ sudo tail -f /var/log/syslog 
Mar 16 17:36:26 inaddygueto WATCHMYDOG[15766]: OK: WATCHDOG UPDATED 
Mar 16 17:36:40 inaddygueto WATCHMYDOG[15766]: OK: WATCHDOG UPDATED 
Mar 16 17:36:44 inaddygueto WATCHMYDOG[15766]: WARNING: WATCHDOG WAS CLOSED 
Mar 16 17:36:49 inaddygueto WATCHMYDOG[15766]: WARNING: WATCHDOG WAS OPENED 

So if you ever got a kernel panic on a HP Proliant Server DL360 and/or
DL380 with no apparent reason and the stack trace shows NMIs generate,
confirm if none of your userland programs have opened /dev/watchdog on
purpose (not updating it frequent enough) and by accident (causing the
watchdog HW to be triggered and panic'ing the machine after some time).

Workaround:

# echo blacklist hpwdt  /etc/modprobe.d/blacklist-hp.conf 
# update-initramfs -k all -u 
# upgrade-grub 
# reboot 

** Summary changed:

- HP Proliant Servers should not have HPWDT module loaded automatically
+ HP Proliant Servers - Kernel Panic NMI - DL360  DL380 - HPWDT module loaded

** Summary changed:

- HP Proliant Servers - Kernel Panic NMI - DL360  DL380 - HPWDT module loaded
+ HP Proliant Servers - Kernel Panic - NMI - DL360  DL380 - HPWDT module loaded

** Description changed:

  It was brought to me several situations where users where facing kernel
- panics when machine was apparently idling:
+ panics when machine was apparently idling (for some HP Proliant Servers
+ like DL 360, DL 380).
  
  Examples:
  
  PID: 0  TASK: 81c1a480  CPU: 0   COMMAND: swapper/0
-  #0 [88085fc05c88] machine_kexec at 8104eac2
-  #1 [88085fc05cd8] crash_kexec at 810f26a3
-  #2 [88085fc05da0] panic at 8175b3f2
-  #3 [88085fc05e20] sched_clock at 8101c3b9
-  #4 [88085fc05e30] nmi_handle at 810170e8
-  #5 [88085fc05e90] io_check_error at 8101758e
-  #6 [88085fc05eb0] default_do_nmi at 810176a9
-  #7 [88085fc05ed8] do_nmi at 810177d8
-  #8 [88085fc05ef0] end_repeat_nmi at 8176da21
- [exception RIP: native_safe_halt+6]
- RIP: 81055186  RSP: 81c03e90  RFLAGS: 0246
- RAX: 0010  RBX: 0010  RCX: 0246
- RDX: 81c03e90  RSI: 0018  RDI: 0001
- RBP: 81055186   R8: 81055186   R9: 0018
- R10: 81c03e90  R11: 0246  R12: 
- R13:   R14:   R15: 
- ORIG_RAX:   CS: 0010  SS: 0018
+  #0 [88085fc05c88] machine_kexec at 8104eac2
+  #1 [88085fc05cd8] crash_kexec at 810f26a3
+  #2 [88085fc05da0] panic at 8175b3f2
+  #3 [88085fc05e20] sched_clock at 8101c3b9
+  #4 [88085fc05e30] nmi_handle at 810170e8
+  #5 [88085fc05e90] io_check_error at 8101758e
+  #6 [88085fc05eb0] default_do_nmi at 810176a9
+  #7 [88085fc05ed8] do_nmi at 810177d8
+  #8 [88085fc05ef0] end_repeat_nmi at 8176da21
+ [exception RIP: native_safe_halt+6]
+ RIP: 81055186  RSP: 81c03e90  RFLAGS: 0246
+ RAX: 0010  RBX: 0010  RCX: 0246
+ RDX: 81c03e90  RSI: 0018  RDI: 0001
+ RBP: 81055186   R8: 81055186   R9: 0018
+ R10: 81c03e90  R11: 0246  R12: 
+ R13:   R14:   R15: 
+ ORIG_RAX:   CS: 0010  SS: 0018
  --- DOUBLEFAULT exception stack ---
-  #9 [81c03e90] native_safe_halt at 81055186
+  #9 [81c03e90] native_safe_halt at 81055186
  #10 [81c03e98] default_idle at 8101d37f
  #11 [81c03eb8] arch_cpu_idle at 8101dcaf
  #12 [81c03ec8] cpu_startup_entry at 810b5325
  #13 [81c03f40] rest_init at 81751a37
  #14 [81c03f50] start_kernel at 81d320b7
  #15 [81c03f90] x86_64_start_reservations at 81d315ee
  #16 [81c03fa0] x86_64_start_kernel at 81d31733
  
  OR
  
- PID: 0 TASK: 81c14440 CPU: 0 COMMAND: swapper/0 
- #0 [880fffa07c40] machine_kexec at 8104b391 
- #1 [880fffa07cb0] crash_kexec at 810d5fb8 
- #2 [880fffa07d80] panic at 81730335 
- #3 [880fffa07e00] hpwdt_pretimeout at a02378b5 [hpwdt] 
- #4 [880fffa07e20] nmi_handle at 8174a76a 
- #5 

[Kernel-packages] [Bug 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with default configuration

2015-03-16 Thread Ciro Vargas
Hi, i have the same problem on the 14.10 ubuntu server:

http://serverfault.com/questions/675936/vsftpd-dont-start-listen-on-
ubuntu-14-10

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1313450

Title:
  Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with
  default configuration

Status in linux package in Ubuntu:
  Fix Released
Status in vsftpd package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Fix Released
Status in vsftpd source package in Trusty:
  Invalid

Bug description:
  The configuration submitted was modified during testing, but this also
  failed with the default configuration. The only solution I have found
  so far was to delete the configuration, this would allow the service
  to start, but obviously not work as intended.

  If I try to start the service manually using vsftpd or sudo vsftpd I receive 
the following error message:
  500 OOPS: munmap

  I also tried the default commands
  /etc/init.d/vsftpd or service vsftpd start

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: vsftpd 3.0.2-1ubuntu2
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  Date: Sun Apr 27 21:23:18 2014
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1b
  Ec2InstanceType: t1.micro
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: vsftpd
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.vsftpd.conf: [modified]
  mtime.conffile..etc.vsftpd.conf: 2014-04-27T21:16:28.222467
  --- 
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  DistroRelease: Ubuntu 14.04
  Ec2AMI: ami-896c96fe
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: eu-west-1b
  Ec2InstanceType: t1.micro
  Ec2Kernel: aki-52a34525
  Ec2Ramdisk: unavailable
  Package: vsftpd 3.0.2-1ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
  Tags:  trusty ec2-images
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dialout dip floppy netdev plugdev sudo video
  _MarkForUpload: True
  modified.conffile..etc.vsftpd.conf: [modified]
  mtime.conffile..etc.vsftpd.conf: 2014-04-29T19:03:28.834467

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432169] Re: general protection fault: 0000 [#1] SMP

2015-03-16 Thread Damon Lynch
It was a onetime event so far.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432169

Title:
  general protection fault:  [#1] SMP

Status in The Linux Kernel:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  If this bug is related to my last session, which locked up, I was not
  doing anything special: I was using Firefox while talking on Skype. I
  had to restart using Alt+Sys-Required+REISUB, as all other mouse and
  keyboard input had frozen.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  Annotation: Your system might become unstablenow and might need to be 
restarted.
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1323 F pulseaudio
damon  1996 F pulseaudio
  Date: Sat Mar 14 18:40:42 2015
  Failure: oops
  HibernationDevice: RESUME=UUID=b541574a-bb95-47e1-b1ea-32fb30c711c5
  InstallationDate: Installed on 2015-02-05 (37 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Alpha amd64 (20150205)
  MachineType: LENOVO 427637U
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=eb18ef51-a2d0-4372-8eb9-ae009a05d4f6 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
  SourcePackage: linux
  Title: general protection fault:  [#1] SMP
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/26/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BET62WW (1.42 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 427637U
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BET62WW(1.42):bd07/26/2013:svnLENOVO:pn427637U:pvrThinkPadW520:rvnLENOVO:rn427637U:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 427637U
  dmi.product.version: ThinkPad W520
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432778] Missing required logs.

2015-03-16 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1432778

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432778

Title:
  kernel panic, 14.04.2 LTS server crashes at random intervel

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  14.04.2 LTS server crashes in random interval, at least once every 24
  hours. Same error msg each time: kernel panic - not syncing: Fatal
  exception in interrupt. I do not know what is triggering the crash -
  it seems that the crash can happen anytime at random. RAM passed
  memtest86 test without errors, and HD passed smartctl long test
  without errors. Also, the computer runs fine under Linux Mint 16 Petra
  using a bootable USB stick. Photo of screen after the crash is
  attached.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432222] Re: system does not power off after going into hibernation

2015-03-16 Thread b3nmore
 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.16 stable kernel[0].

Just to clarify: I've reported this bug for the vivid kernel, currently
3.19.0. So I'm not sure, if it helps to test 3.16?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/143

Title:
  system does not power off after going into hibernation

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  My laptop does not power off anymore after going into hibernation.
  Instead I have to power off manually by holding the power button for
  some seconds. Resuming from hibernation does work reliably however.

  This is regression, since it works perfectly with the utopic kernel
  (currently 3.16.0.31.24).

  To be more precise, the standard 'platform' mode causes this issue:
  echo platform  /sys/power/disk
  echo disk  /sys/power/state

  When using the 'shutdown' mode the system powers off correctly:
  echo shutdown  /sys/power/disk
  echo disk  /sys/power/state

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9 [modified: 
boot/vmlinuz-3.19.0-9-generic]
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  kiran  1458 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sat Mar 14 19:36:16 2015
  HibernationDevice: RESUME=UUID=ebcf26a9-f63a-4b55-ad87-31f7b1f3feb6
  InstallationDate: Installed on 2015-03-14 (0 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Alpha amd64 (20150313)
  MachineType: LENOVO 2767WSD
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=f0d3de75-e584-48c4-a3af-7b73dd5eb495 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 2767WSD
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn2767WSD:pvrThinkPadT400:rvnLENOVO:rn2767WSD:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2767WSD
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431196] Re: ppc64el: Need fix for exported OPAL functions

2015-03-16 Thread Chris J Arges
Sent SRU for Utopic.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431196

Title:
  ppc64el: Need fix for exported OPAL functions

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Utopic:
  New

Bug description:
  SRU Justification:

  [Impact]
  Using the i2c-opal backported driver with Ubuntu 3.16 will cause an oops.

  [Test Case]
  Use the i2c-opal module on 3.16 w/ i2c-opal backported patches. See bug 
1419151.

  [Fix]
  19d36c2152aaf093c97431b5b4d13d29305a63a3

  --

  Please backport 19d36c2152aaf093c97431b5b4d13d29305a63a3 powernv: Use 
_GLOBAL_TOC for opal wrappers
  to 3.16.x otherwise bad things happen when using the already backported 
i2c-opal kernel module due to a problem
  with exporting OPAL kernel interfaces that this commit fixes.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1432169] Re: general protection fault: 0000 [#1] SMP

2015-03-16 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: linux
   Importance: Undecided = Unknown

** Changed in: linux
   Status: New = Unknown

** Changed in: linux
 Remote watch: None = Linux Kernel Bug Tracker #94931

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1432169

Title:
  general protection fault:  [#1] SMP

Status in The Linux Kernel:
  Unknown
Status in linux package in Ubuntu:
  Triaged

Bug description:
  If this bug is related to my last session, which locked up, I was not
  doing anything special: I was using Firefox while talking on Skype. I
  had to restart using Alt+Sys-Required+REISUB, as all other mouse and
  keyboard input had frozen.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  Annotation: Your system might become unstablenow and might need to be 
restarted.
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1323 F pulseaudio
damon  1996 F pulseaudio
  Date: Sat Mar 14 18:40:42 2015
  Failure: oops
  HibernationDevice: RESUME=UUID=b541574a-bb95-47e1-b1ea-32fb30c711c5
  InstallationDate: Installed on 2015-02-05 (37 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Alpha amd64 (20150205)
  MachineType: LENOVO 427637U
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=eb18ef51-a2d0-4372-8eb9-ae009a05d4f6 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-3ubuntu8
  SourcePackage: linux
  Title: general protection fault:  [#1] SMP
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/26/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8BET62WW (1.42 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 427637U
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8BET62WW(1.42):bd07/26/2013:svnLENOVO:pn427637U:pvrThinkPadW520:rvnLENOVO:rn427637U:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 427637U
  dmi.product.version: ThinkPad W520
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431924] Re: Ubuntu 14.04 in a HP Pavilion g6 with wireless Ralink RT5390 disconnects

2015-03-16 Thread Christopher M. Penalver
Alejandro, as per http://support.hp.com/us-en/product/HP-
Pavilion-g6-1100-Notebook-PC-series/5082224/model/5119773/drivers an
update to your computer's buggy and outdated BIOS is available (F.66).
If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

If it doesn't, 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

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status Confirmed.

Thank you for your understanding.

** Tags added: bios-outdated-f.66

** Attachment removed: lspci information
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1431924/+attachment/4344395/+files/lspci-vnvn.log

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431924

Title:
  Ubuntu 14.04 in a HP Pavilion g6 with wireless Ralink RT5390
  disconnects

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  The problem is that after several minutes of been connected by
  wireless it suddenly just disconnects appearing the meesage:

  Now you are offline

  By restarting the adapter, the computer or the network settings
  (several times) the connection is reestablished, sometimes.

  I have tried different drivers and updates for this card but the
  problem persists since I installed Ubuntu 5 months ago. Further
  information about the computer and the connection

  Version log output: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-46-generic 3.13.0-46.79
  ProcVersionSignature: Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  uos1830 F pulseaudio
  Date: Fri Mar 13 14:57:00 2015
  HibernationDevice: RESUME=UUID=1970778c-e807-44a2-88d6-c7ca3ab1752c
  InstallationDate: Installed on 2014-09-16 (177 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=6a5271b5-933c-4c43-8dec-deb4dfa9e54c ro quiet splash 
intel_pstate=enable vt.handoff=7
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-46-generic N/A
   linux-backports-modules-3.13.0-46-generic  N/A
   linux-firmware 1.127.11
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/04/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 166F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 09.24
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd05/04/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr05931120461620100:rvnHewlett-Packard:rn166F:rvr09.24:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 05931120461620100
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431304] Re: linux: 3.16.0-33.44 -proposed tracker

2015-03-16 Thread Taihsiang Ho
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = 
Taihsiang Ho (taihsiangho)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431304

Title:
  linux: 3.16.0-33.44 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Utopic:
  Confirmed

Bug description:
  This bug is for tracking the 3.16.0-33.43 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 11:36 UTC
  kernel-stable-Prepare-package-end:Thursday, 12. March 2015 20:38 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 12. March 2015 20:38 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. March 2015 21:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Certification-testing-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Security-signoff-start:Thursday, 12. March 2015 22:01 UTC
  kernel-stable-Regression-testing-start:Thursday, 12. March 2015 22:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431304/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431359] Re: linux: 3.2.0-79.115 -proposed tracker

2015-03-16 Thread Taihsiang Ho
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = 
Taihsiang Ho (taihsiangho)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431359

Title:
  linux: 3.2.0-79.115 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-lbm series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  Confirmed

Bug description:
  This bug is for tracking the 3.2.0-79.115 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 13:41 UTC
  kernel-stable-Prepare-package-end:Thursday, 12. March 2015 18:05 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 12. March 2015 18:05 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. March 2015 21:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 12. March 2015 22:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. March 2015 22:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 12. March 2015 22:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 12. March 2015 22:02 UTC
  kernel-stable-Regression-testing-start:Thursday, 12. March 2015 22:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431359/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431552] Re: linux-lts-utopic: 3.16.0-33.44~14.04.1 -proposed tracker

2015-03-16 Thread Taihsiang Ho
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = 
Taihsiang Ho (taihsiangho)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-utopic in Ubuntu.
https://bugs.launchpad.net/bugs/1431552

Title:
  linux-lts-utopic: 3.16.0-33.44~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-utopic package in Ubuntu:
  Invalid
Status in linux-lts-utopic source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.16.0-33.44~14.04.1 upload package. This
  bug will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 20:37 UTC
  kernel-stable-master-bug:1431304
  kernel-stable-Prepare-package-end:Friday, 13. March 2015 19:02 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. March 2015 19:02 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 13. March 2015 19:57 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Friday, 13. March 2015 21:01 UTC
  kernel-stable-Verification-testing-start:Friday, 13. March 2015 21:01 UTC
  kernel-stable-Certification-testing-start:Friday, 13. March 2015 21:02 UTC
  kernel-stable-Security-signoff-start:Friday, 13. March 2015 21:02 UTC
  kernel-stable-Regression-testing-start:Friday, 13. March 2015 21:02 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431552/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431491] Re: linux-lts-trusty: 3.13.0-48.80~precise1 -proposed tracker

2015-03-16 Thread Taihsiang Ho
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = 
Taihsiang Ho (taihsiangho)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-trusty in Ubuntu.
https://bugs.launchpad.net/bugs/1431491

Title:
  linux-lts-trusty: 3.13.0-48.80~precise1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux-lts-trusty package in Ubuntu:
  Invalid
Status in linux-lts-trusty source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.13.0-48.80~precise1 upload package.
  This bug will contain status and testing results related to that
  upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 17:47 UTC
  kernel-stable-master-bug:1431263
  kernel-stable-Prepare-package-end:Friday, 13. March 2015 02:01 UTC
  kernel-stable-Promote-to-proposed-start:Friday, 13. March 2015 02:01 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 13. March 2015 07:01 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Friday, 13. March 2015 09:01 UTC
  kernel-stable-Verification-testing-start:Friday, 13. March 2015 09:01 UTC
  kernel-stable-Certification-testing-start:Friday, 13. March 2015 09:01 UTC
  kernel-stable-Security-signoff-start:Friday, 13. March 2015 09:01 UTC
  kernel-stable-Regression-testing-start:Friday, 13. March 2015 09:01 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431491/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431263] Re: linux: 3.13.0-48.80 -proposed tracker

2015-03-16 Thread Taihsiang Ho
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed = In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) = 
Taihsiang Ho (taihsiangho)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431263

Title:
  linux: 3.13.0-48.80 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow certification-testing series:
  In Progress
Status in Kernel SRU Workflow package-testing series:
  Confirmed
Status in Kernel SRU Workflow prepare-package series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow prepare-package-signed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  New
Status in Kernel SRU Workflow promote-to-updates series:
  New
Status in Kernel SRU Workflow regression-testing series:
  Confirmed
Status in Kernel SRU Workflow security-signoff series:
  Confirmed
Status in Kernel SRU Workflow verification-testing series:
  In Progress
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Confirmed

Bug description:
  This bug is for tracking the 3.13.0-48.79 upload package. This bug
  will contain status and testing results related to that upload.

  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 12. March 2015 10:28 UTC
  kernel-stable-Prepare-package-end:Thursday, 12. March 2015 17:49 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 12. March 2015 17:49 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 12. March 2015 21:00 UTC
  kernel-stable-phase:Verification  Testing
  kernel-stable-phase-changed:Thursday, 12. March 2015 22:00 UTC
  kernel-stable-Verification-testing-start:Thursday, 12. March 2015 22:00 UTC
  kernel-stable-Certification-testing-start:Thursday, 12. March 2015 22:00 UTC
  kernel-stable-Security-signoff-start:Thursday, 12. March 2015 22:00 UTC
  kernel-stable-Regression-testing-start:Thursday, 12. March 2015 22:00 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1431263/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1425202] Re: ISST-LTE: Ubuntu 15.04 lpar crashes at iommu_free_table after adapter DLPAR operation

2015-03-16 Thread Leann Ogasawara
** Changed in: linux (Ubuntu)
   Status: Triaged = In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Leann Ogasawara (leannogasawara)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1425202

Title:
  ISST-LTE: Ubuntu 15.04 lpar crashes at iommu_free_table after adapter
  DLPAR operation

Status in linux package in Ubuntu:
  In Progress

Bug description:
  Description:
  

  I have installed all packages required for DLPAR in Ubuntu 15.04. When
  i am trying to do network adapter DLPAR operation, lpar crashes.

  root@highlp1:/etc/network# [  454.482742] kernel BUG at 
/build/buildd/linux-3.18.0/arch/powerpc/kernel/iommu.c:732!
  cpu 0xa: Vector: 700 (Program Check) at [c0016e67f850]
  pc: c0040484: iommu_free_table+0x64/0x140
  lr: c004047c: iommu_free_table+0x5c/0x140
  sp: c0016e67fad0
 msr: 80029033
current = 0xc0016b4277e0
paca= 0xc7b35a00   softe: 0irq_happened: 0x01
  pid   = 3288, comm = drmgr
  kernel BUG at /build/buildd/linux-3.18.0/arch/powerpc/kernel/iommu.c:732!
  enter ? for help
  [c0016e67fb40] c0083428 iommu_reconfig_notifier+0x88/0x160
  [c0016e67fb70] c00dab38 notifier_call_chain+0x98/0x100
  [c0016e67fbc0] c00db244 __blocking_notifier_call_chain+0x74/0xe0
  [c0016e67fc10] c0877290 of_reconfig_notify+0x40/0xa0
  [c0016e67fc40] c0877cdc of_detach_node+0x8c/0xb0
  [c0016e67fc70] c00809b8 ofdt_write+0x1f8/0x7b0
  [c0016e67fd40] c03459f0 proc_reg_write+0xb0/0x110
  [c0016e67fd90] c02b950c vfs_write+0xdc/0x260
  [c0016e67fde0] c02ba0ac SyS_write+0x6c/0x110
  [c0016e67fe30] c000927c syscall_exit+0x0/0x7c
  --- Exception: c01 (System Call) at 101ba638
  SP (3fffdba63300) is in userspace
  a:mon
  a:mon
  a:mon
  a:mon t
  [c0016e67fb40] c0083428 iommu_reconfig_notifier+0x88/0x160
  [c0016e67fb70] c00dab38 notifier_call_chain+0x98/0x100
  [c0016e67fbc0] c00db244 __blocking_notifier_call_chain+0x74/0xe0
  [c0016e67fc10] c0877290 of_reconfig_notify+0x40/0xa0
  [c0016e67fc40] c0877cdc of_detach_node+0x8c/0xb0
  [c0016e67fc70] c00809b8 ofdt_write+0x1f8/0x7b0
  [c0016e67fd40] c03459f0 proc_reg_write+0xb0/0x110
  [c0016e67fd90] c02b950c vfs_write+0xdc/0x260
  [c0016e67fde0] c02ba0ac SyS_write+0x6c/0x110
  [c0016e67fe30] c000927c syscall_exit+0x0/0x7c
  --- Exception: c01 (System Call) at 101ba638
  SP (3fffdba63300) is in userspace

  a:mon e
  cpu 0xa: Vector: 700 (Program Check) at [c0016e67f850]
  pc: c0040484: iommu_free_table+0x64/0x140
  lr: c004047c: iommu_free_table+0x5c/0x140
  sp: c0016e67fad0
 msr: 80029033
current = 0xc0016b4277e0
paca= 0xc7b35a00   softe: 0irq_happened: 0x01
  pid   = 3288, comm = drmgr
  kernel BUG at /build/buildd/linux-3.18.0/arch/powerpc/kernel/iommu.c:732!

  
  Original patch posted 
https://lists.ozlabs.org/pipermail/linuxppc-dev/2015-February/125068.html

  Updated patch posted as: https://lists.ozlabs.org/pipermail/linuxppc-
  dev/2015-February/125133.html

  Will update again once merged into mpe's tree.

  -Nish

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1431473] Re: kvm_intel (nested) module will not load [Input/output error]

2015-03-16 Thread Joseph Salisbury
** Tags added: regression-update utopic

** Also affects: linux (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Vivid)
   Importance: High
   Status: Confirmed

** Changed in: linux (Ubuntu Utopic)
   Importance: Undecided = High

** Changed in: linux (Ubuntu Utopic)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1431473

Title:
  kvm_intel (nested) module will not load [Input/output error]

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Utopic:
  Confirmed
Status in linux source package in Vivid:
  Confirmed

Bug description:
  I have 2 different systems, both are kvm instances themselves, both running 
vivid.
  One of them has /dev/kvm and kvm working fine (well, fine-ish bug 1413540).
  The other will not load the kvm_intel module.

  
  === system 1 ===
  $ sudo kvm-ok
  INFO: /dev/kvm does not exist
  HINT:   sudo modprobe kvm_intel
  INFO: Your CPU supports KVM extensions
  KVM acceleration can be used

  $ cat /proc/cpuinfo 
  processor : 0
  vendor_id : GenuineIntel
  cpu family: 6
  model : 15
  model name: Intel(R) Core(TM)2 Duo CPU T7700  @ 2.40GHz
  stepping  : 11
  microcode : 0x1
  cpu MHz   : 2400.084
  cache size: 4096 KB
  physical id   : 0
  siblings  : 1
  core id   : 0
  cpu cores : 1
  apicid: 0
  initial apicid: 0
  fpu   : yes
  fpu_exception : yes
  cpuid level   : 10
  wp: yes
  flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc 
rep_good nopl pni vmx ssse3 cx16 sse4_1 sse4_2 popcnt hypervisor lahf_lm
  bugs  :
  bogomips  : 4800.16
  clflush size  : 64
  cache_alignment   : 64
  address sizes : 40 bits physical, 48 bits virtual
  power management:

  $ ls -l /dev/kvm
  ls: cannot access /dev/kvm: No such file or directory

  $ sudo modprobe kvm_intel
  modprobe: ERROR: could not insert 'kvm_intel': Input/output error

  
  === system 2 ===
  $ sudo kvm-ok
  INFO: /dev/kvm exists
  KVM acceleration can be used

  $ cat /proc/cpuinfo 
  processor : 0
  vendor_id : GenuineIntel
  cpu family: 6
  model : 42
  model name: Intel Xeon E312xx (Sandy Bridge)
  stepping  : 1
  microcode : 0x1
  cpu MHz   : 1995.191
  cache size: 4096 KB
  physical id   : 0
  siblings  : 1
  core id   : 0
  cpu cores : 1
  apicid: 0
  initial apicid: 0
  fpu   : yes
  fpu_exception : yes
  cpuid level   : 13
  wp: yes
  flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm 
constant_tsc rep_good nopl eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 
sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx hypervisor lahf_lm vnmi 
ept xsaveopt
  bugs  :
  bogomips  : 3990.38
  clflush size  : 64
  cache_alignment   : 64
  address sizes : 40 bits physical, 48 bits virtual
  power management:

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-7-generic 3.19.0-7.7
  ProcVersionSignature: User Name 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Mar 12 17:07 seq
   crw-rw 1 root audio 116, 33 Mar 12 17:07 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Thu Mar 12 17:12:26 2015
  Ec2AMI: ami-0c86
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: aki-0548
  Ec2Ramdisk: ari-0548
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
   Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-7-generic 
root=LABEL=cloudimg-rootfs ro init=/lib/systemd/systemd console=tty1 
console=ttyS0
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 

[Kernel-packages] [Bug 1432112] Re: package linux-image-3.5.0-39-generic 3.5.0-39.60~precise1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-03-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-lts-quantal in Ubuntu.
https://bugs.launchpad.net/bugs/1432112

Title:
  package linux-image-3.5.0-39-generic 3.5.0-39.60~precise1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

Status in linux-lts-quantal package in Ubuntu:
  New

Bug description:
  I don't understand

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.5.0-39-generic 3.5.0-39.60~precise1
  ProcVersionSignature: Ubuntu 3.13.0-46.79~precise1-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-46-generic.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.8
  AptOrdering:
   gstreamer0.10-plugins-bad-multiverse: Install
   linux-image-3.5.0-39-generic: Configure
   gstreamer0.10-plugins-bad-multiverse: Configure
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jackacc2484 F pulseaudio
   /dev/snd/seq:timidity   2215 F timidity
  CRDA:
   country ID:
(2402 - 2482 @ 40), (N/A, 20)
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd560 irq 46'
 Mixer name : 'Realtek ALC262'
 Components : 'HDA:10ec0262,104d2d00,00100302 
HDA:14f12c06,104d1700,0010'
 Controls  : 22
 Simple ctrls  : 10
  Date: Fri Mar  6 12:50:18 2015
  DuplicateSignature: 
package:linux-image-3.5.0-39-generic:3.5.0-39.60~precise1:subprocess installed 
post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  HibernationDevice: RESUME=UUID=7d29bd69-6d74-4107-b5d1-3a6de56a331f
  InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
  MachineType: Sony Corporation VGN-SR12G_S
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic 
root=UUID=ab838950-bdca-48a5-9746-72db90401895 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 1.99-21ubuntu3.17
  SourcePackage: linux-lts-quantal
  Title: package linux-image-3.5.0-39-generic 3.5.0-39.60~precise1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0280Y1
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0280Y1:bd06/05/2008:svnSonyCorporation:pnVGN-SR12G_S:pvrC600MC93:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-SR12G_S
  dmi.product.version: C600MC93
  dmi.sys.vendor: Sony Corporation

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1370884] Re: bluetooth icon in indicators keep showing connected

2015-03-16 Thread Sebastien Bacher
** Package changed: bluez (Ubuntu) = indicator-bluetooth (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1370884

Title:
  bluetooth icon in indicators keep showing connected

Status in indicator-bluetooth package in Ubuntu:
  New

Bug description:
  bluetooth icon in indicators keep showing connected afer even
  forgetting/disconnecting the bt headset.

  Steps to reproduce:
  1. Pair/Connect the bluetooth headtset with krillin
  2. Note that bluetooth icon in indicators is changed, showing device is 
connected over bluetooth.
  3. Now go to bluetooth settings and then further to connected headset's 
setting page.
  4. Tap on Forget this device'

  Observe that despite device is no longer paired and disconnected the
  bluetooth icon in indicators won't change to unpaired state. (see
  attached png)

  Device/Build Info:

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 1
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09
  last update: 2014-09-16 17:43:20
  version version: 1
  version ubuntu: 20140916
  version device: 20140912-238

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-bluetooth/+bug/1370884/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   >