[Kernel-packages] [Bug 1500751] Re: Cryptsetup Keyboard not working on Xubuntu 3.19.0-30

2015-10-20 Thread Timo Aaltonen
The proper fix seems to be to add 'copy_modules_dir kernel/ubuntu/i915'
to /usr/share/initramfs-tools/hooks/framebuffer, then run 'update-
initramfs -k all -u'. Could you try that and boot stock -31 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/1500751

Title:
  Cryptsetup Keyboard not working on Xubuntu 3.19.0-30

Status in cryptsetup package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  In Progress

Bug description:
  I am running Xubuntu 15.04 and just upgraded to the latest kernel (3.19.0-30).
  After upgrading the boot time is longer (what is negligible) but the more 
severe error is, that I cannot enter my passphrase when I see the crypt dialog.
  I just see the dialog to enter my passphrase, but when I try to enter it, 
nothing appears in the textfield. I tried with the builtin laptop keyboard but 
also with an external USB keyboard.

  I thought about supplying more information, but things like the syslog
  are not helping apparently (I was not able to boot until the syslog
  would capture information...). If you need anything I can provide, I
  gladly help.

  [Test case]
  1. On an affected system boot into kernel 3.19.0-30

  [Solution]
  The "solution" for now is booting the older Kernel 3.19.0-28 (which isn't a 
real solution).

  PS.: Bugs like the following are either not applicable or the solution is not 
working for me:
  https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/229732
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1359689
  https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1238194

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1500751/+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 1498778] Re: cpu hot-remove fails with nvme device

2015-10-20 Thread AceLan Kao
This issue has been fix by kernel 3.19.0-31.36

** Tags removed: verification-needed-vivid
** Tags added: verification-done-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/1498778

Title:
  cpu hot-remove fails with nvme device

Status in HWE Next:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Vivid:
  Fix Committed

Bug description:
  Using cpu hotplug to disable (offline) a cpu:
  echo 0 > /sys/devices/system/cpu/cpu10/online
  does not return.

  Machine is usable, and cpu10 is marked as offline, but any test
  scripts hangs because the "echo 0" never returned.

  Doing bisect pointed to this commit id: a4aea5623d "NVMe: Convert to blk-mq"
  Indeed, the test machine in question has an NVMe card.
  Doing "rmmod nvme" and then disabling cpus works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1498778/+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 1503548] Re: [i915_bpo] Sync to v4.2.2

2015-10-20 Thread Timo Aaltonen
the hang was due to
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1503655

introduced in -31.35, fixed in -31.36. I'll build another test 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/1503548

Title:
  [i915_bpo] Sync to v4.2.2

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  In Progress

Bug description:
  There are a few bugfixes upstream that our backport lacks:

   drm/i915: Fix CSR MMIO address check
   drm/i915: Limit the number of loops for reading a split 64bit register
   drm/i915: Always mark the object as dirty when used by the GPU
   drm/i915: Allow DSI dual link to be configured on any pipe
   drm/i915: Preserve SSC earlier
   drm/i915: Check DP link status on long hpd too

  the bottom one fixes one OEM bug which also got a BIOS workaround, but
  a code fix would be in order for other platforms.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1503548/+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 1500751] Re: Cryptsetup Keyboard not working on Xubuntu 3.19.0-30

2015-10-20 Thread Timo Aaltonen
(for the record, Skylake and Braswell are affected too, they all use
i915_bpo backport module which isn't included in the vivid initramfs)

-- 
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/1500751

Title:
  Cryptsetup Keyboard not working on Xubuntu 3.19.0-30

Status in cryptsetup package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  In Progress

Bug description:
  I am running Xubuntu 15.04 and just upgraded to the latest kernel (3.19.0-30).
  After upgrading the boot time is longer (what is negligible) but the more 
severe error is, that I cannot enter my passphrase when I see the crypt dialog.
  I just see the dialog to enter my passphrase, but when I try to enter it, 
nothing appears in the textfield. I tried with the builtin laptop keyboard but 
also with an external USB keyboard.

  I thought about supplying more information, but things like the syslog
  are not helping apparently (I was not able to boot until the syslog
  would capture information...). If you need anything I can provide, I
  gladly help.

  [Test case]
  1. On an affected system boot into kernel 3.19.0-30

  [Solution]
  The "solution" for now is booting the older Kernel 3.19.0-28 (which isn't a 
real solution).

  PS.: Bugs like the following are either not applicable or the solution is not 
working for me:
  https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/229732
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1359689
  https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1238194

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1500751/+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 1506746] Re: [i915_bpo] System often hangs at the login screen after update to 3.19.0-31.35+bpo1

2015-10-20 Thread Timo Aaltonen
this is bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1503655

introduced in -31.35, fixed in -31.36. I'll build another test 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/1506746

Title:
  [i915_bpo] System often hangs at the login screen after update to
  3.19.0-31.35+bpo1

Status in linux package in Ubuntu:
  Invalid

Bug description:
  After update to test kernel 3.19.0-31.35+bpo1, the system often hang
  at the login screen during system booting or reboot.

  Test configs:
  Intel broadwell UMA graphics
  Intel SKL-H graphics 
  Intel SKL-U graphics

  Kernel version: 3.19.0-31.35+bpo1
  Failure units: The above mentioned configs
  --- 
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  u  2220 F pulseaudio
  CurrentDesktop: Unity
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-kittyhawk2-trusty-amd64-20150907-1
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e81a6713-73c4-4380-a020-308203d60eb2
  InstallationDate: Installed on 2015-10-13 (2 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Failed to find casper uuid.conf in 
'binary/casper/initrd.img-3.19.0-28-generic.old-dkms' LIVE Binary 20150907-22:18
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. Latitude E5470
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-31-generic 
root=UUID=bdf8893c-9b81-46e3-8943-21a4c75fddcd ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-31.35+bpo1-generic 3.19.8-ckt7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-31-generic N/A
   linux-backports-modules-3.19.0-31-generic  N/A
   linux-firmware 1.127.15
  Tags:  trusty
  Uname: Linux 3.19.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: 09/03/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 99.3.34
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr99.3.34:bd09/03/2015:svnDellInc.:pnLatitudeE5470:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5470
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506746/+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 1507909] [NEW] WARNING: CPU: 1 PID: 54 at /build/linux-qOmAV7/linux-3.19.0/sound/pci/hda/hda_i915.c:115 snd_hdac_i915_register_notifier+0x35/0x40 [snd_hda_intel]()

2015-10-20 Thread trombetta danielle
Public bug reported:

I have found this warning in dmesg at each start, even if sound seems to
work properly :

[   11.127798] sound hdaudioC0D0: autoconfig: line_outs=1 
(0x14/0x0/0x0/0x0/0x0) type:speaker
[   11.127805] sound hdaudioC0D0:speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   11.127808] sound hdaudioC0D0:hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   11.127811] sound hdaudioC0D0:mono: mono_out=0x0
[   11.127813] sound hdaudioC0D0:inputs:
[   11.127817] sound hdaudioC0D0:  Mic=0x19
[   11.127820] sound hdaudioC0D0:  Internal Mic=0x12
[   11.155157] intel_soc_dts_thermal: request_threaded_irq ret -22
[   11.170699] intel_soc_dts_thermal: request_threaded_irq ret -22
[   11.190674] intel_rapl: Found RAPL domain package
[   11.190680] intel_rapl: Found RAPL domain core
[   11.324236] [ cut here ]
[   11.324247] WARNING: CPU: 1 PID: 54 at 
/build/linux-qOmAV7/linux-3.19.0/sound/pci/hda/hda_i915.c:115 
snd_hdac_i915_register_notifier+0x35/0x40 [snd_hda_intel]()
[   11.324250] Modules linked in: snd_hda_codec_hdmi intel_rapl 
snd_hda_codec_realtek snd_hda_codec_generic intel_powerclamp hp_wmi(+) 
sparse_keymap coretemp snd_hda_intel snd_hda_controller rfkill_gpio kvm_intel 
uvcvideo kvm crct10dif_pclmul crc32_pclmul videobuf2_vmalloc videobuf2_memops 
ghash_clmulni_intel videobuf2_core v4l2_common videodev media cryptd joydev 
serio_raw arc4 btusb bluetooth rtl8723be(OE) rtsx_pci_ms memstick btcoexist(OE) 
rtl_pci(OE) rtlwifi(OE) mac80211 cfg80211 snd_intel_sst_acpi snd_intel_sst_core 
snd_soc_sst_mfld_platform snd_hda_codec snd_soc_core wmi snd_compress hp_accel 
snd_hwdep snd_pcm_dmaengine lis3lv02d i915 snd_pcm input_polldev 8250_fintek 
dw_dmac dw_dmac_core video hp_wireless snd_seq_midi intel_smartconnect 
snd_seq_midi_event snd_rawmidi drm_kms_helper snd_seq i2c_hid
[   11.324297]  snd_seq_device snd_timer drm hid mei_txe 
i2c_designware_platform i2c_designware_core i2c_algo_bit mei snd 
pwm_lpss_platform iosf_mbi soundcore snd_soc_sst_acpi spi_pxa2xx_platform 
8250_dw lpc_ich shpchp pwm_lpss mac_hid parport_pc ppdev lp parport autofs4 
rtsx_pci_sdmmc psmouse r8169 mii rtsx_pci ahci libahci sdhci_acpi sdhci
[   11.324325] CPU: 1 PID: 54 Comm: kworker/1:1 Tainted: G   OE  
3.19.0-30-generic #34-Ubuntu
[   11.324327] Hardware name: Hewlett-Packard HP 15 Notebook PC/2213, BIOS F.36 
12/18/2014
[   11.324332] Workqueue: events azx_probe_work [snd_hda_intel]
[   11.324334]  c081c838 8801786e3bf8 817c4d5f 
0007
[   11.324338]   8801786e3c38 81076a8a 
8801786e3c08
[   11.324342]  c0891b28 880178244000 88017841e000 

[   11.324346] Call Trace:
[   11.324354]  [] dump_stack+0x45/0x57
[   11.324360]  [] warn_slowpath_common+0x8a/0xc0
[   11.324364]  [] warn_slowpath_null+0x1a/0x20
[   11.324369]  [] snd_hdac_i915_register_notifier+0x35/0x40 
[snd_hda_intel]
[   11.324375]  [] patch_generic_hdmi+0x58d/0x6c0 
[snd_hda_codec_hdmi]
[   11.324380]  [] ? __kmalloc_track_caller+0x1a5/0x260
[   11.324393]  [] ? snd_hda_codec_configure+0x409/0x5a0 
[snd_hda_codec]
[   11.324401]  [] snd_hda_codec_configure+0x202/0x5a0 
[snd_hda_codec]
[   11.324407]  [] ? azx_bus_reset+0xb0/0xb0 
[snd_hda_controller]
[   11.324412]  [] ? azx_halt+0x40/0x40 [snd_hda_controller]
[   11.324416]  [] ? azx_pcm_prepare+0x510/0x510 
[snd_hda_controller]
[   11.324421]  [] ? azx_pcm_hw_params+0xa0/0xa0 
[snd_hda_controller]
[   11.324425]  [] azx_codec_configure+0x38/0x60 
[snd_hda_controller]
[   11.324430]  [] azx_probe_continue+0x4f4/0x810 
[snd_hda_intel]
[   11.324435]  [] azx_probe_work+0x15/0x20 [snd_hda_intel]
[   11.324439]  [] process_one_work+0x158/0x430
[   11.324443]  [] worker_thread+0x5b/0x530
[   11.324446]  [] ? rescuer_thread+0x3a0/0x3a0
[   11.324450]  [] kthread+0xc9/0xe0
[   11.324454]  [] ? kthread_create_on_node+0x1c0/0x1c0
[   11.324458]  [] ret_from_fork+0x58/0x90
[   11.324462]  [] ? kthread_create_on_node+0x1c0/0x1c0
[   11.324464] ---[ end trace d1b84d1b0caf45e9 ]---


it's a uefi simple boot install of Ubuntu 15.04 on a new hp 15 r248nf 
kernel is 3.19.0-30-generic

please let me know if more details are needed

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

-- 
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/1507909

Title:
   WARNING: CPU: 1 PID: 54 at /build/linux-
  qOmAV7/linux-3.19.0/sound/pci/hda/hda_i915.c:115
  snd_hdac_i915_register_notifier+0x35/0x40 [snd_hda_intel]()

Status in bcmwl package in Ubuntu:
  New

Bug description:
  I have found this warning in dmesg at each start, even if sound seems
  to work properly :

  [   11.127798] sound hdaudioC0D0: autoconfig: line_outs=1 
(0x14/0x0/0x0/0x0/0x0) type:speaker
  [   11.127805] sound hdaudioC0D0:speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  [   11.127808] sound hdaudioC0D0:hp_outs=1 

[Kernel-packages] [Bug 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux (Ubuntu Trusty)
   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/1504781

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

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

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1506774] Re: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (without linux-image-extra*)

2015-10-20 Thread Martin Pitt
Even if we would change our kernel package to always include bluetooth,
that still would make the package fail for custom/third-party kernels,
so I'd say this is neither required nor sufficient. Let's fix the bluez
packaging instead.

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

** Also affects: linux (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Also affects: bluez (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** No longer affects: linux (Ubuntu Vivid)

** No longer affects: linux (Ubuntu Wily)

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

-- 
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/1506774

Title:
  package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1
  (without linux-image-extra*)

Status in bluez package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Won't Fix
Status in bluez source package in Vivid:
  New
Status in bluez source package in Wily:
  Confirmed

Bug description:
  Bluez installation fails on vivid and wily without linux-image-extra*
  because BT kernel modules are unavailable.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: bluez 5.35-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 15 22:06:50 2015
  DuplicateSignature: package:bluez:5.35-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  Ec2AMI: ami-0f6e
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: cpu10-ram10-disk10-ephemeral20
  Ec2Kernel: aki-022a
  Ec2Ramdisk: ari-022a
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InterestingModules: bnep bluetooth
  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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.10.2ubuntu1
  SourcePackage: bluez
  Title: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  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/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2013.2.3:cvnBochs:ct1:cvr:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 2013.2.3
  dmi.sys.vendor: OpenStack Foundation
  hciconfig:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1506774/+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 1501345] Re: linux-image-3.13.0-65-generic breaks serial communication

2015-10-20 Thread bouke
Seems to be fixed in 3.13.0-66.107, which is available for Ubuntu 14.04
now.

-- 
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/1501345

Title:
  linux-image-3.13.0-65-generic breaks serial communication

Status in linux-lts-trusty package in Ubuntu:
  Confirmed

Bug description:
  Today after updating to the linux-image-3.13.0-65-generic 3.13.0-65
  Kernel on Lubuntu 14.04.3 LTS two different programs that rely on
  PySerial quit working. miniterm.py and my ROS (Robot Operating System)
  based Python node quit working.

  When rebooted and selected 3.13.0-63-generic via GRUB everything
  worked again.

  Here are the steps to create the issue with miniterm.py, note that you
  need something connected via a USB to Serial adapter for this to work.
  I am working with a Parallax Activity Board, but an Arduino should
  also exhibit the same behavior.

  sudo apt install linux-image-3.13.0-65-generic
  sudo apt install linux-image-extra-3.13.0-65-generic
  reboot

   $ miniterm.py /dev/ttyUSB0 115200
  --- Miniterm on /dev/ttyUSB0: 115200,8,N,1 ---
  --- Quit: Ctrl+]  |  Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---

  --- exit ---
  Exception in thread Thread-1:
  Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
  self.__target(*self.__args, **self.__kwargs)
File "/usr/bin/miniterm.py", line 220, in reader
  data = character(self.serial.read(1))
File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 460, in 
read
  raise SerialException('device reports readiness to read but returned no 
data (device disconnected?)')
  SerialException: device reports readiness to read but returned no data 
(device disconnected?)

  Reverting to the 3.13.0-63 kernel allows miniterm.py and other Python
  Serial based programs to work normally.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-trusty/+bug/1501345/+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 1506774] Re: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (without linux-image-extra*)

2015-10-20 Thread Martin Pitt
> There is nothing we can do from bluez side.

Perhaps not from the daemon itself, but the packaging certainly needs to
be fixed. It could be that the .service file grows some Condition*= to
not start if we already know that it won't work; or the .postinst
shouldn't fail when the service fails (e. g. dh_installinit --error-
handler=true).

-- 
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/1506774

Title:
  package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1
  (without linux-image-extra*)

Status in bluez package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Won't Fix
Status in bluez source package in Vivid:
  New
Status in bluez source package in Wily:
  Confirmed

Bug description:
  Bluez installation fails on vivid and wily without linux-image-extra*
  because BT kernel modules are unavailable.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: bluez 5.35-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 15 22:06:50 2015
  DuplicateSignature: package:bluez:5.35-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  Ec2AMI: ami-0f6e
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: cpu10-ram10-disk10-ephemeral20
  Ec2Kernel: aki-022a
  Ec2Ramdisk: ari-022a
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InterestingModules: bnep bluetooth
  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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.10.2ubuntu1
  SourcePackage: bluez
  Title: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  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/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2013.2.3:cvnBochs:ct1:cvr:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 2013.2.3
  dmi.sys.vendor: OpenStack Foundation
  hciconfig:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1506774/+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 1506774] Re: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (without linux-image-extra*)

