[Bug 1597734] [NEW] snap packages do not run with the intel i915_bpo driver

2016-06-30 Thread Shaleen Jain
Private bug reported:

Unable to run any snap package with the Intel Skylake chipset.

$ ubuntu-calculator-app.calculator
```
libGL error: unable to load driver: i915_bpo_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i915_bpo
libGL error: unable to load driver: i915_bpo_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i915_bpo
qml: PageWithBottomEdge_QMLTYPE_30_QML_62(0x1c34e00)"Calculator": In 
Ubuntu.Components 1.3, the use of Page.title, Page.flickable and Page.head is 
deprecated. Use Page.header and the PageHeader component instead.
qml: FavouritePage_QMLTYPE_29(0x1f19b20): In Ubuntu.Components 1.3, the use of 
Page.title, Page.flickable and Page.head is deprecated. Use Page.header and the 
PageHeader component instead.
LocalStorage: can't create path -  
"/snap/ubuntu-calculator-app/5/usr/share/com.ubuntu.calculator/Databases"
QSqlQuery::prepare: database not open
file:///snap/ubuntu-calculator-app/5/usr/share/ubuntu-calculator-app/engine/CalculationHistory.qml:95:
 Error:  
qml: [LOG]: Detecting first time run by user. Starting welcome wizard.
XmbTextListToTextProperty result code -2
Illegal instruction (core dumped)
```

I have the xserver-xorg-video-intel package installed.

Description:Ubuntu 16.04 LTS
Release:16.04
snapd:
  Installed: 2.0.8

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

** Information type changed from Public to Private

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

Title:
  snap packages do not run with the intel i915_bpo driver

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

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


[Bug 1600134] [NEW] virtualbox-dkms 5.0.18-dfsg-2build1: virtualbox kernel module failed to build

2016-07-08 Thread Shaleen Jain
Public bug reported:

Happens when installing the 4.7.0 rc-6 kernel with headers for amd64.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: virtualbox-dkms 5.0.18-dfsg-2build1
Uname: Linux 4.6.0-040600-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
DKMSKernelVersion: 4.7.0-040700rc6-generic
Date: Fri Jul  8 13:11:26 2016
DuplicateSignature: 
dkms:virtualbox-dkms:5.0.18-dfsg-2build1:/var/lib/dkms/virtualbox/5.0.18/build/vboxnetadp/linux/VBoxNetAdp-linux.c:155:12:
 error: ‘struct net_device’ has no member named ‘trans_start’
