[Kernel-packages] [Bug 1728771] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000030

2017-10-30 Thread TJ
I've reproduced this on a different machine using an Ubuntu mainline
build of the v4.13 kernel too.

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  0030

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Trying to 'cat' a file in an overlayfs. The file is in the lowerdir. I
  use the attached script to create directories and randomly distributed
  files. $HOME is ecryptfs. /tmp/ is tmpfs.

  $ pwd
  $HOME/Hacking/overlayfs/

  $ ./build.sh

  $ sudo mount -t overlay overlay -o
  lowerdir=lower/1,upperdir=/tmp/upper/1,workdir=/tmp/workdir/1
  overlay/1

  $ grep /tmp /proc/mounts
  tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0
  overlay /home/tj/Hacking/overlayfs/overlay/1 overlay 
rw,relatime,lowerdir=lower/1,upperdir=/tmp/upper/1,workdir=/tmp/workdir/1 0 0

  $ ls lower/1/
  1b  1c  1d  1e  1f  1g  1k  1l  1o  1p  1q  1t  1u  1v  1w  1x  1y  1z

  $ ls /tmp/upper/1/
  1e  1i  1l  1n  1u

  $ ls overlay/1/
  1b  1c  1d  1e  1f  1g  1i  1k  1l  1n  1o  1p  1q  1t  1u  1v  1w  1x  1y  1z

  $ cat overlay/1/1b
  Killed

  $ uname -r
  4.13.0-16-lowlatency

  $ lsb_release -a
  LSB Version:
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID: Ubuntu
  Description:Ubuntu 16.04.3 LTS
  Release:16.04
  Codename:   xenial

  $ apt list linux-lowlatency-hwe-16.04-edge
  Listing... Done
  linux-lowlatency-hwe-16.04-edge/xenial-proposed,now 4.13.0.16.23 amd64 
[installed]

  $ tail /var/log/kern.log

  Oct 31 03:11:09 hephaestion kernel: [ 1057.380604] BUG: unable to handle 
kernel NULL pointer dereference at 0030
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380668] IP: 
ecryptfs_privileged_open+0x51/0x180
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380686] PGD 20ee07067
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380688] P4D 20ee07067
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380700] PUD 20c455067
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380711] PMD 0
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380721]
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380741] Oops:  [#1] PREEMPT SMP
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380755] Modules linked in: overlay 
hidp scsi_transport_iscsi veth ip6t_MASQUERADE nf_nat_masquerade_ipv6 
ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 xt_comment 
xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat 
nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 ccm xt_conntrack 
nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge ebtable_filter ebtables 
ip6table_filter ip6_tables iptable_filter ip_tables x_tables 8021q garp mrp stp 
llc rfcomm bnep binfmt_misc dm_thin_pool dm_persistent_data dm_bio_prison 
dm_bufio cdc_mbim cdc_wdm cdc_ncm usbnet cdc_acm mii gpio_ich dell_laptop 
coretemp btusb btrtl btbcm btintel joydev dell_wmi bluetooth dell_smbios dcdbas 
wmi_bmof sparse_keymap serio_raw ecdh_generic arc4 snd_hda_codec_idt 
snd_hda_codec_generic snd_hda_intel
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381004]  snd_hda_codec 
snd_hda_core input_leds snd_hwdep snd_pcm snd_seq_midi uvcvideo 
snd_seq_midi_event videobuf2_vmalloc videobuf2_memops snd_rawmidi 
videobuf2_v4l2 iwl4965 videobuf2_core iwlegacy videodev media mac80211 snd_seq 
r852 sm_common nand nand_ecc nand_bch bch mtd r592 memstick lpc_ich cfg80211 
snd_seq_device snd_timer snd soundcore shpchp mac_hid kvm_intel kvm irqbypass 
parport_pc ppdev nfsd lp auth_rpcgss nfs_acl lockd grace parport sunrpc autofs4 
crypto_simd glue_helper cryptd aes_x86_64 algif_skcipher af_alg dm_crypt raid10 
raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear dm_mirror dm_region_hash dm_log 
hid_generic usbhid hid psmouse sky2 ahci nouveau libahci pata_acpi 
firewire_ohci sdhci_pci sdhci firewire_core
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012]  crc_itu_t mxm_wmi 
i2c_algo_bit video ttm drm_kms_helper syscopyarea sysfillrect sysimgblt 
fb_sys_fops drm wmi
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] CPU: 0 PID: 10087 Comm: 
cat Tainted: P   OE   4.13.0-16-lowlatency #19~16.04.3-Ubuntu
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] Hardware name: Dell Inc. 
XPS M1530   /  , BIOS A12 11/19/2008
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] task: 8a116705 
task.stack: a10c010a8000
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] RIP: 
0010:ecryptfs_privileged_open+0x51/0x180
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] RSP: 0018:a10c010abb60 
EFLAGS: 00010246
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] RAX: a10c010abb88 RBX: 
8a1167459540 RCX: 8a11677ced80
  Oct 31 03:11:09 

[Kernel-packages] [Bug 1716819] Re: Ubuntu 17.04 does not wake up from suspension on MacBook Air 7, 2

2017-10-30 Thread Kai-Heng Feng
Try linux kernel 4.14-rc7.

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

Title:
  Ubuntu 17.04 does not wake up from suspension on MacBook Air 7,2

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I just upgraded my 16.04 to 17.04.

  Suspension does not work too well. Most of the times the computer does
  not wake up from suspension (closing the lid).

  I tried both opening the lid and pressing the power key on the
  keyboard to see if it would wake up, but I get nothing. No key press
  or mouse movement brings it back on. There is a subtle noise that
  suggests that the computer "tries" to turn back on, but the apple
  light on the back of the screen remains off.

  This was not as bad on 16.04 (I used to get a black screen, but still
  be able to type in my password and increase the screen brightness).

  -- Thanks in advance for your help!
  --- 
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0p:   dash   2355 F...m pulseaudio
   /dev/snd/controlC1:  dash   2355 F pulseaudio
   /dev/snd/controlC0:  dash   2355 F pulseaudio
  CurrentDesktop: GNOME-Flashback:GNOME
  DistroRelease: Ubuntu 17.04
  HibernationDevice: RESUME=UUID=89097c16-4307-467e-b6ef-1d3175493898
  InstallationDate: Installed on 2016-04-29 (501 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Apple Inc. MacBookAir7,2
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: \boot\vmlinuz-4.10.0-33-generic.efi.signed ro 
root=UUID=39e0c884-c808-46ba-ae10-b048fa5c49f8 
initrd=boot\initrd.img-4.10.0-33-generic
  ProcVersionSignature: Ubuntu 4.10.0-33.37-generic 4.10.17
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-33-generic N/A
   linux-backports-modules-4.10.0-33-generic  N/A
   linux-firmware 1.164.1
  Tags:  zesty
  Uname: Linux 4.10.0-33-generic x86_64
  UpgradeStatus: Upgraded to zesty on 2017-09-11 (1 days ago)
  UserGroups: adm cdrom dip docker lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 11/03/2016
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBA71.88Z.0166.B13.1611031424
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-937CB26E2E02BB01
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookAir7,2
  dmi.chassis.asset.tag: Chassis Board Asset Tag#
  dmi.chassis.type: 9
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-937CB26E2E02BB01
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA71.88Z.0166.B13.1611031424:bd11/03/2016:svnAppleInc.:pnMacBookAir7,2:pvr1.0:rvnAppleInc.:rnMac-937CB26E2E02BB01:rvrMacBookAir7,2:cvnAppleInc.:ct9:cvrMac-937CB26E2E02BB01:
  dmi.product.name: MacBookAir7,2
  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/+bug/1716819/+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 1728771] Missing required logs.

2017-10-30 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1728771

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: xenial

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  0030

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Trying to 'cat' a file in an overlayfs. The file is in the lowerdir. I
  use the attached script to create directories and randomly distributed
  files. $HOME is ecryptfs. /tmp/ is tmpfs.

  $ pwd
  $HOME/Hacking/overlayfs/

  $ ./build.sh

  $ sudo mount -t overlay overlay -o
  lowerdir=lower/1,upperdir=/tmp/upper/1,workdir=/tmp/workdir/1
  overlay/1

  $ grep /tmp /proc/mounts
  tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0
  overlay /home/tj/Hacking/overlayfs/overlay/1 overlay 
rw,relatime,lowerdir=lower/1,upperdir=/tmp/upper/1,workdir=/tmp/workdir/1 0 0

  $ ls lower/1/
  1b  1c  1d  1e  1f  1g  1k  1l  1o  1p  1q  1t  1u  1v  1w  1x  1y  1z

  $ ls /tmp/upper/1/
  1e  1i  1l  1n  1u

  $ ls overlay/1/
  1b  1c  1d  1e  1f  1g  1i  1k  1l  1n  1o  1p  1q  1t  1u  1v  1w  1x  1y  1z

  $ cat overlay/1/1b
  Killed

  $ uname -r
  4.13.0-16-lowlatency

  $ lsb_release -a
  LSB Version:
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID: Ubuntu
  Description:Ubuntu 16.04.3 LTS
  Release:16.04
  Codename:   xenial

  $ apt list linux-lowlatency-hwe-16.04-edge
  Listing... Done
  linux-lowlatency-hwe-16.04-edge/xenial-proposed,now 4.13.0.16.23 amd64 
[installed]

  $ tail /var/log/kern.log

  Oct 31 03:11:09 hephaestion kernel: [ 1057.380604] BUG: unable to handle 
kernel NULL pointer dereference at 0030
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380668] IP: 
ecryptfs_privileged_open+0x51/0x180
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380686] PGD 20ee07067
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380688] P4D 20ee07067
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380700] PUD 20c455067
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380711] PMD 0
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380721]
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380741] Oops:  [#1] PREEMPT SMP
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380755] Modules linked in: overlay 
hidp scsi_transport_iscsi veth ip6t_MASQUERADE nf_nat_masquerade_ipv6 
ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 xt_comment 
xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat 
nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 ccm xt_conntrack 
nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge ebtable_filter ebtables 
ip6table_filter ip6_tables iptable_filter ip_tables x_tables 8021q garp mrp stp 
llc rfcomm bnep binfmt_misc dm_thin_pool dm_persistent_data dm_bio_prison 
dm_bufio cdc_mbim cdc_wdm cdc_ncm usbnet cdc_acm mii gpio_ich dell_laptop 
coretemp btusb btrtl btbcm btintel joydev dell_wmi bluetooth dell_smbios dcdbas 
wmi_bmof sparse_keymap serio_raw ecdh_generic arc4 snd_hda_codec_idt 
snd_hda_codec_generic snd_hda_intel
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381004]  snd_hda_codec 
snd_hda_core input_leds snd_hwdep snd_pcm snd_seq_midi uvcvideo 
snd_seq_midi_event videobuf2_vmalloc videobuf2_memops snd_rawmidi 
videobuf2_v4l2 iwl4965 videobuf2_core iwlegacy videodev media mac80211 snd_seq 
r852 sm_common nand nand_ecc nand_bch bch mtd r592 memstick lpc_ich cfg80211 
snd_seq_device snd_timer snd soundcore shpchp mac_hid kvm_intel kvm irqbypass 
parport_pc ppdev nfsd lp auth_rpcgss nfs_acl lockd grace parport sunrpc autofs4 
crypto_simd glue_helper cryptd aes_x86_64 algif_skcipher af_alg dm_crypt raid10 
raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear dm_mirror dm_region_hash dm_log 
hid_generic usbhid hid psmouse sky2 ahci nouveau libahci pata_acpi 
firewire_ohci sdhci_pci sdhci firewire_core
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012]  crc_itu_t mxm_wmi 
i2c_algo_bit video ttm drm_kms_helper syscopyarea sysfillrect sysimgblt 
fb_sys_fops drm wmi
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] CPU: 0 PID: 10087 Comm: 
cat Tainted: P   OE   4.13.0-16-lowlatency #19~16.04.3-Ubuntu
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] 

[Kernel-packages] [Bug 1728771] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000030

2017-10-30 Thread TJ
** Description changed:

  Trying to 'cat' a file in an overlayfs. The file is in the lowerdir. I
  use the attached script to create directories and randomly distributed
  files. $HOME is ecryptfs. /tmp/ is tmpfs.
  
  $ pwd
- $HOME/Hacking/overlayfs/ 
+ $HOME/Hacking/overlayfs/
  
  $ ./build.sh
  
  $ sudo mount -t overlay overlay -o
  lowerdir=lower/1,upperdir=/tmp/upper/1,workdir=/tmp/workdir/1  overlay/1
  
  $ grep /tmp /proc/mounts
  tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0
  overlay /home/tj/Hacking/overlayfs/overlay/1 overlay 
rw,relatime,lowerdir=lower/1,upperdir=/tmp/upper/1,workdir=/tmp/workdir/1 0 0
  
  $ ls lower/1/
  1b  1c  1d  1e  1f  1g  1k  1l  1o  1p  1q  1t  1u  1v  1w  1x  1y  1z
  
+ $ ls /tmp/upper/1/
+ 1e  1i  1l  1n  1u
+ 
  $ ls overlay/1/
  1b  1c  1d  1e  1f  1g  1i  1k  1l  1n  1o  1p  1q  1t  1u  1v  1w  1x  1y  1z
  
- $ ls /tmp/upper/1/
- 1e  1i  1l  1n  1u
- 
- $ cat overlay/1/1b

   
+ $ cat overlay/1/1b
  Killed
- 
  
  $ uname -r
  4.13.0-16-lowlatency
  
  $ lsb_release -a
  LSB Version:
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
  Distributor ID: Ubuntu
  Description:Ubuntu 16.04.3 LTS
  Release:16.04
  Codename:   xenial
  
- $ apt list linux-lowlatency-hwe-16.04-edge 
+ $ apt list linux-lowlatency-hwe-16.04-edge
  Listing... Done
  linux-lowlatency-hwe-16.04-edge/xenial-proposed,now 4.13.0.16.23 amd64 
[installed]
  
  $ tail /var/log/kern.log
  
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380604] BUG: unable to handle 
kernel NULL pointer dereference at 0030
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380668] IP: 
ecryptfs_privileged_open+0x51/0x180
- Oct 31 03:11:09 hephaestion kernel: [ 1057.380686] PGD 20ee07067 
- Oct 31 03:11:09 hephaestion kernel: [ 1057.380688] P4D 20ee07067 
- Oct 31 03:11:09 hephaestion kernel: [ 1057.380700] PUD 20c455067 
- Oct 31 03:11:09 hephaestion kernel: [ 1057.380711] PMD 0 
- Oct 31 03:11:09 hephaestion kernel: [ 1057.380721] 
+ Oct 31 03:11:09 hephaestion kernel: [ 1057.380686] PGD 20ee07067
+ Oct 31 03:11:09 hephaestion kernel: [ 1057.380688] P4D 20ee07067
+ Oct 31 03:11:09 hephaestion kernel: [ 1057.380700] PUD 20c455067
+ Oct 31 03:11:09 hephaestion kernel: [ 1057.380711] PMD 0
+ Oct 31 03:11:09 hephaestion kernel: [ 1057.380721]
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380741] Oops:  [#1] PREEMPT SMP
  Oct 31 03:11:09 hephaestion kernel: [ 1057.380755] Modules linked in: overlay 
hidp scsi_transport_iscsi veth ip6t_MASQUERADE nf_nat_masquerade_ipv6 
ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 xt_comment 
xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat 
nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 ccm xt_conntrack 
nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge ebtable_filter ebtables 
ip6table_filter ip6_tables iptable_filter ip_tables x_tables 8021q garp mrp stp 
llc rfcomm bnep binfmt_misc dm_thin_pool dm_persistent_data dm_bio_prison 
dm_bufio cdc_mbim cdc_wdm cdc_ncm usbnet cdc_acm mii gpio_ich dell_laptop 
coretemp btusb btrtl btbcm btintel joydev dell_wmi bluetooth dell_smbios dcdbas 
wmi_bmof sparse_keymap serio_raw ecdh_generic arc4 snd_hda_codec_idt 
snd_hda_codec_generic snd_hda_intel
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381004]  snd_hda_codec 
snd_hda_core input_leds snd_hwdep snd_pcm snd_seq_midi uvcvideo 
snd_seq_midi_event videobuf2_vmalloc videobuf2_memops snd_rawmidi 
videobuf2_v4l2 iwl4965 videobuf2_core iwlegacy videodev media mac80211 snd_seq 
r852 sm_common nand nand_ecc nand_bch bch mtd r592 memstick lpc_ich cfg80211 
snd_seq_device snd_timer snd soundcore shpchp mac_hid kvm_intel kvm irqbypass 
parport_pc ppdev nfsd lp auth_rpcgss nfs_acl lockd grace parport sunrpc autofs4 
crypto_simd glue_helper cryptd aes_x86_64 algif_skcipher af_alg dm_crypt raid10 
raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear dm_mirror dm_region_hash dm_log 
hid_generic usbhid hid psmouse sky2 ahci nouveau libahci pata_acpi 
firewire_ohci sdhci_pci sdhci firewire_core
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012]  crc_itu_t mxm_wmi 
i2c_algo_bit video ttm drm_kms_helper syscopyarea sysfillrect sysimgblt 
fb_sys_fops drm wmi
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] CPU: 0 PID: 10087 Comm: 
cat Tainted: P   OE   4.13.0-16-lowlatency #19~16.04.3-Ubuntu
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] Hardware name: Dell Inc. 
XPS M1530   /  , BIOS A12 11/19/2008
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] task: 8a116705 
task.stack: a10c010a8000
  Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] RIP: 

[Kernel-packages] [Bug 1728417] Re: Xubuntu suspend fails - shuts down instead

2017-10-30 Thread Kai-Heng Feng
Please follow the steps in [1], report which step failed.

[1] https://01.org/blogs/rzhang/2015/best-practice-debug-linux-suspend
/hibernate-issues

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

Title:
  Xubuntu suspend fails - shuts down instead

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Suspending my machine (Xubuntu Whisker menu/Log out/Suspend) causes it
  to shut down instead (or at the very least, to restart when powering
  on again).

  Observed: after clicking on 'Suspend', the screen blanks, 10 seconds
  pass, then the machine powers down. When I power up again, it returns
  to the BIOS post screen, then Xubuntu boot splash screen, then login.

  Notes:

  * machine is a recent build, previously running 17.04. Had the same
  issue (and suspend error messages in syslog), so this does not appear
  to be related to the 17.10 upgrade.

  * given the "wpasupplicant failed with error code 254" line in syslog,
  and following comments in https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=835648, I tried removing wpasupplicant from
  /lib/systemd/system-suspend. This resulted in the machine suspending
  sooner (no time-out), but suspend still failed.

  * Separately, I tried switching to the nouveau driver (I'd seem some
  mentions of problematic proprietary nvidia drivers). This too made no
  difference.

  Please let me know if I can provide any other information.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  colin  1460 F pulseaudio
   /dev/snd/controlC1:  colin  1460 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sun Oct 29 15:03:36 2017
  InstallationDate: Installed on 2017-10-13 (15 days ago)
  InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic.efi.signed 
root=UUID=dcb5dfa5-9644-4b53-be57-ffadb28e8f45 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-25 (3 days ago)
  dmi.bios.date: 09/08/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0902
  dmi.board.asset.tag: Default string
  dmi.board.name: ROG STRIX B350-F GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0902:bd09/08/2017:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXB350-FGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  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/1728417/+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 1724911] Re: text VTs are unavailable on desktop after upgrade to Ubuntu 17.10

2017-10-30 Thread Steve Langasek
b6dcaaac44746cf32ee489639b06d3668e473386 is good.

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

Title:
  text VTs are unavailable on desktop after upgrade to Ubuntu 17.10

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Artful:
  In Progress