2015-10-20 Thread Simon Fels
We could just bind this to the condition if /sys/class/bluetooth is
available or not. So a

 ...
 ConditionPathIsDirectory=/sys/class/bluetooth

-- 
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/1506774

Title:
  package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1
  (without linux-image-extra*)

Status in bluez package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Won't Fix
Status in bluez source package in Vivid:
  New
Status in bluez source package in Wily:
  Confirmed

Bug description:
  Bluez installation fails on vivid and wily without linux-image-extra*
  because BT kernel modules are unavailable.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: bluez 5.35-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 15 22:06:50 2015
  DuplicateSignature: package:bluez:5.35-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  Ec2AMI: ami-0f6e
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: cpu10-ram10-disk10-ephemeral20
  Ec2Kernel: aki-022a
  Ec2Ramdisk: ari-022a
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InterestingModules: bnep bluetooth
  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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.10.2ubuntu1
  SourcePackage: bluez
  Title: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  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/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2013.2.3:cvnBochs:ct1:cvr:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 2013.2.3
  dmi.sys.vendor: OpenStack Foundation
  hciconfig:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1506774/+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 1507935] [NEW] linux: 3.2.0-93.131 -proposed tracker

2015-10-20 Thread Luis Henriques
Public bug reported:

This bug is for tracking the 3.2.0-93.131 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:Tuesday, 20. October 2015 08:37 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 20. October 2015 08:37 UTC

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/automated-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-lbm
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux (Ubuntu)
 Importance: Medium
 Status: Invalid

** Affects: linux (Ubuntu Precise)
 Importance: Medium
 Status: New


** Tags: block-proposed-precise kernel-release-tracking-bug precise

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed-precise

** Also affects: linux (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Tags added: precise

** Also affects: kernel-sru-workflow/automated-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-lbm
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) => Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-lbm
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-lbm
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: 

[Kernel-packages] [Bug 1506774] Re: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (without linux-image-extra*)

2015-10-20 Thread Martin Pitt
> ConditionPathIsDirectory=/sys/class/bluetooth

Sounds perfect!

** Changed in: bluez (Ubuntu Wily)
   Status: Confirmed => Triaged

-- 
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/1506774

Title:
  package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1
  (without linux-image-extra*)

Status in bluez package in Ubuntu:
  Triaged
Status in linux package in Ubuntu:
  Won't Fix
Status in bluez source package in Vivid:
  New
Status in bluez source package in Wily:
  Triaged

Bug description:
  Bluez installation fails on vivid and wily without linux-image-extra*
  because BT kernel modules are unavailable.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: bluez 5.35-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 15 22:06:50 2015
  DuplicateSignature: package:bluez:5.35-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  Ec2AMI: ami-0f6e
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: cpu10-ram10-disk10-ephemeral20
  Ec2Kernel: aki-022a
  Ec2Ramdisk: ari-022a
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InterestingModules: bnep bluetooth
  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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.10.2ubuntu1
  SourcePackage: bluez
  Title: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  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/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2013.2.3:cvnBochs:ct1:cvr:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 2013.2.3
  dmi.sys.vendor: OpenStack Foundation
  hciconfig:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1506774/+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 1500751] Re: Cryptsetup Keyboard not working on Xubuntu 3.19.0-30

2015-10-20 Thread Fredrik Jonson
Timo's suggestion in comment 54 resolves the issue with default ubuntu
kernel:

 linux-image-3.19.0-30-generic 3.19.0-30.34 
 linux-image-extra-3.19.0-30-generic   3.19.0-30.34

I applied the following change:

--- /usr/share/initramfs-tools/hooks/framebuffer.orig   2015-10-20 
10:49:27.894272802 +0200
+++ /usr/share/initramfs-tools/hooks/framebuffer2015-10-20 
10:34:22.515012294 +0200
@@ -20,6 +20,7 @@
 
 copy_modules_dir kernel/drivers/char/agp
 copy_modules_dir kernel/drivers/gpu
+copy_modules_dir kernel/ubuntu/i915
 
 manual_add_modules fbcon
 manual_add_modules vesafb

And ran the command

 update-initramfs -k all -u

I have a Dell XPS 13 2015.

-- 
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/1500751

Title:
  Cryptsetup Keyboard not working on Xubuntu 3.19.0-30

Status in cryptsetup package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  In Progress

Bug description:
  I am running Xubuntu 15.04 and just upgraded to the latest kernel (3.19.0-30).
  After upgrading the boot time is longer (what is negligible) but the more 
severe error is, that I cannot enter my passphrase when I see the crypt dialog.
  I just see the dialog to enter my passphrase, but when I try to enter it, 
nothing appears in the textfield. I tried with the builtin laptop keyboard but 
also with an external USB keyboard.

  I thought about supplying more information, but things like the syslog
  are not helping apparently (I was not able to boot until the syslog
  would capture information...). If you need anything I can provide, I
  gladly help.

  [Test case]
  1. On an affected system boot into kernel 3.19.0-30

  [Solution]
  The "solution" for now is booting the older Kernel 3.19.0-28 (which isn't a 
real solution).

  PS.: Bugs like the following are either not applicable or the solution is not 
working for me:
  https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/229732
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1359689
  https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1238194

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1500751/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-20 Thread Daniel Bull
I can confirm the same as what Stephen just said.
Servers rebooted overnight for the security patch and none of the LXC 
containers restarted or can be started.

lxc-start: conf.c: setup_pts: 1772 Permission denied - mount failed
'/dev/pts/ptmx'->'/dev/ptmx'

This is on a live 14.04 LTS server

Again I can confirm modifying the start-container file does not work

-- 
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/1504781

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

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

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-20 Thread Daniel Bull
This seems to explain it, currently trying to teach myself apparmor to
find a temporary fix...

apps kernel: [  707.036112] audit: type=1400 audit(1445331859.865:41):
apparmor="DENIED" operation="mount" info="failed type match" error=-13
profile="/usr/bin/lxc-start" name="/dev/ptmx" pid=2746 comm="lxc-start"
srcname="/dev/pts/ptmx" flags="rw, bind"

-- 
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/1504781

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

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

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-20 Thread Nicolas Delvaux
@Stephen: I had the same problem after today's upgrade.
Activating the proposed repository and upgrading lxc to version 
1.0.7-0ubuntu0.9 fixed the issue for me.

See comment #11 for details.

But it's a shame this proposed fix was not released to everyone before
the new kernel.

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

-- 
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/1504781

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

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

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1507935] Re: linux: 3.2.0-93.131 -proposed tracker

2015-10-20 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-meta
   Status: New => Fix Released

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Luis Henriques 
(henrix)

-- 
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/1507935

Title:
  linux: 3.2.0-93.131 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  New
Status in Kernel SRU Workflow certification-testing series:
  New
Status in Kernel SRU Workflow prepare-package series:
  New
Status in Kernel SRU Workflow prepare-package-lbm series:
  New
Status in Kernel SRU Workflow prepare-package-meta series:
  Fix Released
Status in Kernel SRU Workflow promote-to-proposed series:
  New
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:
  New
Status in Kernel SRU Workflow security-signoff series:
  New
Status in Kernel SRU Workflow verification-testing series:
  New
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Precise:
  New

Bug description:
  This bug is for tracking the 3.2.0-93.131 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:Tuesday, 20. October 2015 08:37 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Tuesday, 20. October 2015 08:37 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1507935/+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 1507976] [NEW] DVB-T device Terratec Cinergy T XS not working

2015-10-20 Thread Alberto Mardegan
Public bug reported:

This bug is essentially the same as bug 460636, which was closed some
years ago because the reporter's device got corrupted.

I happen to have the same device, and it doesn't work in 14.04 or 15.10.
The kernel logs are the same:


Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: v2.00
Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: isoc
Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 95, 
EEPROM hash = 0x084c44df
Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0:   No audio on board.
Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0:   500mA max power
Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0:   Table at offset 0x06, 
strings=0x246a, 0x348e, 0x
Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
Oct 20 12:49:41 Dev kernel: [  189.033566] 
Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
Oct 20 12:49:41 Dev kernel: [  189.033588] 
Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 extension
Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new instance
Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension


While there are no explicit errors, no /dev/dvb* files are created.

I found this old mail thread which hints that the card is not supported,
but it might be in case someone gets to hack the driver a bit:

  https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html

** Affects: linux (Ubuntu)
 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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  New

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: 

[Kernel-packages] [Bug 1507959] PciMultimedia.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "PciMultimedia.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500929/+files/PciMultimedia.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] UdevLog.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500934/+files/UdevLog.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] ProcModules.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500932/+files/ProcModules.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] BootDmesg.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500924/+files/BootDmesg.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] Card0.Codecs.codec.0.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "Card0.Codecs.codec.0.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500925/+files/Card0.Codecs.codec.0.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] ProcCpuinfo.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500930/+files/ProcCpuinfo.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] ProcInterrupts.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500931/+files/ProcInterrupts.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] CurrentDmesg.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500926/+files/CurrentDmesg.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] AlsaDevices.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "AlsaDevices.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500923/+files/AlsaDevices.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] Lsusb.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1507959/+attachment/4500928/+files/Lsusb.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] Lspci.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1507959/+attachment/4500927/+files/Lspci.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] Re: Regression: Kernel update breaks all lxc-containers lxc-start failing with (apparmor="DENIED" operation="mount")

2015-10-20 Thread Stefan Huehner
apport information

** Tags added: apport-collected precise

** Description changed:

  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13
  
  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"
  
  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)
  
  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"
  
  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.
  
  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP
  
  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP
  
  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.0.1-0ubuntu17.11
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info: Error: [Errno 2] No such file or directory
+ Card0.Amixer.values: Error: [Errno 2] No such file or directory
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
+ IwConfig: Error: [Errno 2] No such file or directory
+ MachineType: FUJITSU PRIMERGY MX130 S1
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
+ ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-61-generic N/A
+  linux-backports-modules-3.13.0-61-generic  N/A
+  linux-firmware 1.79.18
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  precise
+ Uname: Linux 3.13.0-61-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ dmi.bios.date: 01/18/2011
+ dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
+ dmi.bios.version: 6.00 R1.01.2974.A1
+ dmi.board.asset.tag: -
+ dmi.board.name: D2974
+ dmi.board.vendor: FUJITSU
+ dmi.board.version: S26361-D2974-A1
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: FUJITSU
+ dmi.chassis.version: MX130S1F
+ dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
+ dmi.product.name: PRIMERGY MX130 S1
+ dmi.sys.vendor: FUJITSU

** Attachment added: "AcpiTables.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500922/+files/AcpiTables.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] 

[Kernel-packages] [Bug 1507959] WifiSyslog.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1507959/+attachment/4500935/+files/WifiSyslog.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507959] UdevDb.txt

2015-10-20 Thread Stefan Huehner
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1507959/+attachment/4500933/+files/UdevDb.txt

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-20 Thread Alex L. Demidov
Is there a fix for Ubuntu 12.04 LTS ?

-- 
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/1504781

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

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

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1506898] Re: Ubuntu fails to connect to my wifi network/hotspot

2015-10-20 Thread Shankey
So here is my whole log of desktop. Please try to figure it out that why
its not connecting at all.

-- 
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/1506898

Title:
  Ubuntu fails to connect to my wifi network/hotspot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I am having a serious issue with ubuntu 14.04x64 I am having "Realtek
  rt8188eu" WIFI usb Adapter. Ubuntu detects my wifi connections but the
  problem is it fails to connect. It doesn’t connects at all..and also
  its signal strength is very weak...I  Had tried every solution but no
  success please solve this issue.

  I have also tried this solution "https://github.com/lwfinger/rtl8188eu; but 
no Use Ubuntu still not able to connect to My Wifi netowrk but In Windows it do.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shankey1723 F pulseaudio
   /dev/snd/controlC1:  shankey1723 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=9e70c793-b324-451a-897a-02283d61e874
  InstallationDate: Installed on 2015-08-22 (57 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=2b68a17d-5b1e-473b-a611-864571ac0d9e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.127.15
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.19.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1409
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1409:bd04/29/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N68-AMSE2:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506898/+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 1506774] Re: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (without linux-image-extra*)

2015-10-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/bluez

-- 
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/1506774

Title:
  package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1
  (without linux-image-extra*)

Status in bluez package in Ubuntu:
  Fix Committed
Status in linux package in Ubuntu:
  Won't Fix
Status in bluez source package in Vivid:
  New
Status in bluez source package in Wily:
  Fix Committed

Bug description:
  Bluez installation fails on vivid and wily without linux-image-extra*
  because BT kernel modules are unavailable.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: bluez 5.35-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 15 22:06:50 2015
  DuplicateSignature: package:bluez:5.35-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  Ec2AMI: ami-0f6e
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: cpu10-ram10-disk10-ephemeral20
  Ec2Kernel: aki-022a
  Ec2Ramdisk: ari-022a
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InterestingModules: bnep bluetooth
  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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.10.2ubuntu1
  SourcePackage: bluez
  Title: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  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/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2013.2.3:cvnBochs:ct1:cvr:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 2013.2.3
  dmi.sys.vendor: OpenStack Foundation
  hciconfig:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1506774/+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 1506845] Re: Suspected Race Condition on boot

2015-10-20 Thread Christopher M. Penalver
Johnny Ooi, did you do a new install from the live environment, or did
you upgrade your existing OS?

-- 
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/1506845

Title:
  Suspected Race Condition on boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu Vivid using stock install, no additional configs, on a dual
  boot (Ubuntu + Win7)

  When booting, my laptop will sometimes boot successfully, sometimes
  not, and sometimes, will reboot. Using CTRL+ALT+F1 to get to terminal
  shows me a console flood for Nouveau (sometimes) and sometimes not.
  Sometimes I see messages about firmware not being used/installed.

  I cannot reliably replicate this problem, but I have had similar
  problems running Fedora on this machine with similar console floods,
  which points further up to the upstream kernel.

  I suspect it is a race condition, as if I can see the console flood,
  the laptop often boots successfully, but if I don't I either get a
  kernel panic or a self-reboot.

  Can provide more information/HW details if needed (but not at the machine 
right now)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   johnny 1685 F...m pulseaudio
   /dev/snd/controlC1:  johnny 1685 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=05d5c6ab-b18c-44c9-ba05-7eff0f8d62b5
  InstallationDate: Installed on 2015-10-12 (5 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Notebook W35xSS_370SS
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=f8a017f7-c589-4cbb-a001-08c7e3c2a815 ro recovery nomodeset 
priority=low
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W35xSS_370SS
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/08/2014:svnNotebook:pnW35xSS_370SS:pvrNotApplicable:rvnNotebook:rnW35xSS_370SS:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W35xSS_370SS
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506845/+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 1507957] [NEW] Huawei E3372 LTE modem works properly only after at least one replug

2015-10-20 Thread Cysioland
Public bug reported:

If you plug the modem first time after booting, it cannot connect.
Hovewer, after you unplug it and plug it again, it works like a charm.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-30-generic 3.19.0-30.34
ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
Uname: Linux 3.19.0-30-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  cysioland   2089 F pulseaudio
 /dev/snd/controlC0:  cysioland   2089 F pulseaudio
