[Touch-packages] [Bug 1674164] Re: DVDs with restricted permissions are unreadable for normal user (regression?)

2017-04-12 Thread mikbini
In my view this is not invalid: "differently correct" recorders and also
printed DVDs are common in the wild and they work on Windows, osX and
"dumb" readers. And as the average user is not able to figure out a
workaround, he will assume that ubuntu is broken and switch to something
else.

The same argument ("we are applying the permissions") was made in 2009
for bug #10550 and ubuntu decision back then was to change the mount
options (possibly only to CDs/DVDs/Blueray, this is not clear from the
bug).

And let me stress again that this is indeed a regression: people used to
be able to play their braindead DVDs and now they cannot.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1674164

Title:
  DVDs with restricted permissions are unreadable for normal user
  (regression?)

Status in util-linux package in Ubuntu:
  Invalid

Bug description:
  I'm using 16.10. I have a DVD with strange permissions for the root
  folder:

  michele@cassandra:~$ ls -l /media/michele
  total 2
  d--x--x--- 3 michele michele 88 gen  1  2004 SONY_DVD_RECORDER_VOLUME

  The DVD is readable e.g. on windows but with ubuntu while I can access
  it as root:

  root@cassandra:~# ls -l /media/michele/SONY_DVD_RECORDER_VOLUME/
  total 4
  dr-xr-xr-x 2 michele michele 3628 gen  1  2004 VIDEO_TS

  I cannot as the non-root user that is logged in when I insert the
  disk:

  michele@cassandra:~$ ls -l /media/michele/SONY_DVD_RECORDER_VOLUME
  ls: cannot open directory '/media/michele/SONY_DVD_RECORDER_VOLUME': 
Permission denied

  Looking at the mount options it seems to me that this is a regression
  for bug #10550. The options used by udisks2 are:

  root@cassandra:~# mount |grep SONY
  /dev/sr0 on /media/michele/SONY_DVD_RECORDER_VOLUME type udf 
(ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,uhelper=udisks2)

  while my understanding from bug #10550 is that I should have also
  mode=0777 and dmode=0777

  And indeed this works:

  root@cassandra:~# mount -t udf -o
  
ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,uhelper=udisks2,mode=0777,dmode=0777
  /dev/sr0 ~michele/z

  michele@cassandra:~$ ls -l ~michele/z
  total 4
  drwxrwxrwx 2 michele michele 3628 gen  1  2004 VIDEO_TS

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

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


[Touch-packages] [Bug 1674164] [NEW] DVDs with restricted permissions are unreadable for normal user (regression?)

2017-03-19 Thread mikbini
Public bug reported:

I'm using 16.10. I have a DVD with strange permissions for the root
folder:

michele@cassandra:~$ ls -l /media/michele
total 2
d--x--x--- 3 michele michele 88 gen  1  2004 SONY_DVD_RECORDER_VOLUME

The DVD is readable e.g. on windows but with ubuntu while I can access
it as root:

root@cassandra:~# ls -l /media/michele/SONY_DVD_RECORDER_VOLUME/
total 4
dr-xr-xr-x 2 michele michele 3628 gen  1  2004 VIDEO_TS

I cannot as the non-root user that is logged in when I insert the disk:

michele@cassandra:~$ ls -l /media/michele/SONY_DVD_RECORDER_VOLUME
ls: cannot open directory '/media/michele/SONY_DVD_RECORDER_VOLUME': Permission 
denied

Looking at the mount options it seems to me that this is a regression
for bug #10550. The options used by udisks2 are:

root@cassandra:~# mount |grep SONY
/dev/sr0 on /media/michele/SONY_DVD_RECORDER_VOLUME type udf 
(ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,uhelper=udisks2)

while my understanding from bug #10550 is that I should have also
mode=0777 and dmode=0777

And indeed this works:

root@cassandra:~# mount -t udf -o
ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,uhelper=udisks2,mode=0777,dmode=0777
/dev/sr0 ~michele/z

michele@cassandra:~$ ls -l ~michele/z
total 4
drwxrwxrwx 2 michele michele 3628 gen  1  2004 VIDEO_TS

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1674164