Bug description:
  After upgrading my laptop to Ubuntu 17.10, I am unable to access
  gettys on any of the text-mode VTs on my system.

  gdm3 is running on VT1, my user session is running on VT2.  I can
  switch between these.  If I switch to VT3, I know that the VT switch
  has happened in the kernel because the X cursor disappears; but the
  display retains the output of my X session, and the text console with
  getty never appears.

  Switching back to VT2 works fine.

  The same problem occurs with either Wayland or X.

  My laptop is docked with an external monitor, which could be a factor.
  (I also notice that during boot, plymouth is only rendered on the
  internal monitor, not the external monitor; this may be related).  I
  have not yet tested whether this problem is reproducible if I undock.

  The system is booting with vt.handoff=7, which I believe is still the
  default in Ubuntu 17.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vorlon24080 F pulseaudio
   /dev/snd/controlC0:  vorlon24080 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 19 09:57:59 2017
  HibernationDevice: RESUME=UUID=6df76279-19ea-45a4-bec9-e4fdc858729a
  InstallationDate: Installed on 2010-09-24 (2582 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  MachineType: LENOVO 2306CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic.efi.signed 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-19 (0 days ago)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET97WW (2.57 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET97WW(2.57):bd10/25/2013:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad X230
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1724911/+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 1728771] [NEW] BUG: unable to handle kernel NULL pointer dereference at 0000000000000030

2017-10-30 Thread TJ
Public bug reported:

Trying to 'cat' a file in an overlayfs. The file is in the lowerdir. I
use the attached script to create directories and randomly distributed
files. $HOME is ecryptfs. /tmp/ is tmpfs.

$ pwd
$HOME/Hacking/overlayfs/ 

$ ./build.sh

$ sudo mount -t overlay overlay -o
lowerdir=lower/1,upperdir=/tmp/upper/1,workdir=/tmp/workdir/1  overlay/1

$ grep /tmp /proc/mounts
tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0
overlay /home/tj/Hacking/overlayfs/overlay/1 overlay 
rw,relatime,lowerdir=lower/1,upperdir=/tmp/upper/1,workdir=/tmp/workdir/1 0 0

$ ls lower/1/
1b  1c  1d  1e  1f  1g  1k  1l  1o  1p  1q  1t  1u  1v  1w  1x  1y  1z

$ ls overlay/1/
1b  1c  1d  1e  1f  1g  1i  1k  1l  1n  1o  1p  1q  1t  1u  1v  1w  1x  1y  1z

$ ls /tmp/upper/1/
1e  1i  1l  1n  1u

$ cat overlay/1/1b  

 
Killed


$ uname -r
4.13.0-16-lowlatency

$ lsb_release -a
LSB Version:
core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description:Ubuntu 16.04.3 LTS
Release:16.04
Codename:   xenial

$ apt list linux-lowlatency-hwe-16.04-edge 
Listing... Done
linux-lowlatency-hwe-16.04-edge/xenial-proposed,now 4.13.0.16.23 amd64 
[installed]

$ tail /var/log/kern.log

Oct 31 03:11:09 hephaestion kernel: [ 1057.380604] BUG: unable to handle kernel 
NULL pointer dereference at 0030
Oct 31 03:11:09 hephaestion kernel: [ 1057.380668] IP: 
ecryptfs_privileged_open+0x51/0x180
Oct 31 03:11:09 hephaestion kernel: [ 1057.380686] PGD 20ee07067 
Oct 31 03:11:09 hephaestion kernel: [ 1057.380688] P4D 20ee07067 
Oct 31 03:11:09 hephaestion kernel: [ 1057.380700] PUD 20c455067 
Oct 31 03:11:09 hephaestion kernel: [ 1057.380711] PMD 0 
Oct 31 03:11:09 hephaestion kernel: [ 1057.380721] 
Oct 31 03:11:09 hephaestion kernel: [ 1057.380741] Oops:  [#1] PREEMPT SMP
Oct 31 03:11:09 hephaestion kernel: [ 1057.380755] Modules linked in: overlay 
hidp scsi_transport_iscsi veth ip6t_MASQUERADE nf_nat_masquerade_ipv6 
ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 xt_comment 
xt_CHECKSUM iptable_mangle ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat 
nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 ccm xt_conntrack 
nf_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp bridge ebtable_filter ebtables 
ip6table_filter ip6_tables iptable_filter ip_tables x_tables 8021q garp mrp stp 
llc rfcomm bnep binfmt_misc dm_thin_pool dm_persistent_data dm_bio_prison 
dm_bufio cdc_mbim cdc_wdm cdc_ncm usbnet cdc_acm mii gpio_ich dell_laptop 
coretemp btusb btrtl btbcm btintel joydev dell_wmi bluetooth dell_smbios dcdbas 
wmi_bmof sparse_keymap serio_raw ecdh_generic arc4 snd_hda_codec_idt 
snd_hda_codec_generic snd_hda_intel
Oct 31 03:11:09 hephaestion kernel: [ 1057.381004]  snd_hda_codec snd_hda_core 
input_leds snd_hwdep snd_pcm snd_seq_midi uvcvideo snd_seq_midi_event 
videobuf2_vmalloc videobuf2_memops snd_rawmidi videobuf2_v4l2 iwl4965 
videobuf2_core iwlegacy videodev media mac80211 snd_seq r852 sm_common nand 
nand_ecc nand_bch bch mtd r592 memstick lpc_ich cfg80211 snd_seq_device 
snd_timer snd soundcore shpchp mac_hid kvm_intel kvm irqbypass parport_pc ppdev 
nfsd lp auth_rpcgss nfs_acl lockd grace parport sunrpc autofs4 crypto_simd 
glue_helper cryptd aes_x86_64 algif_skcipher af_alg dm_crypt raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear dm_mirror dm_region_hash dm_log 
hid_generic usbhid hid psmouse sky2 ahci nouveau libahci pata_acpi 
firewire_ohci sdhci_pci sdhci firewire_core
Oct 31 03:11:09 hephaestion kernel: [ 1057.381012]  crc_itu_t mxm_wmi 
i2c_algo_bit video ttm drm_kms_helper syscopyarea sysfillrect sysimgblt 
fb_sys_fops drm wmi
Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] CPU: 0 PID: 10087 Comm: cat 
Tainted: P   OE   4.13.0-16-lowlatency #19~16.04.3-Ubuntu
Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] Hardware name: Dell Inc. XPS 
M1530   /  , BIOS A12 11/19/2008
Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] task: 8a116705 
task.stack: a10c010a8000
Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] RIP: 
0010:ecryptfs_privileged_open+0x51/0x180
Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] RSP: 0018:a10c010abb60 
EFLAGS: 00010246
Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] RAX: a10c010abb88 RBX: 
8a1167459540 RCX: 8a11677ced80
Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] RDX: beefbe60 RSI: 
be6999fb RDI: a10c010abb80
Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] RBP: a10c010abbd0 R08: 
bdd68aa1 R09: 8a118a183800
Oct 31 03:11:09 hephaestion kernel: [ 1057.381012] R10: 8a113175d010 R11: 
8a113175e278 R12: 

[Kernel-packages] [Bug 332467] I love that products!

2017-10-30 Thread ixzel
*** This bug is a duplicate of bug 252900 ***
https://bugs.launchpad.net/bugs/252900

Dear,

I've  just seen  something really  cool,you just have to take a
peek!  Info here
http://www.sosbuyer.ca/waste.php?UE8zMzI0NjdAYnVncy5sYXVuY2hwYWQubmV0

Take care, Gerardo Garner


From: Bug 332467 [mailto:332...@bugs.launchpad.net]
Sent: Monday, October 30, 2017 9:34 PM
To: oscurosp...@yahoo.com
Subject: its rainmeter

I have  this issue  on my  N4  but  I haven't upgraded to lollipop. Not
sure  if you  have a different issue or if you  just  haven't noticed
but this happens to me  often  but ONLY  while apps are currently being
automatically  updated  in the background.  It lags  first, then goes
black where I  can't wake it until  the apps are  updated.


Sent from Mail for Windows 10

** Attachment added: "C5500E091F2A6DCA.jpg"
   
https://bugs.launchpad.net/bugs/332467/+attachment/5000620/+files/C5500E091F2A6DCA.jpg

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

Title:
  package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to
  install/upgrade: unable to make backup link of
  `./boot/vmlinuz-2.6.27-7-generic' before installing new version:
  Operation not permitted

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Automated bug report information should be attached. Fresh install
  using wubi. Applied 259 updates after opening OpenOffice.org twice and
  file browsing but no other system usage.

  ProblemType: Package
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ErrorMessage: unable to make backup link of `./boot/vmlinuz-2.6.27-7-generic' 
before installing new version: Operation not permitted
  LsUsb:
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 046d:c001 Logitech, Inc. N48/M-BB48 [FirstMouse Plus]
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Package: linux-image-2.6.27-7-generic 2.6.27-7.14
  ProcCmdLine: User Name=UUID=1542-16FE loop=/hostname/disks/home/username.disk 
ro ROOTFLAGS=sync quiet splash
  ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
  SourcePackage: linux
  Title: package linux-image-2.6.27-7-generic 2.6.27-7.14 failed to 