CurrentDesktop: Unity
Date: Tue Oct 20 11:28:10 2015
HibernationDevice: RESUME=UUID=ed44c356-6a11-447b-94bc-88d54b0ead64
InstallationDate: Installed on 2014-10-14 (370 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: Acer Extensa 5635G
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=31750940-1f18-4f57-8933-4f779556f31b ro quiet splash 
libata.allow_tpm=1
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-30-generic N/A
 linux-backports-modules-3.19.0-30-generic  N/A
 linux-firmware 1.143.3
SourcePackage: linux
UpgradeStatus: Upgraded to vivid on 2015-05-23 (149 days ago)
dmi.bios.date: 12/21/2009
dmi.bios.vendor: Phoenix
dmi.bios.version: V1.3311
dmi.board.name: BA50-MV
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenix:bvrV1.3311:bd12/21/2009:svnAcer:pnExtensa5635G:pvrNotApplicable:rvnAcer:rnBA50-MV:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
dmi.product.name: Extensa 5635G
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug 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/1507957

Title:
  Huawei E3372 LTE modem works properly only after at least one replug

Status in linux package in Ubuntu:
  New

Bug description:
  If you plug the modem first time after booting, it cannot connect.
  Hovewer, after you unplug it and plug it again, it works like a charm.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cysioland   2089 F pulseaudio
   /dev/snd/controlC0:  cysioland   2089 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct 20 11:28:10 2015
  HibernationDevice: RESUME=UUID=ed44c356-6a11-447b-94bc-88d54b0ead64
  InstallationDate: Installed on 2014-10-14 (370 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Acer Extensa 5635G
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=31750940-1f18-4f57-8933-4f779556f31b ro quiet splash 
libata.allow_tpm=1
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-23 (149 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Phoenix
  dmi.bios.version: V1.3311
  dmi.board.name: BA50-MV
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrV1.3311:bd12/21/2009:svnAcer:pnExtensa5635G:pvrNotApplicable:rvnAcer:rnBA50-MV:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5635G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507957/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 1.0.7-0ubuntu0.9

---
lxc (1.0.7-0ubuntu0.9) trusty; urgency=medium

  * Update previous patch to include some extra apparmor rules.
(LP: #1504781)

 -- Stéphane Graber   Wed, 14 Oct 2015 13:59:48
-0700

** Changed in: lxc (Ubuntu Trusty)
   Status: Fix Committed => 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/1504781

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

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

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1503590] Re: Trouble with DisplayPort

2015-10-20 Thread Hadmut Danisch
> Hadmut Danisch, why do you read half of the instructions before
following them? ;)

Because I follow instruction in order, and because it wasn't obvious
that these were two instructions, because one explicitely stated and
outstanding, the other hidden in the text. That's what we call
misleading (and such wasting other people's time).


I've tested yesterday's kernel


4.3.0-040300rc6-generic #201510182030 SMP

which works as normal, no installation problems, but the DisplayPort-
problem still exists: Boot code and boot splash are shown on
DisplayPort, but as soon as X11 takes control, screen becomes black.



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

-- 
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/1503590

Title:
  Trouble with DisplayPort

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I've installed 15.10 beta on a brand new ASRock beebox N3150 PC. This
  device has three display connectors, 1x DisplayPort, 2xHDMI. I'm
  having a Display with 2560x1600, and thus want to use with with
  DisplayPort for full resolution.

  When connecting screen and PC with DisplayPort, both the BIOS and the
  Linux BootSplash/Console correctly recognize the screen to be
  connected to DisplayPort and are displayed as usual. But as soon as X
  starts, screen becomes black (and the screen itself somewhat confused,
  because it does not even respond to the menu button anymore).
  Interestingly, the same screen worked properly when connected with
  DisplayPort to another Linux machine with 14.04.

  Connecting the screen with HDMI instead works without any problems, but gives 
a reduced resolution of 1920x1080 only.
  --- 
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  BootLog:
   
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.4, 4.2.0-14-generic, x86_64: installed
   virtualbox, 5.0.4, 4.2.0-16-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Device [8086:22b1] (rev 21) (prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation Device [1849:22b1]
  InstallationDate: Installed on 2015-09-03 (45 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150825)
  LightdmGreeterLog:
   ** Message: Starting lightdm-gtk-greeter 2.0.1 (Aug  7 2015, 01:24:18)
   ** Message: [Configuration] Reading file: 
/etc/lightdm/lightdm-gtk-greeter.conf.d/01_ubuntu.conf
   ** Message: [Configuration] Reading file: 
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_xubuntu.conf
   ** Message: [Configuration] Reading file: 
/etc/lightdm/lightdm-gtk-greeter.conf
   Invalid MIT-MAGIC-COOKIE-1 keyupstart: indicator-application main process 
(1991) killed by TERM signal
  LightdmGreeterLogOld:
   ** Message: Starting lightdm-gtk-greeter 2.0.1 (Aug  7 2015, 01:24:18)
   ** Message: [Configuration] Reading file: 
/etc/lightdm/lightdm-gtk-greeter.conf.d/01_ubuntu.conf
   ** Message: [Configuration] Reading file: 
/etc/lightdm/lightdm-gtk-greeter.conf.d/30_xubuntu.conf
   ** Message: [Configuration] Reading file: 
/etc/lightdm/lightdm-gtk-greeter.conf
   upstart: indicator-application main process (1537) killed by TERM signal
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:0821 Realtek Semiconductor Corp. 
   Bus 001 Device 003: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
   Bus 001 Device 002: ID 046d:c31d Logitech, Inc. Media Keyboard K200
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic 
root=UUID=881c90c8-ac82-4df6-98d7-83045b0f9c1b ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/var/log/udev'
  Uname: Linux 4.2.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare scanner sudo 
video www-data
  _MarkForUpload: True
  dmi.bios.date: 07/16/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.10
  dmi.board.name: N3150-NUC
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 

[Kernel-packages] [Bug 1507964] [NEW] VNC/Spice console is unusably slow

2015-10-20 Thread Alan Lord
Public bug reported:

As requested by Christopher M. Penalver I am reporting a new bug. This
is basically the same as the bug 582145.

Using virt-manager to manage our remote KVM virtual machines (Mostly
these are running Ubuntu server 14.04) is unusably slow.

The screen takes ages to redraw and makes entering commands tedious.

I have tried many different permutations of Display and Video parameters
with no noticeable difference.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-30-generic 3.19.0-30.34
ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
Uname: Linux 3.19.0-30-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alord  2189 F pulseaudio
CurrentDesktop: GNOME-Flashback:Unity
Date: Tue Oct 20 10:42:43 2015
HibernationDevice: RESUME=UUID=7f94c8b0-6210-45e4-a151-c5d26be6cd81
InstallationDate: Installed on 2013-11-15 (703 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MachineType: SAMSUNG ELECTRONICS CO., LTD. R530/R730
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=2ac45dbd-f074-4204-86b9-0e133f25af94 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-30-generic N/A
 linux-backports-modules-3.19.0-30-generic  N/A
 linux-firmware 1.143.3
SourcePackage: linux
UpgradeStatus: Upgraded to vivid on 2015-04-27 (176 days ago)
dmi.bios.date: 03/12/2010
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 03JV.M011.20100312.hkk
dmi.board.asset.tag: Tag 12345
dmi.board.name: R530/R730
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr03JV.M011.20100312.hkk:bd03/12/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnR530/R730:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR530/R730:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: R530/R730
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: amd64 apport-bug 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/1507964

Title:
  VNC/Spice console is unusably slow

Status in linux package in Ubuntu:
  New

Bug description:
  As requested by Christopher M. Penalver I am reporting a new bug. This
  is basically the same as the bug 582145.

  Using virt-manager to manage our remote KVM virtual machines (Mostly
  these are running Ubuntu server 14.04) is unusably slow.

  The screen takes ages to redraw and makes entering commands tedious.

  I have tried many different permutations of Display and Video
  parameters with no noticeable difference.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alord  2189 F pulseaudio
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Oct 20 10:42:43 2015
  HibernationDevice: RESUME=UUID=7f94c8b0-6210-45e4-a151-c5d26be6cd81
  InstallationDate: Installed on 2013-11-15 (703 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R530/R730
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=2ac45dbd-f074-4204-86b9-0e133f25af94 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-27 (176 days ago)
  dmi.bios.date: 03/12/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 03JV.M011.20100312.hkk
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: R530/R730
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr03JV.M011.20100312.hkk:bd03/12/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnR530/R730:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR530/R730:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: R530/R730
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage 

[Kernel-packages] [Bug 1506898] Re: Ubuntu fails to connect to my wifi network/hotspot

2015-10-20 Thread Christopher M. Penalver
Shankey, as per
https://www.asus.com/Motherboards/M2N68AM_PLUS/HelpDesk_Download/ an
update to your computer's buggy and outdated BIOS is available (1804).
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, if the problem is still reproducible, and the
information above is provided, then please mark this report Status
Confirmed. Otherwise, please mark this as Invalid.

Thank you for your understanding.

-- 
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/1506898

Title:
  Ubuntu fails to connect to my wifi network/hotspot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I am having a serious issue with ubuntu 14.04x64 I am having "Realtek
  rt8188eu" WIFI usb Adapter. Ubuntu detects my wifi connections but the
  problem is it fails to connect. It doesn’t connects at all..and also
  its signal strength is very weak...I  Had tried every solution but no
  success please solve this issue.

  I have also tried this solution "https://github.com/lwfinger/rtl8188eu; but 
no Use Ubuntu still not able to connect to My Wifi netowrk but In Windows it do.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shankey1723 F pulseaudio
   /dev/snd/controlC1:  shankey1723 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=9e70c793-b324-451a-897a-02283d61e874
  InstallationDate: Installed on 2015-08-22 (57 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: System manufacturer System Product Name
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=2b68a17d-5b1e-473b-a611-864571ac0d9e ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.127.15
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.19.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/29/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1409
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM SE2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1409:bd04/29/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N68-AMSE2:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506898/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-20 Thread Mark Thornton
The proposed update works for us. When is it likely to be released as we
don't want to do this on our production servers?

-- 
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/1504781

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

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

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-20 Thread Martin Pitt
I'm expediting the usual 7 day maturing period; this is a rather grave
regression and apparently the new kernel didn't get around to add a
Breaks: to the previous LXC version. Thanks for verifying!

-- 
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/1504781

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

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

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1507959] [NEW] Regression: Kernel update breaks all lxc-containers lxc-start failing with (apparmor="DENIED" operation="mount")

2015-10-20 Thread Stefan Huehner
Public bug reported:

Hello,
The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

After installing those new kernel updates all lxc-start of a container fail 
with:
"Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

with strace pointing to:
13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

and dmesg showing:
Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
info="failed type match" error=-13 profile="/usr/bin/lxc-start" 
name="/dev/ptmx" pid=2897 comm="lxc-start" 
srcname="/dev/pts/ptmx" flags="rw, bind"

After downgrading kernel version the problem immediately dissappeared
and the lxc-start for containers works again as before.

Bad versions:
ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP


Good versions:
ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

>From kernel changelog maybe this other issue here maybe causing it but not 
>verified:
  * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
- LP: #1496430

** Affects: linux (Ubuntu)
 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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  New

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1504781] Update Released

2015-10-20 Thread Martin Pitt
The verification of the Stable Release Update for lxc has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

** Changed in: linux (Ubuntu Trusty)
   Status: Confirmed => Invalid

-- 
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/1504781

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

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

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1507963] [NEW] linux: 3.13.0-67.109 -proposed tracker

2015-10-20 Thread Luis Henriques
Public bug reported:

This bug is for tracking the 3.13.0-67.109 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:Tuesday, 20. October 2015 09:47 UTC
kernel-stable-phase:Prepare
kernel-stable-phase-changed:Tuesday, 20. October 2015 09:47 UTC

** Affects: kernel-sru-workflow
 Importance: Medium
 Status: In Progress

** Affects: kernel-sru-workflow/automated-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/certification-testing
 Importance: Medium
 Assignee: Canonical Hardware Certification (canonical-hw-cert)
 Status: New

** Affects: kernel-sru-workflow/prepare-package
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-meta
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/prepare-package-signed
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: kernel-sru-workflow/promote-to-proposed
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-security
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/promote-to-updates
 Importance: Medium
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru)
 Status: New

** Affects: kernel-sru-workflow/regression-testing
 Importance: Medium
 Assignee: Canonical Platform QA Team (canonical-platform-qa)
 Status: New

** Affects: kernel-sru-workflow/security-signoff
 Importance: Medium
 Assignee: Canonical Security Team (canonical-security)
 Status: New

** Affects: kernel-sru-workflow/verification-testing
 Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
 Status: New

** Affects: linux (Ubuntu)
 Importance: Medium
 Status: Invalid

** Affects: linux (Ubuntu Trusty)
 Importance: Medium
 Status: New


** Tags: block-proposed-trusty kernel-release-tracking-bug trusty

** Tags added: kernel-release-tracking-bug

** Tags added: block-proposed-trusty

** Also affects: linux (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Tags added: trusty

** Also affects: kernel-sru-workflow/automated-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/certification-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-proposed
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-security
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/promote-to-updates
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/regression-testing
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/security-signoff
   Importance: Undecided
   Status: New

** Also affects: kernel-sru-workflow/verification-testing
   Importance: Undecided
   Status: New

** Changed in: kernel-sru-workflow
   Status: New => In Progress

** Changed in: kernel-sru-workflow
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/automated-testing
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/certification-testing
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: (unassigned) => Canonical Hardware Certification 
(canonical-hw-cert)

** Changed in: kernel-sru-workflow/prepare-package
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-meta
   Importance: Undecided => Medium

** Changed in: kernel-sru-workflow/prepare-package-meta
 Assignee: (unassigned) => Canonical Kernel Team (canonical-kernel-team)

** Changed in: kernel-sru-workflow/prepare-package-signed
   Importance: Undecided => Medium

** Changed in: 

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

2015-10-20 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/1507957

Title:
  Huawei E3372 LTE modem works properly only after at least one replug

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  If you plug the modem first time after booting, it cannot connect.
  Hovewer, after you unplug it and plug it again, it works like a charm.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cysioland   2089 F pulseaudio
   /dev/snd/controlC0:  cysioland   2089 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct 20 11:28:10 2015
  HibernationDevice: RESUME=UUID=ed44c356-6a11-447b-94bc-88d54b0ead64
  InstallationDate: Installed on 2014-10-14 (370 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Acer Extensa 5635G
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=31750940-1f18-4f57-8933-4f779556f31b ro quiet splash 
libata.allow_tpm=1
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-23 (149 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Phoenix
  dmi.bios.version: V1.3311
  dmi.board.name: BA50-MV
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrV1.3311:bd12/21/2009:svnAcer:pnExtensa5635G:pvrNotApplicable:rvnAcer:rnBA50-MV:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5635G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507957/+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 1507964] Status changed to Confirmed

2015-10-20 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/1507964

Title:
  VNC/Spice console is unusably slow

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  As requested by Christopher M. Penalver I am reporting a new bug. This
  is basically the same as the bug 582145.

  Using virt-manager to manage our remote KVM virtual machines (Mostly
  these are running Ubuntu server 14.04) is unusably slow.

  The screen takes ages to redraw and makes entering commands tedious.

  I have tried many different permutations of Display and Video
  parameters with no noticeable difference.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alord  2189 F pulseaudio
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Oct 20 10:42:43 2015
  HibernationDevice: RESUME=UUID=7f94c8b0-6210-45e4-a151-c5d26be6cd81
  InstallationDate: Installed on 2013-11-15 (703 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R530/R730
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=2ac45dbd-f074-4204-86b9-0e133f25af94 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-27 (176 days ago)
  dmi.bios.date: 03/12/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 03JV.M011.20100312.hkk
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: R530/R730
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr03JV.M011.20100312.hkk:bd03/12/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnR530/R730:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR530/R730:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: R530/R730
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507964/+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 1507959] Missing required logs.

2015-10-20 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1507959

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

** Tags added: 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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : 

[Kernel-packages] [Bug 460636] Re: dvb-t device Terratec Cinergy T XS not working

2015-10-20 Thread Alberto Mardegan
I have the same card, and I could dump the eeprom if someone gives me
instructions on how to do that. Maybe you can recover your cards.

Anyway, the card still doesn't work in 14.04 or 15.10; I opened a new
bug about it: bug #1507976.

-- 
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/460636

Title:
  dvb-t device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Won't Fix
Status in linux-firmware-nonfree package in Ubuntu:
  Won't Fix

Bug description:
  Though the driver is included in the kernel, the correct firmware file
  is missing. I've got a firmware file with the same name from an older
  version of the driver, but it gets rejected.

  dmesg output:

  [   11.195279] Linux video capture interface: v2.00   
 
  [   11.254380] em28xx: New device TerraTec Electronic GmbH Cinergy T USB XS @ 
480 Mbps (0ccd:0043, interface 0, class 0)  

  [   11.254418] em28xx #0: chip ID is em2870   
 
  [   11.348021] parport_pc 00:08: reported by Plug and Play ACPI   
 
  [   11.348121] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 
[PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]   
  [   11.398156] em28xx #0: i2c eeprom 00: 1a eb 67 95 cd 0c 43 00 c0 12 81 00 
6a 24 8e 34   
  [   11.398169] em28xx #0: i2c eeprom 10: 00 00 06 57 02 0c 00 00 00 00 00 00 
00 00 00 00   
  [   11.398180] em28xx #0: i2c eeprom 20: 44 00 00 00 f0 10 01 00 00 00 00 00 
5b 00 00 00   
  [   11.398191] em28xx #0: i2c eeprom 30: 00 00 20 40 20 80 02 20 01 01 00 00 
26 3c e3 49   
  [   11.398202] em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00   
  [   11.398213] em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00   
  [   11.398226] em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 24 03 
43 00 69 00   
  [   11.398233] em28xx #0: i2c eeprom 70: 6e 00 65 00 72 00 67 00 79 00 20 00 
54 00 20 00   
  [   11.398240] em28xx #0: i2c eeprom 80: 55 00 53 00 42 00 20 00 58 00 53 00 
00 00 34 03   
  [   11.398247] em28xx #0: i2c eeprom 90: 54 00 65 00 72 00 72 00 61 00 54 00 
65 00 63 00   
  [   11.398254] em28xx #0: i2c eeprom a0: 20 00 45 00 6c 00 65 00 63 00 74 00 
72 00 6f 00   
  [   11.398261] em28xx #0: i2c eeprom b0: 6e 00 69 00 63 00 20 00 47 00 6d 00 
62 00 48 00   
  [   11.398268] em28xx #0: i2c eeprom c0: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00   
  [   11.398275] em28xx #0: i2c eeprom d0: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00   
  [   11.398281] em28xx #0: i2c eeprom e0: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00   
  [   11.398288] em28xx #0: i2c eeprom f0: 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00   
  [   11.398296] em28xx #0: EEPROM ID= 0x9567eb1a, EEPROM hash = 0x5a1fc1df 
 
  [   11.398297] em28xx #0: EEPROM info:
 
  [   11.398298] em28xx #0:   No audio on board.
 
  [   11.398300] em28xx #0:   500mA max power   
 
  [   11.398301] em28xx #0:   Table at 0x06, strings=0x246a, 0x348e, 0x 
 
  [   11.399031] em28xx #0: Identified as Terratec Cinergy T XS (card=43)   
 
  [   11.399034] em28xx #0: 
 
  [   11.399035]
 
  [   11.399038] em28xx #0: The support for this board weren't valid yet.   
 
  [   11.399040] em28xx #0: Please send a report of having this working 
 
  [   11.399042] em28xx #0: not to V4L mailing list (and/or to other addresses) 
 
  [   11.399043]
 
  [   11.413394] C-Media PCI :05:00.0: PCI INT A -> GSI 16 (level, low) -> 
IRQ 16
  [   11.579559] lp0: using parport0 (interrupt-driven).
 
  [   11.589392] ppdev: user-space parallel port driver 
 
  [   11.738758] Chip ID is not zero. It is not a TEA5767   
 
  [   11.738839] tuner 0-0060: chip found @ 0xc0 (em28xx #0)
 
  [   11.976324] xc2028 0-0060: 

[Kernel-packages] [Bug 1507640] Re: package dkms 2.2.0.3-2ubuntu6 failed to install/upgrade: package dkms is already installed and configured

2015-10-20 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package dkms 2.2.0.3-2ubuntu6 failed to install/upgrade: package dkms
  is already installed and configured

Status in dkms package in Ubuntu:
  New

Bug description:
  Received this error

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: dkms 2.2.0.3-2ubuntu6
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
  Architecture: amd64
  Date: Sun Oct 18 20:27:22 2015
  DuplicateSignature: package:dkms:2.2.0.3-2ubuntu6:package dkms is already 
installed and configured
  ErrorMessage: package dkms is already installed and configured
  InstallationDate: Installed on 2015-10-18 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20151017)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.10.2ubuntu1
  SourcePackage: dkms
  Title: package dkms 2.2.0.3-2ubuntu6 failed to install/upgrade: package dkms 
is already installed and configured
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/1507640/+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 1506774] Re: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (without linux-image-extra*)

2015-10-20 Thread Martin Pitt
Forwarded upstream:
http://article.gmane.org/gmane.linux.bluez.kernel/65182

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

** Changed in: bluez (Ubuntu Wily)
 Assignee: (unassigned) => Martin Pitt (pitti)

-- 
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/1506774

Title:
  package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1
  (without linux-image-extra*)

Status in bluez package in Ubuntu:
  Fix Committed
Status in linux package in Ubuntu:
  Won't Fix
Status in bluez source package in Vivid:
  New
Status in bluez source package in Wily:
  Fix Committed

Bug description:
  Bluez installation fails on vivid and wily without linux-image-extra*
  because BT kernel modules are unavailable.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: bluez 5.35-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 15 22:06:50 2015
  DuplicateSignature: package:bluez:5.35-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  Ec2AMI: ami-0f6e
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: cpu10-ram10-disk10-ephemeral20
  Ec2Kernel: aki-022a
  Ec2Ramdisk: ari-022a
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InterestingModules: bnep bluetooth
  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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.10.2ubuntu1
  SourcePackage: bluez
  Title: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  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/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2013.2.3:cvnBochs:ct1:cvr:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 2013.2.3
  dmi.sys.vendor: OpenStack Foundation
  hciconfig:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1506774/+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 1506774] Re: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (without linux-image-extra*)

2015-10-20 Thread Martin Pitt
Wily fix uploaded (might end up as an SRU, though). I also sent the
patch upstream, will add a link once it hits the upstream ML  archives.

** Changed in: bluez (Ubuntu Wily)
   Status: Triaged => In Progress

-- 
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/1506774

Title:
  package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1
  (without linux-image-extra*)

Status in bluez package in Ubuntu:
  Fix Committed
Status in linux package in Ubuntu:
  Won't Fix
Status in bluez source package in Vivid:
  New
Status in bluez source package in Wily:
  Fix Committed

Bug description:
  Bluez installation fails on vivid and wily without linux-image-extra*
  because BT kernel modules are unavailable.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: bluez 5.35-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 15 22:06:50 2015
  DuplicateSignature: package:bluez:5.35-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  Ec2AMI: ami-0f6e
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: cpu10-ram10-disk10-ephemeral20
  Ec2Kernel: aki-022a
  Ec2Ramdisk: ari-022a
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InterestingModules: bnep bluetooth
  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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.10.2ubuntu1
  SourcePackage: bluez
  Title: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  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/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2013.2.3:cvnBochs:ct1:cvr:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 2013.2.3
  dmi.sys.vendor: OpenStack Foundation
  hciconfig:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1506774/+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 1507665] Re: Precise update to 3.2.72 stable release

2015-10-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** 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/1507665

Title:
  Precise update to 3.2.72 stable release

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

Bug description:
  SRU Justification

  Impact:
     The upstream process for stable tree updates is quite similar
     in scope to the Ubuntu SRU process, e.g., each patch has to
     demonstrably fix a bug, and each patch is vetted by upstream
     by originating either directly from Linus' tree or in a minimally
     backported form of that patch. The 3.2.72 upstream stable
     patch set is now available. It should be included in the Ubuntu
     kernel as well.

     git://git.kernel.org/

  TEST CASE: TBD

     The following patches are in the 3.2.72 stable release:
  Linux 3.2.72
  Revert "sctp: Fix race between OOTB responce and route removal"
  jbd2: avoid infinite loop when destroying aborted journal
  parisc: Filter out spurious interrupts in PA-RISC irq handler
  ipv6: update ip6_rt_last_gc every time GC is run
  ipv6: prevent fib6_run_gc() contention
  perf tools: Fix build with perl 5.18
  fib_rules: fix fib rule dumps across multiple skbs
  net/ipv6: Correct PIM6 mrt_lock handling
  bonding: correct the MAC address for "follow" fail_over_mac policy
  ipv6: lock socket in ip6_datagram_connect()
  net: Fix skb csum races when peeking
  net: pktgen: fix race between pktgen_thread_worker() and 
kthread_stop()
  net/tipc: initialize security state for new connection socket
  Initialize msg/shm IPC objects before doing ipc_addid()
  ipc/sem.c: fully initialize sem_array before making it visible
  RDS: verify the underlying transport exists before creating a 
connection
  virtio-net: drop NETIF_F_FRAGLIST
  ipv6: addrconf: validate new MTU before applying it
  md: use kzalloc() when bitmap is disabled
  USB: whiteheat: fix potential null-deref at probe
  ocfs2/dlm: fix deadlock when dispatch assert master
  x86/paravirt: Replace the paravirt nop with a bona fide empty 
function
  cifs: use server timestamp for ntlmv2 authentication
  xhci: change xhci 1.0 only restrictions to support xhci 1.1
  usb: xhci: Clear XHCI_STATE_DYING on start
  xhci: give command abortion one more chance before killing xhci
  usb: Use the USB_SS_MULT() macro to get the burst multiplier.
  KVM: x86: trap AMD MSRs for the TSeg base and mask
  s390/compat: correct uc_sigmask of the compat signal frame
  ASoC: fix broken pxa SoC support
  x86/platform: Fix Geode LX timekeeping in the generic x86 build
  ARM: fix Thumb2 signal handling when ARMv6 is enabled
  ARM: 7880/1: Clear the IT state independent of the Thumb-2 mode
  btrfs: skip waiting on ordered range for special files
  Btrfs: fix read corruption of compressed and shared extents
  USB: option: add ZTE PIDs
  perf header: Fixup reading of HEADER_NRCPUS feature
  hfs: fix B-tree corruption after insertion at position 0
  hfs,hfsplus: cache pages correctly between bnode_create and 
bnode_free
  powerpc/MSI: Fix race condition in tearing down MSI interrupts
  pagemap: hide physical addresses from non-privileged users
  ARM: 8429/1: disable GCC SRA optimization
  fs: create and use seq_show_option for escaping
  crypto: ghash-clmulni: specify context size for ghash async 
algorithm
  Input: evdev - do not report errors form flush()
  IB/uverbs: reject invalid or unknown opcodes
  Add radeon suspend/resume quirk for HP Compaq dc5750.
  drm/i915: Always mark the object as dirty when used by the GPU
  spi: spi-pxa2xx: Check status register to determine if SSSR_TINT 
is disabled
  IB/uverbs: Fix race between ib_uverbs_open and remove_one
  IB/mlx4: Use correct SL on AH query under RoCE
  SUNRPC: xs_reset_transport must mark the connection as 
disconnected
  IB/qib: Change lkey table allocation to support more MRs
  xfs: return errors from partial I/O failures to files
  drivercore: Fix unregistration path of platform devices
  of/address: Don't loop forever in 
of_find_matching_node_by_address().
  

[Kernel-packages] [Bug 1507695] Re: i915 intel graphics driver not working (using llvmpipe as fallback)

2015-10-20 Thread Christopher M. Penalver
Matthew Lovibond, thank you for reporting this and helping make Ubuntu
better.

Could you please test the latest upstream kernel available from the very
top line at the top of the page from http://kernel.ubuntu.com/~kernel-
ppa/mainline/?C=N;O=D (the release names are irrelevant for testing, and
please do not test the daily folder)? Install instructions are available
at https://wiki.ubuntu.com/Kernel/MainlineBuilds . This will allow
additional upstream developers to examine the issue.

If the latest kernel did not allow you to test to the issue (ex. you couldn't 
boot into the OS) please make a comment in your report about this, and continue 
to test the next most recent kernel version until you can test to the issue. 
Once you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this issue is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where X, Y, and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix the issue, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Please note, an error to install the kernel does not fit the criteria of
kernel-bug-exists-upstream.

Once testing of the latest upstream kernel is complete, please mark this
report's Status as Confirmed. Please let us know your results.

Thank you for your understanding.

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

** 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/1507695

Title:
  i915 intel graphics driver not working (using llvmpipe as fallback)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Various stack traces in dmesg:

  [   34.354180] [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in 
ips_enabled (expected 1, found 0)
  [   34.354181] [ cut here ]
  [   34.354204] WARNING: CPU: 0 PID: 880 at 
/build/linux-AxjFAn/linux-4.2.0/drivers/gpu/drm/i915/intel_display.c:12326 
check_crtc_state+0x2c5/0x440 [i915]()
  [   34.354204] pipe state doesn't match!
  [   34.354240] Modules linked in: xt_CHECKSUM iptable_mangle ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 
nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp 
bridge stp llc ebtable_filter ebtables ip6table_filter ip6_tables 
iptable_filter ip_tables x_tables bnep zram lz4_compress joydev isl29018(C) 
cyapatp industrialio crc_itu_t arc4 ath9k ath9k_common ath9k_hw 
snd_hda_codec_realtek snd_hda_codec_generic ath snd_hda_codec_hdmi cros_ec_lpc 
cros_ec intel_rapl iosf_mbi x86_pkg_temp_thermal snd_hda_intel intel_powerclamp 
chromeos_laptop coretemp snd_hda_codec snd_seq_midi mac80211 snd_hda_core 
snd_seq_midi_event kvm_intel snd_hwdep snd_rawmidi kvm snd_pcm uvcvideo 
videobuf2_vmalloc cfg80211 videobuf2_memops videobuf2_core v4l2_common 
input_leds
  [   34.354266]  snd_seq serio_raw ath3k btusb snd_seq_device videodev 
snd_timer btrtl btbcm media lpc_ich btintel bluetooth dw_dmac_pci snd shpchp 
i2c_designware_pci soundcore 8250_fintek tpm_infineon mac_hid dw_dmac 
dw_dmac_core 8250_dw i2c_designware_platform spi_pxa2xx_platform 
i2c_designware_core parport_pc ppdev lp parport autofs4 drbg ansi_cprng xts 
gf128mul algif_skcipher af_alg dm_crypt crct10dif_pclmul crc32_pclmul i915 
ghash_clmulni_intel cryptd i2c_algo_bit drm_kms_helper sdhci_acpi ahci libahci 
drm sdhci video
  [   34.354269] CPU: 0 PID: 880 Comm: Xorg Tainted: GWC  
4.2.0-16-generic #19-Ubuntu
  [   34.354270] Hardware name: Acer Peppy, BIOS  01/16/2015
  [   34.354273]   11214967 88007241f788 
817e8c09
  [   34.354275]   88007241f7e0 88007241f7c8 
8107b3c6
  [   34.354277]  88007241f808 88007241f870 8800359b7000 
0001
  [   34.354278] Call Trace:
  [   34.354284]  [] dump_stack+0x45/0x57
  [   34.354289]  [] warn_slowpath_common+0x86/0xc0
  [   34.354291]  [] warn_slowpath_fmt+0x55/0x70
  [   34.354310]  [] ? intel_pipe_config_compare+0xb31/0xc60 
[i915]
  [   34.354326]  [] check_crtc_state+0x2c5/0x440 [i915]
  [   34.354347]  [] intel_modeset_check_state+0x21d/0x6d0 
[i915]
  [   34.354365]  [] intel_crtc_set_config+0x4c7/0x580 [i915]
  [   34.354381]  [] drm_mode_set_config_internal+0x66/0x100 
[drm]
  [   34.354389]  [] drm_fb_helper_pan_display+0x95/0xe0 
[drm_kms_helper]
  [   34.354409]  [] intel_fbdev_pan_display+0x1a/0x60 [i915]
  [   34.354412]  [] ? down+0x2e/0x50
  [   34.354416]  [] fb_pan_display+0xcf/0x160
  [   34.354420]  [] do_fb_ioctl+0x3cc/0x650
  [   

[Kernel-packages] [Bug 1507994] Re: Broadwell vaapi video decode broken by i915_bpo migration

2015-10-20 Thread Stephen Thirlwall
I've previously reported this behaviour here:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1488719/comments/25

I'm reporting this as a separate bug as I now suspect the "master
control interrupt lied" message is unrelated.

-- 
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/1507994

Title:
  Broadwell vaapi video decode broken by i915_bpo migration

Status in linux package in Ubuntu:
  New

Bug description:
  Since upgrading from linux-image-3.19.0-28-generic to linux-
  image-3.19.0-30-generic, vaapi-accelerated video playback on Kodi 15.2
  (and 15.1) is now all black.

  On-screen display items (eg. elapsed time) and audio still work, but
  the decoded video content is now all black. Disabling vaapi
  acceleration in the Kodi options restores the video playback.

  I have bisected the problem to this commit:
  http://kernel.ubuntu.com/git/ubuntu/ubuntu-
  vivid.git/commit/?id=059c4a45e7a0233ab06b16f591a7877d11f6d79c

  The problem still happens in Ubuntu-3.19.0-31.36, as well as
  Ubuntu-4.0.0-1.2 and Ubuntu-4.2.0-16.19 from the ubuntu-wily repo.

  It appears that the above commit flicks the switch on many changes,
  and doesn't really shed too much light on what the actual problem
  might be.

  I've tried moving that commit earlier into the history in the hope
  that I might be able to find a 'good' point to bisect from, but had no
  luck. The furthest I was able to push it back was
  http://kernel.ubuntu.com/git/ubuntu/ubuntu-
  vivid.git/commit/?id=59b6d9aaa4c379d84930598183cb4911a2713ff4, but the
  problem remained.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sdt1916 F kodi.bin
  Date: Tue Oct 20 21:39:48 2015
  InstallationDate: Installed on 2015-05-03 (170 days ago)
  InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=fb2f2c21-efe7-405c-b354-4a462517f241 ro
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-03 (170 days ago)
  dmi.bios.date: 08/12/2015
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0350.2015.0812.1722
  dmi.board.name: NUC5i3RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H41000-502
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0350.2015.0812.1722:bd08/12/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5i3RYB:rvrH41000-502:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507994/+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 1507150] Re: [all variants] - Radeon HD3650 - radeon.dpm=1 - ring 0 stalled for more than 10

2015-10-20 Thread Christopher M. Penalver
David, could you please test the latest upstream kernel available from
the very top line at the top of the page from http://kernel.ubuntu.com
/~kernel-ppa/mainline/?C=N;O=D (the release names are irrelevant for
testing, and please do not test the daily folder)? Install instructions
are available at https://wiki.ubuntu.com/Kernel/MainlineBuilds . This
will allow additional upstream developers to examine the issue.

If the latest kernel did not allow you to test to the issue (ex. you couldn't 
boot into the OS) please make a comment in your report about this, and continue 
to test the next most recent kernel version until you can test to the issue. 
Once you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this issue is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where X, Y, and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix the issue, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Please note, an error to install the kernel does not fit the criteria of
kernel-bug-exists-upstream.

Once testing of the latest upstream kernel is complete, please mark this
report's Status as Confirmed. Please let us know your results.

Thank you for your understanding.

** Tags removed: bios-outdated-f.20
** Tags added: latest-bios-f.20

** Attachment removed: "dmi bios version and bios date after bios update."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507150/+attachment/4500516/+files/dmi-new.txt

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

** 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/1507150

Title:
  [all variants] - Radeon HD3650 - radeon.dpm=1 - ring 0 stalled for
  more than 10

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  When the screen saver is left running for a few minutes, the computer
  locks up.

  1 out of 2 times, I have to do a hard reset ( hold power button for 30
  seconds or disconnect power/battery. )

  1 out of 4 times, I can reset the computer using the magic sysrq (
  Raising elephants... )

  1 out of 4 times, I can switch to a console ( CTRL+ALT+F1 ). The GUI
  can not be recovered, it remains frozen. The last time I managed to
  switch to a console, I managed to capture dmesg and xorg.

  Messages like this are seen in dmesg after it has locked up:

  [ 2077.860355] radeon :01:00.0: ring 0 stalled for more than 12488msec
  [ 2077.860371] radeon :01:00.0: GPU lockup (current fence id 
0x000184c0 last fence id 0x0001864c on ring 0)
  [ 2077.860997] [drm:r600_ib_test [radeon]] *ERROR* radeon: fence wait failed 
(-35).
  [ 2077.861067] [drm:radeon_ib_ring_tests [radeon]] *ERROR* radeon: failed 
testing IB on GFX ring (-35).




  Notes : 
  This problem is easily reproducible on a HP 8530p with a n [AMD/ATI] 
RV635/M86 [Mobility Radeon HD 3650].

  This bug affects all versions of Ubuntu/Kubuntu/Ubuntu-mate/Xubuntu
  since Ubuntu 11.04.

  On Ubuntu 10.04, the issue does not occur because I can use the non-
  open source fglrx-legacy driver.

  When using the open source 'radeon' kernel module to run the Mobility
  HD 3650 device, the driver locks up frequently. The behaviour varies
  slightly from version to version, but the following description will
  be the behaviour in Ubuntu-Mate 15.04.

  The issue only occurs when 'radeon.dpm=1' is passed as a kernel
  parameter. This option is needed otherwise the card runs really hot
  and drains my laptop battery and burns my legs if the laptop is on my
  legs.

  It's not a hardware issue, it's a driver issue. Why? Because I tested
  using Ubuntu 10.04 + Legacy FGLRX, and the graphics card works fine
  without issue. I patched together Linux 3.4 + Xorg 6.9 ( xserver 1.12
  ) + Arch Linux + Legacy FGLRX, and everything else modern, and the
  graphics card itself had no issues ( the installation was unstable
  because recent version of mate doesn't work well with old version of
  Xorg )

  I strongly believe that it is a Kernel issue because the error
  messages all appear in dmesg. I can't find any errors in Xorg.lorg.

  A second, minor, issue that I have is that when I start the computer,
  the mouse can't click most places on the screen. When I click, nothing
  happens or the wrong thing is clicked. If I switch to a console and
  back to X, the issue resolves itself. This issue *might* be related to
  the main issue, but I do not have the technical skills to determine
  whether or not it is the same issue.

  My laptop runs with full disk encryption ( dm-crypt ).

  
 

[Kernel-packages] [Bug 1506774] Re: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (without linux-image-extra*)

2015-10-20 Thread Simon Fels
Great!

-- 
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/1506774

Title:
  package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1
  (without linux-image-extra*)

Status in bluez package in Ubuntu:
  Fix Committed
Status in linux package in Ubuntu:
  Won't Fix
Status in bluez source package in Vivid:
  New
Status in bluez source package in Wily:
  Fix Committed

Bug description:
  Bluez installation fails on vivid and wily without linux-image-extra*
  because BT kernel modules are unavailable.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: bluez 5.35-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 15 22:06:50 2015
  DuplicateSignature: package:bluez:5.35-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  Ec2AMI: ami-0f6e
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: cpu10-ram10-disk10-ephemeral20
  Ec2Kernel: aki-022a
  Ec2Ramdisk: ari-022a
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InterestingModules: bnep bluetooth
  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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.10.2ubuntu1
  SourcePackage: bluez
  Title: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  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/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2013.2.3:cvnBochs:ct1:cvr:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 2013.2.3
  dmi.sys.vendor: OpenStack Foundation
  hciconfig:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1506774/+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 1507994] [NEW] Broadwell vaapi video decode broken by i915_bpo migration

2015-10-20 Thread Stephen Thirlwall
Public bug reported:

Since upgrading from linux-image-3.19.0-28-generic to linux-
image-3.19.0-30-generic, vaapi-accelerated video playback on Kodi 15.2
(and 15.1) is now all black.

On-screen display items (eg. elapsed time) and audio still work, but the
decoded video content is now all black. Disabling vaapi acceleration in
the Kodi options restores the video playback.

I have bisected the problem to this commit:
http://kernel.ubuntu.com/git/ubuntu/ubuntu-
vivid.git/commit/?id=059c4a45e7a0233ab06b16f591a7877d11f6d79c

The problem still happens in Ubuntu-3.19.0-31.36, as well as
Ubuntu-4.0.0-1.2 and Ubuntu-4.2.0-16.19 from the ubuntu-wily repo.

It appears that the above commit flicks the switch on many changes, and
doesn't really shed too much light on what the actual problem might be.

I've tried moving that commit earlier into the history in the hope that
I might be able to find a 'good' point to bisect from, but had no luck.
The furthest I was able to push it back was
http://kernel.ubuntu.com/git/ubuntu/ubuntu-
vivid.git/commit/?id=59b6d9aaa4c379d84930598183cb4911a2713ff4, but the
problem remained.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-30-generic 3.19.0-30.34
ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
Uname: Linux 3.19.0-30-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sdt1916 F kodi.bin
Date: Tue Oct 20 21:39:48 2015
InstallationDate: Installed on 2015-05-03 (170 days ago)
InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=fb2f2c21-efe7-405c-b354-4a462517f241 ro
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-30-generic N/A
 linux-backports-modules-3.19.0-30-generic  N/A
 linux-firmware 1.143.3
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: Upgraded to vivid on 2015-05-03 (170 days ago)
dmi.bios.date: 08/12/2015
dmi.bios.vendor: Intel Corporation
dmi.bios.version: RYBDWi35.86A.0350.2015.0812.1722
dmi.board.name: NUC5i3RYB
dmi.board.vendor: Intel Corporation
dmi.board.version: H41000-502
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0350.2015.0812.1722:bd08/12/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5i3RYB:rvrH41000-502:cvn:ct3:cvr:

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


** Tags: amd64 apport-bug 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/1507994

Title:
  Broadwell vaapi video decode broken by i915_bpo migration

Status in linux package in Ubuntu:
  New

Bug description:
  Since upgrading from linux-image-3.19.0-28-generic to linux-
  image-3.19.0-30-generic, vaapi-accelerated video playback on Kodi 15.2
  (and 15.1) is now all black.

  On-screen display items (eg. elapsed time) and audio still work, but
  the decoded video content is now all black. Disabling vaapi
  acceleration in the Kodi options restores the video playback.

  I have bisected the problem to this commit:
  http://kernel.ubuntu.com/git/ubuntu/ubuntu-
  vivid.git/commit/?id=059c4a45e7a0233ab06b16f591a7877d11f6d79c

  The problem still happens in Ubuntu-3.19.0-31.36, as well as
  Ubuntu-4.0.0-1.2 and Ubuntu-4.2.0-16.19 from the ubuntu-wily repo.

  It appears that the above commit flicks the switch on many changes,
  and doesn't really shed too much light on what the actual problem
  might be.

  I've tried moving that commit earlier into the history in the hope
  that I might be able to find a 'good' point to bisect from, but had no
  luck. The furthest I was able to push it back was
  http://kernel.ubuntu.com/git/ubuntu/ubuntu-
  vivid.git/commit/?id=59b6d9aaa4c379d84930598183cb4911a2713ff4, but the
  problem remained.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sdt1916 F kodi.bin
  Date: Tue Oct 20 21:39:48 2015
  InstallationDate: Installed on 2015-05-03 (170 days ago)
  InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=fb2f2c21-efe7-405c-b354-4a462517f241 ro
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  

[Kernel-packages] [Bug 1504781] Re: lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66: AppArmor denies /dev/ptmx mounting

2015-10-20 Thread Stephen Gaito
@Martin, many thanks for releasing this into the "wild".

I can confirm that it has now appeared on Trusty-updates on 1&1 servers
and in the "normal" GB archives.

I can also confirm that this fixes my LXC server problems.

-- 
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/1504781

Title:
  lxc-test-ubuntu hangs forever in trusty-proposed with Linux 3.13.0-66:
  AppArmor denies /dev/ptmx mounting

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

Bug description:
  We are seeing test suite failures under ADT testing with linux, linux-
  lts-utopic and linux-lts-vivid kernels:

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_103325@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151009_085841@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151009_091723@/log.gz

  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_105332@/log.gz
  
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/i386/l/lxc/20151010_114021@/log.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504781/+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 1492850] Re: Dell pro venue 11 - No wireless connections after sleep

2015-10-20 Thread Christopher M. Penalver
stef.baly, given the results of how via upstart it works, but systemd
suspend doesn't work based on the method one initiates suspend, I've
added a systemd task to this report for review.

** Also affects: systemd (Ubuntu)
   Importance: Undecided
   Status: New

** 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/1492850

Title:
  Dell pro venue 11 - No wireless connections after sleep

Status in linux package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  New

Bug description:
  I try for a long time to set-up the wifi for my dell pro venue 11
  v7130 (wifi chipset Intel Corporation Wireless 7260). The wifi
  connection is perfect until the computer is suspend. After a suspend,
  even activating the wifi from network manager is impossible. After
  suspend even an exit doesn't reconnect to the wifi connection. It
  seems that the wifi chipset is off and it's impossible to wake up.

  Recently 15.04 has been update to 4.2 RC8. Nothing new !

  A file unload_modules has been created.
  /etc/pm/config.d with SUSPEND_MODULES="$SUSPEND_MODULES iwlwifi" without any 
effect.

  sudo service network-manager restart doesn't work too !

  Before suspend

  @utopie:~$ sudo lshw -C network
  *-network
  description: Interface réseau sans fil
  produit: Wireless 7260
  fabriquant: Intel Corporation
  identifiant matériel: 0
  information bus: pci@:01:00.0
  nom logique: wlan0
  version: 83
  numéro de série: 5c:51:4f:d9:2e:75
  bits: 64 bits
  horloge: 33MHz
  fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical 
wireless
  configuration: broadcast=yes driver=iwlwifi 
driverversion=4.2.0-040200rc8-generic firmware=25.30.13.0 ip=192.168.0.50 
latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
  ressources: irq:49 mémoire:f7d0-f7d01fff
  *-network DÉSACTIVÉ
  description: Ethernet interface
  identifiant matériel: 1
  nom logique: wwan0
  numéro de série: 1e:51:e0:b8:e1:da
  fonctionnalités: ethernet physical
  configuration: broadcast=yes driver=cdc_mbim driverversion=22-Aug-2005 
firmware=CDC MBIM link=no multicast=yes

  After suspend (no more wifi chipset !).
  @utopie:~$ sudo lshw -C network
  *-network DÉSACTIVÉ
  description: Ethernet interface
  identifiant matériel: 1
  nom logique: wwan0
  numéro de série: 1e:51:e0:b8:e1:da
  fonctionnalités: ethernet physical
  configuration: broadcast=yes driver=cdc_mbim driverversion=22-Aug-2005 
firmware=CDC MBIM link=no multicast=yes

  ---
  ApportVersion: 2.17.2-0ubuntu1.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  baly   1169 F pulseaudio
   /dev/snd/controlC1:  baly   1169 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=729324f1-42a5-45f8-9585-f6e0169f2d64
  InstallationDate: Installed on 2015-04-23 (144 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. Venue 11 Pro 7130 vPro
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-29-generic.efi.signed 
root=UUID=35cde4a5-bbc3-442b-b239-d3f917925a94 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-29.31-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-29-generic N/A
   linux-backports-modules-3.19.0-29-generic  N/A
   linux-firmware 1.143.3
  Tags:  vivid
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  Uname: Linux 3.19.0-29-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/18/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0T69G0
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd02/18/2014:svnDellInc.:pnVenue11Pro7130vPro:pvr01:rvnDellInc.:rn0T69G0:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Venue 11 Pro 7130 vPro
  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/1492850/+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 1455364] Re: the wrong return value of function ubifs_fill_super()

2015-10-20 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: linux (Ubuntu)
 Assignee: anna (rucsoftsec) => (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/1455364

Title:
  the wrong return value of function ubifs_fill_super()

Status in linux package in Ubuntu:
  Triaged

Bug description:
  In function ubifs_fill_super() at fs/ubifs/super.c: 1955, the call to 
d_alloc_root() in line 2058 may return a NULL pointer, and thus function 
ubifs_fill_super() will return the value of variable err. And, the function 
ubifs_fill_super() will return 0 at last when it runs well. However, when the 
call to d_alloc_root() in line 2058 return a NULL pointer, the value of err is 
0. So the function ubifs_fill_super() will return 0 to its caller functions 
when it runs error because of the failing call to d_alloc_root(), leading to a 
wrong return value of function ubifs_fill_super().
  The related code snippets in ubifs_fill_super() is as following.
  ubifs_fill_super @@fs/ubifs/super.c: 1955
  1955 static int ubifs_fill_super(struct super_block *sb, void *data, int 
silent)
  1956 {
   ...
  2045 err = mount_ubifs(c);
  2046 if (err) {
  2047 ubifs_assert(err < 0);
  2048 goto out_unlock;
  2049 }
  2050 
  2051 /* Read the root inode */
  2052 root = ubifs_iget(sb, UBIFS_ROOT_INO);
  2053 if (IS_ERR(root)) {
  2054 err = PTR_ERR(root);
  2055 goto out_umount;
  2056 }
  2057 
  2058 sb->s_root = d_alloc_root(root);
  2059 if (!sb->s_root)
  2060 goto out_iput;
  2061 
  2062 mutex_unlock(>umount_mutex);
  2063 return 0;
  2064 
  2065 out_iput:
  2066 iput(root);
  2067 out_umount:
  2068 ubifs_umount(c);
  2069 out_unlock:
  2070 mutex_unlock(>umount_mutex);
  2071 out_bdi:
  2072 bdi_destroy(>bdi);
  2073 out_close:
  2074 ubi_close_volume(c->ubi);
  2075 out_free:
  2076 kfree(c);
  2077 return err;
  2078 }

  Generally, the return value of caller functions which call function 
d_alloc_root() shall be set to a negative error code when the call to 
d_alloc_root() returns a NULL pointer, like the following codes in another file.
  bfs_fill_super @@fs/bfs/inode.c: 317
  317 static int bfs_fill_super(struct super_block *s, void *data, int silent)
  318 {
   ...
  371 s->s_root = d_alloc_root(inode);
  372 if (!s->s_root) {
  373 iput(inode);
  374 ret = -ENOMEM;
  375 goto out2;
  376 }
   ...
  444 return 0;
  445 
  446 out3:
  447 dput(s->s_root);
  448 s->s_root = NULL;
  449 out2:
  450 kfree(info->si_imap);
  451 out1:
  452 brelse(sbh);
  453 out:
  454 mutex_destroy(>bfs_lock);
  455 kfree(info);
  456 s->s_fs_info = NULL;
  457 return ret;
  458 }

  Thank you

  RUC_Soft_Sec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1455364/+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 1507959] Re: Regression: Kernel update breaks all lxc-containers lxc-start failing with (apparmor="DENIED" operation="mount")

2015-10-20 Thread Stefan Huehner
For info: that apport info above is from system in which we already
downgraded running kernel version to -61- to work around the problem

** 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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507959/+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 1507976] Missing required logs.