InstallationDate: Installed on 2016-05-28 (41 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
PackageVersion: 5.0.18-dfsg-2build1
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: virtualbox
Title: virtualbox-dkms 5.0.18-dfsg-2build1: virtualbox kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package third-party-packages xenial

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

Title:
  virtualbox-dkms 5.0.18-dfsg-2build1: virtualbox kernel module failed
  to build

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

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

[Bug 1597734] Re: snap packages do not run with the intel i915_bpo driver

2016-07-09 Thread Shaleen Jain
** Information type changed from Private to Public

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

Title:
  snap packages do not run with the intel i915_bpo driver

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

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


[Bug 1290056] Re: [ati]compiz crashed with SIGSEGV in nux::GraphicsEngine::QRP_GLSL_GetBlurTexture()

2015-05-09 Thread Shaleen Jain
This bug occurs for me only when I have applied a different theme(Numix)
than the defaults  using the unity tweak tool and while scrolling down
the unity launcher to reveal hidden application icons.

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

Title:
  [ati]compiz crashed with SIGSEGV in
  nux::GraphicsEngine::QRP_GLSL_GetBlurTexture()

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

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


[Bug 1528473] [NEW] Unity session doesn't start after login from lightdm

2015-12-22 Thread Shaleen Jain
Public bug reported:


lightdm authenticates and logs in a user and a session is created but the 
screen hangs there forever. 
Same for the guest user.

I am able to login from the other text terminals.

unity --replace results in 
WARNING: no DISPLAY variable set, setting it to :0
Traceback (most recent call last):
  File "/usr/bin/unity", line 207, in 
run_unity  (options.verbose, options.debug, options.advanced_debug, 
options.compiz_path, args, options.log)
  File "/usr/bin/unity", line 129, in run_unity
subprocess.call(["stop", "unity-panel-service"])
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

sudo unity --replace starts compiz and unity with reduced functionality
i.e no applets or system bar and dbus errors.

Description:Ubuntu 15.10
Release:15.10
lightdm:
  Installed: 1.16.6-0ubuntu1
  Candidate: 1.16.6-0ubuntu1
  Version table:
 *** 1.16.6-0ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ wily-updates/main i386 Packages
100 /var/lib/dpkg/status
 1.16.4-0ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ wily/main i386 Packages

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: lightdm 1.16.6-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
Uname: Linux 4.2.0-22-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Tue Dec 22 12:24:22 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-06-20 (185 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
SourcePackage: lightdm
UpgradeStatus: Upgraded to wily on 2015-12-18 (3 days ago)

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


** Tags: amd64 apport-bug wily

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

Title:
  Unity session doesn't start after login from lightdm

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

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


[Bug 1528473] Re: Unity session doesn't start after login from lightdm

2015-12-22 Thread Shaleen Jain
** Changed in: lightdm (Ubuntu)
   Status: New => Invalid

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

Title:
  Unity session doesn't start after login from lightdm

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

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


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

2014-05-14 Thread Shaleen Jain
Happened to me in saucy as well.

[ cut here ]
 WARNING: CPU: 2 PID: 502 at /build/buildd/linux-3.11.0/net/wireless/sme.c:795 
cfg80211_roamed+0x89/0x90 [cfg80211]()
 Modules linked in: hid_generic usbhid hid snd_hrtimer cuse parport_pc ppdev 
bnep rfcomm bluetooth x86_pkg_temp_thermalintel_powerclamp coretemp joydev 
kvm_intel kvm uvcvideo crct10dif_pclmul lib80211_crypt_tkip crc32_pclmul
ghash_clmulni_intel snd_hda_codec_hdmi snd_hda_codec_realtek cryptd 
videobuf2_vmalloc videobuf2_memops videobuf2_core wl(POF) snd_hda_intel 
videodev snd_hda_codec thinkpad_acpi snd_hwdep snd_pcm nvram snd_page_alloc 
snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer 
lib80211 snd cfg80211 psmouse soundcore lp rtsx_pci_ms memstick mac_hid mei_me 
wmi serio_raw mei lpc_ich microcode parport rtsx_pci_sdmmc i915 ahci libahci 
i2c_algo_bit rtsx_pci drm_kms_helper r8169 mii drm video
CPU: 2 PID: 502 Comm: wl_event_handle Tainted: PF   W  O 
3.11.0-20-generic-tuxonice #35~ppa1-Ubuntu
 Hardware name: LENOVO 34641K7/34641K7, BIOS H2ET66WW(1.66) 12/05/2012
  0009 880102df9d88 816fe00e 
  880102df9dc0 81061e2d 88011675d000 88008965c200
  0035 880007f3dba0 0001 880102df9dd0
 Call Trace:
  [] dump_stack+0x45/0x56
  [] warn_slowpath_common+0x7d/0xa0
  [] warn_slowpath_null+0x1a/0x20
  [] cfg80211_roamed+0x89/0x90 [cfg80211]
  [] wl_bss_connect_done.isra.21+0x105/0x1b0 [wl]
  [] wl_notify_connect_status+0x204/0x420 [wl]
  [] wl_event_handler+0x55/0x1f0 [wl]
  [] ? wl_cfg80211_scan+0x380/0x380 [wl]
  [] kthread+0xc0/0xd0
  [] ? kthread_create_on_node+0x120/0x120
  [] ret_from_fork+0x7c/0xb0
  [] ? kthread_create_on_node+0x120/0x120
 ---[ end trace 47c021048dc4f1c3 ]---

Broadcom Wireless Driver: bcmwl-kernel-source_6.20.155.1+bdcom-
0ubuntu6_amd64

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

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

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

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