Title:
  DVDs with restricted permissions are unreadable for normal user
  (regression?)

Status in util-linux package in Ubuntu:
  New

Bug description:
  I'm using 16.10. I have a DVD with strange permissions for the root
  folder:

  michele@cassandra:~$ ls -l /media/michele
  total 2
  d--x--x--- 3 michele michele 88 gen  1  2004 SONY_DVD_RECORDER_VOLUME

  The DVD is readable e.g. on windows but with ubuntu while I can access
  it as root:

  root@cassandra:~# ls -l /media/michele/SONY_DVD_RECORDER_VOLUME/
  total 4
  dr-xr-xr-x 2 michele michele 3628 gen  1  2004 VIDEO_TS

  I cannot as the non-root user that is logged in when I insert the
  disk:

  michele@cassandra:~$ ls -l /media/michele/SONY_DVD_RECORDER_VOLUME
  ls: cannot open directory '/media/michele/SONY_DVD_RECORDER_VOLUME': 
Permission denied

  Looking at the mount options it seems to me that this is a regression
  for bug #10550. The options used by udisks2 are:

  root@cassandra:~# mount |grep SONY
  /dev/sr0 on /media/michele/SONY_DVD_RECORDER_VOLUME type udf 
(ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,uhelper=udisks2)

  while my understanding from bug #10550 is that I should have also
  mode=0777 and dmode=0777

  And indeed this works:

  root@cassandra:~# mount -t udf -o
  
ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,uhelper=udisks2,mode=0777,dmode=0777
  /dev/sr0 ~michele/z

  michele@cassandra:~$ ls -l ~michele/z
  total 4
  drwxrwxrwx 2 michele michele 3628 gen  1  2004 VIDEO_TS

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

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


[Touch-packages] [Bug 1422163] Re: Unity crashing while watching youtube videos using chrome

2015-06-01 Thread mikbini
Under the guidance of the freedesktop guys I re-run unity_support_test
(see attachment) and the results are different now: it looks that i965
is indeed picked up:

OpenGL vendor string:   Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 965GM x86/MMX/SSE2
OpenGL version string:  2.1 Mesa 10.3.2

So, back to square one, as chrome still causes unity crashes while
watching youtube videos...


** Attachment added: "Current unity_support_test -p output"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1422163/+attachment/4408161/+files/unity-support-test.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1422163

Title:
  Unity crashing while watching youtube videos using chrome