2015-10-20 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1507976

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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-
  me...@vger.kernel.org/msg11546.html

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

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

[Kernel-packages] [Bug 1507658] Re: [3.2.0-91-generic] kernel BUG at /build/linux-_q8eS2/linux-3.2.0/fs/jbd2/journal.c:832!

2015-10-20 Thread Luis Henriques
** Description changed:

  Since kernel 3.2.0-91 update in Ubuntu server 12.04 LTS, 5 of our
  servers have encountered a serious problem and needed to be rebooted
  after making random I/O operations (LVM, resize2fs, etc...).
  
  All servers that were impacted reported this error in dmesg : kernel BUG
  at /build/linux-_q8eS2/linux-3.2.0/fs/jbd2/journal.c:832!
  
  This seems to be related to this discussion :
  http://permalink.gmane.org/gmane.linux.kernel.stable/151231
+ 
+ break-fix: 24bcc89c7e7c64982e6192b4952a0a92379fc341
+ break-fix: a78bb11d7acd525623c6a0c2ff4e213d527573fa
+ break-fix: 79feb521a44705262d15cc819a4117a447b11ea7

** Tags added: kernel-bug-break-fix

** Description changed:

  Since kernel 3.2.0-91 update in Ubuntu server 12.04 LTS, 5 of our
  servers have encountered a serious problem and needed to be rebooted
  after making random I/O operations (LVM, resize2fs, etc...).
  
  All servers that were impacted reported this error in dmesg : kernel BUG
  at /build/linux-_q8eS2/linux-3.2.0/fs/jbd2/journal.c:832!
  
  This seems to be related to this discussion :
  http://permalink.gmane.org/gmane.linux.kernel.stable/151231
  