install/upgrade: unable to make backup link of 
`./boot/vmlinuz-2.6.27-7-generic' before installing new version: Operation not 
permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/332467/+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 1724639] Re: Bug in Kernel 4.13 : Intel Mobile Graphics 945 shows 80 % black screen

2017-10-30 Thread Kai-Heng Feng
Does "GRUB_GFXPAYLOAD_LINUX=text" make the issue reappear?

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

Title:
  Bug in Kernel 4.13 : Intel Mobile Graphics 945 shows 80 % black screen

Status in linux package in Ubuntu:
  Confirmed
Status in openSUSE:
  Unknown

Bug description:
  Installed O.S. on Samsung NC10. Display worked O.K. in text mode so
  the install went smoothly. When the system is rebooted, however,
  switching to graphics mode results in the below described screen
  corruption:-

  Left  Hand Side 80% of screen black with a blue of white pixels and some blue 
lines at the top
  Right Hand Side 20% of screen OK.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.13.0-16-generic.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ian 918 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf034 irq 25'
 Mixer name : 'Realtek ALC272'
 Components : 'HDA:10ec0272,144dca00,0011'
 Controls  : 25
 Simple ctrls  : 12
  CurrentDesktop: LXDE
  Date: Wed Oct 18 18:30:15 2017
  HibernationDevice: RESUME=UUID=c54e130e-6625-4d96-ba75-4efaa6a9da75
  InstallationDate: Installed on 2017-10-18 (0 days ago)
  InstallationMedia: Lubuntu 17.10 "Artful Aardvark" - Release i386 (20171017.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. NC10
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=d74a58ab-e96e-4531-a2eb-13f0d1610658 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/14/2009
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 07CA.M002.20090414.KTW
  dmi.board.name: NC10
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr07CA.M002.20090414.KTW:bd04/14/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnNC10:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNC10:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: NC10
  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/1724639/+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 1727544] Re: ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after fresh install

2017-10-30 Thread Kai-Heng Feng
Please use kernel in #20 and attach `dmesg` here.

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

Title:
  ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after
  fresh install

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have installed Ubuntu 16.04 on my new Lenovo Ideapad 320 14AST. The 
touchpad is not working. I have followed this tutorial 
https://askubuntu.com/questions/763584/elantech-touchpad-not-working-on-ubuntu-16-04-and-arch-linux
 and it doesn't work. The touchpad is working fine on Windows. My kernel 
version is 4.10.0-37-generic.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  agasigp1605 F pulseaudio
   /dev/snd/controlC1:  agasigp1605 F pulseaudio
  CRDA:
   country ID: DFS-JP
(2402 - 2482 @ 20), (N/A, 20), (N/A)
(5735 - 5815 @ 20), (N/A, 23), (N/A)
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=da16f5a9-567e-4dd7-994a-eb64b6797690
  InstallationDate: Installed on 2017-10-25 (2 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 80XU
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-37-generic 
root=UUID=457b1305-a90d-462a-92c2-11d129eb1580 ro i8042.kbdreset=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-37-generic N/A
   linux-backports-modules-4.10.0-37-generic  N/A
   linux-firmware 1.157.12
  Tags:  xenial
  Uname: Linux 4.10.0-37-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/28/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5PCN18WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: No DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 320-14AST
  dmi.modalias: 
dmi:bvnLENOVO:bvr5PCN18WW:bd09/28/2017:svnLENOVO:pn80XU:pvrLenovoideapad320-14AST:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoideapad320-14AST:
  dmi.product.name: 80XU
  dmi.product.version: Lenovo ideapad 320-14AST
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1727544/+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 292480] Fw: yahoo better than ever

2017-10-30 Thread ixzel
*** This bug is a duplicate of bug 252900 ***
https://bugs.launchpad.net/bugs/252900

Greetings!

I feel  wonderful, just  better  than ever and  all that thanks to a
great booklet I've read recently! You  may also read it  here
http://www.sjorslemmens.nl/hey.php?UE8yOTI0ODBAYnVncy5sYXVuY2hwYWQubmV0


Alexis Lentz


From: Bug 292480 [mailto:292...@bugs.launchpad.net]
Sent: Monday, October 30, 2017 9:11 PM
To: oscurosp...@yahoo.com
Subject: Traitar neamu.

God forbid people talk about  other stuff  on  KiA and 8chan because you
know  they weren't made for Gamergate to  begin with despite what some
people believe, reals  before feels not the other way  around.

Also  I see some  people are still salty over Hatred  getting Greenlit,
105k  yes to only a measly 15k no, I guess the majority of gamers don't
share your opinion on the game.


Sent from Mail for Windows 10

** Attachment added: "E988F780A40157F3.jpg"
   
https://bugs.launchpad.net/bugs/292480/+attachment/5000611/+files/E988F780A40157F3.jpg

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

Title:
  E:var/cache/apt/archives/linux-
  image-2.6.27-7-generic_2.6.27-7.15_amd64.deb:unable to make backup
  link of '/boot/vmlinuz-2.6.27-7 generic'before installine new version

Status in linux package in Ubuntu:
  New

Bug description:
  E:/var/cache/apt/archives/linux-
  image-2.6.27-7-generic_2.6.27-7.15_amd64.deb:unable to make backup
  link of'/boot/vmlinux-2.6.27-7 generic'before installing new version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/292480/+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 1728748] Re: ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3000.fw)...

2017-10-30 Thread sparticle
Just tried Opensuse Tumbleweed and it worked with the card and the 2
firmware files. So looks like some kind of kernel problem that has been
around for a couple of years on the Ubuntu kernels.

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

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1728748/+attachment/5000597/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1728748/+attachment/5000598/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1728748/+attachment/5000596/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

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

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

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1728748/+attachment/5000593/+files/ProcCpuinfoMinimal.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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1728748/+attachment/5000594/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1728748/+attachment/5000595/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1728748/+attachment/5000589/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1728748/+attachment/5000592/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1728748/+attachment/5000591/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1728748/+attachment/5000587/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1728748/+attachment/5000588/+files/IwConfig.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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1728748/+attachment/5000590/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

2017-10-30 Thread sparticle
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1728748/+attachment/5000586/+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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  stephen6211 F pulseaudio
   /dev/snd/controlC0:  stephen6211 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=
  MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.13
  RfKill:
   
  Tags:  xenial
  Uname: Linux 4.4.0-97-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
  UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
  _MarkForUpload: True
  dmi.bios.date: 09/03/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F6a
  dmi.board.name: EP45C-DS3R
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: EP45C-DS3R
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728748/+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 1728748] Re: ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3000.fw)...

2017-10-30 Thread sparticle
apport information

** Tags added: apport-collected

** Description changed:

  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.
  
  Right now I have no working DVD S2 sat card. Any help appreciated.
  
  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  
  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.10
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  stephen6211 F pulseaudio
+  /dev/snd/controlC0:  stephen6211 F pulseaudio
+ CurrentDesktop: GNOME
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=
+ MachineType: Gigabyte Technology Co., Ltd. EP45C-DS3R
+ NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcFB: 0 VESA VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-97-generic 
root=UUID=8db65865-2ece-4cae-9fe9-3473eb9854ec ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-97-generic N/A
+  linux-backports-modules-4.4.0-97-generic  N/A
+  linux-firmware1.157.13
+ RfKill:
+  
+ Tags:  xenial
+ Uname: Linux 4.4.0-97-generic x86_64
+ UpgradeStatus: Upgraded to xenial on 2017-06-04 (148 days ago)
+ UserGroups: adm admin audio cdrom dialout dip disk fax floppy fuse hts kvm 
libvirtd lpadmin mythtv netdev plugdev sambashare scanner sudo tape users 
vboxusers video www-data
+ _MarkForUpload: True
+ dmi.bios.date: 09/03/2009
+ dmi.bios.vendor: Award Software International, Inc.
+ dmi.bios.version: F6a
+ dmi.board.name: EP45C-DS3R
+ dmi.board.vendor: Gigabyte Technology Co., Ltd.
+ dmi.board.version: x.x
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
+ dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF6a:bd09/03/2009:svnGigabyteTechnologyCo.,Ltd.:pnEP45C-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnEP45C-DS3R:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
+ dmi.product.name: EP45C-DS3R
+ dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1728748/+attachment/5000585/+files/AlsaInfo.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/1728748

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query 

[Kernel-packages] [Bug 1728739] ProcCpuinfo.txt

2017-10-30 Thread Billy Olsen
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1728739/+attachment/5000573/+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/1728739

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were first introduced in the 4.5 Linux kernel and are
  thus not available in the 16.04 LTS 4.4 Linux Kernel. Attempting to
  map RBD images as block devices will fail due to not being able to
  understand these new tunables:

  (from kern.log)

  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

  Support for the new CRUSH tunables were added in upstream kernel 4.5
  in http://www.spinics.net/lists/ceph-devel/msg28421.html.

  [Test Case]

  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test

  [Regression Potential]

  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.

  [Additional Info]

  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:

  $ ceph osd crush tunables hammer

  However, changing the tunables to hammer fails to allow the cluster to take 
advantage of newer placement strategies which reduces the amount of data 
movement throughout the cluster.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct 31 01:23 seq
   crw-rw 1 root audio 116, 33 Oct 31 01:23 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  Ec2AMI: ami-0001
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic 
root=UUID=d7006b2f-ace6-464d-8b21-17180b3ed360 ro console=tty1 console=ttyS0
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-98-generic N/A
   linux-backports-modules-4.4.0-98-generic  N/A
   linux-firmwareN/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial ec2-images
  Uname: Linux 4.4.0-98-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.10.1-1ubuntu1~cloud0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-zesty
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.1-1ubuntu1~cloud0:bd04/01/2014:svnOpenStackFoundation:pnOpenStackNova:pvr15.0.6:cvnQEMU:ct1:cvrpc-i440fx-zesty:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 15.0.6
  dmi.sys.vendor: OpenStack Foundation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728739/+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 1724639] Re: Bug in Kernel 4.13 : Intel Mobile Graphics 945 shows 80 % black screen

2017-10-30 Thread Steve
I got it working in Arch without downgrading the kernel it may work for Ubuntu 
as well.
Edit the grub file and comment the following entry;
GRUB_GFXPAYLOAD_LINUX=keep
Then rebuild the grub

sudo grub-mkconfig -o /boot/grub/grub.cfg

Reboot and enjoy
I was going to settle for running lts but this works for my setup no issues 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/1724639

Title:
  Bug in Kernel 4.13 : Intel Mobile Graphics 945 shows 80 % black screen

Status in linux package in Ubuntu:
  Confirmed
Status in openSUSE:
  Unknown

Bug description:
  Installed O.S. on Samsung NC10. Display worked O.K. in text mode so
  the install went smoothly. When the system is rebooted, however,
  switching to graphics mode results in the below described screen
  corruption:-

  Left  Hand Side 80% of screen black with a blue of white pixels and some blue 
lines at the top
  Right Hand Side 20% of screen OK.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.13.0-16-generic.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ian 918 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf034 irq 25'
 Mixer name : 'Realtek ALC272'
 Components : 'HDA:10ec0272,144dca00,0011'
 Controls  : 25
 Simple ctrls  : 12
  CurrentDesktop: LXDE
  Date: Wed Oct 18 18:30:15 2017
  HibernationDevice: RESUME=UUID=c54e130e-6625-4d96-ba75-4efaa6a9da75
  InstallationDate: Installed on 2017-10-18 (0 days ago)
  InstallationMedia: Lubuntu 17.10 "Artful Aardvark" - Release i386 (20171017.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. NC10
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=d74a58ab-e96e-4531-a2eb-13f0d1610658 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/14/2009
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 07CA.M002.20090414.KTW
  dmi.board.name: NC10
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr07CA.M002.20090414.KTW:bd04/14/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnNC10:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNC10:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: NC10
  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/1724639/+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 1728739] Lspci.txt

2017-10-30 Thread Billy Olsen
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1728739/+attachment/5000572/+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/1728739

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were first introduced in the 4.5 Linux kernel and are
  thus not available in the 16.04 LTS 4.4 Linux Kernel. Attempting to
  map RBD images as block devices will fail due to not being able to
  understand these new tunables:

  (from kern.log)

  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

  Support for the new CRUSH tunables were added in upstream kernel 4.5
  in http://www.spinics.net/lists/ceph-devel/msg28421.html.

  [Test Case]

  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test

  [Regression Potential]

  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.

  [Additional Info]

  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:

  $ ceph osd crush tunables hammer

  However, changing the tunables to hammer fails to allow the cluster to take 
advantage of newer placement strategies which reduces the amount of data 
movement throughout the cluster.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct 31 01:23 seq
   crw-rw 1 root audio 116, 33 Oct 31 01:23 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  Ec2AMI: ami-0001
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic 
root=UUID=d7006b2f-ace6-464d-8b21-17180b3ed360 ro console=tty1 console=ttyS0
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-98-generic N/A
   linux-backports-modules-4.4.0-98-generic  N/A
   linux-firmwareN/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial ec2-images
  Uname: Linux 4.4.0-98-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.10.1-1ubuntu1~cloud0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-zesty
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.1-1ubuntu1~cloud0:bd04/01/2014:svnOpenStackFoundation:pnOpenStackNova:pvr15.0.6:cvnQEMU:ct1:cvrpc-i440fx-zesty:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 15.0.6
  dmi.sys.vendor: OpenStack Foundation

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

2017-10-30 Thread Billy Olsen
apport information

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

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

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were first introduced in the 4.5 Linux kernel and are
  thus not available in the 16.04 LTS 4.4 Linux Kernel. Attempting to
  map RBD images as block devices will fail due to not being able to
  understand these new tunables:

  (from kern.log)

  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

  Support for the new CRUSH tunables were added in upstream kernel 4.5
  in http://www.spinics.net/lists/ceph-devel/msg28421.html.

  [Test Case]

  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test

  [Regression Potential]

  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.

  [Additional Info]

  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:

  $ ceph osd crush tunables hammer

  However, changing the tunables to hammer fails to allow the cluster to take 
advantage of newer placement strategies which reduces the amount of data 
movement throughout the cluster.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct 31 01:23 seq
   crw-rw 1 root audio 116, 33 Oct 31 01:23 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  Ec2AMI: ami-0001
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic 
root=UUID=d7006b2f-ace6-464d-8b21-17180b3ed360 ro console=tty1 console=ttyS0
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-98-generic N/A
   linux-backports-modules-4.4.0-98-generic  N/A
   linux-firmwareN/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial ec2-images
  Uname: Linux 4.4.0-98-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.10.1-1ubuntu1~cloud0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-zesty
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.1-1ubuntu1~cloud0:bd04/01/2014:svnOpenStackFoundation:pnOpenStackNova:pvr15.0.6:cvnQEMU:ct1:cvrpc-i440fx-zesty:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 15.0.6
  dmi.sys.vendor: OpenStack Foundation

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

2017-10-30 Thread Billy Olsen
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1728739/+attachment/5000576/+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/1728739

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were first introduced in the 4.5 Linux kernel and are
  thus not available in the 16.04 LTS 4.4 Linux Kernel. Attempting to
  map RBD images as block devices will fail due to not being able to
  understand these new tunables:

  (from kern.log)

  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

  Support for the new CRUSH tunables were added in upstream kernel 4.5
  in http://www.spinics.net/lists/ceph-devel/msg28421.html.

  [Test Case]

  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test

  [Regression Potential]

  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.

  [Additional Info]

  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:

  $ ceph osd crush tunables hammer

  However, changing the tunables to hammer fails to allow the cluster to take 
advantage of newer placement strategies which reduces the amount of data 
movement throughout the cluster.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct 31 01:23 seq
   crw-rw 1 root audio 116, 33 Oct 31 01:23 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  Ec2AMI: ami-0001
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic 
root=UUID=d7006b2f-ace6-464d-8b21-17180b3ed360 ro console=tty1 console=ttyS0
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-98-generic N/A
   linux-backports-modules-4.4.0-98-generic  N/A
   linux-firmwareN/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial ec2-images
  Uname: Linux 4.4.0-98-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.10.1-1ubuntu1~cloud0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-zesty
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.1-1ubuntu1~cloud0:bd04/01/2014:svnOpenStackFoundation:pnOpenStackNova:pvr15.0.6:cvnQEMU:ct1:cvrpc-i440fx-zesty:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 15.0.6
  dmi.sys.vendor: OpenStack Foundation

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

2017-10-30 Thread Billy Olsen
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1728739/+attachment/5000571/+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/1728739

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were first introduced in the 4.5 Linux kernel and are
  thus not available in the 16.04 LTS 4.4 Linux Kernel. Attempting to
  map RBD images as block devices will fail due to not being able to
  understand these new tunables:

  (from kern.log)

  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

  Support for the new CRUSH tunables were added in upstream kernel 4.5
  in http://www.spinics.net/lists/ceph-devel/msg28421.html.

  [Test Case]

  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test

  [Regression Potential]

  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.

  [Additional Info]

  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:

  $ ceph osd crush tunables hammer

  However, changing the tunables to hammer fails to allow the cluster to take 
advantage of newer placement strategies which reduces the amount of data 
movement throughout the cluster.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct 31 01:23 seq
   crw-rw 1 root audio 116, 33 Oct 31 01:23 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  Ec2AMI: ami-0001
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic 
root=UUID=d7006b2f-ace6-464d-8b21-17180b3ed360 ro console=tty1 console=ttyS0
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-98-generic N/A
   linux-backports-modules-4.4.0-98-generic  N/A
   linux-firmwareN/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial ec2-images
  Uname: Linux 4.4.0-98-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.10.1-1ubuntu1~cloud0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-zesty
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.1-1ubuntu1~cloud0:bd04/01/2014:svnOpenStackFoundation:pnOpenStackNova:pvr15.0.6:cvnQEMU:ct1:cvrpc-i440fx-zesty:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 15.0.6
  dmi.sys.vendor: OpenStack Foundation

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

2017-10-30 Thread Billy Olsen
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1728739/+attachment/5000575/+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/1728739

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were first introduced in the 4.5 Linux kernel and are
  thus not available in the 16.04 LTS 4.4 Linux Kernel. Attempting to
  map RBD images as block devices will fail due to not being able to
  understand these new tunables:

  (from kern.log)

  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

  Support for the new CRUSH tunables were added in upstream kernel 4.5
  in http://www.spinics.net/lists/ceph-devel/msg28421.html.

  [Test Case]

  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test

  [Regression Potential]

  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.

  [Additional Info]

  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:

  $ ceph osd crush tunables hammer

  However, changing the tunables to hammer fails to allow the cluster to take 
advantage of newer placement strategies which reduces the amount of data 
movement throughout the cluster.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct 31 01:23 seq
   crw-rw 1 root audio 116, 33 Oct 31 01:23 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  Ec2AMI: ami-0001
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic 
root=UUID=d7006b2f-ace6-464d-8b21-17180b3ed360 ro console=tty1 console=ttyS0
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-98-generic N/A
   linux-backports-modules-4.4.0-98-generic  N/A
   linux-firmwareN/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial ec2-images
  Uname: Linux 4.4.0-98-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.10.1-1ubuntu1~cloud0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-zesty
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.1-1ubuntu1~cloud0:bd04/01/2014:svnOpenStackFoundation:pnOpenStackNova:pvr15.0.6:cvnQEMU:ct1:cvrpc-i440fx-zesty:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 15.0.6
  dmi.sys.vendor: OpenStack Foundation

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

2017-10-30 Thread Billy Olsen
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1728739/+attachment/5000574/+files/ProcCpuinfoMinimal.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/1728739

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were first introduced in the 4.5 Linux kernel and are
  thus not available in the 16.04 LTS 4.4 Linux Kernel. Attempting to
  map RBD images as block devices will fail due to not being able to
  understand these new tunables:

  (from kern.log)

  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

  Support for the new CRUSH tunables were added in upstream kernel 4.5
  in http://www.spinics.net/lists/ceph-devel/msg28421.html.

  [Test Case]

  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test

  [Regression Potential]

  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.

  [Additional Info]

  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:

  $ ceph osd crush tunables hammer

  However, changing the tunables to hammer fails to allow the cluster to take 
advantage of newer placement strategies which reduces the amount of data 
movement throughout the cluster.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct 31 01:23 seq
   crw-rw 1 root audio 116, 33 Oct 31 01:23 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  Ec2AMI: ami-0001
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic 
root=UUID=d7006b2f-ace6-464d-8b21-17180b3ed360 ro console=tty1 console=ttyS0
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-98-generic N/A
   linux-backports-modules-4.4.0-98-generic  N/A
   linux-firmwareN/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial ec2-images
  Uname: Linux 4.4.0-98-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.10.1-1ubuntu1~cloud0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-zesty
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.1-1ubuntu1~cloud0:bd04/01/2014:svnOpenStackFoundation:pnOpenStackNova:pvr15.0.6:cvnQEMU:ct1:cvrpc-i440fx-zesty:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 15.0.6
  dmi.sys.vendor: OpenStack Foundation

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

2017-10-30 Thread Billy Olsen
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1728739/+attachment/5000577/+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/1728739

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were first introduced in the 4.5 Linux kernel and are
  thus not available in the 16.04 LTS 4.4 Linux Kernel. Attempting to
  map RBD images as block devices will fail due to not being able to
  understand these new tunables:

  (from kern.log)

  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

  Support for the new CRUSH tunables were added in upstream kernel 4.5
  in http://www.spinics.net/lists/ceph-devel/msg28421.html.

  [Test Case]

  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test

  [Regression Potential]

  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.

  [Additional Info]

  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:

  $ ceph osd crush tunables hammer

  However, changing the tunables to hammer fails to allow the cluster to take 
advantage of newer placement strategies which reduces the amount of data 
movement throughout the cluster.
  --- 
  AlsaDevices:
   total 0
   crw-rw 1 root audio 116,  1 Oct 31 01:23 seq
   crw-rw 1 root audio 116, 33 Oct 31 01:23 timer
  AplayDevices: Error: [Errno 2] No such file or directory
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  DistroRelease: Ubuntu 16.04
  Ec2AMI: ami-0001
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: unavailable
  Ec2Ramdisk: unavailable
  IwConfig: Error: [Errno 2] No such file or directory
  Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: OpenStack Foundation OpenStack Nova
  Package: linux (not installed)
  PciMultimedia:
   
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic 
root=UUID=d7006b2f-ace6-464d-8b21-17180b3ed360 ro console=tty1 console=ttyS0
  ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-98-generic N/A
   linux-backports-modules-4.4.0-98-generic  N/A
   linux-firmwareN/A
  RfKill: Error: [Errno 2] No such file or directory
  Tags:  xenial ec2-images
  Uname: Linux 4.4.0-98-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.10.1-1ubuntu1~cloud0
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-zesty
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.1-1ubuntu1~cloud0:bd04/01/2014:svnOpenStackFoundation:pnOpenStackNova:pvr15.0.6:cvnQEMU:ct1:cvrpc-i440fx-zesty:
  dmi.product.name: OpenStack Nova
  dmi.product.version: 15.0.6
  dmi.sys.vendor: OpenStack Foundation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728739/+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 1728739] Re: Attempt to map rbd image from ceph jewel/luminous hangs

2017-10-30 Thread Billy Olsen
apport information

** Tags added: apport-collected ec2-images xenial

** Description changed:

  [Impact]
  
  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel client
  from a Jewel or Luminous Ceph cluster with optimal tunables fails due to
  feature set mismatch.
  
  The Jewel release of Ceph introduced a new set of CRUSH tunables. These
  tunables were first introduced in the 4.5 Linux kernel and are thus not
  available in the 16.04 LTS 4.4 Linux Kernel. Attempting to map RBD
  images as block devices will fail due to not being able to understand
  these new tunables:
  
  (from kern.log)
  
  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features
  
  Support for the new CRUSH tunables were added in upstream kernel 4.5 in
  http://www.spinics.net/lists/ceph-devel/msg28421.html.
  
  [Test Case]
  
  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test
  
  [Regression Potential]
  
  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.
  
  [Additional Info]
  
  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:
  
  $ ceph osd crush tunables hammer
  
- However, changing the tunables to hammer fails to allow the cluster to
- take advantage of newer placement strategies which reduces the amount of
- data movement throughout the cluster.
+ However, changing the tunables to hammer fails to allow the cluster to take 
advantage of newer placement strategies which reduces the amount of data 
movement throughout the cluster.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Oct 31 01:23 seq
+  crw-rw 1 root audio 116, 33 Oct 31 01:23 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.20.1-0ubuntu2.10
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: N/A
+ DistroRelease: Ubuntu 16.04
+ Ec2AMI: ami-0001
+ Ec2AMIManifest: FIXME
+ Ec2AvailabilityZone: nova
+ Ec2InstanceType: m1.small
+ Ec2Kernel: unavailable
+ Ec2Ramdisk: unavailable
+ IwConfig: Error: [Errno 2] No such file or directory
+ Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ MachineType: OpenStack Foundation OpenStack Nova
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic 
root=UUID=d7006b2f-ace6-464d-8b21-17180b3ed360 ro console=tty1 console=ttyS0
+ ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-98-generic N/A
+  linux-backports-modules-4.4.0-98-generic  N/A
+  linux-firmwareN/A
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  xenial ec2-images
+ Uname: Linux 4.4.0-98-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 04/01/2014
+ dmi.bios.vendor: SeaBIOS
+ dmi.bios.version: 1.10.1-1ubuntu1~cloud0
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: QEMU
+ dmi.chassis.version: pc-i440fx-zesty
+ dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.1-1ubuntu1~cloud0:bd04/01/2014:svnOpenStackFoundation:pnOpenStackNova:pvr15.0.6:cvnQEMU:ct1:cvrpc-i440fx-zesty:
+ dmi.product.name: OpenStack Nova
+ dmi.product.version: 15.0.6
+ dmi.sys.vendor: OpenStack Foundation

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1728739/+attachment/5000570/+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/1728739

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were 

[Kernel-packages] [Bug 751689] Re: [Lenovo Thinkpad x201s] Overheat due to slow fans when on 'auto'

2017-10-30 Thread Seth Arnold
John, note that the 'high -> won't fix' comes from importing Red Hat's
bugzilla statuses.

Furthermore, this bug has been such a dumping ground that it's probably
best to ignore this bug entirely and file a new issue if you're still
seeing problems.

Thanks

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

Title:
  [Lenovo Thinkpad x201s] Overheat due to slow fans when on 'auto'

Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Maverick:
  Won't Fix
Status in linux source package in Natty:
  Won't Fix
Status in linux source package in Precise:
  Won't Fix
Status in thinkfan package in Debian:
  Fix Released
Status in linux package in Fedora:
  Won't Fix

Bug description:
  On my Thinkpad x201s with an i7, if I utilize all of the CPUs/hyperthreads, 
the machine can be made to overheat very quickly. This is because of the 
default level setting of 'auto' in /proc/acpi/ibm/fan. On 'auto', the fan only 
ever goes up to around 4500rpm, while in 'disengaged' mode it can go as high as 
6400rpm. At 4500rpm, the CPU continues to climb until the system is forcibly 
shutdown at 100C. If I reload thinkpad_acpi like so:
  $ sudo rmmod thinkpad_acpi
  $ sudo modprobe thinkpad_acpi fan_control=1

  Then I can set the fan to disengaged mode manually:
  echo "level disengaged" > /proc/acpi/ibm/fan

  With this setting, I can utilize all of the CPUs for an extended time
  and not surpass 85C, still pretty hot but well under the 100C range.
  Furthermore, setting to level '7' (the supposed max fan speed) runs
  the fan at ~5300, well below the maximum fan speed.

  In maverick this did not seem to be as much of a problem (perhaps
  because of the lack of the big kernel lock in natty?).

  Related bugs:
  https://bugzilla.redhat.com/show_bug.cgi?id=675433
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610722 (against thinkfan 
package, but demonstrates that other x201 users are having the same problem)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: linux-image-2.6.38-7-generic 2.6.38-7.39
  Regression: Yes
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
  Uname: Linux 2.6.38-7-generic x86_64
  AcpiTables:
   Error: command ['gksu', '-D', 'Apport', '--', 
'/usr/share/apport/dump_acpi_tables.py'] failed with exit code 1: 
GNOME_SUDO_PASS
   Sorry, try again.
   sudo: 3 incorrect password attempts
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jamie  2641 F pulseaudio
   /dev/snd/pcmC0D0p:   jamie  2641 F...m pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf252 irq 43'
     Mixer name : 'Intel IbexPeak HDMI'
     Components : 'HDA:14f15069,17aa2156,00100302 
HDA:80862804,17aa21b5,0010'
     Controls  : 12
     Simple ctrls  : 6
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
6QHT28WW-1.09'
     Mixer name : 'ThinkPad EC 6QHT28WW-1.09'
     Components : ''
     Controls  : 1
     Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Date: Tue Apr  5 11:56:28 2011
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=58280e6e-d161-43ea-8593-a89fb7b6851a
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427.1)
  MachineType: LENOVO 5129CTO
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=82571cfb-fdda-4d2f-b708-f8924aa0fe21 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-2.6.38-7-generic N/A
   linux-backports-modules-2.6.38-7-generic  N/A
   linux-firmware1.49
  SourcePackage: linux
  UpgradeStatus: Upgraded to natty on 2011-02-24 (39 days ago)
  dmi.bios.date: 04/20/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6QET44WW (1.14 )
  dmi.board.name: 5129CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6QET44WW(1.14):bd04/20/2010:svnLENOVO:pn5129CTO:pvrThinkPadX201s:rvnLENOVO:rn5129CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 5129CTO
  dmi.product.version: ThinkPad X201s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug 

[Kernel-packages] [Bug 1728748] Missing required logs.

2017-10-30 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1728748

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: xenial

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

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728748/+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 1724911] Re: text VTs are unavailable on desktop after upgrade to Ubuntu 17.10

2017-10-30 Thread Steve Langasek
bb2eaba6458ace16f7e3504de8788374cb42b43d is good.

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

Title:
  text VTs are unavailable on desktop after upgrade to Ubuntu 17.10

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Artful:
  In Progress

Bug description:
  After upgrading my laptop to Ubuntu 17.10, I am unable to access
  gettys on any of the text-mode VTs on my system.

  gdm3 is running on VT1, my user session is running on VT2.  I can
  switch between these.  If I switch to VT3, I know that the VT switch
  has happened in the kernel because the X cursor disappears; but the
  display retains the output of my X session, and the text console with
  getty never appears.

  Switching back to VT2 works fine.

  The same problem occurs with either Wayland or X.

  My laptop is docked with an external monitor, which could be a factor.
  (I also notice that during boot, plymouth is only rendered on the
  internal monitor, not the external monitor; this may be related).  I
  have not yet tested whether this problem is reproducible if I undock.

  The system is booting with vt.handoff=7, which I believe is still the
  default in Ubuntu 17.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vorlon24080 F pulseaudio
   /dev/snd/controlC0:  vorlon24080 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 19 09:57:59 2017
  HibernationDevice: RESUME=UUID=6df76279-19ea-45a4-bec9-e4fdc858729a
  InstallationDate: Installed on 2010-09-24 (2582 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  MachineType: LENOVO 2306CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic.efi.signed 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-19 (0 days ago)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET97WW (2.57 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET97WW(2.57):bd10/25/2013:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad X230
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1724911/+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 1727544] Re: ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after fresh install

2017-10-30 Thread Agasi Gilang Persada
For your info, I reinstall the 16.04 with 17.10 and the touchpad still
doesn't 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/1727544

Title:
  ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after
  fresh install

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have installed Ubuntu 16.04 on my new Lenovo Ideapad 320 14AST. The 
touchpad is not working. I have followed this tutorial 
https://askubuntu.com/questions/763584/elantech-touchpad-not-working-on-ubuntu-16-04-and-arch-linux
 and it doesn't work. The touchpad is working fine on Windows. My kernel 
version is 4.10.0-37-generic.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  agasigp1605 F pulseaudio
   /dev/snd/controlC1:  agasigp1605 F pulseaudio
  CRDA:
   country ID: DFS-JP
(2402 - 2482 @ 20), (N/A, 20), (N/A)
(5735 - 5815 @ 20), (N/A, 23), (N/A)
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=da16f5a9-567e-4dd7-994a-eb64b6797690
  InstallationDate: Installed on 2017-10-25 (2 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 80XU
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-37-generic 
root=UUID=457b1305-a90d-462a-92c2-11d129eb1580 ro i8042.kbdreset=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-37-generic N/A
   linux-backports-modules-4.10.0-37-generic  N/A
   linux-firmware 1.157.12
  Tags:  xenial
  Uname: Linux 4.10.0-37-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/28/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5PCN18WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: No DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 320-14AST
  dmi.modalias: 
dmi:bvnLENOVO:bvr5PCN18WW:bd09/28/2017:svnLENOVO:pn80XU:pvrLenovoideapad320-14AST:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoideapad320-14AST:
  dmi.product.name: 80XU
  dmi.product.version: Lenovo ideapad 320-14AST
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1727544/+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 1728748] Re: ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3000.fw)...

2017-10-30 Thread sparticle
Just adding more detail on Kernel etc.

:~$ cat /proc/version
Linux version 4.4.0-97-generic (buildd@lcy01-33) (gcc version 5.4.0 20160609 
(Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #120-Ubuntu SMP Tue Sep 19 17:28:18 UTC 2017

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

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  New

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728748/+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 1728748] [NEW] ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3000.fw)...

2017-10-30 Thread sparticle
Public bug reported:

I have an issue where the firmware on demand for my Pci-e DVB S2 card
never gets loaded. Was working perfectly under 14.04 LTS after upgrade
to 16.04 card stopped working and it seems to be related to this
problem. Card firmeware loads fine. Tuner firmware cannot load even
though it is there and is confirmed with the correct mdsum etc.

Right now I have no working DVD S2 sat card. Any help appreciated.

:~$ lsb_release -rd
Description:Ubuntu 16.04.3 LTS
Release:16.04


dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
[   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
[   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
[   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
[   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
[   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
[   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
[   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
[   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
[   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
[   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
[   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
[   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
[   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
[ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
[ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...

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


** Tags: dvb firmware

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

Title:
  ds3000_firmware_ondemand: Waiting for firmware upload (dvb-fe-
  ds3000.fw)...

Status in linux package in Ubuntu:
  New

Bug description:
  I have an issue where the firmware on demand for my Pci-e DVB S2 card
  never gets loaded. Was working perfectly under 14.04 LTS after upgrade
  to 16.04 card stopped working and it seems to be related to this
  problem. Card firmeware loads fine. Tuner firmware cannot load even
  though it is there and is confirmed with the correct mdsum etc.

  Right now I have no working DVD S2 sat card. Any help appreciated.

  :~$ lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  
  dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
  [   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
  [   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
  [   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
  [   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
  [   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
  [   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
  [   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
  [   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
  [   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
  [ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
  [ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728748/+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 1326761] Re: Tevii S471 DVB-S2 card hangs on firmware upload

2017-10-30 Thread sparticle
So here we are in October 2017 I have the same issue since upgrade from
14.04 to 16.04 tried Other Ubuntu Variants. All was well before upgrade.
Afterwards Tevii S480 stopped working and it seems it is related to this
bug. The firmware is all there just never gets loaded.

 dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware
[   21.609353] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
[   21.760021] dvb-usb: found a 'TeVii S660 USB' in warm state.
[   21.760157] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
[   22.011709] dvb-usb: MAC address: 00:18:bd:5b:34:19
[   22.672195] dvb-usb: schedule remote query interval to 150 msecs.
[   22.672197] dvb-usb: TeVii S660 USB successfully initialized and connected.
[   22.672223] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to 
load a firmware
[   22.672248] dvb-usb: downloading firmware from file 'dvb-usb-s660.fw'
[   22.828038] dvb-usb: found a 'TeVii S660 USB' in warm state.
[   22.828188] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
[   23.066430] dvb-usb: MAC address: 00:18:bd:5b:34:1a
[   23.085944] dvb-usb: schedule remote query interval to 150 msecs.
[   23.085945] dvb-usb: TeVii S660 USB successfully initialized and connected.
[ 2439.905073] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...
[ 2440.548843] ds3000_firmware_ondemand: Waiting for firmware upload 
(dvb-fe-ds3000.fw)...

Is there any light on the horizon with a fix for this or a workaround?

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

Title:
  Tevii S471 DVB-S2 card hangs on firmware upload

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have fresh installed Ubuntu Trusty Tahr (Server) with kernel 3.13.0-29.
  Firmware file dvb-fe-ds3000.fw is putted into /lib/firmware
  On a system cold start I see in syslog:

  Jun  5 16:00:54 MMC kernel: [9.601460] cx23885 driver version 0.0.3 loaded
  Jun  5 16:00:54 MMC kernel: [9.601881] CORE cx23885[0]: subsystem: 
d471:9022, board: TeVii S471 [card=35,autodetected]
  Jun  5 16:00:54 MMC kernel: [9.750010] cx23885_dvb_register() allocating 
1 frontend(s)
  Jun  5 16:00:54 MMC kernel: [9.758499] cx23885[0]: cx23885 based dvb card
  Jun  5 16:00:54 MMC kernel: [9.879035] DVB: registering new adapter 
(cx23885[0])
  Jun  5 16:00:54 MMC kernel: [9.879047] cx23885 :01:00.0: DVB: 
registering adapter 0 frontend 0 (Montage Technology DS3000)...
  Jun  5 16:00:54 MMC kernel: [9.894578] cx23885_dev_checkrevision() 
Hardware revision = 0xa5
  Jun  5 16:00:54 MMC kernel: [9.894595] cx23885[0]/0: found at 
:01:00.0, rev: 4, irq: 16, latency: 0, mmio: 0xfe80

  
  But if I try to scan channels by scan or tvheadend I see this repeated lines:

  Jun  5 16:01:04 MMC kernel: [   20.051633] ds3000_firmware_ondemand: Waiting 
for firmware upload (dvb-fe-ds3000.fw)...
  Jun  5 16:01:04 MMC kernel: [   20.052608] ds3000_firmware_ondemand: Waiting 
for firmware upload(2)...

  Card works under Debian linux kernel image from unstable repo (linux-
  image-3.14.1)

  manjur@MMC:~$ lsb_release -rd
  Description:Ubuntu 14.04 LTS
  Release:14.04
  manjur@MMC:~$ apt-cache policy linux-image-generic
  linux-image-generic:
Installed: 3.13.0.29.35
Candidate:   3.13.0.29.35
Version table:
   *** 3.13.0.29.35 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.13.0.27.33 0
  500 http://kz.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
   3.13.0.24.28 0
  500 http://kz.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-29-generic 3.13.0-29.52
  ProcVersionSignature: Ubuntu 3.13.0-29.52-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D0c', 
'/dev/snd/pcmC1D0p', '/dev/snd/pcmC1D1p', '/dev/snd/pcmC1D2c', 
'/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: 'iw'
  Date: Thu Jun  5 17:31:07 2014
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-29-generic 
root=UUID=e93b9d23-aced-4d3c-bb1e-07346406d8de ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   

[Kernel-packages] [Bug 1728739] Missing required logs.

2017-10-30 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1728739

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

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were first introduced in the 4.5 Linux kernel and are
  thus not available in the 16.04 LTS 4.4 Linux Kernel. Attempting to
  map RBD images as block devices will fail due to not being able to
  understand these new tunables:

  (from kern.log)

  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

  Support for the new CRUSH tunables were added in upstream kernel 4.5
  in http://www.spinics.net/lists/ceph-devel/msg28421.html.

  [Test Case]

  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test

  [Regression Potential]

  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.

  [Additional Info]

  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:

  $ ceph osd crush tunables hammer

  However, changing the tunables to hammer fails to allow the cluster to
  take advantage of newer placement strategies which reduces the amount
  of data movement throughout the cluster.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728739/+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 1728739] [NEW] Attempt to map rbd image from ceph jewel/luminous hangs

2017-10-30 Thread Billy Olsen
Public bug reported:

[Impact]

Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel client
from a Jewel or Luminous Ceph cluster with optimal tunables fails due to
feature set mismatch.

The Jewel release of Ceph introduced a new set of CRUSH tunables. These
tunables were first introduced in the 4.5 Linux kernel and are thus not
available in the 16.04 LTS 4.4 Linux Kernel. Attempting to map RBD
images as block devices will fail due to not being able to understand
these new tunables:

(from kern.log)

Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

Support for the new CRUSH tunables were added in upstream kernel 4.5 in
http://www.spinics.net/lists/ceph-devel/msg28421.html.

[Test Case]

1. Deploy a Jewel or Luminous Ceph cluster.
2. Create rbd image suitable for the kernel client:
  $ rbd create --pool rbd --image-feature layering --size 1G test
3. Map the rbd image to the local server:
  $ rbd map --pool rbd test

[Regression Potential]

Minimal. Code is limited to kernel rbd driver and new code should
primarily affect clients connecting to clusters with the new tunables
options.

[Additional Info]

A workaround is to change the crush tunables configured for the Ceph
cluster to a legacy version (hammer or lower) via:

$ ceph osd crush tunables hammer

However, changing the tunables to hammer fails to allow the cluster to
take advantage of newer placement strategies which reduces the amount of
data movement throughout the cluster.

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


** Tags: sts

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

Title:
  Attempt to map rbd image from ceph jewel/luminous hangs

Status in linux package in Ubuntu:
  New

Bug description:
  [Impact]

  Attempting to map an rbd image using the 4.4 LTS (Xenial) kernel
  client from a Jewel or Luminous Ceph cluster with optimal tunables
  fails due to feature set mismatch.

  The Jewel release of Ceph introduced a new set of CRUSH tunables.
  These tunables were first introduced in the 4.5 Linux kernel and are
  thus not available in the 16.04 LTS 4.4 Linux Kernel. Attempting to
  map RBD images as block devices will fail due to not being able to
  understand these new tunables:

  (from kern.log)

  Oct 30 21:19:05 ceph-7 kernel: [  815.674075] Key type ceph registered
  Oct 30 21:19:05 ceph-7 kernel: [  815.676862] libceph: loaded (mon/osd proto 
15/24)
  Oct 30 21:19:05 ceph-7 kernel: [  815.678970] rbd: loaded (major 251)
  Oct 30 21:19:05 ceph-7 kernel: [  815.689556] libceph: mon0 10.5.0.19:6789 
feature set mismatch, my 106b84a842a42 < server's 40106b84a842a42, missing 
400
  Oct 30 21:19:05 ceph-7 kernel: [  815.692897] libceph: mon0 10.5.0.19:6789 
missing required protocol features

  Support for the new CRUSH tunables were added in upstream kernel 4.5
  in http://www.spinics.net/lists/ceph-devel/msg28421.html.

  [Test Case]

  1. Deploy a Jewel or Luminous Ceph cluster.
  2. Create rbd image suitable for the kernel client:
$ rbd create --pool rbd --image-feature layering --size 1G test
  3. Map the rbd image to the local server:
$ rbd map --pool rbd test

  [Regression Potential]

  Minimal. Code is limited to kernel rbd driver and new code should
  primarily affect clients connecting to clusters with the new tunables
  options.

  [Additional Info]

  A workaround is to change the crush tunables configured for the Ceph
  cluster to a legacy version (hammer or lower) via:

  $ ceph osd crush tunables hammer

  However, changing the tunables to hammer fails to allow the cluster to
  take advantage of newer placement strategies which reduces the amount
  of data movement throughout the cluster.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728739/+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 1728417] Re: Xubuntu suspend fails - shuts down instead

2017-10-30 Thread Colin Pretorius
Suspend has never worked on this machine - I started with 17.04 early
October and upgraded to 17.10 last week.

I've just tested with a mainline kernel (4.14.0-041400rc7-generic
#201710292231 SMP Sun Oct 29 22:32:07 UTC 2017 x86_64 x86_64 x86_64
GNU/Linux) - suspending still results in same behaviour.

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

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

Title:
  Xubuntu suspend fails - shuts down instead

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Suspending my machine (Xubuntu Whisker menu/Log out/Suspend) causes it
  to shut down instead (or at the very least, to restart when powering
  on again).

  Observed: after clicking on 'Suspend', the screen blanks, 10 seconds
  pass, then the machine powers down. When I power up again, it returns
  to the BIOS post screen, then Xubuntu boot splash screen, then login.

  Notes:

  * machine is a recent build, previously running 17.04. Had the same
  issue (and suspend error messages in syslog), so this does not appear
  to be related to the 17.10 upgrade.

  * given the "wpasupplicant failed with error code 254" line in syslog,
  and following comments in https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=835648, I tried removing wpasupplicant from
  /lib/systemd/system-suspend. This resulted in the machine suspending
  sooner (no time-out), but suspend still failed.

  * Separately, I tried switching to the nouveau driver (I'd seem some
  mentions of problematic proprietary nvidia drivers). This too made no
  difference.

  Please let me know if I can provide any other information.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  colin  1460 F pulseaudio
   /dev/snd/controlC1:  colin  1460 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sun Oct 29 15:03:36 2017
  InstallationDate: Installed on 2017-10-13 (15 days ago)
  InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic.efi.signed 
root=UUID=dcb5dfa5-9644-4b53-be57-ffadb28e8f45 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-25 (3 days ago)
  dmi.bios.date: 09/08/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0902
  dmi.board.asset.tag: Default string
  dmi.board.name: ROG STRIX B350-F GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0902:bd09/08/2017:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXB350-FGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  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/1728417/+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 1728724] Status changed to Confirmed

2017-10-30 Thread Ubuntu Kernel Bot
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/1728724

Title:
  package linux-image-4.4.0-97-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hi. i was updating my OS and at the same time i was testing checkbox
  services. i aborted the testing service in the middle of updates.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-97-generic (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
  Uname: Linux 4.4.0-93-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stealth1645 F pulseaudio
  Date: Mon Oct 30 22:20:21 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=9c734fcf-bf0e-46c8-bf53-6a129e895b3f
  InstallationDate: Installed on 2017-02-18 (254 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0bda:5801 Realtek Semiconductor Corp. 
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Hewlett-Packard HP ProBook 6450b
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-93-generic 
root=UUID=90392a73-6811-430d-a82d-9ccbf769b538 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.14
  SourcePackage: linux
  Title: package linux-image-4.4.0-97-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/11/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68CDE Ver. F.06
  dmi.board.name: 146D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 73.13
  dmi.chassis.asset.tag: S08603
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CDEVer.F.06:bd01/11/2011:svnHewlett-Packard:pnHPProBook6450b:pvr:rvnHewlett-Packard:rn146D:rvrKBCVersion73.13:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 6450b
  dmi.sys.vendor: Hewlett-Packard

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

2017-10-30 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1728730

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

Title:
  duplicity gets stuck

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  In 16.10 duplicity seemed to run out of memory. In 17.04 duplicity
  worked again to my satisfaction.

  Now in 17.10 there is a problem with duplicity again. It seems to get
  stuck after a while. I can move the mouse and see the pointer move on
  the display but nothing else works. Only way to get on is to power off
  (and power on again).

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

2017-10-30 Thread Ubuntu Kernel Bot
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/1728727

Title:
  Just says internal error during start up

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I can continue without problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic i686
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tpollak2576 F pulseaudio
  CurrentDesktop: XFCE
  Date: Mon Oct 30 22:52:48 2017
  HibernationDevice: RESUME=UUID=7990e6f0-da08-4515-8325-4274e8fb0f6e
  InstallationDate: Installed on 2012-10-28 (1828 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
  MachineType: Dell Inc. Dell System XPS L502X
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=3559c00a-08a7-47af-be43-42f35c769319 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-25 (5 days ago)
  dmi.bios.date: 07/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0NJT03
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/20/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.family: HuronRiver System
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728727/+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 1728413] Re: On-screen-keyboard keeps popping up even though physical keyboard is connected

2017-10-30 Thread Sebastien Bacher
seems similar to bug #1723857 and more likely to be an userspace issue
than a kernel one

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

Title:
  On-screen-keyboard keeps popping up even though physical keyboard is
  connected

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a laptop with touch screen. The screen can be disconnected from
  the keyboard for use as a tablet.

  When I have the screen disconnected from the keyboard and I touch a
  text-input field then the on-screen-keyboard comes up. This works as
  expected.

  However, the on-screen-keyboard ALSO pops up when the keyboard is connected. 
That is quite irritating. I would expect that the on-screen-keyboard does not 
show up when I have a physical keyboard attached.
  --- 
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   peter 10998 F...m pulseaudio
   /dev/snd/controlC0:  peter 10998 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 17.10
  HibernationDevice: RESUME=UUID=f1546bcb-f4e8-4393-a32e-0f014e1e9bd3
  InstallationDate: Installed on 2017-10-29 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: HP HP Pavilion x2 Detachable
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic.efi.signed 
root=UUID=e11fcd52-994f-4f5f-814f-f95ea37ccc46 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/14/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F.13
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 8181
  dmi.board.vendor: HP
  dmi.board.version: 42.25
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF.13:bd03/14/2016:svnHP:pnHPPavilionx2Detachable:pvr:rvnHP:rn8181:rvr42.25:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=SPT
  dmi.product.name: HP Pavilion x2 Detachable
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728413/+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 1728412] Re: Titlebar of firefox does not respond to touch screen

2017-10-30 Thread Sebastien Bacher
** Package changed: linux (Ubuntu) => firefox (Ubuntu)

** Changed in: firefox (Ubuntu)
   Status: Incomplete => 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/1728412

Title:
  Titlebar of firefox does not respond to touch screen

Status in firefox package in Ubuntu:
  New

Bug description:
  I have a laptop with a touch screen and a new installation of 17.10.

  For the most part the touch screen is supported ok. I can move around
  most windows ok, I can zoom in the pdf viewer with a two-finger-pinch
  gesture. However, firefox has a differently looking toolbar and I can
  neither move the window, nor does it react to tapping the
  minimise/maximise/close buttons.

  I assume that I am running wayland by looking at these variables:

  echo $WAYLAND_DISPLAY $XDG_SESSION_DESKTOP $XDG_SESSION_TYPE 
  wayland-0 ubuntu wayland
  --- 
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   peter 10998 F...m pulseaudio
   /dev/snd/controlC0:  peter 10998 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 17.10
  HibernationDevice: RESUME=UUID=f1546bcb-f4e8-4393-a32e-0f014e1e9bd3
  InstallationDate: Installed on 2017-10-29 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: HP HP Pavilion x2 Detachable
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic.efi.signed 
root=UUID=e11fcd52-994f-4f5f-814f-f95ea37ccc46 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/14/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F.13
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 8181
  dmi.board.vendor: HP
  dmi.board.version: 42.25
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF.13:bd03/14/2016:svnHP:pnHPPavilionx2Detachable:pvr:rvnHP:rn8181:rvr42.25:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=SPT
  dmi.product.name: HP Pavilion x2 Detachable
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1728412/+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 1728730] [NEW] duplicity gets stuck

2017-10-30 Thread Tommy Pollák
Public bug reported:

In 16.10 duplicity seemed to run out of memory. In 17.04 duplicity
worked again to my satisfaction.

Now in 17.10 there is a problem with duplicity again. It seems to get
stuck after a while. I can move the mouse and see the pointer move on
the display but nothing else works. Only way to get on is to power off
(and power on again).

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: 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/1728730

Title:
  duplicity gets stuck

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  In 16.10 duplicity seemed to run out of memory. In 17.04 duplicity
  worked again to my satisfaction.

  Now in 17.10 there is a problem with duplicity again. It seems to get
  stuck after a while. I can move the mouse and see the pointer move on
  the display but nothing else works. Only way to get on is to power off
  (and power on again).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728730/+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 1728727] [NEW] Just says internal error during start up

2017-10-30 Thread Tommy Pollák
Public bug reported:

I can continue without problems.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-16-generic 4.13.0-16.19
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic i686
ApportVersion: 2.20.7-0ubuntu3.1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tpollak2576 F pulseaudio
CurrentDesktop: XFCE
Date: Mon Oct 30 22:52:48 2017
HibernationDevice: RESUME=UUID=7990e6f0-da08-4515-8325-4274e8fb0f6e
InstallationDate: Installed on 2012-10-28 (1828 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
MachineType: Dell Inc. Dell System XPS L502X
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=3559c00a-08a7-47af-be43-42f35c769319 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.13.0-16-generic N/A
 linux-backports-modules-4.13.0-16-generic  N/A
 linux-firmware 1.169
SourcePackage: linux
UpgradeStatus: Upgraded to artful on 2017-10-25 (5 days ago)
dmi.bios.date: 07/20/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0NJT03
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/20/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.family: HuronRiver System
dmi.product.name: Dell System XPS L502X
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug artful i386

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

Title:
  Just says internal error during start up

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I can continue without problems.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic i686
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tpollak2576 F pulseaudio
  CurrentDesktop: XFCE
  Date: Mon Oct 30 22:52:48 2017
  HibernationDevice: RESUME=UUID=7990e6f0-da08-4515-8325-4274e8fb0f6e
  InstallationDate: Installed on 2012-10-28 (1828 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
  MachineType: Dell Inc. Dell System XPS L502X
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=3559c00a-08a7-47af-be43-42f35c769319 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-25 (5 days ago)
  dmi.bios.date: 07/20/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0NJT03
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/20/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.family: HuronRiver System
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728727/+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 1728724] [NEW] package linux-image-4.4.0-97-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-10-30 Thread Sameul Jordan
Public bug reported:

Hi. i was updating my OS and at the same time i was testing checkbox
services. i aborted the testing service in the middle of updates.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-97-generic (not installed)
ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
Uname: Linux 4.4.0-93-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  stealth1645 F pulseaudio
Date: Mon Oct 30 22:20:21 2017
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
HibernationDevice: RESUME=UUID=9c734fcf-bf0e-46c8-bf53-6a129e895b3f
InstallationDate: Installed on 2017-02-18 (254 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
Lsusb:
 Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 003: ID 0bda:5801 Realtek Semiconductor Corp. 
 Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Hewlett-Packard HP ProBook 6450b
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-93-generic 
root=UUID=90392a73-6811-430d-a82d-9ccbf769b538 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.14
SourcePackage: linux
Title: package linux-image-4.4.0-97-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/11/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CDE Ver. F.06
dmi.board.name: 146D
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 73.13
dmi.chassis.asset.tag: S08603
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CDEVer.F.06:bd01/11/2011:svnHewlett-Packard:pnHPProBook6450b:pvr:rvnHewlett-Packard:rn146D:rvrKBCVersion73.13:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 6450b
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-package need-duplicate-check xenial

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

Title:
  package linux-image-4.4.0-97-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

Status in linux package in Ubuntu:
  New

Bug description:
  Hi. i was updating my OS and at the same time i was testing checkbox
  services. i aborted the testing service in the middle of updates.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-97-generic (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
  Uname: Linux 4.4.0-93-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  stealth1645 F pulseaudio
  Date: Mon Oct 30 22:20:21 2017
  ErrorMessage: subprocess new pre-installation script returned error exit 
status 128
  HibernationDevice: RESUME=UUID=9c734fcf-bf0e-46c8-bf53-6a129e895b3f
  InstallationDate: Installed on 2017-02-18 (254 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0bda:5801 Realtek Semiconductor Corp. 
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Hewlett-Packard HP ProBook 6450b
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-93-generic 
root=UUID=90392a73-6811-430d-a82d-9ccbf769b538 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.14
  SourcePackage: linux
  Title: package linux-image-4.4.0-97-generic (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/11/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68CDE Ver. F.06
  dmi.board.name: 146D
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 73.13
  dmi.chassis.asset.tag: S08603
  dmi.chassis.type: 10
  

[Kernel-packages] [Bug 1728098] Re: [kernel] tty/hvc: Use opal irqchip interface if available

2017-10-30 Thread Joseph Salisbury
I built a Xenial test kernel with commit 00dab8187e18.  The test kernel can be 
downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1728098/

Be sure to install both the linux-image and linux-image-extra .deb
packages.

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

Title:
  [kernel] tty/hvc: Use opal irqchip interface if available

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  ---Problem Description---
  Please backport console irq patch .

  commit 00dab8187e182da41122f66c207707b192509df4
  Author: Sam Mendoza-Jonas 
  Date:   Mon Jul 11 13:38:58 2016 +1000

  tty/hvc: Use opal irqchip interface if available
  
  Update the hvc driver to use the OPAL irqchip if made available by the
  running firmware. If it is not present, the driver falls back to the
  existing OPAL event number.
  
  Signed-off-by: Samuel Mendoza-Jonas 
  Signed-off-by: Michael Ellerman 

  ---uname output---
  Linux tul217p1 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:23:01 UTC 2017 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = FSP based PowerNV system 
   
  Canonical,

  We need this patch in 16.04 GA 4.4 kernel. This fix will avoid the
  following error:

  Oct 19 22:15:07 tul217p1 kernel: sched: RT throttling activated
  Oct 19 22:15:49 tul217p1 kernel: INFO: rcu_sched self-detected stall on CPU
  Oct 19 22:15:49 tul217p1 kernel:21-...: (85 GPs behind) 
idle=d29/142/0 softirq=26316/26316 fqs=4417
  Oct 19 22:15:49 tul217p1 kernel: (t=5250 jiffies g=30019 c=30018 
q=20591)
  Oct 19 22:15:49 tul217p1 kernel: Call Trace:
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f110] [c00fcbe0] 
sched_show_task+0xe0/0x180 (unreliable)
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f180] [c013fcf4] 
rcu_dump_cpu_stacks+0xe4/0x150
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f1d0] [c0145424] 
rcu_check_callbacks+0x6b4/0x9b0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f300] [c014d288] 
update_process_times+0x58/0xa0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f330] [c01649b8] 
tick_sched_handle.isra.6+0x48/0xe0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f370] [c0164ab4] 
tick_sched_timer+0x64/0xd0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f3b0] [c014dd54] 
__hrtimer_run_queues+0x124/0x450
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f440] [c014ed7c] 
hrtimer_interrupt+0xec/0x2c0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f500] [c001f5fc] 
__timer_interrupt+0x8c/0x290
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f550] [c001f9b0] 
timer_interrupt+0xa0/0xe0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f580] [c00099d8] 
restore_check_irq_replay+0x54/0x70
  Oct 19 22:15:49 tul217p1 kernel: --- interrupt: 901 at 
arch_local_irq_restore+0x74/0x90
   LR = arch_local_irq_restore+0x74/0x90
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f870] [7fff] 
0x7fff (unreliable)
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f890] [c00bf808] 
__do_softirq+0xd8/0x3e0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f980] [c00bfd88] 
irq_exit+0xc8/0x100
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f9a0] [c001f9b4] 
timer_interrupt+0xa4/0xe0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f9d0] [c00099d8] 
restore_check_irq_replay+0x54/0x70
  Oct 19 22:15:49 tul217p1 kernel: --- interrupt: 901 at 
irq_work_queue+0x60/0xd0
   LR = irq_work_queue+0xa4/0xd0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fcc0] [c007f4d0fd00] 
0xc007f4d0fd00 (unreliable)
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fcf0] [c0076a98] 
opal_handle_events+0x108/0x130
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fd40] [c0070fc8] 
kopald+0x78/0x100
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fd80] [c00e7374] 
kthread+0x124/0x150
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fe30] [c0009538] 
ret_from_kernel_thread+0x5c/0xa4
  Oct 19 22:15:54 tul217p1 kernel: NMI watchdog: BUG: soft lockup - CPU#21 
stuck for 23s! [kopald:494]
  Oct 19 22:15:54 tul217p1 kernel: Modules linked in: ibmpowernv binfmt_misc 
ipmi_powernv ipmi_msghandler leds_powernv powernv_rng
  uio_pdrv_genirq uio vmx_crypto nfsd auth_rpcgss nfs_acl lockd ib_iser grace 
rdma_cm iw_cm sunrpc ib_cm ib_sa ib_mad ib_core ib_
  addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi autofs4 btrfs 
raid10 raid456 async_raid6_recov async_memcpy async_pq a
  sync_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear ipr cxl
  Oct 

[Kernel-packages] [Bug 1728098] Re: [kernel] tty/hvc: Use opal irqchip interface if available

2017-10-30 Thread Frank Heimes
** Changed in: ubuntu-power-systems
   Status: New => In Progress

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

Title:
  [kernel] tty/hvc: Use opal irqchip interface if available

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  ---Problem Description---
  Please backport console irq patch .

  commit 00dab8187e182da41122f66c207707b192509df4
  Author: Sam Mendoza-Jonas 
  Date:   Mon Jul 11 13:38:58 2016 +1000

  tty/hvc: Use opal irqchip interface if available
  
  Update the hvc driver to use the OPAL irqchip if made available by the
  running firmware. If it is not present, the driver falls back to the
  existing OPAL event number.
  
  Signed-off-by: Samuel Mendoza-Jonas 
  Signed-off-by: Michael Ellerman 

  ---uname output---
  Linux tul217p1 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:23:01 UTC 2017 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = FSP based PowerNV system 
   
  Canonical,

  We need this patch in 16.04 GA 4.4 kernel. This fix will avoid the
  following error:

  Oct 19 22:15:07 tul217p1 kernel: sched: RT throttling activated
  Oct 19 22:15:49 tul217p1 kernel: INFO: rcu_sched self-detected stall on CPU
  Oct 19 22:15:49 tul217p1 kernel:21-...: (85 GPs behind) 
idle=d29/142/0 softirq=26316/26316 fqs=4417
  Oct 19 22:15:49 tul217p1 kernel: (t=5250 jiffies g=30019 c=30018 
q=20591)
  Oct 19 22:15:49 tul217p1 kernel: Call Trace:
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f110] [c00fcbe0] 
sched_show_task+0xe0/0x180 (unreliable)
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f180] [c013fcf4] 
rcu_dump_cpu_stacks+0xe4/0x150
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f1d0] [c0145424] 
rcu_check_callbacks+0x6b4/0x9b0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f300] [c014d288] 
update_process_times+0x58/0xa0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f330] [c01649b8] 
tick_sched_handle.isra.6+0x48/0xe0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f370] [c0164ab4] 
tick_sched_timer+0x64/0xd0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f3b0] [c014dd54] 
__hrtimer_run_queues+0x124/0x450
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f440] [c014ed7c] 
hrtimer_interrupt+0xec/0x2c0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f500] [c001f5fc] 
__timer_interrupt+0x8c/0x290
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f550] [c001f9b0] 
timer_interrupt+0xa0/0xe0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f580] [c00099d8] 
restore_check_irq_replay+0x54/0x70
  Oct 19 22:15:49 tul217p1 kernel: --- interrupt: 901 at 
arch_local_irq_restore+0x74/0x90
   LR = arch_local_irq_restore+0x74/0x90
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f870] [7fff] 
0x7fff (unreliable)
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f890] [c00bf808] 
__do_softirq+0xd8/0x3e0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f980] [c00bfd88] 
irq_exit+0xc8/0x100
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f9a0] [c001f9b4] 
timer_interrupt+0xa4/0xe0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f9d0] [c00099d8] 
restore_check_irq_replay+0x54/0x70
  Oct 19 22:15:49 tul217p1 kernel: --- interrupt: 901 at 
irq_work_queue+0x60/0xd0
   LR = irq_work_queue+0xa4/0xd0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fcc0] [c007f4d0fd00] 
0xc007f4d0fd00 (unreliable)
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fcf0] [c0076a98] 
opal_handle_events+0x108/0x130
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fd40] [c0070fc8] 
kopald+0x78/0x100
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fd80] [c00e7374] 
kthread+0x124/0x150
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fe30] [c0009538] 
ret_from_kernel_thread+0x5c/0xa4
  Oct 19 22:15:54 tul217p1 kernel: NMI watchdog: BUG: soft lockup - CPU#21 
stuck for 23s! [kopald:494]
  Oct 19 22:15:54 tul217p1 kernel: Modules linked in: ibmpowernv binfmt_misc 
ipmi_powernv ipmi_msghandler leds_powernv powernv_rng
  uio_pdrv_genirq uio vmx_crypto nfsd auth_rpcgss nfs_acl lockd ib_iser grace 
rdma_cm iw_cm sunrpc ib_cm ib_sa ib_mad ib_core ib_
  addr iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi autofs4 btrfs 
raid10 raid456 async_raid6_recov async_memcpy async_pq a
  sync_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear ipr cxl
  Oct 19 22:15:54 tul217p1 kernel: CPU: 21 PID: 494 Comm: kopald Not tainted 
4.4.0-98-generic #121-Ubuntu
  Oct 19 22:15:54 tul217p1 kernel: task: 

[Kernel-packages] [Bug 1713576] Re: More migrations with constant load

2017-10-30 Thread bugproxy
--- Comment From jhop...@us.ibm.com 2017-10-30 16:55 EDT---
Thanks, I verified the fix in -proposed dramatically reduces unnecessary 
migrations as expected and improves performance using an underutilized ebizzy 
testcase.

with previous kernel:
4.10.0-34-generic
5,640  sched:sched_migrate_task

with -proposed kernel:
4.10.0-38-generic
516  sched:sched_migrate_task

testcase was run on a 32core system:
# perf stat -a -r 5 -e sched:sched_migrate_task ./ebizzy -t 35 -S 100

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

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

Title:
  More migrations with constant load

Status in The Ubuntu-power-systems project:
  In Progress
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Zesty:
  Fix Released

Bug description:
  == SRU Justification ==
  There is a significantly higher number of task migrations when the load is 
  fixed and not balanced across cores.

  Benchmark results are posted in the bug description and in the commits
  git log.

  This bug is resolved by mainline commit 
05b40e057734811ce452344fb3690d09965a7b6a, which is 
  in mailine as of 4.12-rc1.

  
  == Fix ==
  commit 05b40e057734811ce452344fb3690d09965a7b6a
  Author: Srikar Dronamraju 
  Date:   Wed Mar 22 23:27:50 2017 +0530

  sched/fair: Prefer sibiling only if local group is under-utilized

  == Regression Potential ==
  Medium, since this commit does touch the scheduler.  However, the commit only 
makes a change to 
  allow a local group to pull a task, if the source group has more number of 
  tasks than the local group.

  == Test Case ==
  A test kernel was built with this patch and tested by the original bug 
reporter.
  The bug reporter states the test kernel resolved the bug.


  
  == Comment: #0 - PUVICHAKRAVARTHY RAMACHANDRAN  - 2017-08-06 13:44:45 ==
  ---Problem Description---
  Significantly higher number of task migrations when the load is fixed but not 
balanced across cores.

  ---uname output---
  Linux isvbos3 4.10.0-29-generic #33~16.04.1-Ubuntu SMP Tue Jul 25 18:17:06 
UTC 2017 ppc64le ppc64le ppc64le GNU/Linux

  ---Additional Hardware Info---
  Power9 dd2.0

  Machine Type = Power9

  ---Steps to Reproduce---
   Benchmark : Multithreaded - cpu intensive. The system had 2 socket/ 32 
cores/ SMT4 mode.

  When 64 threads was run - the migrations were less over 10s interval.
  when 80 threads were run - the migrations were very high.

  Ideally, it should have been very minimal, as the over all load was
  constant

  == Comment: #3 - SRIKAR DRONAMRAJU - 2017-08-11 06:56:47 ==
  As suspected (commit :  05b40e0577 : "sched/fair: Prefer sibiling only if 
local group is under-utilized")
  
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=05b40e0577
  should fix the problem

  Ran ' perf stat -a -r 5 -e sched:sched_migrate_task 
/home/srikar/work/ebizzy-0.3/ebizzy -t 35 -S 100'
  to detect the problem and verify the fix

  Here is perf stat without fix.

  Performance counter stats for 'system wide' (5 runs):

   7,758  sched:sched_migrate_task
  ( +-  1.28% )

   100.015658079 seconds time elapsed
  ( +-  0.00% )

  perf stat with fix.

  Performance counter stats for 'system wide' (5 runs):

     415  sched:sched_migrate_task
  ( +- 11.74% )

   100.016021787 seconds time elapsed
  ( +-  0.00% )

  git describe on upstream kernel says v4.11-rc2
  # git describe 05b40e0577
  v4.11-rc2-227-g05b40e0

  == Comment: #4 - SRIKAR DRONAMRAJU - 2017-08-11 07:05:37 ==
  Attaching the patch that needs to be applied to fix this bug.
  Verified that patch fixes the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1713576/+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 1728176] Re: [259062.932335] RTNL: assertion failed at /build/linux-XO_uEE/linux-4.13.0/net/core/dev.c (2398)

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7

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

Title:
  [259062.932335] RTNL: assertion failed at /build/linux-
  XO_uEE/linux-4.13.0/net/core/dev.c (2398)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm using sudo hibernate and appears this error.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  oquezada   5881 F pulseaudio
   /dev/snd/controlC1:  oquezada   5881 F pulseaudio
  Date: Fri Oct 27 10:36:13 2017
  Failure: oops
  HibernationDevice: RESUME=UUID=1fa3e236-d4b9-4ffc-b191-d5975773637b
  MachineType: LENOVO 20217
  OopsText:
   [259062.932335] RTNL: assertion failed at 
/build/linux-XO_uEE/linux-4.13.0/net/core/dev.c (2398)
   [259062.932336] CPU: 3 PID: 25452 Comm: kworker/u16:8 Tainted: P  
IOE   4.13.0-16-generic #19-Ubuntu
   [259062.932336] Hardware name: LENOVO 20217/20217, BIOS 74CN26WW(V1.07) 
05/08/2013
   [259062.932338] Workqueue: events_unbound async_run_entry_fn
   [259062.932338] Call Trace:
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic 
root=UUID=ee1da31e-7ae2-474c-ac2e-285edefeeef1 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon N/A
  SourcePackage: linux
  Title: [259062.932335] RTNL: assertion failed at 
/build/linux-XO_uEE/linux-4.13.0/net/core/dev.c (2398)
  UpgradeStatus: Upgraded to artful on 2017-10-23 (4 days ago)
  dmi.bios.date: 05/08/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN26WW(V1.07)
  dmi.board.asset.tag: YB00494318
  dmi.board.name: 20217
  dmi.board.vendor: LENOVO
  dmi.board.version: 3194WIN8 STD SGL
  dmi.chassis.asset.tag: YB00494318
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN26WW(V1.07):bd05/08/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rn20217:rvr3194WIN8STDSGL:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.family: IDEAPAD
  dmi.product.name: 20217
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728176/+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 1728098] Re: [kernel] tty/hvc: Use opal irqchip interface if available

2017-10-30 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Critical

** Changed in: linux (Ubuntu)
 Assignee: Ubuntu on IBM Power Systems Bug Triage (ubuntu-power-triage) => 
Joseph Salisbury (jsalisbury)

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

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

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

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

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Joseph Salisbury (jsalisbury)

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

Title:
  [kernel] tty/hvc: Use opal irqchip interface if available

Status in The Ubuntu-power-systems project:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  In Progress

Bug description:
  ---Problem Description---
  Please backport console irq patch .

  commit 00dab8187e182da41122f66c207707b192509df4
  Author: Sam Mendoza-Jonas 
  Date:   Mon Jul 11 13:38:58 2016 +1000

  tty/hvc: Use opal irqchip interface if available
  
  Update the hvc driver to use the OPAL irqchip if made available by the
  running firmware. If it is not present, the driver falls back to the
  existing OPAL event number.
  
  Signed-off-by: Samuel Mendoza-Jonas 
  Signed-off-by: Michael Ellerman 

  ---uname output---
  Linux tul217p1 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:23:01 UTC 2017 
ppc64le ppc64le ppc64le GNU/Linux
   
  Machine Type = FSP based PowerNV system 
   
  Canonical,

  We need this patch in 16.04 GA 4.4 kernel. This fix will avoid the
  following error:

  Oct 19 22:15:07 tul217p1 kernel: sched: RT throttling activated
  Oct 19 22:15:49 tul217p1 kernel: INFO: rcu_sched self-detected stall on CPU
  Oct 19 22:15:49 tul217p1 kernel:21-...: (85 GPs behind) 
idle=d29/142/0 softirq=26316/26316 fqs=4417
  Oct 19 22:15:49 tul217p1 kernel: (t=5250 jiffies g=30019 c=30018 
q=20591)
  Oct 19 22:15:49 tul217p1 kernel: Call Trace:
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f110] [c00fcbe0] 
sched_show_task+0xe0/0x180 (unreliable)
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f180] [c013fcf4] 
rcu_dump_cpu_stacks+0xe4/0x150
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f1d0] [c0145424] 
rcu_check_callbacks+0x6b4/0x9b0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f300] [c014d288] 
update_process_times+0x58/0xa0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f330] [c01649b8] 
tick_sched_handle.isra.6+0x48/0xe0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f370] [c0164ab4] 
tick_sched_timer+0x64/0xd0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f3b0] [c014dd54] 
__hrtimer_run_queues+0x124/0x450
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f440] [c014ed7c] 
hrtimer_interrupt+0xec/0x2c0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f500] [c001f5fc] 
__timer_interrupt+0x8c/0x290
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f550] [c001f9b0] 
timer_interrupt+0xa0/0xe0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f580] [c00099d8] 
restore_check_irq_replay+0x54/0x70
  Oct 19 22:15:49 tul217p1 kernel: --- interrupt: 901 at 
arch_local_irq_restore+0x74/0x90
   LR = arch_local_irq_restore+0x74/0x90
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f870] [7fff] 
0x7fff (unreliable)
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f890] [c00bf808] 
__do_softirq+0xd8/0x3e0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f980] [c00bfd88] 
irq_exit+0xc8/0x100
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f9a0] [c001f9b4] 
timer_interrupt+0xa4/0xe0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0f9d0] [c00099d8] 
restore_check_irq_replay+0x54/0x70
  Oct 19 22:15:49 tul217p1 kernel: --- interrupt: 901 at 
irq_work_queue+0x60/0xd0
   LR = irq_work_queue+0xa4/0xd0
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fcc0] [c007f4d0fd00] 
0xc007f4d0fd00 (unreliable)
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fcf0] [c0076a98] 
opal_handle_events+0x108/0x130
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fd40] [c0070fc8] 
kopald+0x78/0x100
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fd80] [c00e7374] 
kthread+0x124/0x150
  Oct 19 22:15:49 tul217p1 kernel: [c007f4d0fe30] [c0009538] 
ret_from_kernel_thread+0x5c/0xa4
  Oct 19 22:15:54 tul217p1 kernel: NMI watchdog: BUG: soft lockup - CPU#21 
stuck for 23s! [kopald:494]
  Oct 19 22:15:54 tul217p1 kernel: Modules linked in: ibmpowernv binfmt_misc 
ipmi_powernv ipmi_msghandler 

[Kernel-packages] [Bug 1718397] Re: multipath -ll is not showing the disks which are actually multipath

2017-10-30 Thread Mauricio Faria de Oliveira
Verification done on Zesty.

$ lsb_release -d
Description:Ubuntu 17.04

$ wget 'https://launchpadlibrarian.net/337656213/file_146489.txt' -O 
io_setup_v2.c
$ sudo apt-get --yes install gcc libaio-dev
$ gcc -o io_setup_v2 io_setup_v2.c -laio

Previous kernel:
---

$ sudo apt-get --yes install linux-image-generic=4.10.0.37.37
$ sudo kexec --append="$(cat /proc/cmdline)" 
--initrd=/boot/initrd.img-4.10.0-37-generic /boot/vmlinux-4.10.0-37-generic 
...
$ uname -rv
4.10.0-37-generic #41-Ubuntu SMP Fri Oct 6 20:22:54 UTC 2017


$ ./io_setup_v2 1 65536
nr_events: 1, nr_requests: 65536
rc = -11, i = 204
^Z
[1]+  Stopped ./io_setup_v2 1 65536

$ cat /proc/sys/fs/aio-nr
130560
$ cat /proc/sys/fs/aio-max-nr
65536
$ kill %%


Current kernel:
--

$ sudo apt-get --yes install linux-image-generic=4.10.0.38.38
$ sudo kexec --append="$(cat /proc/cmdline)" 
--initrd=/boot/initrd.img-4.10.0-38-generic /boot/vmlinux-4.10.0-38-generic 
...
$ uname -rv
4.10.0-38-generic #42-Ubuntu SMP Tue Oct 10 13:22:54 UTC 2017
$ ./io_setup_v2 1 65536
nr_events: 1, nr_requests: 65536
rc = -12, i = 65514
^Z
[1]+  Stopped ./io_setup_v2 1 65536
$ cat /proc/sys/fs/aio-nr
65514
$ cat /proc/sys/fs/aio-max-nr
65536
$ kill %%

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

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

Title:
  multipath -ll is not showing the disks which are actually multipath

Status in The Ubuntu-power-systems project:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Zesty:
  Fix Released
Status in linux source package in Artful:
  Fix Released

Bug description:
  [Impact]

   * The number of available AIO contexts is severely limited
 on systems with a large number of possible CPUs 
 (e.g., IBM POWER8 processors w/ 20ish cores * 8 threads/core,
 and other multithreaded server-class processors).

   * This prevents application such as multipath/directio checker
 to provide all of the available devices to the system.

   * Other applications which depend on AIO can be affected/limited.

   * The patch fixes how aio increments the number of active contexts
 (seen in /proc/sys/fs/aio-nr) and checks that against the global
 limit (seen in /proc/sys/fs/aio-max-nr).

  [Test Case]

   * A synthetic test-case is attached (io_setup_v2.c) and demonstrated
 (original/patched kernels) in comment #4.

   * Trying to perform multipath discovery in debug/verbose mode
 (i.e., "multipath -v3" command) with sufficient number of 
 individual paths using the "directio" path checker should
 demonstrate the problem/solution as well (i.e., presence or
 not of "io_setup failed" messages).

  [Regression Potential]

   * Note the fix is trivial and has been tested by several users,
 even caused the introduction of a new test-case in "libaio";
 (but that can never be a strong enough reason for no more errors).

   * Applications which use aio with small "nr_events" value as argument
 to "io_setup()" now have access to a much larger number of aio contexts;
 but hopefully those apps are already only requesting what they need,
 not trying to get more and more.

   * Applications which relied in the _incorrect_ behavior of 
'/proc/sys/fs/aio-nr'
 being possibly greater than '/proc/sys/fs/aio-max-nr' might have problems,
 but those apps should be fixed.


  Problem Description
  =
  I am facing this issue for Texan Flash storage 840 disks which are coming 
from coho and salfish adapter

  coho adapter with 840 storage  is 3G disks and salfish adapter with
  840 is 12G disks

  I am able to see those disks in lsblk o/p but not in multipath -ll
  comamnd

  0004:01:00.0 Coho: Saturn-X  U78C9.001.WZS0060-P1-C6 
0x1090fa2a51f8  host10  Online
  0004:01:00.1 Coho: Saturn-X  U78C9.001.WZS0060-P1-C6 
0x1090fa2a51f9  host11  Online

  0005:09:00.0 Sailfish: QLogic 8GBU78C9.001.WZS0060-P1-C9 
0x2124ff787778  host2   Online
  0005:09:00.1 Sailfish: QLogic 8GBU78C9.001.WZS0060-P1-C9 
0x2124ff787779  host4   Online

  root@luckyv1:/dev/disk# multipath -ll | grep "size=3.0G" -B 1
  root@luckyv1:/dev/disk# multipath -ll | grep "size=12G" -B 1
  root@luckyv1:/dev/disk#

  == Comment: #3 - Luciano Chavez  - 2016-09-20 20:22:20 ==
  I edited /etc/multipath.conf and added
  verbosity 6

  to crank up the output and ran multipath -ll and saved it off to a
  text file (attached). All the using the directio checker failed and
  those using the tur checker seem to work.

  Sep 20 20:07:36 | 

[Kernel-packages] [Bug 1718397] Re: multipath -ll is not showing the disks which are actually multipath

2017-10-30 Thread Mauricio Faria de Oliveira
Verification done on Xenial v4.4-based kernel.

$ lsb_release -d
Description:Ubuntu 16.04.3 LTS

$ wget 'https://launchpadlibrarian.net/337656213/file_146489.txt' -O 
io_setup_v2.c
$ sudo apt-get install gcc libaio-dev
$ gcc -o io_setup_v2 io_setup_v2.c -laio

Previous kernel:
---

$ sudo apt-get --yes install linux-image-generic=4.4.0.97.102   
   
$ sudo kexec --append="$(cat /proc/cmdline)" 
--initrd=/boot/initrd.img-4.4.0-97-generic /boot/vmlinux-4.4.0-97-generic 
...
$ uname -rv
4.4.0-97-generic #120-Ubuntu SMP Tue Sep 19 17:26:02 UTC 2017

$ ./io_setup_v2 1 65536
nr_events: 1, nr_requests: 65536
rc = -11, i = 409
^Z
[1]+  Stopped ./io_setup_v2 1 65536
$ cat /proc/sys/fs/aio-nr
130880
$ cat /proc/sys/fs/aio-max-nr
65536
$ kill %%

Current kernel:
--

$ sudo apt-get --yes install linux-image-generic=4.4.0.98.103  
$ sudo kexec --append="$(cat /proc/cmdline)" 
--initrd=/boot/initrd.img-4.4.0-98-generic /boot/vmlinux-4.4.0-98-generic 
...
$ uname -rv
4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:23:01 UTC 2017

$ ./io_setup_v2 1 65536
nr_events: 1, nr_requests: 65536
rc = -12, i = 65515
^Z
[1]+  Stopped ./io_setup_v2 1 65536

$ cat /proc/sys/fs/aio-nr
65515

$ cat /proc/sys/fs/aio-max-nr
65536


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

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

Title:
  multipath -ll is not showing the disks which are actually multipath

Status in The Ubuntu-power-systems project:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Zesty:
  Fix Released
Status in linux source package in Artful:
  Fix Released

Bug description:
  [Impact]

   * The number of available AIO contexts is severely limited
 on systems with a large number of possible CPUs 
 (e.g., IBM POWER8 processors w/ 20ish cores * 8 threads/core,
 and other multithreaded server-class processors).

   * This prevents application such as multipath/directio checker
 to provide all of the available devices to the system.

   * Other applications which depend on AIO can be affected/limited.

   * The patch fixes how aio increments the number of active contexts
 (seen in /proc/sys/fs/aio-nr) and checks that against the global
 limit (seen in /proc/sys/fs/aio-max-nr).

  [Test Case]

   * A synthetic test-case is attached (io_setup_v2.c) and demonstrated
 (original/patched kernels) in comment #4.

   * Trying to perform multipath discovery in debug/verbose mode
 (i.e., "multipath -v3" command) with sufficient number of 
 individual paths using the "directio" path checker should
 demonstrate the problem/solution as well (i.e., presence or
 not of "io_setup failed" messages).

  [Regression Potential]

   * Note the fix is trivial and has been tested by several users,
 even caused the introduction of a new test-case in "libaio";
 (but that can never be a strong enough reason for no more errors).

   * Applications which use aio with small "nr_events" value as argument
 to "io_setup()" now have access to a much larger number of aio contexts;
 but hopefully those apps are already only requesting what they need,
 not trying to get more and more.

   * Applications which relied in the _incorrect_ behavior of 
'/proc/sys/fs/aio-nr'
 being possibly greater than '/proc/sys/fs/aio-max-nr' might have problems,
 but those apps should be fixed.


  Problem Description
  =
  I am facing this issue for Texan Flash storage 840 disks which are coming 
from coho and salfish adapter

  coho adapter with 840 storage  is 3G disks and salfish adapter with
  840 is 12G disks

  I am able to see those disks in lsblk o/p but not in multipath -ll
  comamnd

  0004:01:00.0 Coho: Saturn-X  U78C9.001.WZS0060-P1-C6 
0x1090fa2a51f8  host10  Online
  0004:01:00.1 Coho: Saturn-X  U78C9.001.WZS0060-P1-C6 
0x1090fa2a51f9  host11  Online

  0005:09:00.0 Sailfish: QLogic 8GBU78C9.001.WZS0060-P1-C9 
0x2124ff787778  host2   Online
  0005:09:00.1 Sailfish: QLogic 8GBU78C9.001.WZS0060-P1-C9 
0x2124ff787779  host4   Online

  root@luckyv1:/dev/disk# multipath -ll | grep "size=3.0G" -B 1
  root@luckyv1:/dev/disk# multipath -ll | grep "size=12G" -B 1
  root@luckyv1:/dev/disk#

  == Comment: #3 - Luciano Chavez  - 2016-09-20 20:22:20 ==
  I edited /etc/multipath.conf and added
  verbosity 6

  to crank up the output and ran multipath -ll and saved it off to a
  text file (attached). All the using the directio 

[Kernel-packages] [Bug 1721856] Re: Suspend ends after seconds and laptop resumes

2017-10-30 Thread Joseph Salisbury
I built the next test kernel, up to the following commit:
9bc088ab66be8978fbc981ba9644468fa2c2fd3f

The test kernel can be downloaded from:
http://kernel.ubuntu.com/~jsalisbury/lp1721856

Can you test that kernel and report back if it has the bug or not? I
will build the next test kernel based on your test results.

Thanks in advance

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

Title:
  Suspend ends after seconds and laptop resumes

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Zesty:
  In Progress

Bug description:
  The suspend/standby ends after seconds and the laptop resumes like
  it'd wake up from suspend. I didn't use suspend for a long time
  (months or years) and can't even estimate when it worked for the last
  time.

  This issue is fixed in 4.14-rc3 mainline kernel - although some parts
  of the installation don't work, like ZFS and nvidia-340 which might
  cause the problem as well.

  I'm willing to do git bisect work if you confirm me that this makes
  sense.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-35-generic 4.10.0-35.39
  ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  AudioDevicesInUse:
   BEN.PID ZUGR.  BEFEHL
   /dev/snd/controlC0:  richter   18896 F pulseaudio
  CurrentDesktop: XFCE
  Date: Fri Oct  6 20:21:35 2017
  HibernationDevice: RESUME=UUID=1bb0bb3e-8148-4957-9673-9701bd571c0a
  InstallationDate: Installed on 2015-12-12 (664 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 20221
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-35-generic 
root=UUID=791b47e7-915d-4d5a-bce0-d7e9b660a2ab ro 
rootflags=subvol=ubuntu-main-root
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-35-generic N/A
   linux-backports-modules-4.10.0-35-generic  N/A
   linux-firmware 1.164.1
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-05-01 (158 days ago)
  dmi.bios.date: 07/12/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 71CN51WW(V1.21)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3193WIN8 STD MLT
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Z500 Touch
  dmi.modalias: 
dmi:bvnLENOVO:bvr71CN51WW(V1.21):bd07/12/2013:svnLENOVO:pn20221:pvrLenovoIdeaPadZ500Touch:rvnLENOVO:rnINVALID:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadZ500Touch:
  dmi.product.name: 20221
  dmi.product.version: Lenovo IdeaPad Z500 Touch
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1721856/+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 1722306] Re: linux-aws: 4.4.0-1039.48 -proposed tracker

2017-10-30 Thread Brad Figg
The package has been published and the bug is being set to Fix Released


** Changed in: kernel-sru-workflow/promote-to-security
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Fix Committed => Fix Released

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

** Description changed:

  This bug is for tracking the  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
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1722299
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true
+ kernel-stable-phase-changed:Monday, 30. October 2017 20:31 UTC
+ kernel-stable-phase:Released

** Description changed:

  This bug is for tracking the  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
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1722299
- phase: Promoted to proposed
+ phase: Released
  proposed-announcement-sent: true
  proposed-testing-requested: true
- kernel-stable-phase-changed:Monday, 30. October 2017 20:31 UTC
- kernel-stable-phase:Released

** Tags removed: kernel-release-tracking-bug-live

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

Title:
  linux-aws: 4.4.0-1039.48 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
Status in Kernel SRU Workflow automated-testing series:
  Fix Released
Status in Kernel SRU Workflow certification-testing series:
  Invalid
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 promote-to-proposed series:
  Fix Released
Status in Kernel SRU Workflow promote-to-security series:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
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 snap-certification-testing series:
  Invalid
Status in Kernel SRU Workflow snap-publish series:
  Invalid
Status in Kernel SRU Workflow snap-qa-testing series:
  Invalid
Status in Kernel SRU Workflow snap-release-to-beta series:
  Fix Released
Status in Kernel SRU Workflow snap-release-to-candidate series:
  Fix Released
Status in Kernel SRU Workflow snap-release-to-edge series:
  Fix Released
Status in Kernel SRU Workflow snap-release-to-stable series:
  Invalid
Status in Kernel SRU Workflow upload-to-ppa series:
  New
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux-aws package in Ubuntu:
  Invalid
Status in linux-aws source package in Xenial:
  Fix Released

Bug description:
  This bug is for tracking the  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
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1722299
  phase: Released
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

2017-10-30 Thread Brad Figg
The package has been published and the bug is being set to Fix Released


** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Fix Committed => Fix Released

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

** Description changed:

  This bug is for tracking the  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
  
  backports: 1722301,1722302
  derivatives: 1722303,1722304,1722306,1722308,1722310
  -- swm properties --
  boot-testing-requested: true
  phase: Promoted to security
  proposed-announcement-sent: true
  proposed-testing-requested: true
+ kernel-stable-phase-changed:Monday, 30. October 2017 20:33 UTC
+ kernel-stable-phase:Released

** Description changed:

  This bug is for tracking the  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
  
  backports: 1722301,1722302
  derivatives: 1722303,1722304,1722306,1722308,1722310
  -- swm properties --
  boot-testing-requested: true
- phase: Promoted to security
+ phase: Released
  proposed-announcement-sent: true
  proposed-testing-requested: true
- kernel-stable-phase-changed:Monday, 30. October 2017 20:33 UTC
- kernel-stable-phase:Released

** Tags removed: kernel-release-tracking-bug-live

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

Title:
  linux: 4.4.0-98.121 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
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 snap-certification-testing series:
  Fix Released
Status in Kernel SRU Workflow snap-publish series:
  Invalid
Status in Kernel SRU Workflow snap-qa-testing series:
  Invalid
Status in Kernel SRU Workflow snap-release-to-beta series:
  Fix Released
Status in Kernel SRU Workflow snap-release-to-candidate series:
  Fix Released
Status in Kernel SRU Workflow snap-release-to-edge series:
  Fix Released
Status in Kernel SRU Workflow snap-release-to-stable series:
  New
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Fix Released

Bug description:
  This bug is for tracking the  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

  backports: 1722301,1722302
  derivatives: 1722303,1722304,1722306,1722308,1722310
  -- swm properties --
  boot-testing-requested: true
  phase: Released
  proposed-announcement-sent: true
  proposed-testing-requested: true

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

2017-10-30 Thread Brad Figg
The package has been published and the bug is being set to Fix Released


** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Fix Committed => Fix Released

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

** Description changed:

  This bug is for tracking the  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
  
  backports: 1722331,1722333
  derivatives: 1722334
  -- swm properties --
  boot-testing-requested: true
  phase: Promoted to security
  proposed-announcement-sent: true
  proposed-testing-requested: true
+ kernel-stable-phase-changed:Monday, 30. October 2017 20:39 UTC
+ kernel-stable-phase:Released

** Description changed:

  This bug is for tracking the  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
  
  backports: 1722331,1722333
  derivatives: 1722334
  -- swm properties --
  boot-testing-requested: true
- phase: Promoted to security
+ phase: Released
  proposed-announcement-sent: true
  proposed-testing-requested: true
- kernel-stable-phase-changed:Monday, 30. October 2017 20:39 UTC
- kernel-stable-phase:Released

** Tags removed: kernel-release-tracking-bug-live

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

Title:
  linux: 4.10.0-38.42 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
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 upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Zesty:
  Fix Released

Bug description:
  This bug is for tracking the  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

  backports: 1722331,1722333
  derivatives: 1722334
  -- swm properties --
  boot-testing-requested: true
  phase: Released
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1722330/+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 1726707] Re: gnome-software crashes machine hard

2017-10-30 Thread Joseph Salisbury
** Tags added: kernel-da-key

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

Title:
  gnome-software crashes machine hard

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  gnome-software instantly crashes my machine hard reproducible, only forced 
power off possible.
  mouse stuck, no num-lock, machine not pingable anymore.

  as there is no crash report whatsoever generated i installed ssh on the 
machine and started "DISPLAY=:0 gnome-software --verbose" via ssh session, 
output attached.
  --- 
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tja1559 F pulseaudio
  CurrentDesktop: XFCE
  DistroRelease: Ubuntu 17.10
  HibernationDevice: RESUME=UUID=f627cc1a-a037-4657-9a17-5d7aba800341
  InstallationDate: Installed on 2017-10-05 (21 days ago)
  InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: Motherboard by ZOTAC ZBOX-CI320NANO series
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic 
root=/dev/mapper/xubuntu--vg-root ro quiet splash crashkernel=384M-:128M 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  Tags:  artful
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: Upgraded to artful on 2017-10-24 (2 days ago)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/27/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: B219P028
  dmi.board.asset.tag: N/A
  dmi.board.name: ZBOX-CI320NANO series
  dmi.board.vendor: ZOTAC
  dmi.board.version: Rev.00
  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: 
dmi:bvnAmericanMegatrendsInc.:bvrB219P028:bd04/27/2016:svnMotherboardbyZOTAC:pnZBOX-CI320NANOseries:pvrRev.00:rvnZOTAC:rnZBOX-CI320NANOseries:rvrRev.00:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: N/A
  dmi.product.name: ZBOX-CI320NANO series
  dmi.product.version: Rev.00
  dmi.sys.vendor: Motherboard by ZOTAC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1726707/+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 1727515] Re: Pulse audio doesn't store configuration any longer

2017-10-30 Thread Joseph Salisbury
** Package changed: linux (Ubuntu) => pulseaudio (Ubuntu)

** Changed in: pulseaudio (Ubuntu)
   Status: Incomplete => 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/1727515

Title:
  Pulse audio doesn't store configuration any longer

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Since my upgraded from Kubuntu 14.04 to 16.04, my audio settings are not 
stored properly any longer. 
  When I reboot, the audio comes through the built-in audio speakers of my 
Thinkpad. However; I have a screen attached to HDMI (dock) with a better audio 
device. 

  With Pulse Audio Volume Control under Configuration, I see that the setting 
is Analog Surround 4.0. 
  Then I change to Digital Stereo (HDMI) Output, and the sound comes from my 
HDMI device.

  After each and every reboot, it starts with the Analog Surround Sound 4.0 and 
from my laptop.
  Once I have switched back to HDMI, the tab 'Output Devices' then shows as 
only available Device HDMI/Display Port (unplugged). It is *not* unplugged, 
otherwise I couldn't get my sound from my HDMI device, could I?
  Reboot and repeat. 

  This never happened under 14.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1727515/+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 1728036] Re: Bluetooth does not detect any devices

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

Title:
  Bluetooth does not detect any devices

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Bluetooth does not detect any devices

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-97-generic 4.4.0-97.120
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  Uname: Linux 4.4.0-97-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  johannes   1664 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Oct 27 14:26:40 2017
  HibernationDevice: RESUME=UUID=f750a173-1ffa-48c7-9aaa-faf8785da5eb
  InstallationDate: Installed on 2017-07-23 (96 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 04f2:b49f Chicony Electronics Co., Ltd 
   Bus 001 Device 002: ID 174f:1169 Syntek 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80MJ
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-97-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-97-generic N/A
   linux-backports-modules-4.4.0-97-generic  N/A
   linux-firmware1.157.12
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/11/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CCCN18WW(V2.04)
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo ideapad 1
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40700 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 100-15IBY
  dmi.modalias: 
dmi:bvnLENOVO:bvrCCCN18WW(V2.04):bd11/11/2015:svnLENOVO:pn80MJ:pvrLenovoideapad100-15IBY:rvnLENOVO:rnLenovoideapad1:rvrSDK0J40700WIN:cvnLENOVO:ct10:cvrLenovoideapad100-15IBY:
  dmi.product.name: 80MJ
  dmi.product.version: Lenovo ideapad 100-15IBY
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728036/+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 1726934] Re: Elantech touchpad unresponsive in Ubuntu 17.10

2017-10-30 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

** Tags added: kernel-da-key

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

Title:
  Elantech touchpad unresponsive in Ubuntu 17.10

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have upgraded to Ubuntu 17.10 on my Asus Vivobook X505BA laptop and
  with the upgrade to Wayland full-time, all of the elantech issues from
  a few years back are coming back with a vengeance. Upon upgrade, my
  trackpad is no longer functional and I am forced to use an external
  mouse. I don't have an extra mouse that I can just drag around with
  the laptop, nor do I wish to purchase one to use when I have a
  trackpad on the laptop itself. Dmesg doesn't show anything about the
  driver failing to load and syslog shows nothing either. I know this is
  a common issue with this kind of trackpad but I hope to see a fix soon
  so I can go back to using Ubuntu normally

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1726934/+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 1724500] Re: linux: 3.13.0-135.184 -proposed tracker

2017-10-30 Thread Brad Figg
The package has been published and the bug is being set to Fix Released


** Changed in: kernel-sru-workflow/promote-to-security
   Status: Fix Committed => Fix Released

** Changed in: kernel-sru-workflow/promote-to-updates
   Status: Fix Committed => Fix Released

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

** Description changed:

  This bug is for tracking the 3.13.0-135.184 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
  
  backports: 1724562
  derivatives:
  -- swm properties --
  boot-testing-requested: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true
+ kernel-stable-phase-changed:Monday, 30. October 2017 20:37 UTC
+ kernel-stable-phase:Released

** Description changed:

  This bug is for tracking the 3.13.0-135.184 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
  
  backports: 1724562
  derivatives:
  -- swm properties --
  boot-testing-requested: true
- phase: Promoted to proposed
+ phase: Released
  proposed-announcement-sent: true
  proposed-testing-requested: true
- kernel-stable-phase-changed:Monday, 30. October 2017 20:37 UTC
- kernel-stable-phase:Released

** Tags removed: kernel-release-tracking-bug-live

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

Title:
  linux: 3.13.0-135.184 -proposed tracker

Status in Kernel SRU Workflow:
  Fix Released
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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Released
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 upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Trusty:
  Fix Released

Bug description:
  This bug is for tracking the 3.13.0-135.184 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

  backports: 1724562
  derivatives:
  -- swm properties --
  boot-testing-requested: true
  phase: Released
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1724500/+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 1727651] Re: Ubuntu freezes after suspend [ Lenovo T460s / Ubuntu 17.10 ]

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

Title:
  Ubuntu freezes after suspend [ Lenovo T460s / Ubuntu 17.10 ]

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Closing the lid will suspend Ubuntu (17.10). After opening the lid the
  screen is either black (no backlight) or the lock screen is shown but
  the system is freezed. There is no further reaction from the system (I
  can't switch via Ctrl+Alt+F1..9. Just MagicKey+RB would reboot the
  system.

  I have appended my syslog from the suspend to the freeze. What other
  information could I provide?

  
  uname -a
  4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 
x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19 [modified: 
boot/vmlinuz-4.13.0-16-generic]
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  thomass1239 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 26 10:40:26 2017
  HibernationDevice: RESUME=UUID=811ba335-5e49-4e96-959c-d98c3d644c5a
  InstallationDate: Installed on 2017-10-20 (6 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: LENOVO 20FAS05P00
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/26/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N1CET60W (1.28 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20FAS05P00
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN1CET60W(1.28):bd09/26/2017:svnLENOVO:pn20FAS05P00:pvrThinkPadT460s:rvnLENOVO:rn20FAS05P00:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T460s
  dmi.product.name: 20FAS05P00
  dmi.product.version: ThinkPad T460s
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1727651/+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 1727682] Re: BUG: unable to handle kernel NULL pointer dereference at (null)

2017-10-30 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to 
https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v4.14 
kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

Title:
  BUG: unable to handle kernel NULL pointer dereference at   (null)

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Não estou a conseguir gravar os DISTROS em DVD RW, preciso que alguºem
  me ajude, Desde jºa os meu agradecimentos

  Meus Cumprimentos

  Camilo Conceção

  ProblemType: KernelOops
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic i686
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  camilo 1977 F pulseaudio
  Date: Thu Oct 26 11:31:23 2017
  DuplicateSignature: BUG: unable to handle kernel NULL pointer dereference at  
 (null) EIP: path_init+0x191/0x350 SS:ESP: 0068:f3ec9dd0
  Failure: oops
  InstallationDate: Installed on 2017-10-16 (9 days ago)
  InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Alpha i386 
(20170925.1)
  MachineType: Dell Inc. Latitude E4310
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=1396460f-aae3-4b26-a681-6e9c82c3634d ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon N/A
  SourcePackage: linux
  Title: BUG: unable to handle kernel NULL pointer dereference at   (null)
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/10/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0T6M8G
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd08/10/2010:svnDellInc.:pnLatitudeE4310:pvr0001:rvnDellInc.:rn0T6M8G:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E4310
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1727682/+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 1727544] Re: ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after fresh install

2017-10-30 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  ELANTECH Touchpad is not detected in 'Lenovo Ideapad 320 14AST' after
  fresh install

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have installed Ubuntu 16.04 on my new Lenovo Ideapad 320 14AST. The 
touchpad is not working. I have followed this tutorial 
https://askubuntu.com/questions/763584/elantech-touchpad-not-working-on-ubuntu-16-04-and-arch-linux
 and it doesn't work. The touchpad is working fine on Windows. My kernel 
version is 4.10.0-37-generic.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  agasigp1605 F pulseaudio
   /dev/snd/controlC1:  agasigp1605 F pulseaudio
  CRDA:
   country ID: DFS-JP
(2402 - 2482 @ 20), (N/A, 20), (N/A)
(5735 - 5815 @ 20), (N/A, 23), (N/A)
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 16.04
  HibernationDevice: RESUME=UUID=da16f5a9-567e-4dd7-994a-eb64b6797690
  InstallationDate: Installed on 2017-10-25 (2 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: LENOVO 80XU
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-37-generic 
root=UUID=457b1305-a90d-462a-92c2-11d129eb1580 ro i8042.kbdreset=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-37-generic N/A
   linux-backports-modules-4.10.0-37-generic  N/A
   linux-firmware 1.157.12
  Tags:  xenial
  Uname: Linux 4.10.0-37-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/28/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5PCN18WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: No DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 320-14AST
  dmi.modalias: 
dmi:bvnLENOVO:bvr5PCN18WW:bd09/28/2017:svnLENOVO:pn80XU:pvrLenovoideapad320-14AST:rvnLENOVO:rnLNVNB161216:rvrNoDPK:cvnLENOVO:ct10:cvrLenovoideapad320-14AST:
  dmi.product.name: 80XU
  dmi.product.version: Lenovo ideapad 320-14AST
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1727544/+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 1727689] Re: irq error at boot on ASUS E402SA

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

Title:
  irq error at boot on ASUS E402SA

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I see this in the kernel log at every boot:

  [2.709788] irq 171, desc: a038fa08a600, depth: 1, count: 0, 
unhandled: 0
  [2.709790] ->handle_irq():  810e5b60, 
  [2.709793] handle_bad_irq+0x0/0x230
  [2.709794] ->irq_data.chip(): 81f711a0, 
  [2.709796] chv_gpio_irqchip+0x0/0x120
  [2.709797] ->action():   (null)
  [2.709798]IRQ_NOPROBE set
  [2.709815] irq 171, desc: a038fa08a600, depth: 1, count: 0, 
unhandled: 0
  [2.709817] ->handle_irq():  810e5b60, 
  [2.709820] handle_bad_irq+0x0/0x230
  [2.709821] ->irq_data.chip(): 81f711a0, 
  [2.709824] chv_gpio_irqchip+0x0/0x120
  [2.709825] ->action():   (null)
  [2.709826]IRQ_NOPROBE set
  [2.709843] irq 171, desc: a038fa08a600, depth: 1, count: 0, 
unhandled: 0
  [2.709845] ->handle_irq():  810e5b60, 
  [2.709848] handle_bad_irq+0x0/0x230
  [2.709849] ->irq_data.chip(): 81f711a0, 
  [2.709851] chv_gpio_irqchip+0x0/0x120
  [2.709852] ->action():   (null)
  [2.709853]IRQ_NOPROBE set

  The machine is running the latest BIOS from the ASUS.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  joel   2523 F pulseaudio
  CurrentDesktop: i3
  Date: Thu Oct 26 19:05:06 2017
  HibernationDevice: RESUME=UUID=373eae03-72b7-4875-a600-caa904e497d8
  InstallationDate: Installed on 2017-10-09 (17 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 0bda:57de Realtek Semiconductor Corp. 
   Bus 001 Device 004: ID 07b4:012e Olympus Optical Co., Ltd 
   Bus 001 Device 003: ID 091e:240c Garmin International 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. E402SA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/20/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E402SA.300
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: E402SA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: ATN12345678901234567
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE402SA.300:bd07/20/2016:svnASUSTeKCOMPUTERINC.:pnE402SA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnE402SA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: E
  dmi.product.name: E402SA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

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

** Tags added: kernel-da-key

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

Title:
  linux freezing

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  when Im working with terminal and vlc at the same time  linux freezes
  and the only way is force shutdown

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19 [modified: 
boot/vmlinuz-4.13.0-16-generic]
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  saeedtavakhsh   1234 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 26 15:15:38 2017
  HibernationDevice: RESUME=UUID=419f0184-2d62-445e-b504-f834e8062add
  InstallationDate: Installed on 2017-10-25 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: LENOVO 80SR
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=08083280-508e-41ac-94f6-30affd6d7cb1 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/10/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 0XCN39WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Toronto 5A1
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 510-15ISK
  dmi.modalias: 
dmi:bvnLENOVO:bvr0XCN39WW:bd01/10/2017:svnLENOVO:pn80SR:pvrLenovoideapad510-15ISK:rvnLENOVO:rnToronto5A1:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad510-15ISK:
  dmi.product.family: IDEAPAD
  dmi.product.name: 80SR
  dmi.product.version: Lenovo ideapad 510-15ISK
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1727703/+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 1728313] Re: Intel Coffee Lake GPU isn't supported by default (yet)

2017-10-30 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

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

** Also affects: linux (Ubuntu Bionic)
   Importance: Medium
   Status: Triaged

** Tags added: bionic kernel-da-key

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

Title:
  Intel Coffee Lake GPU isn't supported by default (yet)

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

Bug description:
  I've got a CPU with integrated GPU, it's the intel i5-8400; I've also
  installed an old asus [Radeon HD 6670/7670] GPU. OS: ubuntu 17.10

  The first problem is that the integrated GPU doesn't work unless you edit 
grub enabling the i915 driver support.
  I had to modify GRUB to load the intel driver:
  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.alpha_support=1"

  This GPU works perfectly with wayland (gnome and ubuntu session):
  Turks XT [Radeon HD 6670/7670]

  But when I enable the integrated GPU (by disabling the Radeon pci GPU from 
the bios), I can't use wayland, which disappears from the login screen.
  My question is why the integrated intel GPU doesn't work with wayland: I can 
only use X.

  If I switch from gdm3 to lightdm, I can see the wayland gnome and
  ubuntu sessions in the list of the available sessions, but I can't
  login. To be precise, using lightdm I can't login at all.

  When logging, there are some errors, for example:
  [OK] Starting session manager for UID 121
  Stopping session manager for UID 121

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: weston (not installed)
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Sun Oct 29 00:22:36 2017
  DistUpgraded: Fresh install
  DistroCodename: artful
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Device [8086:3e92] (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:8694]
   Advanced Micro Devices, Inc. [AMD/ATI] Turks XT [Radeon HD 6670/7670] 
[1002:6758] (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Turks XT [Radeon HD 6670/7670] [1043:03f2]
  InstallationDate: Installed on 2017-10-25 (3 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=8946514c-0547-4d93-8cf6-bad6b91fa7dc ro quiet splash 
i915.alpha_support=1 vt.handoff=7
  Renderer: Software
  SourcePackage: weston
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/18/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0419
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME Z370-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0419:bd10/18/2017:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEZ370-A:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.83-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.2-0ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.5-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

2017-10-30 Thread Joseph Salisbury
*** This bug is a duplicate of bug 1727703 ***
https://bugs.launchpad.net/bugs/1727703

** This bug has been marked a duplicate of bug 1727703
   linux freezing

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

Title:
  linux freezing

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  when Im working with terminal and vlc at the same time  linux freezes
  and the only way is force shutdown

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19 [modified: 
boot/vmlinuz-4.13.0-16-generic]
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  saeedtavakhsh   1234 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 26 15:15:38 2017
  HibernationDevice: RESUME=UUID=419f0184-2d62-445e-b504-f834e8062add
  InstallationDate: Installed on 2017-10-25 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: LENOVO 80SR
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=08083280-508e-41ac-94f6-30affd6d7cb1 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/10/2017
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 0XCN39WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Toronto 5A1
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo ideapad 510-15ISK
  dmi.modalias: 
dmi:bvnLENOVO:bvr0XCN39WW:bd01/10/2017:svnLENOVO:pn80SR:pvrLenovoideapad510-15ISK:rvnLENOVO:rnToronto5A1:rvrNODPK:cvnLENOVO:ct10:cvrLenovoideapad510-15ISK:
  dmi.product.family: IDEAPAD
  dmi.product.name: 80SR
  dmi.product.version: Lenovo ideapad 510-15ISK
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1727702/+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 1728573] Re: request to pull in an upstream bug fix for systemd

2017-10-30 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   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/1728573

Title:
  request to pull in an upstream bug fix for systemd

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

Bug description:
  There's a bug in systemd's virtualization detection algorithm that
  prevents the XenServer Tools from working: systemd-virt-detect reports
  "vm-other" instead of Xen on AMD hosts, and if it doesn't report
  "xen", then xe-daemon will refuse to start. Thus, installing Ubuntu as
  a guest on XenServer on an AMD host will be less than ideal.

  This has been patched upstream:
  
https://github.com/systemd/systemd/commit/530c1c3028c484c503725bbac769b9051af83da7

  If this fix could be pulled into Xenial / Ubuntu 16.04 LTS, it would
  be greatly appreciated. Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728573/+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 1721345] Re: ALC295 codec seems to have Master and PCM channels swapped

2017-10-30 Thread Dylan Borg
When using a stock kernel and stock PA/Alsa configurations, the volume
controls end up raising Master only without also raising PCM as PA
thinks that PCM and Master are merged. This codec does not require
raising Headphone volume for speakers, it only requires it when actually
using headphones. The headphone scenario works perfectly out of the box.
Please do not change anything with headphones as that would be a
regression.

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

Title:
  ALC295 codec seems to have Master and PCM channels swapped

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  When trying to use pulseaudio to control volume on my ASUS Zenbook Pro
  UX550VE *uses AC295 audio codec) I noticed that pulseuadio is varying
  the Master ALSA channel. If I vary that channel in alsamixer I get no
  variation in volume. If I vary the PCM channel instead I get the
  desired effect that volume buttons should have. Since pulseaudio
  varies the Master channel by default and does not respect any
  configuration settings telling it to use other settings, I suggest
  swapping these two channels so that pulseaudio works out of the box.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-12-generic 4.13.0-12.13 [modified: 
boot/vmlinuz-4.13.0-12-generic]
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  dylan  1532 F pulseaudio
  CurrentDesktop: GNOME
  Date: Wed Oct  4 19:25:38 2017
  HibernationDevice: RESUME=UUID=2b6908b4-d463-4170-9be5-556145c71a0e
  InstallationDate: Installed on 2017-10-02 (1 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Beta amd64 (20171002)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:0a2b Intel Corp. 
   Bus 001 Device 002: ID 13d3:5755 IMC Networks 
   Bus 001 Device 004: ID 04f3:0903 Elan Microelectronics Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX550VE
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-12-generic 
root=UUID=aa3dfd29-caf8-4882-906e-1b31b672d2c2 ro quiet splash threadirqs 
acpi_osi=! acpi_osi=Linux acpi_backlight=native vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-12-generic N/A
   linux-backports-modules-4.13.0-12-generic  N/A
   linux-firmware 1.168
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/05/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX550VE.300
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX550VE
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX550VE.300:bd06/05/2017:svnASUSTeKCOMPUTERINC.:pnUX550VE:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX550VE:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: UX
  dmi.product.name: UX550VE
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1721345/+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 437760] ✉omg interesting stuff, simply take a look

2017-10-30 Thread AloxeCorton
Hey friend,

I've seen  that interesting products recently, you would  definitely
love it. Just take a look
http://www.panianna.pl/gaze.php?UE80Mzc3NjBAYnVncy5sYXVuY2hwYWQubmV0


Sent from a prehistoric stone tablet, Colleen Gillis

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

Title:
  [Sony Corporation VGN-SR19VN] suspend/resume failure [non-free: fglrx]

Status in linux package in Ubuntu:
  Invalid

Bug description:
  suspend to ram has stopped working ever since version 8.04
  Karmic Koala doesn't seem to want to resume after a suspend-2-ram operation 
(black blank screen with no possibility to CTRL-ALT-Fx)
  Using proprietary fglrx ATI drivers which seem to be one of the issues around 
this reoccuring problem.
  I'm also using the x86_64 bit version.

  ProblemType: KernelOops
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  aloxecorton   2494 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xcd20 irq 22'
 Mixer name : 'Realtek ALC262'
 Components : 'HDA:10ec0262,104d2d00,00100302 
HDA:14f12c06,104d1700,0010'
 Controls  : 18
 Simple ctrls  : 11
  Date: Sun Sep 27 20:04:11 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=be4c6ebd-4b40-462f-88df-beca6a1d0c37
  InterpreterPath: /usr/bin/python2.6
  MachineType: Sony Corporation VGN-SR19VN
  NonfreeKernelModules: fglrx
  Package: linux-image-2.6.31-11-generic 2.6.31-11.36
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-11-generic 
root=UUID=3ae8a3c5-ed76-439e-8eee-a736c080b3cb ro quiet splash
  ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
  ProcEnviron: PATH=(custom, no user)
  ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
  RelatedPackageVersions: linux-firmware 1.19
  SourcePackage: linux
  Tags: resume suspend
  Title: [Sony Corporation VGN-SR19VN] suspend/resume failure [non-free: fglrx]
  Uname: Linux 2.6.31-11-generic x86_64
  UserGroups:
   
  dmi.bios.date: 06/05/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0280Y1
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0280Y1:bd06/05/2008:svnSonyCorporation:pnVGN-SR19VN:pvrC600D1Z5:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-SR19VN
  dmi.product.version: C600D1Z5
  dmi.sys.vendor: Sony Corporation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/437760/+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 1728413] Re: On-screen-keyboard keeps popping up even though physical keyboard is connected

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

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

Title:
  On-screen-keyboard keeps popping up even though physical keyboard is
  connected

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a laptop with touch screen. The screen can be disconnected from
  the keyboard for use as a tablet.

  When I have the screen disconnected from the keyboard and I touch a
  text-input field then the on-screen-keyboard comes up. This works as
  expected.

  However, the on-screen-keyboard ALSO pops up when the keyboard is connected. 
That is quite irritating. I would expect that the on-screen-keyboard does not 
show up when I have a physical keyboard attached.
  --- 
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   peter 10998 F...m pulseaudio
   /dev/snd/controlC0:  peter 10998 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 17.10
  HibernationDevice: RESUME=UUID=f1546bcb-f4e8-4393-a32e-0f014e1e9bd3
  InstallationDate: Installed on 2017-10-29 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: HP HP Pavilion x2 Detachable
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic.efi.signed 
root=UUID=e11fcd52-994f-4f5f-814f-f95ea37ccc46 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/14/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F.13
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 8181
  dmi.board.vendor: HP
  dmi.board.version: 42.25
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF.13:bd03/14/2016:svnHP:pnHPPavilionx2Detachable:pvr:rvnHP:rn8181:rvr42.25:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=SPT
  dmi.product.name: HP Pavilion x2 Detachable
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728413/+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 1728417] Re: Xubuntu suspend fails - shuts down instead

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

Title:
  Xubuntu suspend fails - shuts down instead

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Suspending my machine (Xubuntu Whisker menu/Log out/Suspend) causes it
  to shut down instead (or at the very least, to restart when powering
  on again).

  Observed: after clicking on 'Suspend', the screen blanks, 10 seconds
  pass, then the machine powers down. When I power up again, it returns
  to the BIOS post screen, then Xubuntu boot splash screen, then login.

  Notes:

  * machine is a recent build, previously running 17.04. Had the same
  issue (and suspend error messages in syslog), so this does not appear
  to be related to the 17.10 upgrade.

  * given the "wpasupplicant failed with error code 254" line in syslog,
  and following comments in https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=835648, I tried removing wpasupplicant from
  /lib/systemd/system-suspend. This resulted in the machine suspending
  sooner (no time-out), but suspend still failed.

  * Separately, I tried switching to the nouveau driver (I'd seem some
  mentions of problematic proprietary nvidia drivers). This too made no
  difference.

  Please let me know if I can provide any other information.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  colin  1460 F pulseaudio
   /dev/snd/controlC1:  colin  1460 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sun Oct 29 15:03:36 2017
  InstallationDate: Installed on 2017-10-13 (15 days ago)
  InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: System manufacturer System Product Name
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic.efi.signed 
root=UUID=dcb5dfa5-9644-4b53-be57-ffadb28e8f45 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-25 (3 days ago)
  dmi.bios.date: 09/08/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0902
  dmi.board.asset.tag: Default string
  dmi.board.name: ROG STRIX B350-F GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0902:bd09/08/2017:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXB350-FGAMING:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  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/1728417/+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 1728271] Re: drm/i915: Resetting chip after gpu hang

2017-10-30 Thread Joseph Salisbury
It might also be worth trying the nouveau driver instead of Nvidia.

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

Title:
  drm/i915: Resetting chip after gpu hang

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I wanted to test a snap application called clementine and opened up
  preferences after it was launched and playing music. After clicking on
  something my whole system hanged.

  Regardless of the app, I decided to lookup how something like that
  could manage to "kill" the whole system and make it completely
  unresponsive.

  Device info is in the collected information attached. I am using
  NVIDIA 1060 as a primary graphics card.

  I have persistent journald logging enabled so the kernel log was saved
  up to a certain point.

  The interesting part is here, too bad I could not get
  /sys/class/drm/card1/error state:

  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: libGL error: MESA-LOADER: 
failed to retrieve device information
  окт 28 19:45:03 blade kernel: kauditd_printk_skb: 6 callbacks suppressed
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:186): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:187): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:188): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:189): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:190): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:191): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:192): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:193): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: libGL error: Version 4 or 
later of flush extension not found
  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: libGL error: failed to load 
driver: i915
  окт 28 19:45:03 blade audit[13782]: AVC apparmor="DENIED" operation="open" 
profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:02.0/revision" pid=13782 comm="cle
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.346:194): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.346:195): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade audit[13782]: AVC apparmor="DENIED" operation="open" 
profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:02.0/config" pid=13782 comm="cleme
  окт 28 19:45:03 blade audit[13782]: AVC apparmor="DENIED" operation="open" 
profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:02.0/revision" pid=13782 comm="cle
  окт 28 19:45:03 blade audit[13782]: AVC apparmor="DENIED" operation="open" 
profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:02.0/config" pid=13782 comm="cleme
  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: libGL error: MESA-LOADER: 
failed to retrieve device information
  окт 28 19:45:03 blade gnome-shell[5472]: STACK_OP_ADD: window 0x4800095 
already in stack
  окт 28 19:45:03 blade gnome-shell[5472]: STACK_OP_ADD: window 0x4800095 
already in stack
  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: [projectM] Allocating idle 
preset...
  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: [PresetFactory] path is Geiss 
& Sperl - Feedback (projectM idle HDR mix).milk
  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: [PresetFactory] url is 
idle://Geiss & Sperl - Feedback (projectM idle HDR mix).milk
  окт 28 19:45:09 blade kernel: [drm] GPU HANG: ecode 9:0:0xefde, in 
clementine [13782], reason: Hang on rcs0, action: reset
  окт 28 19:45:09 blade kernel: [drm] GPU hangs can indicate a bug anywhere in 
the entire gfx stack, including userspace.
  

[Kernel-packages] [Bug 1728412] Re: Titlebar of firefox does not respond to touch screen

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

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

Title:
  Titlebar of firefox does not respond to touch screen

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have a laptop with a touch screen and a new installation of 17.10.

  For the most part the touch screen is supported ok. I can move around
  most windows ok, I can zoom in the pdf viewer with a two-finger-pinch
  gesture. However, firefox has a differently looking toolbar and I can
  neither move the window, nor does it react to tapping the
  minimise/maximise/close buttons.

  I assume that I am running wayland by looking at these variables:

  echo $WAYLAND_DISPLAY $XDG_SESSION_DESKTOP $XDG_SESSION_TYPE 
  wayland-0 ubuntu wayland
  --- 
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   peter 10998 F...m pulseaudio
   /dev/snd/controlC0:  peter 10998 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 17.10
  HibernationDevice: RESUME=UUID=f1546bcb-f4e8-4393-a32e-0f014e1e9bd3
  InstallationDate: Installed on 2017-10-29 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: HP HP Pavilion x2 Detachable
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic.efi.signed 
root=UUID=e11fcd52-994f-4f5f-814f-f95ea37ccc46 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  Tags:  artful wayland-session
  Uname: Linux 4.13.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/14/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F.13
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 8181
  dmi.board.vendor: HP
  dmi.board.version: 42.25
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF.13:bd03/14/2016:svnHP:pnHPPavilionx2Detachable:pvr:rvnHP:rn8181:rvr42.25:cvnHP:ct10:cvrChassisVersion:
  dmi.product.family: 103C_5335KV G=N L=CON B=HP S=SPT
  dmi.product.name: HP Pavilion x2 Detachable
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728412/+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 1728453] Re: kernel BUG at /build/linux-XO_uEE/linux-4.13.0/fs/btrfs/backref.c:1006!

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

Title:
  kernel BUG at /build/linux-
  XO_uEE/linux-4.13.0/fs/btrfs/backref.c:1006!

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Was running duperemove for 240 gigabyte multiboot-ssd backup-image(two
  older images already, as well as 6 images from a 60gigabyte Windows
  system) on 2TB usb-hd. System was very low of free memory due Chrome
  browser.

  This duperemove seemed to take ages, ran over 24 hours already before this:
  kernel BUG at /build/linux-XO_uEE/linux-4.13.0/fs/btrfs/backref.c:1006!

  Kernel is pre-built, from linux-image-lowlatency -package

  ProblemType: KernelOops
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-lowlatency 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-lowlatency 4.13.4
  Uname: Linux 4.13.0-16-lowlatency x86_64
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm1051 F pulseaudio
jarkko 1475 F pulseaudio
  Date: Sun Oct 29 21:51:24 2017
  Failure: oops
  InstallationDate: Installed on 2017-09-08 (51 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170906)
  MachineType: Micro-Star International Co., Ltd. GE620/FX620DX
  ProcFB:
   0 nouveaufb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-lowlatency 
root=UUID=45b85877-dbec-4ab5-b557-31f8766def37 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon N/A
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Title: [439134.491535] [ cut here ]
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/14/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E16G5IMS V1.0D
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: MS-16G5
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: To be filled by O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16G5IMSV1.0D:bd04/14/2011:svnMicro-StarInternationalCo.,Ltd.:pnGE620/FX620DX:pvrTobefilledbyO.E.M.:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16G5:rvrTobefilledbyO.E.M.:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrTobefilledbyO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: GE620/FX620DX
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Micro-Star International Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728453/+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 1724911] Re: text VTs are unavailable on desktop after upgrade to Ubuntu 17.10

2017-10-30 Thread Steve Langasek
22a884cfe5a49b6fd63f10ff137906028b4cf923 is good.

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

Title:
  text VTs are unavailable on desktop after upgrade to Ubuntu 17.10

Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Artful:
  In Progress

Bug description:
  After upgrading my laptop to Ubuntu 17.10, I am unable to access
  gettys on any of the text-mode VTs on my system.

  gdm3 is running on VT1, my user session is running on VT2.  I can
  switch between these.  If I switch to VT3, I know that the VT switch
  has happened in the kernel because the X cursor disappears; but the
  display retains the output of my X session, and the text console with
  getty never appears.

  Switching back to VT2 works fine.

  The same problem occurs with either Wayland or X.

  My laptop is docked with an external monitor, which could be a factor.
  (I also notice that during boot, plymouth is only rendered on the
  internal monitor, not the external monitor; this may be related).  I
  have not yet tested whether this problem is reproducible if I undock.

  The system is booting with vt.handoff=7, which I believe is still the
  default in Ubuntu 17.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  vorlon24080 F pulseaudio
   /dev/snd/controlC0:  vorlon24080 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct 19 09:57:59 2017
  HibernationDevice: RESUME=UUID=6df76279-19ea-45a4-bec9-e4fdc858729a
  InstallationDate: Installed on 2010-09-24 (2582 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  MachineType: LENOVO 2306CTO
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic.efi.signed 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to artful on 2017-10-19 (0 days ago)
  dmi.bios.date: 10/25/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G2ET97WW (2.57 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2306CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG2ET97WW(2.57):bd10/25/2013:svnLENOVO:pn2306CTO:pvrThinkPadX230:rvnLENOVO:rn2306CTO:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.family: ThinkPad X230
  dmi.product.name: 2306CTO
  dmi.product.version: ThinkPad X230
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1724911/+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 1728244] Re: Touchpad stops working after reboot on Apollo Lake

2017-10-30 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7

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

Title:
  Touchpad stops working after reboot on Apollo Lake

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  On the Jumper EZBook 3 Pro (V4) laptop, using an Apollo Lake N3450
  processor, if you install Ubuntu 17.10 (or less) with isorespin and
  use rEFInd as bootloader (this is the only way to get linux booting on
  this laptop) everything works out of the box, but after a reboot or
  two the touchpad stops working. Both in Ubuntu and Windows 10. The
  only way to restore functionality is to boot from usb key ubuntu 17.10
  respined, or disassemble laptop and detach-reattach battery cable.
  This is mesg | grep i2c_hid:

  
  [ 2056.460636] i2c_hid i2c-SYNA3602:00: i2c_hid_get_input: incomplete report 
(27/34)
  [ 3077.604699] i2c_hid i2c-SYNA3602:00: failed to reset device.
  [ 3077.605473] dpm_run_callback(): i2c_hid_resume+0x0/0xe0 [i2c_hid] returns 
-61
  [ 3080.468156] i2c_hid i2c-SYNA3602:00: i2c_hid_get_input: incomplete report 
(27/34)

  
  uname -rvps
  Linux 4.10.0-32-generic #36~16.04.1-Ubuntu SMP Wed Aug 9 09:19:02 UTC 2017 
x86_64

  There has to be a bug in the kernel. Any way to avoid this?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728244/+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 1728208] Re: watchdog: BUG: soft lockup - CPU#9 stuck for 23s! [jbd2/sda1-8:1143]

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7

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

Title:
  watchdog: BUG: soft lockup - CPU#9 stuck for 23s! [jbd2/sda1-8:1143]

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  ??

  ProblemType: KernelOops
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm1382 F pulseaudio
martin 2730 F pulseaudio
   /dev/snd/controlC1:  gdm1382 F pulseaudio
martin 2730 F pulseaudio
  Date: Tue Oct 24 14:38:22 2017
  Failure: oops
  InstallationDate: Installed on 2017-09-06 (51 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  IwConfig:
   enp30s0   no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7A37
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=2f9a06ba-67d9-4ce9-87fe-a4c5ec36caf9 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon N/A
  RfKill:
   
  SourcePackage: linux
  Title: watchdog: BUG: soft lockup - CPU#9 stuck for 23s! [jbd2/sda1-8:1143]
  UpgradeStatus: Upgraded to artful on 2017-10-19 (8 days ago)
  dmi.bios.date: 07/27/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.60
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B350M MORTAR (MS-7A37)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 4
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.60:bd07/27/2017:svnMSI:pnMS-7A37:pvr1.0:rvnMSI:rnB350MMORTAR(MS-7A37):rvr1.0:cvnMSI:ct4:cvr1.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7A37
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728208/+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 1728429] Re: BUG: unable to handle kernel NULL pointer dereference at 0000000000000020

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

Title:
  BUG: unable to handle kernel NULL pointer dereference at
  0020

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Seems to have happened when I was adding an external monitor (Dell 2407)
  Using Apple display port -> VGA adapter.
  Monitor is not detected in Ubuntu.
  External monitor will not work with Ubuntu, but does work with same setup in 
OSX.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19 [modified: 
boot/vmlinuz-4.13.0-16-generic]
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: wl
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm 988 F pulseaudio
recio  1373 F pulseaudio
   /dev/snd/controlC0:  gdm 988 F pulseaudio
recio  1373 F pulseaudio
  Date: Sun Oct 29 12:16:46 2017
  DuplicateSignature: BUG: unable to handle kernel NULL pointer dereference at 
location RIP: nv50_mstm_service+0x18/0xb0 [nouveau] RSP: adf703c4fdc0
  Failure: oops
  InstallationDate: Installed on 2017-10-21 (8 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: Apple Inc. MacBookPro6,1
  ProcFB:
   0 nouveaufb
   1 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic.efi.signed 
root=UUID=74994dd6-e680-4622-9ef1-c93af42635e3 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon N/A
  SourcePackage: linux
  Title: BUG: unable to handle kernel NULL pointer dereference at 
0020
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/17/17
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP61.88Z.0057.B1C.1706170449
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-F22589C8
  dmi.board.vendor: Apple Inc.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F22589C8
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP61.88Z.0057.B1C.1706170449:bd06/17/17:svnAppleInc.:pnMacBookPro6,1:pvr1.0:rvnAppleInc.:rnMac-F22589C8:rvr:cvnAppleInc.:ct10:cvrMac-F22589C8:
  dmi.product.family: MacBook Pro
  dmi.product.name: MacBookPro6,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/+bug/1728429/+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 1728257] Re: system freeze

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7

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

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

Title:
  system freeze

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have an Acer computer with 8 gig ram and a 500 gig internal hard
  drive and a 4 terabyte external drive. This is a fresh install of
  17.10. I installed Chrome after the system freeze started to load up
  my favorites so I could access them to find solutions but I couldn't
  find any. The freeze sometimes happens right at startup or it waits
  until I start to download something, also I get frequent wifi network
  failure but, but everything else that uses the network seems to be
  working just fine as in (other computers, Roku, smart tv, tablet, and
  phones).

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19 [modified: 
boot/vmlinuz-4.13.0-16-generic]
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  williambondj   1156 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct 28 12:07:08 2017
  HibernationDevice: RESUME=UUID=0afc394a-6c0f-4261-abcc-0b1a45f483d9
  InstallationDate: Installed on 2017-10-28 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
  MachineType: Acer Aspire ES1-711
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/07/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.05
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: EA70_BM
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.05:bd11/07/2014:svnAcer:pnAspireES1-711:pvrV1.05:rvnAcer:rnEA70_BM:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.family: Type1Family
  dmi.product.name: Aspire ES1-711
  dmi.product.version: V1.05
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728257/+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 1728366] Re: Enable CONFIG_IPV6_OPTIMISTIC_DAD

2017-10-30 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Wishlist

** Also affects: linux (Ubuntu Bionic)
   Importance: Wishlist
   Status: Confirmed

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

** Tags added: bionic kernel-da-key

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

Title:
  Enable CONFIG_IPV6_OPTIMISTIC_DAD

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

Bug description:
  Feature request: Please enable CONFIG_IPV6_OPTIMISTIC_DAD.

  config IPV6_OPTIMISTIC_DAD
   bool "IPv6: Enable RFC 4429 Optimistic DAD"
   ---help---
     This is experimental support for optimistic Duplicate
     Address Detection.  It allows for autoconfigured addresses
     to be used more quickly.

     If unsure, say N.

  It's no longer marked EXPERIMENTAL, but as you can see the description
  still calls it "experimental". I don't know its real status.

  

  It might make booting faster and/or more reliable, depending on how
  init handles waiting for DAD before starting services. I haven't
  actually used it, and don't know if it really will help anything.

  This was previously requested as part of bug #447905, which went
  nowhere and was automatically closed in 2010. (That bug also requested
  a second, seemingly unrelated feature which is now enabled.)

  I want it for the amd64 virtual and ec2 kernels in Xenial and Bionic,
  but I can wait until next decade too.

  The relevant sysctls remain off by default, keeping the risk low for
  users who don't choose to enable it. (I think.)

  Backporting 35e015e1f5773417952fe91ce8790baf9b4237a2 from 4.14-rc2
  would be necessary for the net.ipv6.conf.all.optimistic_dad sysctl to
  work, but net.ipv6.conf.eth0.optimistic_dad and so forth should work
  without it. (I think...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728366/+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 1728271] Re: drm/i915: Resetting chip after gpu hang

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7

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

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

Title:
  drm/i915: Resetting chip after gpu hang

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I wanted to test a snap application called clementine and opened up
  preferences after it was launched and playing music. After clicking on
  something my whole system hanged.

  Regardless of the app, I decided to lookup how something like that
  could manage to "kill" the whole system and make it completely
  unresponsive.

  Device info is in the collected information attached. I am using
  NVIDIA 1060 as a primary graphics card.

  I have persistent journald logging enabled so the kernel log was saved
  up to a certain point.

  The interesting part is here, too bad I could not get
  /sys/class/drm/card1/error state:

  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: libGL error: MESA-LOADER: 
failed to retrieve device information
  окт 28 19:45:03 blade kernel: kauditd_printk_skb: 6 callbacks suppressed
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:186): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:187): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:188): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:189): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:190): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:191): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:192): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.252:193): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: libGL error: Version 4 or 
later of flush extension not found
  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: libGL error: failed to load 
driver: i915
  окт 28 19:45:03 blade audit[13782]: AVC apparmor="DENIED" operation="open" 
profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:02.0/revision" pid=13782 comm="cle
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.346:194): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade kernel: audit: type=1400 audit(1509209103.346:195): 
apparmor="DENIED" operation="open" profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:
  окт 28 19:45:03 blade audit[13782]: AVC apparmor="DENIED" operation="open" 
profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:02.0/config" pid=13782 comm="cleme
  окт 28 19:45:03 blade audit[13782]: AVC apparmor="DENIED" operation="open" 
profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:02.0/revision" pid=13782 comm="cle
  окт 28 19:45:03 blade audit[13782]: AVC apparmor="DENIED" operation="open" 
profile="snap.clementine.clementine" 
name="/sys/devices/pci:00/:00:02.0/config" pid=13782 comm="cleme
  окт 28 19:45:03 blade org.gnome.Nautilus[5312]: libGL error: MESA-LOADER: 
failed to retrieve device information
  окт 28 19:45:03 blade gnome-shell[5472]: STACK_OP_ADD: window 0x4800095 
already in stack
  окт 28 19:45:03 blade gnome-shell[5472]: STACK_OP_ADD: window 0x4800095 
already in stack
  окт 28 

[Kernel-packages] [Bug 1728446] Re: Middle clicking isn't working properly Logitech M705

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

Title:
  Middle clicking isn't working properly Logitech M705

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I'm using Ubuntu 16.04, (stock install 16.04.3, not HWE LTS) with a newly 
bought mouse, Logitech M705 (which are using Logitech Unifying Receiver). When 
I connected the mouse everything was working as expected, except that the 
middle clicking wasn't working. The  mouse has the following map:
   1Left 
   2Middle (push roller down)
   3Right 
   4Roller Forward 
   5Roller Back 
   6Roller tilt left 
   7Roller tilt right
   8Side button, forward
   9Side Button, rearward
  10  Extra button  (app switching)

  When I tried the mouse with 'xev | grep button', the button Left was
  nr 1, Right nr 3, Roller Forward nr 4, Roller Back nr 5, Roller tilt
  left nr 6, Roller tilt right nr 7, Side button, forward nr 8, Side
  Button, rearward nr 9 and Extra button was nr 10. But Middle button
  was the same as Roller tilt left namely nr 6. It should have been
  number 2 not 6. Thus the middle click button wasn't properly detected
  and not working as expected. I can remap the mouse button nr 6 to nr 2
  with xinput and get middle clicking but then the left tilt
  functionality disappear, this button (nr 6) also become a middle click
  button, nr 2. What is it that makes that two different buttons get the
  same number?

  xinput list shows:

  xinput list
  ⎡ Virtual core pointerid=2[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer  id=4[slave  pointer 
 (2)]
  ⎜   ↳ Logitech M705   id=8[slave  pointer 
 (2)]
  ⎜   ↳ Logitech K520   id=9[slave  pointer 
 (2)]
  ⎣ Virtual core keyboard   id=3[master keyboard (2)]
  ↳ Virtual core XTEST keyboard id=5[slave  
keyboard (3)]
  ↳ Power Buttonid=6[slave  
keyboard (3)]
  ↳ Power Buttonid=7[slave  
keyboard (3)]
  ↳ Eee PC WMI hotkeys  id=10   [slave  
keyboard (3)]

  And 
  xinput list 8
  Logitech M705 id=8[slave  pointer  (2)]
Reporting 7 classes:
Class originated from: 8. Type: XIButtonClass
Buttons supported: 24
Button labels: "Button Left" "Button Middle" "Button Right" 
"Button Wheel Up" "Button Wheel Down" "Button Horiz Wheel Left" "Button Horiz 
Wheel Right" "Button Side" "Button Extra" "Button Forward" "Button Back" 
"Button Task" "Button Unknown" "Button Unknown" "Button Unknown" "Button 
Unknown" "Button Unknown" "Button Unknown" "Button Unknown" "Button Unknown" 
"Button Unknown" "Button Unknown" "Button Unknown" "Button Unknown"
Button state:
Class originated from: 8. Type: XIValuatorClass
Detail for Valuator 0:
  Label: Rel X
  Range: -1.00 - -1.00
  Resolution: 1 units/m
  Mode: relative
Class originated from: 8. Type: XIValuatorClass
Detail for Valuator 1:
  Label: Rel Y
  Range: -1.00 - -1.00
  Resolution: 1 units/m
  Mode: relative
Class originated from: 8. Type: XIValuatorClass
Detail for Valuator 2:
  Label: Rel Horiz Wheel
  Range: -1.00 - -1.00
  Resolution: 1 units/m
  Mode: relative
Class originated from: 8. Type: XIValuatorClass
Detail for Valuator 3:
  Label: Rel Vert Wheel
  Range: -1.00 - -1.00
  Resolution: 1 units/m
  Mode: relative
Class originated from: 8. Type: XIScrollClass
  

[Kernel-packages] [Bug 1728303] Re: Display corruption on intel haswell Macbook Air

2017-10-30 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.14 kernel[0].

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

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

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.14-rc7


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

Title:
  Display corruption on intel haswell Macbook Air

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I am experiencing frequent display corruption after installing Ubuntu 17.10 
on my 2013 Macbook Air (version 6.2).
  The display flickers with a corrupted image for a brief second before 
returning to normal.

  Booting with nomodeset removes the corruption. I have tried some of
  the workarounds listed on the archwiki for screen flickering on intel
  (https://wiki.archlinux.org/index.php/intel_graphics#Screen_flickering).
  They did not work for me.

  Also. I don't think this is related to any specific applications,
  because I get the corruption regardless of distro and desktop
  environment.

  Even though the corruption happens regularly (at least once every 10
  secons), I have also found a way to manually trigger it. If I run lm-
  sensors, the display will show major corruption for a second.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19 [modified: 
boot/vmlinuz-4.13.0-16-generic]
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  drblah 1467 F pulseaudio
   /dev/snd/controlC1:  drblah 1467 F pulseaudio
  CurrentDesktop: Budgie:GNOME
  Date: Sat Oct 28 22:44:20 2017
  HibernationDevice: RESUME=UUID=cf502dac-fe57-42d2-85c8-0c6ed46b133a
  InstallationDate: Installed on 2017-10-28 (0 days ago)
  InstallationMedia: Ubuntu-Budgie 17.10 "Artful Aardvark" - Release amd64 
(20171017.1)
  MachineType: Apple Inc. MacBookAir6,2
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.13.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--budgie--vg-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-16-generic N/A
   linux-backports-modules-4.13.0-16-generic  N/A
   linux-firmware 1.169
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2017
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBA61.88Z.0103.B00.1708080653
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-7DF21CB3ED6977E5
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookAir6,2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-7DF21CB3ED6977E5
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBA61.88Z.0103.B00.1708080653:bd08/08/2017:svnAppleInc.:pnMacBookAir6,2:pvr1.0:rvnAppleInc.:rnMac-7DF21CB3ED6977E5:rvrMacBookAir6,2:cvnAppleInc.:ct10:cvrMac-7DF21CB3ED6977E5:
  dmi.product.family: MacBook Air
  dmi.product.name: MacBookAir6,2
  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/+bug/1728303/+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 1722299] Re: linux: 4.4.0-98.121 -proposed tracker

2017-10-30 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-security
   Status: Fix Committed => Fix Released

** Description changed:

  This bug is for tracking the  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
  
  backports: 1722301,1722302
  derivatives: 1722303,1722304,1722306,1722308,1722310
  -- swm properties --
  boot-testing-requested: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true
+ kernel-stable-phase-changed:Monday, 30. October 2017 20:02 UTC
+ kernel-stable-phase:Promoted to security

** Description changed:

  This bug is for tracking the  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
  
  backports: 1722301,1722302
  derivatives: 1722303,1722304,1722306,1722308,1722310
  -- swm properties --
  boot-testing-requested: true
- phase: Promoted to proposed
+ phase: Promoted to security
  proposed-announcement-sent: true
  proposed-testing-requested: true
- kernel-stable-phase-changed:Monday, 30. October 2017 20:02 UTC
- kernel-stable-phase:Promoted to security

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

Title:
  linux: 4.4.0-98.121 -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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Committed
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 snap-certification-testing series:
  Fix Released
Status in Kernel SRU Workflow snap-publish series:
  Invalid
Status in Kernel SRU Workflow snap-qa-testing series:
  Invalid
Status in Kernel SRU Workflow snap-release-to-beta series:
  Fix Released
Status in Kernel SRU Workflow snap-release-to-candidate series:
  Fix Released
Status in Kernel SRU Workflow snap-release-to-edge series:
  Fix Released
Status in Kernel SRU Workflow snap-release-to-stable series:
  New
Status in Kernel SRU Workflow upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Xenial:
  Fix Released

Bug description:
  This bug is for tracking the  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

  backports: 1722301,1722302
  derivatives: 1722303,1722304,1722306,1722308,1722310
  -- swm properties --
  boot-testing-requested: true
  phase: Promoted to security
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1722299/+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 1718397] Re: multipath -ll is not showing the disks which are actually multipath

2017-10-30 Thread Frank Heimes
** Changed in: ubuntu-power-systems
   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/1718397

Title:
  multipath -ll is not showing the disks which are actually multipath

Status in The Ubuntu-power-systems project:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Zesty:
  Fix Released
Status in linux source package in Artful:
  Fix Released

Bug description:
  [Impact]

   * The number of available AIO contexts is severely limited
 on systems with a large number of possible CPUs 
 (e.g., IBM POWER8 processors w/ 20ish cores * 8 threads/core,
 and other multithreaded server-class processors).

   * This prevents application such as multipath/directio checker
 to provide all of the available devices to the system.

   * Other applications which depend on AIO can be affected/limited.

   * The patch fixes how aio increments the number of active contexts
 (seen in /proc/sys/fs/aio-nr) and checks that against the global
 limit (seen in /proc/sys/fs/aio-max-nr).

  [Test Case]

   * A synthetic test-case is attached (io_setup_v2.c) and demonstrated
 (original/patched kernels) in comment #4.

   * Trying to perform multipath discovery in debug/verbose mode
 (i.e., "multipath -v3" command) with sufficient number of 
 individual paths using the "directio" path checker should
 demonstrate the problem/solution as well (i.e., presence or
 not of "io_setup failed" messages).

  [Regression Potential]

   * Note the fix is trivial and has been tested by several users,
 even caused the introduction of a new test-case in "libaio";
 (but that can never be a strong enough reason for no more errors).

   * Applications which use aio with small "nr_events" value as argument
 to "io_setup()" now have access to a much larger number of aio contexts;
 but hopefully those apps are already only requesting what they need,
 not trying to get more and more.

   * Applications which relied in the _incorrect_ behavior of 
'/proc/sys/fs/aio-nr'
 being possibly greater than '/proc/sys/fs/aio-max-nr' might have problems,
 but those apps should be fixed.


  Problem Description
  =
  I am facing this issue for Texan Flash storage 840 disks which are coming 
from coho and salfish adapter

  coho adapter with 840 storage  is 3G disks and salfish adapter with
  840 is 12G disks

  I am able to see those disks in lsblk o/p but not in multipath -ll
  comamnd

  0004:01:00.0 Coho: Saturn-X  U78C9.001.WZS0060-P1-C6 
0x1090fa2a51f8  host10  Online
  0004:01:00.1 Coho: Saturn-X  U78C9.001.WZS0060-P1-C6 
0x1090fa2a51f9  host11  Online

  0005:09:00.0 Sailfish: QLogic 8GBU78C9.001.WZS0060-P1-C9 
0x2124ff787778  host2   Online
  0005:09:00.1 Sailfish: QLogic 8GBU78C9.001.WZS0060-P1-C9 
0x2124ff787779  host4   Online

  root@luckyv1:/dev/disk# multipath -ll | grep "size=3.0G" -B 1
  root@luckyv1:/dev/disk# multipath -ll | grep "size=12G" -B 1
  root@luckyv1:/dev/disk#

  == Comment: #3 - Luciano Chavez  - 2016-09-20 20:22:20 ==
  I edited /etc/multipath.conf and added
  verbosity 6

  to crank up the output and ran multipath -ll and saved it off to a
  text file (attached). All the using the directio checker failed and
  those using the tur checker seem to work.

  Sep 20 20:07:36 | loading //lib/multipath/libcheckdirectio.so checker
  Sep 20 20:07:36 | loading //lib/multipath/libprioconst.so prioritizer
  Sep 20 20:07:36 | Discover device 
/sys/devices/pci:00/:00:00.0/:01:00.0/host3/rport-3:0-2/target3:0:0/3:0:0:0/block/sdai
  Sep 20 20:07:36 | sdai: udev property ID_WWN whitelisted
  Sep 20 20:07:36 | sdai: not found in pathvec
  Sep 20 20:07:36 | sdai: mask = 0x25
  Sep 20 20:07:36 | sdai: dev_t = 66:32
  Sep 20 20:07:36 | open 
'/sys/devices/pci:00/:00:00.0/:01:00.0/host3/rport-3:0-2/target3:0:0/3:0:0:0/block/sdai/size'
  Sep 20 20:07:36 | sdai: size = 20971520
  Sep 20 20:07:36 | sdai: vendor = IBM
  Sep 20 20:07:36 | sdai: product = FlashSystem-9840
  Sep 20 20:07:36 | sdai: rev = 1442
  Sep 20 20:07:36 | sdai: h:b:t:l = 3:0:0:0
  Sep 20 20:07:36 | SCSI target 3:0:0 -> FC rport 3:0-2
  Sep 20 20:07:36 | sdai: tgt_node_name = 0x500507605e839800
  Sep 20 20:07:36 | open 
'/sys/devices/pci:00/:00:00.0/:01:00.0/host3/rport-3:0-2/target3:0:0/3:0:0:0/state'
  Sep 20 20:07:36 | sdai: path state = running
  Sep 20 20:07:36 | sdai: get_state
  Sep 20 20:07:36 | sdai: path_checker = directio (internal default)
  Sep 20 20:07:36 | sdai: checker timeout = 30 ms (internal default)
  Sep 20 20:07:36 

[Kernel-packages] [Bug 1722330] Re: linux: 4.10.0-38.42 -proposed tracker

2017-10-30 Thread Brad Figg
** Changed in: kernel-sru-workflow/promote-to-security
   Status: Fix Committed => Fix Released

** Description changed:

  This bug is for tracking the  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
  
  backports: 1722331,1722333
  derivatives: 1722334
  -- swm properties --
  boot-testing-requested: true
  phase: Promoted to proposed
  proposed-announcement-sent: true
  proposed-testing-requested: true
+ kernel-stable-phase-changed:Monday, 30. October 2017 20:06 UTC
+ kernel-stable-phase:Promoted to security

** Description changed:

  This bug is for tracking the  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
  
  backports: 1722331,1722333
  derivatives: 1722334
  -- swm properties --
  boot-testing-requested: true
- phase: Promoted to proposed
+ phase: Promoted to security
  proposed-announcement-sent: true
  proposed-testing-requested: true
- kernel-stable-phase-changed:Monday, 30. October 2017 20:06 UTC
- kernel-stable-phase:Promoted to security

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

Title:
  linux: 4.10.0-38.42 -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:
  Fix Released
Status in Kernel SRU Workflow promote-to-updates series:
  Fix Committed
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 upload-to-ppa series:
  Invalid
Status in Kernel SRU Workflow verification-testing series:
  Fix Released
Status in linux package in Ubuntu:
  Invalid
Status in linux source package in Zesty:
  Fix Released

Bug description:
  This bug is for tracking the  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

  backports: 1722331,1722333
  derivatives: 1722334
  -- swm properties --
  boot-testing-requested: true
  phase: Promoted to security
  proposed-announcement-sent: true
  proposed-testing-requested: true

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1722330/+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 1728204] Re: watchdog: BUG: soft lockup - CPU#9 stuck for 23s! [jbd2/sda1-8:1143]

2017-10-30 Thread Joseph Salisbury
*** This bug is a duplicate of bug 1728208 ***
https://bugs.launchpad.net/bugs/1728208

** This bug has been marked a duplicate of bug 1728208
   watchdog: BUG: soft lockup - CPU#9 stuck for 23s! [jbd2/sda1-8:1143]

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

Title:
  watchdog: BUG: soft lockup - CPU#9 stuck for 23s! [jbd2/sda1-8:1143]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ??

  ProblemType: KernelOops
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  Date: Tue Oct 24 14:47:31 2017
  Failure: oops
  InstallationDate: Installed on 2017-09-06 (51 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  IwConfig:
   enp30s0   no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7A37
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=2f9a06ba-67d9-4ce9-87fe-a4c5ec36caf9 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon N/A
  RfKill:
   
  SourcePackage: linux
  Title: watchdog: BUG: soft lockup - CPU#9 stuck for 23s! [jbd2/sda1-8:1143]
  UpgradeStatus: Upgraded to artful on 2017-10-19 (8 days ago)
  dmi.bios.date: 07/27/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.60
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B350M MORTAR (MS-7A37)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 4
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.60:bd07/27/2017:svnMSI:pnMS-7A37:pvr1.0:rvnMSI:rnB350MMORTAR(MS-7A37):rvr1.0:cvnMSI:ct4:cvr1.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7A37
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1728204/+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 1728206] Re: watchdog: BUG: soft lockup - CPU#9 stuck for 22s! [jbd2/sda1-8:1143]

2017-10-30 Thread Joseph Salisbury
*** This bug is a duplicate of bug 1728208 ***
https://bugs.launchpad.net/bugs/1728208

** This bug has been marked a duplicate of bug 1728208
   watchdog: BUG: soft lockup - CPU#9 stuck for 23s! [jbd2/sda1-8:1143]

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

Title:
  watchdog: BUG: soft lockup - CPU#9 stuck for 22s! [jbd2/sda1-8:1143]

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  ??

  ProblemType: KernelOops
  DistroRelease: Ubuntu 17.10
  Package: linux-image-4.13.0-16-generic 4.13.0-16.19
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  Annotation: Your system might become unstable now and might need to be 
restarted.
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm1382 F pulseaudio
martin 2730 F pulseaudio
   /dev/snd/controlC1:  gdm1382 F pulseaudio
martin 2730 F pulseaudio
  Date: Tue Oct 24 14:36:20 2017
  Failure: oops
  InstallationDate: Installed on 2017-09-06 (51 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  IwConfig:
   enp30s0   no wireless extensions.
   
   lono wireless extensions.
  MachineType: MSI MS-7A37
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=2f9a06ba-67d9-4ce9-87fe-a4c5ec36caf9 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: kerneloops-daemon N/A
  RfKill:
   
  SourcePackage: linux
  Title: watchdog: BUG: soft lockup - CPU#9 stuck for 22s! [jbd2/sda1-8:1143]
  UpgradeStatus: Upgraded to artful on 2017-10-19 (8 days ago)
  dmi.bios.date: 07/27/2017
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.60
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B350M MORTAR (MS-7A37)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 4
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.60:bd07/27/2017:svnMSI:pnMS-7A37:pvr1.0:rvnMSI:rnB350MMORTAR(MS-7A37):rvr1.0:cvnMSI:ct4:cvr1.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7A37
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

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

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


  1   2   3   >