Status in Mesa:
  Unknown
Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I recently upgraded to ubuntu 14.10 and started experiencing
  repeatable unity crashes while watching youtube videos using current
  chrome. It doesn't always crash at the first attempt but most
  definitely it will crash sooner or later.

  Once unity crashes it is respawn but again crashes immediately, the PC
  becomes unusable until I kill X from the console or reboot. From my
  .xsession-errors:

  upstart: unity7 main process (9627) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (9998) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10017) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10041) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10054) terminated with status 1
  upstart: unity7 main process ended, respawning
  [you got the point]

  Unity support test results are not reassuring:

  
  $ /usr/lib/nux/unity_support_test -p
  libGL error: failed to open drm device: Permission denied
  libGL error: failed to load driver: i965
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
  OpenGL version string: 3.0 Mesa 10.3.2

  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes

  Unity 3D supported: no
  

  [possibly related to
  https://bugs.freedesktop.org/show_bug.cgi?id=89146]

  I never tried running unity_support_test before upgrading from 14.04
  to 14.10, so I'm not sure if it looked better on 14.04 but definitely
  it didn't crash in this way. In my view this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,decor,imgpng,resize,gnomecompat,snap,compiztoolbox,place,move,grid,vpswitch,regex,session,mousepoll,animation,unitymtgrabhandles,wall,workarounds,fade,expo,ezoom,scale,unityshell]
  CurrentDesktop: Unity
  Date: Sun Feb 15 20:12:09 2015
  InstallationDate: Installed on 2010-03-20 (1793 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100317.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2014-12-08 (68 days ago)

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

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


[Touch-packages] [Bug 1422163] Re: Unity crashing while watching youtube videos using chrome

2015-06-01 Thread mikbini
** Bug watch added: freedesktop.org Bugzilla #90802
   https://bugs.freedesktop.org/show_bug.cgi?id=90802

** Also affects: mesa via
   https://bugs.freedesktop.org/show_bug.cgi?id=90802
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1422163

Title:
  Unity crashing while watching youtube videos using chrome

Status in Mesa:
  Unknown
Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I recently upgraded to ubuntu 14.10 and started experiencing
  repeatable unity crashes while watching youtube videos using current
  chrome. It doesn't always crash at the first attempt but most
  definitely it will crash sooner or later.

  Once unity crashes it is respawn but again crashes immediately, the PC
  becomes unusable until I kill X from the console or reboot. From my
  .xsession-errors:

  upstart: unity7 main process (9627) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (9998) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10017) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10041) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10054) terminated with status 1
  upstart: unity7 main process ended, respawning
  [you got the point]

  Unity support test results are not reassuring:

  
  $ /usr/lib/nux/unity_support_test -p
  libGL error: failed to open drm device: Permission denied
  libGL error: failed to load driver: i965
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
  OpenGL version string: 3.0 Mesa 10.3.2

  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes

  Unity 3D supported: no
  

  [possibly related to
  https://bugs.freedesktop.org/show_bug.cgi?id=89146]

  I never tried running unity_support_test before upgrading from 14.04
  to 14.10, so I'm not sure if it looked better on 14.04 but definitely
  it didn't crash in this way. In my view this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,decor,imgpng,resize,gnomecompat,snap,compiztoolbox,place,move,grid,vpswitch,regex,session,mousepoll,animation,unitymtgrabhandles,wall,workarounds,fade,expo,ezoom,scale,unityshell]
  CurrentDesktop: Unity
  Date: Sun Feb 15 20:12:09 2015
  InstallationDate: Installed on 2010-03-20 (1793 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100317.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2014-12-08 (68 days ago)

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

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


[Touch-packages] [Bug 1422163] Re: Unity crashing while watching youtube videos using chrome

2015-05-31 Thread mikbini
I'll gladly do but can you please advise:

* what freedesktop project is this bug for
* what bug I report ? That something is picking up the wrong graphics driver 
[what's the "right" one BTW]?

Thanks,
Michele

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1422163

Title:
  Unity crashing while watching youtube videos using chrome

Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I recently upgraded to ubuntu 14.10 and started experiencing
  repeatable unity crashes while watching youtube videos using current
  chrome. It doesn't always crash at the first attempt but most
  definitely it will crash sooner or later.

  Once unity crashes it is respawn but again crashes immediately, the PC
  becomes unusable until I kill X from the console or reboot. From my
  .xsession-errors:

  upstart: unity7 main process (9627) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (9998) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10017) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10041) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10054) terminated with status 1
  upstart: unity7 main process ended, respawning
  [you got the point]

  Unity support test results are not reassuring:

  
  $ /usr/lib/nux/unity_support_test -p
  libGL error: failed to open drm device: Permission denied
  libGL error: failed to load driver: i965
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
  OpenGL version string: 3.0 Mesa 10.3.2

  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes

  Unity 3D supported: no
  

  [possibly related to
  https://bugs.freedesktop.org/show_bug.cgi?id=89146]

  I never tried running unity_support_test before upgrading from 14.04
  to 14.10, so I'm not sure if it looked better on 14.04 but definitely
  it didn't crash in this way. In my view this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,decor,imgpng,resize,gnomecompat,snap,compiztoolbox,place,move,grid,vpswitch,regex,session,mousepoll,animation,unitymtgrabhandles,wall,workarounds,fade,expo,ezoom,scale,unityshell]
  CurrentDesktop: Unity
  Date: Sun Feb 15 20:12:09 2015
  InstallationDate: Installed on 2010-03-20 (1793 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100317.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2014-12-08 (68 days ago)

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

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


[Touch-packages] [Bug 1422163] Re: Unity crashing while watching youtube videos using chrome

2015-05-26 Thread mikbini
Adding bootstrap dmesg output

** Attachment added: "Bootstrap dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1422163/+attachment/4404996/+files/bootdmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1422163

Title:
  Unity crashing while watching youtube videos using chrome

Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I recently upgraded to ubuntu 14.10 and started experiencing
  repeatable unity crashes while watching youtube videos using current
  chrome. It doesn't always crash at the first attempt but most
  definitely it will crash sooner or later.

  Once unity crashes it is respawn but again crashes immediately, the PC
  becomes unusable until I kill X from the console or reboot. From my
  .xsession-errors:

  upstart: unity7 main process (9627) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (9998) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10017) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10041) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10054) terminated with status 1
  upstart: unity7 main process ended, respawning
  [you got the point]

  Unity support test results are not reassuring:

  
  $ /usr/lib/nux/unity_support_test -p
  libGL error: failed to open drm device: Permission denied
  libGL error: failed to load driver: i965
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
  OpenGL version string: 3.0 Mesa 10.3.2

  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes

  Unity 3D supported: no
  

  [possibly related to
  https://bugs.freedesktop.org/show_bug.cgi?id=89146]

  I never tried running unity_support_test before upgrading from 14.04
  to 14.10, so I'm not sure if it looked better on 14.04 but definitely
  it didn't crash in this way. In my view this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,decor,imgpng,resize,gnomecompat,snap,compiztoolbox,place,move,grid,vpswitch,regex,session,mousepoll,animation,unitymtgrabhandles,wall,workarounds,fade,expo,ezoom,scale,unityshell]
  CurrentDesktop: Unity
  Date: Sun Feb 15 20:12:09 2015
  InstallationDate: Installed on 2010-03-20 (1793 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100317.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2014-12-08 (68 days ago)

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

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


[Touch-packages] [Bug 1422163] Re: Unity crashing while watching youtube videos using chrome

2015-05-26 Thread mikbini
Attaching output of lspci -vvnn

** Attachment added: "Output of lspci -vvnn"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1422163/+attachment/4404993/+files/lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1422163

Title:
  Unity crashing while watching youtube videos using chrome

Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I recently upgraded to ubuntu 14.10 and started experiencing
  repeatable unity crashes while watching youtube videos using current
  chrome. It doesn't always crash at the first attempt but most
  definitely it will crash sooner or later.

  Once unity crashes it is respawn but again crashes immediately, the PC
  becomes unusable until I kill X from the console or reboot. From my
  .xsession-errors:

  upstart: unity7 main process (9627) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (9998) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10017) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10041) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10054) terminated with status 1
  upstart: unity7 main process ended, respawning
  [you got the point]

  Unity support test results are not reassuring:

  
  $ /usr/lib/nux/unity_support_test -p
  libGL error: failed to open drm device: Permission denied
  libGL error: failed to load driver: i965
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
  OpenGL version string: 3.0 Mesa 10.3.2

  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes

  Unity 3D supported: no
  

  [possibly related to
  https://bugs.freedesktop.org/show_bug.cgi?id=89146]

  I never tried running unity_support_test before upgrading from 14.04
  to 14.10, so I'm not sure if it looked better on 14.04 but definitely
  it didn't crash in this way. In my view this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,decor,imgpng,resize,gnomecompat,snap,compiztoolbox,place,move,grid,vpswitch,regex,session,mousepoll,animation,unitymtgrabhandles,wall,workarounds,fade,expo,ezoom,scale,unityshell]
  CurrentDesktop: Unity
  Date: Sun Feb 15 20:12:09 2015
  InstallationDate: Installed on 2010-03-20 (1793 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100317.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2014-12-08 (68 days ago)

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

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


[Touch-packages] [Bug 1422163] Re: Unity crashing while watching youtube videos using chrome

2015-05-26 Thread mikbini
** Description changed:

  I recently upgraded to ubuntu 14.10 and started experiencing repeatable
  unity crashes while watching youtube videos using current chrome. It
- doesn't always crash at the first attempt but most definitely.
+ doesn't always crash at the first attempt but most definitely it will
+ crash sooner or later.
  
  Once unity crashes it is respawn but again crashes immediately, the PC
  becomes unusable until I kill X from the console or reboot. From my
  .xsession-errors:
  
  upstart: unity7 main process (9627) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (9998) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10017) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10041) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10054) terminated with status 1
  upstart: unity7 main process ended, respawning
  [you got the point]
  
  Unity support test results are not reassuring:
  
  
  $ /usr/lib/nux/unity_support_test -p
  libGL error: failed to open drm device: Permission denied
  libGL error: failed to load driver: i965
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
  OpenGL version string: 3.0 Mesa 10.3.2
  
  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes
  
  Unity 3D supported: no
  
  
  [possibly related to https://bugs.freedesktop.org/show_bug.cgi?id=89146]
  
  I never tried running unity_support_test before upgrading from 14.04 to
  14.10, so I'm not sure if it looked better on 14.04 but definitely it
  didn't crash in this way. In my view this is a regression.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,decor,imgpng,resize,gnomecompat,snap,compiztoolbox,place,move,grid,vpswitch,regex,session,mousepoll,animation,unitymtgrabhandles,wall,workarounds,fade,expo,ezoom,scale,unityshell]
  CurrentDesktop: Unity
  Date: Sun Feb 15 20:12:09 2015
  InstallationDate: Installed on 2010-03-20 (1793 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100317.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2014-12-08 (68 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1422163

Title:
  Unity crashing while watching youtube videos using chrome

Status in Unity:
  Confirmed
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I recently upgraded to ubuntu 14.10 and started experiencing
  repeatable unity crashes while watching youtube videos using current
  chrome. It doesn't always crash at the first attempt but most
  definitely it will crash sooner or later.

  Once unity crashes it is respawn but again crashes immediately, the PC
  becomes unusable until I kill X from the console or reboot. From my
  .xsession-errors:

  upstart: unity7 main process (9627) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (9998) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10017) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10041) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10054) terminated with status 1
  upstart: unity7 main process ended, respawning
  [you got the point]

  Unity support test results are not reassuring:

  
  $ /usr/lib/nux/unity_support_test -p
  libGL error: failed to open drm device: Permission denied
  libGL error: failed to load driver: i965
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
  OpenGL version string: 3.0 Mesa 10.3.2

  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes

  Unity 3D supported: no
  

  [possibly related to
  https://bugs.freedesktop.org/show_bug.cgi?id=89146]

  I never tried running unity_support_test before upgrading from 14.04
  to 14.10, s

[Touch-packages] [Bug 1422163] Re: Unity crashing while watching youtube videos using chrome

2015-02-15 Thread mikbini
I re-submitted this using ubuntu-bug after apport-collect failed to add
any info to Bug #1421960

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1422163

Title:
  Unity crashing while watching youtube videos using chrome

Status in unity package in Ubuntu:
  New

Bug description:
  I recently upgraded to ubuntu 14.10 and started experiencing
  repeatable unity crashes while watching youtube videos using current
  chrome. It doesn't always crash at the first attempt but most
  definitely.

  Once unity crashes it is respawn but again crashes immediately, the PC
  becomes unusable until I kill X from the console or reboot. From my
  .xsession-errors:

  upstart: unity7 main process (9627) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (9998) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10017) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10041) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10054) terminated with status 1
  upstart: unity7 main process ended, respawning
  [you got the point]

  Unity support test results are not reassuring:

  
  $ /usr/lib/nux/unity_support_test -p
  libGL error: failed to open drm device: Permission denied
  libGL error: failed to load driver: i965
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
  OpenGL version string: 3.0 Mesa 10.3.2

  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes

  Unity 3D supported: no
  

  [possibly related to
  https://bugs.freedesktop.org/show_bug.cgi?id=89146]

  I never tried running unity_support_test before upgrading from 14.04
  to 14.10, so I'm not sure if it looked better on 14.04 but definitely
  it didn't crash in this way. In my view this is a regression.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,decor,imgpng,resize,gnomecompat,snap,compiztoolbox,place,move,grid,vpswitch,regex,session,mousepoll,animation,unitymtgrabhandles,wall,workarounds,fade,expo,ezoom,scale,unityshell]
  CurrentDesktop: Unity
  Date: Sun Feb 15 20:12:09 2015
  InstallationDate: Installed on 2010-03-20 (1793 days ago)
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100317.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2014-12-08 (68 days ago)

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

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


[Touch-packages] [Bug 1422163] [NEW] Unity crashing while watching youtube videos using chrome

2015-02-15 Thread mikbini
Public bug reported:

I recently upgraded to ubuntu 14.10 and started experiencing repeatable
unity crashes while watching youtube videos using current chrome. It
doesn't always crash at the first attempt but most definitely.

Once unity crashes it is respawn but again crashes immediately, the PC
becomes unusable until I kill X from the console or reboot. From my
.xsession-errors:

upstart: unity7 main process (9627) terminated with status 1
upstart: unity7 main process ended, respawning
upstart: unity7 main process (9998) terminated with status 1
upstart: unity7 main process ended, respawning
upstart: unity7 main process (10017) terminated with status 1
upstart: unity7 main process ended, respawning
upstart: unity7 main process (10041) terminated with status 1
upstart: unity7 main process ended, respawning
upstart: unity7 main process (10054) terminated with status 1
upstart: unity7 main process ended, respawning
[you got the point]

Unity support test results are not reassuring:


$ /usr/lib/nux/unity_support_test -p
libGL error: failed to open drm device: Permission denied
libGL error: failed to load driver: i965
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
OpenGL version string: 3.0 Mesa 10.3.2

Not software rendered: no
Not blacklisted: yes
GLX fbconfig: yes
GLX texture from pixmap: yes
GL npot or rect textures: yes
GL vertex program: yes
GL fragment program: yes
GL vertex buffer object: yes
GL framebuffer object: yes
GL version is 1.4+: yes

Unity 3D supported: no


[possibly related to https://bugs.freedesktop.org/show_bug.cgi?id=89146]

I never tried running unity_support_test before upgrading from 14.04 to
14.10, so I'm not sure if it looked better on 14.04 but definitely it
didn't crash in this way. In my view this is a regression.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity 7.3.1+14.10.20141016-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: i386
CompizPlugins: 
[core,composite,opengl,decor,imgpng,resize,gnomecompat,snap,compiztoolbox,place,move,grid,vpswitch,regex,session,mousepoll,animation,unitymtgrabhandles,wall,workarounds,fade,expo,ezoom,scale,unityshell]
CurrentDesktop: Unity
Date: Sun Feb 15 20:12:09 2015
InstallationDate: Installed on 2010-03-20 (1793 days ago)
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100317.1)
SourcePackage: unity
UpgradeStatus: Upgraded to utopic on 2014-12-08 (68 days ago)

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


** Tags: apport-bug i386 third-party-packages utopic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1422163

Title:
  Unity crashing while watching youtube videos using chrome

Status in unity package in Ubuntu:
  New

Bug description:
  I recently upgraded to ubuntu 14.10 and started experiencing
  repeatable unity crashes while watching youtube videos using current
  chrome. It doesn't always crash at the first attempt but most
  definitely.

  Once unity crashes it is respawn but again crashes immediately, the PC
  becomes unusable until I kill X from the console or reboot. From my
  .xsession-errors:

  upstart: unity7 main process (9627) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (9998) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10017) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10041) terminated with status 1
  upstart: unity7 main process ended, respawning
  upstart: unity7 main process (10054) terminated with status 1
  upstart: unity7 main process ended, respawning
  [you got the point]

  Unity support test results are not reassuring:

  
  $ /usr/lib/nux/unity_support_test -p
  libGL error: failed to open drm device: Permission denied
  libGL error: failed to load driver: i965
  OpenGL vendor string: VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
  OpenGL version string: 3.0 Mesa 10.3.2

  Not software rendered: no
  Not blacklisted: yes
  GLX fbconfig: yes
  GLX texture from pixmap: yes
  GL npot or rect textures: yes
  GL vertex program: yes
  GL fragment program: yes
  GL vertex buffer object: yes
  GL framebuffer object: yes
  GL version is 1.4+: yes

  Unity 3D supported: no
  

  [possibly related to
  https://bugs.freedesktop.org/show_bug.cgi?id=89146]

  I never tried running unity_support_test before upgrading from 14.04
  to 14.10, so I'm not sure if it looked better on 14.04 but definitely
  it didn't crash in this way. In my view this is a regression.

  ProblemType: Bug
  DistroRelease: Ub