- break-fix: 24bcc89c7e7c64982e6192b4952a0a92379fc341
- break-fix: a78bb11d7acd525623c6a0c2ff4e213d527573fa
- break-fix: 79feb521a44705262d15cc819a4117a447b11ea7
+ break-fix: - 24bcc89c7e7c64982e6192b4952a0a92379fc341
+ break-fix: - a78bb11d7acd525623c6a0c2ff4e213d527573fa
+ break-fix: - 79feb521a44705262d15cc819a4117a447b11ea7

-- 
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/1507658

Title:
  [3.2.0-91-generic] kernel BUG at /build/linux-
  _q8eS2/linux-3.2.0/fs/jbd2/journal.c:832!

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Since kernel 3.2.0-91 update in Ubuntu server 12.04 LTS, 5 of our
  servers have encountered a serious problem and needed to be rebooted
  after making random I/O operations (LVM, resize2fs, etc...).

  All servers that were impacted reported this error in dmesg : kernel
  BUG at /build/linux-_q8eS2/linux-3.2.0/fs/jbd2/journal.c:832!

  This seems to be related to this discussion :
  http://permalink.gmane.org/gmane.linux.kernel.stable/151231

  break-fix: - 24bcc89c7e7c64982e6192b4952a0a92379fc341
  break-fix: - a78bb11d7acd525623c6a0c2ff4e213d527573fa
  break-fix: - 79feb521a44705262d15cc819a4117a447b11ea7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507658/+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 1448566] Re: Ubuntu 15.04 - Macbook Pro Early 2015 (12, 1) Bluetooth disabled

2015-10-20 Thread Xavier
Please, any updates on how this should be available to Ubuntu users? Any
instructions on how to setting it up for now?

-- 
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/1448566

Title:
  Ubuntu 15.04 - Macbook Pro Early 2015 (12,1) Bluetooth disabled

Status in bluez package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Fresh install of 15.04 on a Macbook Pro 12,1.

  I get no Bluetooth icon in the status bar, and in System Settings >
  Bluetooth, everything is greyed out (i.e., can't turn it on).

  
  $lsusb; dmesg | grep -i bluetooth; dmesg | grep -i firmware; rfkill list all; 
lsmod | grep bluetooth; hciconfig -a; uname -a

  Bus 002 Device 002: ID 05ac:8406 Apple, Inc.
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 05ac:0273 Apple, Inc.
  Bus 001 Device 004: ID 05ac:8290 Apple, Inc.
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  [ 32.369395] usb 1-3: Product: Bluetooth USB Host Controller
  [ 32.435743] input: Broadcom Corp. Bluetooth USB Host Controller as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.0/0003:05AC:8290.0006/input/input7
  [ 32.490662] hid-generic 0003:05AC:8290.0006: input,hidraw5: USB HID v1.11 
Keyboard [Broadcom Corp. Bluetooth USB Host Controller] on 
usb-:00:14.0-3/input0
  [ 32.490750] input: Broadcom Corp. Bluetooth USB Host Controller as 
/devices/pci:00/:00:14.0/usb1/1-3/1-3:1.1/0003:05AC:8290.0007/input/input8
  [ 32.490995] hid-generic 0003:05AC:8290.0007: input,hidraw6: USB HID v1.11 
Mouse [Broadcom Corp. Bluetooth USB Host Controller] on 
usb-:00:14.0-3/input1
  [ 34.866186] Bluetooth: Core ver 2.20
  [ 34.866205] Bluetooth: HCI device and connection manager initialized
  [ 34.866751] Bluetooth: HCI socket layer initialized
  [ 34.866754] Bluetooth: L2CAP socket layer initialized
  [ 34.866759] Bluetooth: SCO socket layer initialized
  [ 0.158493] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
  [ 0.168342] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain  [bus 
00-9b] only partially covers this bridge
  [ 35.003383] brcmfmac :03:00.0: Direct firmware load for 
brcm/brcmfmac43602-pcie.txt failed with error -2
  [ 35.290656] brcmf_c_preinit_dcmds: Firmware version = wl0: Mar 13 2015 
08:11:08 version 7.35.177.36 (r540934) FWID 01-e4dc15b
  0: phy0: Wireless LAN
   Soft blocked: no
   Hard blocked: no
  bluetooth 491520 1 btusb
  Linux hxn-laptop-linux 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 
UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1448566/+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 1506845] Re: Suspected Race Condition on boot

2015-10-20 Thread Johnny Ooi
Upgrade.

-- 
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/1506845

Title:
  Suspected Race Condition on boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu Vivid using stock install, no additional configs, on a dual
  boot (Ubuntu + Win7)

  When booting, my laptop will sometimes boot successfully, sometimes
  not, and sometimes, will reboot. Using CTRL+ALT+F1 to get to terminal
  shows me a console flood for Nouveau (sometimes) and sometimes not.
  Sometimes I see messages about firmware not being used/installed.

  I cannot reliably replicate this problem, but I have had similar
  problems running Fedora on this machine with similar console floods,
  which points further up to the upstream kernel.

  I suspect it is a race condition, as if I can see the console flood,
  the laptop often boots successfully, but if I don't I either get a
  kernel panic or a self-reboot.

  Can provide more information/HW details if needed (but not at the machine 
right now)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   johnny 1685 F...m pulseaudio
   /dev/snd/controlC1:  johnny 1685 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=05d5c6ab-b18c-44c9-ba05-7eff0f8d62b5
  InstallationDate: Installed on 2015-10-12 (5 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Notebook W35xSS_370SS
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=f8a017f7-c589-4cbb-a001-08c7e3c2a815 ro recovery nomodeset 
priority=low
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W35xSS_370SS
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/08/2014:svnNotebook:pnW35xSS_370SS:pvrNotApplicable:rvnNotebook:rnW35xSS_370SS:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W35xSS_370SS
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506845/+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 1482273] Re: Dell Ubuntu 3551: failure to boot without nolapic option

2015-10-20 Thread Christopher M. Penalver
Mark Standridge, could you please provide the output of the following terminal 
command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

** Tags added: bios-outdated-a05

-- 
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/1482273

Title:
  Dell Ubuntu 3551: failure to boot without nolapic option

Status in linux package in Ubuntu:
  Triaged

Bug description:
  This laptop came with Ubuntu 14.04 preinstalled. It is a Dell Inspiron
  3551 15" Ubuntu Laptop. A problem was introduced in the linux-
  image-3.13.0-58-generic kernel update which prevents the laptop from
  booting unless nolapic is added to the grub boot command. This problem
  persists in the current latest stable ubuntu kernel linux-
  image-3.13.0-61-generic. This bug affects a clean, factory restored
  install. The system passes all of Dell's included hardware diagnostic
  tests.

  Boot fails with:

  Kernel Panic - not syncing: Attempted to kill init!
  exitcode=0x0009

  The following kernels are able to boot without issue:
  linux-image-3.13.0-57-generic
  linux-image-3.13.0-55-generic
  linux-image-3.13.0-38-generic

  Please let me know if I can be of further assistance.
  lsb_release: Ubuntu 14.04.3 LTS

  Thanks,

  Mark Standridge

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-61-generic 3.13.0-61.100
  ProcVersionSignature: Ubuntu 3.13.0-61.100-generic 3.13.11-ckt22
  Uname: Linux 3.13.0-61-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mark   2223 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Aug  6 10:24:22 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-trusty-amd64-20140620-0
  HibernationDevice: RESUME=UUID=00b41433-b7f7-4ddb-83c4-fca2ea939b57
  InstallationDate: Installed on 2015-06-18 (48 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
  MachineType: Dell Inc. Inspiron 3551
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-61-generic 
root=UUID=a4f79951-02f5-41f5-aa89-e4f77082c51f ro nolapic quiet splash 
radeon.modeset=0 nouveau.modeset=0 video.use_native_backlight=1 vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.127.14
  SourcePackage: linux
  StagingDrivers: rts5139
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/05/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: 0CMF7W
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd12/05/2014:svnDellInc.:pnInspiron3551:pvrA00:rvnDellInc.:rn0CMF7W:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 3551
  dmi.product.version: A00
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1482273/+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 1495983] Re: [Hyper-V] kernel panic occurs when installing Ubuntu Server 15.10 x32

2015-10-20 Thread Chris Valean
Joseph, this doesn't look to be included in the Oct 19th build of Wily.

I will ask KY on the dependency patch as mentioned for Trusty, but let's focus 
on Wily for the release date.
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/1495983

Title:
  [Hyper-V] kernel panic occurs when installing Ubuntu Server 15.10 x32

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Trusty:
  In Progress
Status in linux source package in Vivid:
  Fix Committed
Status in linux source package in Wily:
  In Progress

Bug description:
  Attempting to install the latest build of Ubuntu Server 15.10 (Wily
  Werewolf) x32 on Hyper-V, after beginning installation a kernel panic
  occurs. The console log from the serial output is attached.

  http://cdimage.ubuntu.com/ubuntu-server/daily/current/

  I tried with the builds from 14th and 15th of September with the same result. 
This bug does not affect x64 builds. 
  Tried to start the installation with different resources with no effect, 
kernel panic always occurs no matter the VM settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1495983/+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 1506774] Re: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (without linux-image-extra*)

2015-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package bluez - 5.35-0ubuntu2

---
bluez (5.35-0ubuntu2) wily; urgency=medium

  * Add 0001-systemd-Check-if-bluetooth-is-supported-in-the-kerne.patch:
bluetooth.service: Check if bluetooth is supported in the kernel, to avoid
failing package installation on a kernel without bluetooth support.
(LP: #1506774)

 -- Martin Pitt   Tue, 20 Oct 2015 12:27:06
+0200

** Changed in: bluez (Ubuntu Wily)
   Status: Fix Committed => Fix Released

-- 
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/1506774

Title:
  package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1
  (without linux-image-extra*)

Status in bluez package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Won't Fix
Status in bluez source package in Vivid:
  New
Status in bluez source package in Wily:
  Fix Released

Bug description:
  Bluez installation fails on vivid and wily without linux-image-extra*
  because BT kernel modules are unavailable.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: bluez 5.35-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  Date: Thu Oct 15 22:06:50 2015
  DuplicateSignature: package:bluez:5.35-0ubuntu1:subprocess installed 
post-installation script returned error exit status 1
  Ec2AMI: ami-0f6e
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: cpu10-ram10-disk10-ephemeral20
  Ec2Kernel: aki-022a
  Ec2Ramdisk: ari-022a
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InterestingModules: bnep bluetooth
  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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.10.2ubuntu1
  SourcePackage: bluez
  Title: package bluez 5.35-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  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/2011
  dmi.bios.vendor: Bochs
  dmi.bios.version: Bochs
  dmi.chassis.type: 1
  dmi.chassis.vendor: Bochs
  dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnOpenStackFoundation:pnOpenStackNova:pvr2013.2.3:cvnBochs:ct1:cvr:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 2013.2.3
  dmi.sys.vendor: OpenStack Foundation
  hciconfig:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1506774/+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 1503924] Re: linux-lts-vivid: 3.19.0-31.36~14.04.1 -proposed tracker

2015-10-20 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => Fix Released

** Changed in: kernel-sru-workflow/promote-to-security
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.19.0-31.36~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, 08. October 2015 00:01 UTC
  kernel-stable-master-bug:1503703
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 22:03 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 22:03 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Security-signoff-end:Friday, 09. October 2015 18:01 UTC
  kernel-stable-Certification-testing-end:Friday, 16. October 2015 16:55 UTC
  kernel-stable-Regression-testing-end:Friday, 16. October 2015 17:11 UTC
+ kernel-stable-phase:CopyToUpdates
+ kernel-stable-phase-changed:Tuesday, 20. October 2015 13:54 UTC
+ kernel-stable-Promote-to-updates-start:Tuesday, 20. October 2015 13:54 UTC

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

Title:
  linux-lts-vivid: 3.19.0-31.36~14.04.1 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
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:
  Confirmed
Status in Kernel SRU Workflow promote-to-updates series:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-lts-vivid package in Ubuntu:
  Invalid
Status in linux-lts-vivid source package in Trusty:
  New

Bug description:
  This bug is for tracking the 3.19.0-31.36~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, 08. October 2015 00:01 UTC
  kernel-stable-master-bug:1503703
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 22:03 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 22:03 UTC
  kernel-stable-Promote-to-proposed-end:Friday, 09. October 2015 06:08 UTC
  kernel-stable-Verification-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Certification-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Security-signoff-start:Friday, 09. October 2015 08:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Friday, 09. October 2015 08:03 UTC
  kernel-stable-Security-signoff-end:Friday, 09. October 2015 18:01 UTC
  kernel-stable-Certification-testing-end:Friday, 16. October 2015 16:55 UTC
  kernel-stable-Regression-testing-end:Friday, 16. October 2015 17:11 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Tuesday, 20. October 2015 13:54 UTC
  kernel-stable-Promote-to-updates-start:Tuesday, 20. October 2015 13:54 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503924/+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 1503703] Re: linux: 3.19.0-31.36 -proposed tracker

2015-10-20 Thread Brad Figg
** Changed in: kernel-sru-workflow/verification-testing
   Status: In Progress => Fix Released

** Changed in: kernel-sru-workflow/promote-to-security
   Status: New => Confirmed

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: New => Confirmed

** Description changed:

  This bug is for tracking the 3.19.0-31.36 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:Wednesday, 07. October 2015 14:11 UTC
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 00:03 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 00:03 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 08. October 2015 12:49 UTC
- kernel-stable-phase:Verification & Testing
- kernel-stable-phase-changed:Thursday, 08. October 2015 14:02 UTC
  kernel-stable-Verification-testing-start:Thursday, 08. October 2015 14:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 08. October 2015 14:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 08. October 2015 14:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 08. October 2015 14:03 UTC
  kernel-stable-Security-signoff-end:Thursday, 08. October 2015 18:01 UTC
  kernel-stable-Certification-testing-end:Friday, 16. October 2015 16:54 UTC
  kernel-stable-Regression-testing-end:Friday, 16. October 2015 17:10 UTC
+ kernel-stable-phase:CopyToUpdates
+ kernel-stable-phase-changed:Tuesday, 20. October 2015 13:54 UTC
+ kernel-stable-Promote-to-updates-start:Tuesday, 20. October 2015 13:54 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/1503703

Title:
  linux: 3.19.0-31.36 -proposed tracker

Status in Kernel SRU Workflow:
  In Progress
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Fix Released
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:
  Confirmed
Status in Kernel SRU Workflow promote-to-updates series:
  Confirmed
Status in Kernel SRU Workflow regression-testing series:
  Fix Released
Status in Kernel SRU Workflow security-signoff series:
  Fix Released
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Vivid:
  Confirmed

Bug description:
  This bug is for tracking the 3.19.0-31.36 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:Wednesday, 07. October 2015 14:11 UTC
  kernel-stable-Prepare-package-end:Thursday, 08. October 2015 00:03 UTC
  kernel-stable-Promote-to-proposed-start:Thursday, 08. October 2015 00:03 UTC
  kernel-stable-Promote-to-proposed-end:Thursday, 08. October 2015 12:49 UTC
  kernel-stable-Verification-testing-start:Thursday, 08. October 2015 14:02 UTC
  kernel-stable-Certification-testing-start:Thursday, 08. October 2015 14:02 UTC
  kernel-stable-Security-signoff-start:Thursday, 08. October 2015 14:03 UTC
  proposed-announcement-sent:True
  kernel-stable-Regression-testing-start:Thursday, 08. October 2015 14:03 UTC
  kernel-stable-Security-signoff-end:Thursday, 08. October 2015 18:01 UTC
  kernel-stable-Certification-testing-end:Friday, 16. October 2015 16:54 UTC
  kernel-stable-Regression-testing-end:Friday, 16. October 2015 17:10 UTC
  kernel-stable-phase:CopyToUpdates
  kernel-stable-phase-changed:Tuesday, 20. October 2015 13:54 UTC
  kernel-stable-Promote-to-updates-start:Tuesday, 20. October 2015 13:54 UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1503703/+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 1507957] Re: Huawei E3372 LTE modem works properly only after at least one replug

2015-10-20 Thread Christopher M. Penalver
Cysioland, thank you for reporting this and helping make Ubuntu better.

Could you please test the latest upstream kernel available from the very
top line at the top of the page from http://kernel.ubuntu.com/~kernel-
ppa/mainline/?C=N;O=D (the release names are irrelevant for testing, and
please do not test the daily folder)? Install instructions are available
at https://wiki.ubuntu.com/Kernel/MainlineBuilds . This will allow
additional upstream developers to examine the issue.

If the latest kernel did not allow you to test to the issue (ex. you couldn't 
boot into the OS) please make a comment in your report about this, and continue 
to test the next most recent kernel version until you can test to the issue. 
Once you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this issue is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where X, Y, and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix the issue, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Please note, an error to install the kernel does not fit the criteria of
kernel-bug-exists-upstream.

Once testing of the latest upstream kernel is complete, please mark this
report's Status as Confirmed. Please let us know your results.

Thank you for your understanding.

** Tags added: latest-bios-3311

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

** 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/1507957

Title:
  Huawei E3372 LTE modem works properly only after at least one replug

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  If you plug the modem first time after booting, it cannot connect.
  Hovewer, after you unplug it and plug it again, it works like a charm.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cysioland   2089 F pulseaudio
   /dev/snd/controlC0:  cysioland   2089 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Oct 20 11:28:10 2015
  HibernationDevice: RESUME=UUID=ed44c356-6a11-447b-94bc-88d54b0ead64
  InstallationDate: Installed on 2014-10-14 (370 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Acer Extensa 5635G
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=31750940-1f18-4f57-8933-4f779556f31b ro quiet splash 
libata.allow_tpm=1
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-23 (149 days ago)
  dmi.bios.date: 12/21/2009
  dmi.bios.vendor: Phoenix
  dmi.bios.version: V1.3311
  dmi.board.name: BA50-MV
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenix:bvrV1.3311:bd12/21/2009:svnAcer:pnExtensa5635G:pvrNotApplicable:rvnAcer:rnBA50-MV:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5635G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507957/+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 1507289] [NEW] Artefacts

2015-10-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

http://i.imgur.com/hxLRVbe.png
http://storage1.static.itmages.com/i/15/1018/h_1445168064_5802834_0cebe76e5f.png

http://i.imgur.com/oZdqSdm.png
http://storage2.static.itmages.com/i/15/1018/h_1445168194_9514576_95e3c40ee2.png

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.19.1-0ubuntu2
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sun Oct 18 14:28:31 2015
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS600M [Radeon Xpress 1250] [1002:7942] 
(prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c036]
InstallationDate: Installed on 2015-10-16 (1 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150924)
MachineType: SAMSUNG ELECTRONICS CO., LTD. R40P/R41P
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=544e68a5-5176-4e2e-9366-2553564b988c ro quiet splash vt.handoff=7
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/29/2007
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 02YE
dmi.board.name: R40P/R41P
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr02YE:bd03/29/2007:svnSAMSUNGELECTRONICSCO.,LTD.:pnR40P/R41P:pvr01YE:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR40P/R41P:rvr:cvnSAMSUNGELECTRONICSCO.,LTD.:ct1:cvrN/A:
dmi.product.name: R40P/R41P
dmi.product.version: 01YE
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Sun Oct 18 13:21:47 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: OutputLVDS S-video 
  VGA-0
xserver.version: 2:1.17.2-1ubuntu9
xserver.video_driver: radeon

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


** Tags: apport-bug compiz-0.9 i386 latest-bios-06ye ubuntu wily
-- 
Artefacts
https://bugs.launchpad.net/bugs/1507289
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 1507472] Re: XHCI controller causing MacbookPro12, 1 to resume immediately after suspend

2015-10-20 Thread Christopher M. Penalver
Michael Gratton, this bug report is being closed due to your last
comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507472/comments/5
regarding this being fixed by upgrading linux-firmware. For future
reference you can manage the status of your own bugs by clicking on the
current status in the yellow line and then choosing a new status in the
revealed drop down box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Package changed: linux (Ubuntu) => linux-firmware (Ubuntu)

** Changed in: linux-firmware (Ubuntu)
   Status: Incomplete => Invalid

-- 
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/1507472

Title:
  XHCI controller causing MacbookPro12,1 to resume immediately after
  suspend

Status in linux-firmware package in Ubuntu:
  Invalid

Bug description:
  On my MacbookPro12,1 with Wily and Linux 4.2, by default the kernel
  successfully suspends but then immediately resumes again. The problem
  seems to be the XHCI controller causing spurious ACPI wakeups.

  Also, the Broadcom wifi module seems to have problems with
  suspend/resume, so I am also unloading the `brcmfmac` module prior to
  suspend and loading it again after resume.

  WORKAROUND: Disable XHC1 prior to sleeping:
  > # echo XHC1 > /proc/acpi/wakeup

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-image-4.2.0-16-generic 4.2.0-16.19
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mjg1441 F pulseaudio
   /dev/snd/controlC0:  mjg1441 F pulseaudio
  CurrentDesktop: GNOME
  Date: Mon Oct 19 18:13:15 2015
  HibernationDevice: RESUME=UUID=bc879a1f-ac27-48ae-82dd-3c81b7307dd0
  InstallationDate: Installed on 2015-07-22 (89 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 05ac:0273 Apple, Inc.
   Bus 001 Device 002: ID 05ac:8290 Apple, Inc.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Apple Inc. MacBookPro12,1
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic 
root=/dev/mapper/ubuntu--gnome--vg-root ro quiet splash acpi_backlight=vendor 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-16-generic N/A
   linux-backports-modules-4.2.0-16-generic  N/A
   linux-firmware1.149
  RfKill:
   3: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: Upgraded to wily on 2015-08-27 (52 days ago)
  dmi.bios.date: 06/05/2015
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP121.88Z.0167.B07.1506051617
  dmi.board.name: Mac-E43C1C25D4880AD6
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro12,1
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-E43C1C25D4880AD6
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP121.88Z.0167.B07.1506051617:bd06/05/2015:svnAppleInc.:pnMacBookPro12,1:pvr1.0:rvnAppleInc.:rnMac-E43C1C25D4880AD6:rvrMacBookPro12,1:cvnAppleInc.:ct9:cvrMac-E43C1C25D4880AD6:
  dmi.product.name: MacBookPro12,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1507472/+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 1492850] Re: Dell pro venue 11 - No wireless connections after sleep

2015-10-20 Thread Martin Pitt
*** This bug is a duplicate of bug 1431582 ***
https://bugs.launchpad.net/bugs/1431582

** This bug has been marked a duplicate of bug 1431582
   there is no wi-fi after hybernate mode

-- 
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/1492850

Title:
  Dell pro venue 11 - No wireless connections after sleep

Status in linux package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  New

Bug description:
  I try for a long time to set-up the wifi for my dell pro venue 11
  v7130 (wifi chipset Intel Corporation Wireless 7260). The wifi
  connection is perfect until the computer is suspend. After a suspend,
  even activating the wifi from network manager is impossible. After
  suspend even an exit doesn't reconnect to the wifi connection. It
  seems that the wifi chipset is off and it's impossible to wake up.

  Recently 15.04 has been update to 4.2 RC8. Nothing new !

  A file unload_modules has been created.
  /etc/pm/config.d with SUSPEND_MODULES="$SUSPEND_MODULES iwlwifi" without any 
effect.

  sudo service network-manager restart doesn't work too !

  Before suspend

  @utopie:~$ sudo lshw -C network
  *-network
  description: Interface réseau sans fil
  produit: Wireless 7260
  fabriquant: Intel Corporation
  identifiant matériel: 0
  information bus: pci@:01:00.0
  nom logique: wlan0
  version: 83
  numéro de série: 5c:51:4f:d9:2e:75
  bits: 64 bits
  horloge: 33MHz
  fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical 
wireless
  configuration: broadcast=yes driver=iwlwifi 
driverversion=4.2.0-040200rc8-generic firmware=25.30.13.0 ip=192.168.0.50 
latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
  ressources: irq:49 mémoire:f7d0-f7d01fff
  *-network DÉSACTIVÉ
  description: Ethernet interface
  identifiant matériel: 1
  nom logique: wwan0
  numéro de série: 1e:51:e0:b8:e1:da
  fonctionnalités: ethernet physical
  configuration: broadcast=yes driver=cdc_mbim driverversion=22-Aug-2005 
firmware=CDC MBIM link=no multicast=yes

  After suspend (no more wifi chipset !).
  @utopie:~$ sudo lshw -C network
  *-network DÉSACTIVÉ
  description: Ethernet interface
  identifiant matériel: 1
  nom logique: wwan0
  numéro de série: 1e:51:e0:b8:e1:da
  fonctionnalités: ethernet physical
  configuration: broadcast=yes driver=cdc_mbim driverversion=22-Aug-2005 
firmware=CDC MBIM link=no multicast=yes

  ---
  ApportVersion: 2.17.2-0ubuntu1.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  baly   1169 F pulseaudio
   /dev/snd/controlC1:  baly   1169 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=729324f1-42a5-45f8-9585-f6e0169f2d64
  InstallationDate: Installed on 2015-04-23 (144 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Dell Inc. Venue 11 Pro 7130 vPro
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-29-generic.efi.signed 
root=UUID=35cde4a5-bbc3-442b-b239-d3f917925a94 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.19.0-29.31-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-29-generic N/A
   linux-backports-modules-3.19.0-29-generic  N/A
   linux-firmware 1.143.3
  Tags:  vivid
  UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
  Uname: Linux 3.19.0-29-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/18/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.name: 0T69G0
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd02/18/2014:svnDellInc.:pnVenue11Pro7130vPro:pvr01:rvnDellInc.:rn0T69G0:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Venue 11 Pro 7130 vPro
  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/1492850/+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 1507964] Re: VNC/Spice console is unusably slow

2015-10-20 Thread Christopher M. Penalver
Alan Lord, thank you for reporting this and helping make Ubuntu better.

Could you please provide the full computer model as noted on the sticker
of the computer itself (not from the Bug Description)?

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

** 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/1507964

Title:
  VNC/Spice console is unusably slow

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  As requested by Christopher M. Penalver I am reporting a new bug. This
  is basically the same as the bug 582145.

  Using virt-manager to manage our remote KVM virtual machines (Mostly
  these are running Ubuntu server 14.04) is unusably slow.

  The screen takes ages to redraw and makes entering commands tedious.

  I have tried many different permutations of Display and Video
  parameters with no noticeable difference.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alord  2189 F pulseaudio
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Oct 20 10:42:43 2015
  HibernationDevice: RESUME=UUID=7f94c8b0-6210-45e4-a151-c5d26be6cd81
  InstallationDate: Installed on 2013-11-15 (703 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R530/R730
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=2ac45dbd-f074-4204-86b9-0e133f25af94 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-27 (176 days ago)
  dmi.bios.date: 03/12/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 03JV.M011.20100312.hkk
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: R530/R730
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr03JV.M011.20100312.hkk:bd03/12/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnR530/R730:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR530/R730:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: R530/R730
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507964/+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 1480642] Re: systemd-boot

2015-10-20 Thread Christopher M. Penalver
Anthony Buckley, the latest mainline kernel just changed to 4.3-rc6.
Could you please test for this and advise to the results?

-- 
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/1480642

Title:
  systemd-boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Following advice as per Release Notes
  (https://wiki.ubuntu.com/VividVervet/ReleaseNotes)

  Just upgraded from 14.10 to 15.04 and now  Ubuntu fails to start from 
powering up. I select 'ubuntu' on the grub loader screen and then get a blank 
screen. Computer just hangs. Have tried Ctrl + Alt  + 1 etc, and also leaving 
for several minutes but nothing happens.
  Once I power down manually and restart and try again I see a message 'ACPI 
PCC Probe failed, starting version 219' and PC boots OK.

  This has repeated each time from scratch.

  FYI 
  lsb_release -rd
  RegardsDescription:Ubuntu 15.04
  Release:15.04
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tony   1694 F pulseaudio
   /dev/snd/controlC1:  tony   1694 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=ecd554d6-6ffc-440b-b184-bfa1268799bf
  InstallationDate: Installed on 2014-08-23 (346 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. Studio XPS 435MT
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=ef670394-9aa8-4c94-8054-cd701afb0a66 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-25-generic N/A
   linux-backports-modules-3.19.0-25-generic  N/A
   linux-firmware 1.143.2
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  Uname: Linux 3.19.0-25-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-07-22 (13 days ago)
  UserGroups: adm cdrom dip lpadmin mythtv plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/19/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.8
  dmi.board.name: 0R849J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.8:bd01/19/2009:svnDellInc.:pnStudioXPS435MT:pvr:rvnDellInc.:rn0R849J:rvrA00:cvnDellInc.:ct3:cvr:
  dmi.product.name: Studio XPS 435MT
  dmi.sys.vendor: Dell Inc.
  --- 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tony   1694 F pulseaudio
   /dev/snd/controlC1:  tony   1694 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=ecd554d6-6ffc-440b-b184-bfa1268799bf
  InstallationDate: Installed on 2014-08-23 (346 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. Studio XPS 435MT
  Package: linux (not installed)
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=ef670394-9aa8-4c94-8054-cd701afb0a66 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-25-generic N/A
   linux-backports-modules-3.19.0-25-generic  N/A
   linux-firmware 1.143.2
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  Uname: Linux 3.19.0-25-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-07-22 (13 days ago)
  UserGroups: adm cdrom dip lpadmin mythtv plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 01/19/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.8
  dmi.board.name: 0R849J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.8:bd01/19/2009:svnDellInc.:pnStudioXPS435MT:pvr:rvnDellInc.:rn0R849J:rvrA00:cvnDellInc.:ct3:cvr:
  dmi.product.name: Studio XPS 435MT
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1480642/+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 1507964] Re: VNC/Spice console is unusably slow

2015-10-20 Thread Alan Lord
Which Computer? My laptop (the remote desktop device), or one of our
hosts that run the VMs which are in Germany?

-- 
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/1507964

Title:
  VNC/Spice console is unusably slow

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  As requested by Christopher M. Penalver I am reporting a new bug. This
  is basically the same as the bug 582145.

  Using virt-manager to manage our remote KVM virtual machines (Mostly
  these are running Ubuntu server 14.04) is unusably slow.

  The screen takes ages to redraw and makes entering commands tedious.

  I have tried many different permutations of Display and Video
  parameters with no noticeable difference.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  alord  2189 F pulseaudio
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Oct 20 10:42:43 2015
  HibernationDevice: RESUME=UUID=7f94c8b0-6210-45e4-a151-c5d26be6cd81
  InstallationDate: Installed on 2013-11-15 (703 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R530/R730
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=2ac45dbd-f074-4204-86b9-0e133f25af94 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-04-27 (176 days ago)
  dmi.bios.date: 03/12/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 03JV.M011.20100312.hkk
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: R530/R730
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr03JV.M011.20100312.hkk:bd03/12/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnR530/R730:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR530/R730:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: R530/R730
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507964/+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 1507289] Re: Artefacts

2015-10-20 Thread Simon
** Tags added: kernel-fixed-upstream-4.3-rc6

** Tags removed: kernel-fixed-upstream-4.3-rc6
** Tags added: kernel-bug-exists-upstream-4.3-rc6

-- 
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/1507289

Title:
  Artefacts

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  http://i.imgur.com/hxLRVbe.png
  
http://storage1.static.itmages.com/i/15/1018/h_1445168064_5802834_0cebe76e5f.png

  http://i.imgur.com/oZdqSdm.png
  
http://storage2.static.itmages.com/i/15/1018/h_1445168194_9514576_95e3c40ee2.png

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Oct 18 14:28:31 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS600M [Radeon Xpress 1250] 
[1002:7942] (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c036]
  InstallationDate: Installed on 2015-10-16 (1 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150924)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R40P/R41P
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=544e68a5-5176-4e2e-9366-2553564b988c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/29/2007
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 02YE
  dmi.board.name: R40P/R41P
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr02YE:bd03/29/2007:svnSAMSUNGELECTRONICSCO.,LTD.:pnR40P/R41P:pvr01YE:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR40P/R41P:rvr:cvnSAMSUNGELECTRONICSCO.,LTD.:ct1:cvrN/A:
  dmi.product.name: R40P/R41P
  dmi.product.version: 01YE
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sun Oct 18 13:21:47 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: OutputLVDS 
S-video   VGA-0
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507289/+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 1507289] Re: Artefacts

2015-10-20 Thread Simon
Christopher, I installed 4.3-rc6, but the problem remained and even
more, the screen is off at all. For a moment he showed when I pressed
Fn+F5(on-off display).

** 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/1507289

Title:
  Artefacts

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  http://i.imgur.com/hxLRVbe.png
  
http://storage1.static.itmages.com/i/15/1018/h_1445168064_5802834_0cebe76e5f.png

  http://i.imgur.com/oZdqSdm.png
  
http://storage2.static.itmages.com/i/15/1018/h_1445168194_9514576_95e3c40ee2.png

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Oct 18 14:28:31 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS600M [Radeon Xpress 1250] 
[1002:7942] (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c036]
  InstallationDate: Installed on 2015-10-16 (1 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150924)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R40P/R41P
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=544e68a5-5176-4e2e-9366-2553564b988c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/29/2007
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 02YE
  dmi.board.name: R40P/R41P
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr02YE:bd03/29/2007:svnSAMSUNGELECTRONICSCO.,LTD.:pnR40P/R41P:pvr01YE:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR40P/R41P:rvr:cvnSAMSUNGELECTRONICSCO.,LTD.:ct1:cvrN/A:
  dmi.product.name: R40P/R41P
  dmi.product.version: 01YE
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sun Oct 18 13:21:47 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs: OutputLVDS 
S-video   VGA-0
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507289/+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 1507588] Re: linux is missing provides for virtualbox-guest-modules [i386 amd64 x32]

2015-10-20 Thread Andy Whitcroft
Applied the corrected fixes to linux and linux-meta for the first SRU
cycle.  These changes simply move the provides back to linux-image-*.
Without them we would force the installation of the virtualbox client
drivers even though they will never be used.

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

Title:
  linux is missing provides for virtualbox-guest-modules [i386 amd64
  x32]

Status in linux package in Ubuntu:
  Fix Committed
Status in linux-meta package in Ubuntu:
  Fix Committed

Bug description:
  We are missing provides for virtualbox-guest-modules [i386 amd64 x32]
  on the main kernel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507588/+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 1507976] ProcInterrupts.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1507976/+attachment/4501016/+files/ProcInterrupts.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   

[Kernel-packages] [Bug 1507976] CurrentDmesg.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1507976/+attachment/4501011/+files/CurrentDmesg.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 

[Kernel-packages] [Bug 1507976] PulseList.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1507976/+attachment/4501018/+files/PulseList.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 001 

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

2015-10-20 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/1507994

Title:
  Broadwell vaapi video decode broken by i915_bpo migration

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Since upgrading from linux-image-3.19.0-28-generic to linux-
  image-3.19.0-30-generic, vaapi-accelerated video playback on Kodi 15.2
  (and 15.1) is now all black.

  On-screen display items (eg. elapsed time) and audio still work, but
  the decoded video content is now all black. Disabling vaapi
  acceleration in the Kodi options restores the video playback.

  I have bisected the problem to this commit:
  http://kernel.ubuntu.com/git/ubuntu/ubuntu-
  vivid.git/commit/?id=059c4a45e7a0233ab06b16f591a7877d11f6d79c

  The problem still happens in Ubuntu-3.19.0-31.36, as well as
  Ubuntu-4.0.0-1.2 and Ubuntu-4.2.0-16.19 from the ubuntu-wily repo.

  It appears that the above commit flicks the switch on many changes,
  and doesn't really shed too much light on what the actual problem
  might be.

  I've tried moving that commit earlier into the history in the hope
  that I might be able to find a 'good' point to bisect from, but had no
  luck. The furthest I was able to push it back was
  http://kernel.ubuntu.com/git/ubuntu/ubuntu-
  vivid.git/commit/?id=59b6d9aaa4c379d84930598183cb4911a2713ff4, but the
  problem remained.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-30-generic 3.19.0-30.34
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  Uname: Linux 3.19.0-30-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sdt1916 F kodi.bin
  Date: Tue Oct 20 21:39:48 2015
  InstallationDate: Installed on 2015-05-03 (170 days ago)
  InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic.efi.signed 
root=UUID=fb2f2c21-efe7-405c-b354-4a462517f241 ro
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-05-03 (170 days ago)
  dmi.bios.date: 08/12/2015
  dmi.bios.vendor: Intel Corporation
  dmi.bios.version: RYBDWi35.86A.0350.2015.0812.1722
  dmi.board.name: NUC5i3RYB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H41000-502
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorporation:bvrRYBDWi35.86A.0350.2015.0812.1722:bd08/12/2015:svn:pn:pvr:rvnIntelCorporation:rnNUC5i3RYB:rvrH41000-502:cvn:ct3:cvr:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1507994/+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 1507976] UdevLog.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1507976/+attachment/4501020/+files/UdevLog.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 001 Device 

[Kernel-packages] [Bug 1507976] Re: DVB-T device Terratec Cinergy T XS not working

2015-10-20 Thread Alberto Mardegan
** 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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 

[Kernel-packages] [Bug 1507976] CRDA.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1507976/+attachment/4501010/+files/CRDA.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 001 Device 001: 

[Kernel-packages] [Bug 1507976] ProcModules.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1507976/+attachment/4501017/+files/ProcModules.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 

[Kernel-packages] [Bug 1507976] Lspci.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1507976/+attachment/4501013/+files/Lspci.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 001 Device 001: 

[Kernel-packages] [Bug 1507959] Re: Regression: Kernel update breaks all lxc-containers lxc-start failing with (apparmor="DENIED" operation="mount")

2015-10-20 Thread Marc Reymann
Same problem here:

root@shuttle:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.5 LTS
Release:12.04
Codename:   precise
root@shuttle:~# uname -a
Linux shuttle 3.2.0-92-generic #130-Ubuntu SMP Mon Oct 5 21:43:10 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
root@shuttle:~# lxc-start --name Test
lxc-start: Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'
lxc-start: failed to setup the new pts instance
lxc-start: failed to setup the container
lxc-start: invalid sequence number 1. expected 2
lxc-start: failed to spawn 'Test'

-- 
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/1507959

Title:
  Regression: Kernel update breaks all lxc-containers lxc-start failing
  with  (apparmor="DENIED" operation="mount")

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hello,
  The following recent kernel update completely break our lxc-start usage on 
precise both with precise original kernel 3.2 + also the trusty-lts-stack using 
3.13

  After installing those new kernel updates all lxc-start of a container fail 
with:
  "Permission denied - mount failed '/dev/pts/ptmx'->'/dev/ptmx'"

  with strace pointing to:
  13695 mount("/dev/pts/ptmx", "/dev/ptmx", 0x7f4d68c85d37, MS_BIND, NULL) = -1 
EACCES (Permission denied)

  and dmesg showing:
  Oct 20 10:59:00 titan226 kernel: [  663.508664] type=1400 
  audit(1445331540.807:29): apparmor="DENIED" operation="mount" 
  info="failed type match" error=-13 
profile="/usr/bin/lxc-start" 
  name="/dev/ptmx" pid=2897 comm="lxc-start" 
  srcname="/dev/pts/ptmx" flags="rw, bind"

  After downgrading kernel version the problem immediately dissappeared
  and the lxc-start for containers works again as before.

  Bad versions:
  ii  linux-image-3.13.0-66-generic3.13.0-66.108~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-92-generic 3.2.0-92.130  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  
  Good versions:
  ii  linux-image-3.13.0-61-generic3.13.0-61.100~precise1Linux 
kernel image for version 3.13.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-88-generic 3.2.0-88.126  Linux 
kernel image for version 3.2.0 on 64 bit x86 SMP

  From kernel changelog maybe this other issue here maybe causing it but not 
verified:
* SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
  - LP: #1496430
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-61-generic.
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.0.1-0ubuntu17.11
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info: Error: [Errno 2] No such file or directory
  Card0.Amixer.values: Error: [Errno 2] No such file or directory
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=ee5d3bc2-531d-4fbf-ba3f-033c27498274
  IwConfig: Error: [Errno 2] No such file or directory
  MachineType: FUJITSU PRIMERGY MX130 S1
  MarkForUpload: True
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-61-generic 
root=UUID=8c11de07-6403-46cf-994b-15750a7404ba ro rootdelay=80
  ProcVersionSignature: Ubuntu 3.13.0-61.100~precise1-generic 3.13.11-ckt22
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-61-generic N/A
   linux-backports-modules-3.13.0-61-generic  N/A
   linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  precise
  Uname: Linux 3.13.0-61-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.01.2974.A1
  dmi.board.asset.tag: -
  dmi.board.name: D2974
  dmi.board.vendor: FUJITSU
  dmi.board.version: S26361-D2974-A1
  dmi.chassis.type: 3
  dmi.chassis.vendor: FUJITSU
  dmi.chassis.version: MX130S1F
  dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.01.2974.A1:bd01/18/2011:svnFUJITSU:pnPRIMERGYMX130S1:pvr:rvnFUJITSU:rnD2974:rvrS26361-D2974-A1:cvnFUJITSU:ct3:cvrMX130S1F:
  dmi.product.name: PRIMERGY MX130 S1
  dmi.sys.vendor: FUJITSU

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

-- 
Mailing list: 

[Kernel-packages] [Bug 1507976] WifiSyslog.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1507976/+attachment/4501021/+files/WifiSyslog.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 001 

[Kernel-packages] [Bug 1507976] ProcEnviron.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1507976/+attachment/4501015/+files/ProcEnviron.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 

[Kernel-packages] [Bug 1507976] ProcCpuinfo.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1507976/+attachment/4501014/+files/ProcCpuinfo.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 

[Kernel-packages] [Bug 1507976] JournalErrors.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1507976/+attachment/4501012/+files/JournalErrors.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   

[Kernel-packages] [Bug 1507976] UdevDb.txt

2015-10-20 Thread Alberto Mardegan
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1507976/+attachment/4501019/+files/UdevDb.txt

-- 
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/1507976

Title:
  DVB-T device Terratec Cinergy T XS not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This bug is essentially the same as bug 460636, which was closed some
  years ago because the reporter's device got corrupted.

  I happen to have the same device, and it doesn't work in 14.04 or
  15.10. The kernel logs are the same:

  
  Oct 20 12:49:39 Dev kernel: [  187.576297] usb 1-1: new high-speed USB device 
number 2 using ehci-pci
  Oct 20 12:49:39 Dev kernel: [  187.733736] usb 1-1: New USB device found, 
idVendor=0ccd, idProduct=0043
  Oct 20 12:49:39 Dev kernel: [  187.733749] usb 1-1: New USB device strings: 
Mfr=2, Product=1, SerialNumber=0
  Oct 20 12:49:39 Dev kernel: [  187.733758] usb 1-1: Product: Cinergy T USB XS
  Oct 20 12:49:39 Dev kernel: [  187.733766] usb 1-1: Manufacturer: TerraTec 
Electronic GmbH
  Oct 20 12:49:39 Dev mtp-probe: checking bus 1, device 2: 
"/sys/devices/pci:00/:00:0b.0/usb1/1-1"
  Oct 20 12:49:39 Dev mtp-probe: bus: 1, device: 2 was not an MTP device
  Oct 20 12:49:40 Dev kernel: [  188.784801] media: Linux media interface: v0.10
  Oct 20 12:49:41 Dev kernel: [  188.810729] Linux video capture interface: 
v2.00
  Oct 20 12:49:41 Dev kernel: [  188.862205] em28xx: New device TerraTec 
Electronic GmbH Cinergy T USB XS @ 480 Mbps (0ccd:0043, interface 0, class 0)
  Oct 20 12:49:41 Dev kernel: [  188.862214] em28xx: Video interface 0 found: 
isoc
  Oct 20 12:49:41 Dev kernel: [  188.862219] em28xx: DVB interface 0 found: isoc
  Oct 20 12:49:41 Dev kernel: [  188.862919] em28xx: chip ID is em2870
  Oct 20 12:49:41 Dev kernel: [  189.033518] em2870 #0: EEPROM ID = 1a eb 67 
95, EEPROM hash = 0x084c44df
  Oct 20 12:49:41 Dev kernel: [  189.033529] em2870 #0: EEPROM info:
  Oct 20 12:49:41 Dev kernel: [  189.033537] em2870 #0: No audio on 
board.
  Oct 20 12:49:41 Dev kernel: [  189.033543] em2870 #0: 500mA max power
  Oct 20 12:49:41 Dev kernel: [  189.033551] em2870 #0: Table at offset 
0x06, strings=0x246a, 0x348e, 0x
  Oct 20 12:49:41 Dev kernel: [  189.033559] em2870 #0: Identified as Terratec 
Cinergy T XS (card=43)
  Oct 20 12:49:41 Dev kernel: [  189.033566] em2870 #0: 
  Oct 20 12:49:41 Dev kernel: [  189.033566] 
  Oct 20 12:49:41 Dev kernel: [  189.033574] em2870 #0: The support for this 
board weren't valid yet.
  Oct 20 12:49:41 Dev kernel: [  189.033581] em2870 #0: Please send a report of 
having this working
  Oct 20 12:49:41 Dev kernel: [  189.033588] em2870 #0: not to V4L mailing list 
(and/or to other addresses)
  Oct 20 12:49:41 Dev kernel: [  189.033588] 
  Oct 20 12:49:41 Dev kernel: [  189.033596] em2870 #0: analog set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033603] em2870 #0: dvb set to isoc mode.
  Oct 20 12:49:41 Dev kernel: [  189.033749] usbcore: registered new interface 
driver em28xx
  Oct 20 12:49:41 Dev kernel: [  189.075840] em2870 #0: Registering V4L2 
extension
  Oct 20 12:49:41 Dev kernel: [  189.126942] Chip ID is not zero. It is not a 
TEA5767
  Oct 20 12:49:41 Dev kernel: [  189.126956] tuner 0-0060: Tuner -1 found with 
type(s) Radio TV.
  Oct 20 12:49:41 Dev kernel: [  189.131669] xc2028 0-0060: creating new 
instance
  Oct 20 12:49:41 Dev kernel: [  189.131675] xc2028 0-0060: type set to XCeive 
xc2028/xc3028 tuner
  Oct 20 12:49:41 Dev kernel: [  189.144689] xc2028 0-0060: Loading 80 firmware 
images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
  Oct 20 12:49:41 Dev kernel: [  189.226096] em2870 #0: V4L2 video device 
registered as video0
  Oct 20 12:49:41 Dev kernel: [  189.230950] em2870 #0: V4L2 extension 
successfully initialized
  Oct 20 12:49:41 Dev kernel: [  189.230961] em28xx: Registered (Em28xx v4l2 
Extension) extension
  

  While there are no explicit errors, no /dev/dvb* files are created.

  I found this old mail thread which hints that the card is not
  supported, but it might be in case someone gets to hack the driver a
  bit:

https://www.mail-archive.com/linux-media@vger.kernel.org/msg11546.html
  --- 
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mardy  1725 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=414c3c80-ad46-45d4-8771-4f1577f9df55
  InstallationDate: Installed on 2014-09-23 (392 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 001 Device 002: ID 0ccd:0043 TerraTec Electronic GmbH Cinergy T XS
   Bus 001 Device 

[Kernel-packages] [Bug 1506845] Re: Suspected Race Condition on boot

2015-10-20 Thread Christopher M. Penalver
Johnny Ooi, do you have the software issues if you do a new install?

-- 
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/1506845

Title:
  Suspected Race Condition on boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu Vivid using stock install, no additional configs, on a dual
  boot (Ubuntu + Win7)

  When booting, my laptop will sometimes boot successfully, sometimes
  not, and sometimes, will reboot. Using CTRL+ALT+F1 to get to terminal
  shows me a console flood for Nouveau (sometimes) and sometimes not.
  Sometimes I see messages about firmware not being used/installed.

  I cannot reliably replicate this problem, but I have had similar
  problems running Fedora on this machine with similar console floods,
  which points further up to the upstream kernel.

  I suspect it is a race condition, as if I can see the console flood,
  the laptop often boots successfully, but if I don't I either get a
  kernel panic or a self-reboot.

  Can provide more information/HW details if needed (but not at the machine 
right now)
  --- 
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   johnny 1685 F...m pulseaudio
   /dev/snd/controlC1:  johnny 1685 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=05d5c6ab-b18c-44c9-ba05-7eff0f8d62b5
  InstallationDate: Installed on 2015-10-12 (5 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Notebook W35xSS_370SS
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-30-generic 
root=UUID=f8a017f7-c589-4cbb-a001-08c7e3c2a815 ro recovery nomodeset 
priority=low
  ProcVersionSignature: Ubuntu 3.19.0-30.34-generic 3.19.8-ckt6
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-30-generic N/A
   linux-backports-modules-3.19.0-30-generic  N/A
   linux-firmware 1.143.3
  Tags:  vivid
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-30-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W35xSS_370SS
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd04/08/2014:svnNotebook:pnW35xSS_370SS:pvrNotApplicable:rvnNotebook:rnW35xSS_370SS:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: W35xSS_370SS
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506845/+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 1507289] Re: Artefacts

2015-10-20 Thread Christopher M. Penalver
Simon, could you please test the latest upstream kernel available from
the very top line at the top of the page from http://kernel.ubuntu.com
/~kernel-ppa/mainline/?C=N;O=D (the release names are irrelevant for
testing, and please do not test the daily folder)? Install instructions
are available at https://wiki.ubuntu.com/Kernel/MainlineBuilds . This
will allow additional upstream developers to examine the issue.

If the latest kernel did not allow you to test to the issue (ex. you couldn't 
boot into the OS) please make a comment in your report about this, and continue 
to test the next most recent kernel version until you can test to the issue. 
Once you've tested the upstream kernel, please comment on which kernel version 
specifically you tested. If this issue is fixed in the mainline kernel, please 
add the following tags by clicking on the yellow circle with a black pencil 
icon, next to the word Tags, located at the bottom of the report description:
kernel-fixed-upstream
kernel-fixed-upstream-X.Y-rcZ

Where X, Y, and Z are numbers corresponding to the kernel version.

If the mainline kernel does not fix the issue, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-X.Y-rcZ

Please note, an error to install the kernel does not fit the criteria of
kernel-bug-exists-upstream.

Once testing of the latest upstream kernel is complete, please mark this
report's Status as Confirmed. Please let us know your results.

Thank you for your understanding.

** Tags removed: bios-outdated-06ye
** Tags added: latest-bios-06ye

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

** 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/1507289

Title:
  Artefacts

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  http://i.imgur.com/hxLRVbe.png
  
http://storage1.static.itmages.com/i/15/1018/h_1445168064_5802834_0cebe76e5f.png

  http://i.imgur.com/oZdqSdm.png
  
http://storage2.static.itmages.com/i/15/1018/h_1445168194_9514576_95e3c40ee2.png

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Oct 18 14:28:31 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS600M [Radeon Xpress 1250] 
[1002:7942] (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c036]
  InstallationDate: Installed on 2015-10-16 (1 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha i386 (20150924)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R40P/R41P
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=544e68a5-5176-4e2e-9366-2553564b988c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/29/2007
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 02YE
  dmi.board.name: R40P/R41P
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr02YE:bd03/29/2007:svnSAMSUNGELECTRONICSCO.,LTD.:pnR40P/R41P:pvr01YE:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR40P/R41P:rvr:cvnSAMSUNGELECTRONICSCO.,LTD.:ct1:cvrN/A:
  dmi.product.name: R40P/R41P
  dmi.product.version: 01YE
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  

  1   2   3   >