[Desktop-packages] [Bug 2025662] [NEW] mutter pauses for multiple seconds at random times

2023-07-03 Thread Ryan C. Underwood
Public bug reported:

Hi, I have this weird bug in mutter (44.2-0ubuntu1) which seems to
correlate with uptime - if I kill mutter the problem seems to go away
for a few days, although killing mutter is very inconvenient because all
applications are also killed even with session persistence.

Upon strace analysis it can be seen that when the pauses are happening
there is a specific trace involving GEM operations happening immediately
after a ~1 second epoll expires.

During this state the entire UI is paused - video does not update, mouse
cursor does not move, keypresses have no response.  However, input
events are "queued" so that when the pause ends, the mouse instantly
warps across the screen, and if a key was down at the time the pause
began, the key is repeated hundreds of times since it seems that the
key-up event is only processed when the "pause" ends.

The system is up to date 23.04 and mutter is using the Intel HD 530
integrated graphics.  I do not believe this issue happened before 23.04
was released, although it has been intermittent and persistent since
that time.

Attached a strace with timestamps which provides an example of a multi-
second pause.  Using grep -A1 epoll_wait you can see the instances of
the GEM operations during the pause.  Eventually at around 09:40:57
local time in the trace the "pause" ended.

Example of an instance of the GEM operation trace after a ~1 second
epoll timeout:

[pid 686436] 09:40:54.750468 poll([{fd=3, events=POLLOUT}], 1, 5) = 1 ([{fd=3, 
revents=POLLOUT}])
[pid 686436] 09:40:54.750719 epoll_wait(8, [], 256, 671) = 0
[pid 686436] 09:40:55.422886 ioctl(11, DRM_IOCTL_SYNCOBJ_DESTROY, 
0x7ffce0975140) = 0
[pid 686436] 09:40:55.423213 ioctl(11, DRM_IOCTL_I915_GEM_EXECBUFFER2, 
0x7ffce09751d0) = 0
[pid 686436] 09:40:55.423525 ioctl(11, DRM_IOCTL_I915_GEM_MADVISE, 
0x7ffce0975098) = 0
[pid 686436] 09:40:55.423642 ioctl(11, DRM_IOCTL_SYNCOBJ_WAIT, 0x7ffce0974ef0) 
= 0
[pid 686436] 09:40:55.423876 ioctl(11, DRM_IOCTL_I915_GEM_MADVISE, 
0x7ffce0974fec) = 0
[pid 686436] 09:40:55.423971 ioctl(11, DRM_IOCTL_SYNCOBJ_CREATE, 
0x7ffce0975100) = 0
[pid 686436] 09:40:55.424218 writev(45, 
[{iov_base="#\221\360s\0\0\0\0\2\0\0\0\204\v \4\3\0\200\3s\213\0\0\243\v 
\4\244\v \4", iov_len=32}], 1) = 32
[pid 686436] 09:40:55.424471 writev(45, 
[{iov_base="#\221\360s\2\0\0\0\1\0\0\2\204\v 
\4\3\0\200\3r\213\0\0\376S\340\252\37\2\0\0\311uf\0\0\0\0\0", iov_len=40}], 1) 
= 40
[pid 686436] 09:40:55.424810 poll([{fd=3, events=POLLOUT}], 1, 5) = 1 ([{fd=3, 
revents=POLLOUT}])
[pid 686436] 09:40:55.425150 epoll_wait(8, [], 256, 0) = 0

These pauses are often 10-15 seconds in length but can also be much
longer.  I have observed it happening even with the screen locked
(screen lock unresponsive until pause ends).

FD 8 in the trace is anon_inode:[eventpoll] and FD 11 is
/dev/dri/renderD129, the Intel HD 530 DRI device.

Kernel is 6.2.0-24-generic from the distribution.

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

** Attachment added: "strace.txt"
   https://bugs.launchpad.net/bugs/2025662/+attachment/5683579/+files/strace.txt

** Description changed:

  Hi, I have this weird bug in mutter which seems to correlate with uptime
  - if I kill mutter the problem seems to go away for a few days, although
  killing mutter is very inconvenient because all applications are also
  killed even with session persistence.
  
  Upon strace analysis it can be seen that when the pauses are happening
  there is a specific trace involving GEM operations happening immediately
- after a 1 second epoll expires.
+ after a ~1 second epoll expires.
  
  During this state the entire UI is paused - video does not update, mouse
  cursor does not move, keypresses have no response.  However, input
  events are "queued" so that when the pause ends, the mouse instantly
  warps across the screen, and if a key was down at the time the pause
  began, the key is repeated hundreds of times since it seems that the
  key-up event is only processed when the "pause" ends.
  
  The system is up to date 23.04 and mutter is using the Intel HD 530
  integrated graphics.  I do not believe this issue happened before 23.04
  was released, although it has been intermittent and persistent since
  that time.
  
  Attached a strace with timestamps which provides an example of a multi-
  second pause.  Using grep -A1 epoll_wait you can see the instances of
  the GEM operations during the pause.  Eventually at around 09:40:57
  local time in the trace the "pause" ended.
  
- Example of an instance of the GEM operation trace after a 1 second epoll
- timeout:
+ Example of an instance of the GEM operation trace after a ~1 second
+ epoll timeout:
  
  [pid 686436] 09:40:54.750468 poll([{fd=3, events=POLLOUT}], 1, 5) = 1 
([{fd=3, revents=POLLOUT}])
  [pid 686436] 09:40:54.750719 epoll_wait(8, [], 256, 671) = 0
  [pid 686436] 09:40:55.422886 ioctl(11, DRM_IOCTL_SYNCOBJ_DESTROY, 
0x7ffce0975140) = 0
  [pid 686436] 09:

[Desktop-packages] [Bug 2017907] Re: cups-browsed high CPU usage

2023-05-01 Thread Ryan C. Underwood
By stracing, I can see poll() being called in a busy loop with a timeout of 0.  
The backtrace for these bad poll() calls points to glib (this is a version 
rebuilt with nostrip and noopt:
Thread 1 "cups-browsed" hit Breakpoint 4, __GI___poll (fds=0x555875c39f20, 
nfds=2, timeout=0) at ../sysdeps/unix/sysv/linux/poll.c:27
27  in ../sysdeps/unix/sysv/linux/poll.c
(gdb) bt
#0  __GI___poll (fds=0x555875c39f20, nfds=2, timeout=0) at 
../sysdeps/unix/sysv/linux/poll.c:27
#1  0x7fe75bb690ee in  () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fe75bb0dbdf in g_main_loop_run () at 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x555875aa9d41 in main (argc=1, argv=0x7fffa0d9efd8) at 
daemon/cups-browsed.c:14077

The two fds being polled in this busy loop are:
lrwx-- 1 cups-browsed lpadmin 64 May  1 14:29 5 -> 'anon_inode:[eventfd]'
lrwx-- 1 cups-browsed lpadmin 64 May  1 14:29 6 -> 'socket:[9085882]'

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to cups-filters in Ubuntu.
https://bugs.launchpad.net/bugs/2017907

Title:
  cups-browsed high CPU usage

Status in cups-filters package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  Using Lunar wifi connected to an enterprise network.
  cups-browsed uses a lot of CPU %, I need to kill it to save my battery.
  2.0rc1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/2017907/+subscriptions


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


[Desktop-packages] [Bug 1880986] [NEW] Unreasonable "Black Over Print" default value for Ricoh C261SFNw introduced in Focal

2020-05-27 Thread Ryan C. Underwood
Public bug reported:

After the Focal upgrade, my Ricoh laser printer began printing solid
black over every page.  The image was still legible but the page looked
like a sheet of carbon paper with massive black toner waste.

The problem was a new printer option "Black Over Print" which surfaced
in Focal and defaulted to "On".  It had to be turned "Off" to restore
the previous behavior.  Please determine why "On" was chosen as a
reasonable default for this option, because it's not :-)

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to system-config-printer in Ubuntu.
https://bugs.launchpad.net/bugs/1880986

Title:
  Unreasonable "Black Over Print" default value for Ricoh C261SFNw
  introduced in Focal

Status in system-config-printer package in Ubuntu:
  New

Bug description:
  After the Focal upgrade, my Ricoh laser printer began printing solid
  black over every page.  The image was still legible but the page
  looked like a sheet of carbon paper with massive black toner waste.

  The problem was a new printer option "Black Over Print" which surfaced
  in Focal and defaulted to "On".  It had to be turned "Off" to restore
  the previous behavior.  Please determine why "On" was chosen as a
  reasonable default for this option, because it's not :-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1880986/+subscriptions

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


[Desktop-packages] [Bug 1757375] Re: Desktop unable to Suspend when Inactive

2020-03-22 Thread Ryan C. Underwood
Still a major laptop usability problem in eoan.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to policykit-desktop-privileges in Ubuntu.
https://bugs.launchpad.net/bugs/1757375

Title:
  Desktop unable to Suspend when Inactive

Status in policykit-desktop-privileges package in Ubuntu:
  Confirmed

Bug description:
  On Ubuntu 16.04 and later versions (Xfce/Xubuntu) the power-manager is
  unable to suspend the system when the user is inactive. A PK user-
  agent dialog is presented for the user to authenticate first - and as
  this action occurs specifically when the user is idle and away the PC
  can end up having an unplanned loss of power when the battery is
  exhausted.

  /var/log/auth.log shows:

  polkitd(authority=local): Operator of unix-session:c2 FAILED to
  authenticate to gain authorization for action
  org.freedesktop.login1.suspend for system-bus-name::1.47 [xfce4-power-
  manager --restart --sm-client-id 2992705d4-6fa2-4fba-966c-
  f7631ecd0b46] (owned by unix-user:tj)

  The problem seems to be "com.ubuntu.desktop.pkla" is missing an entry
  to allow Suspend. Currently it only has an entry for hibernate.

  Adding the following stanza solves the issue:

  [Enable suspend by default in logind]
  Identity=unix-user:*
  
Action=org.freedesktop.login1.suspend;org.freedesktop.login1.inhibit-handle-suspend-key;org.freedesktop.login1;org.freedesktop.login1.suspend-multiple-sessions;org.freedesktop.login1.suspend-ignore-inhibit
  ResultActive=yes
  ResultInactive=yes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-desktop-privileges/+bug/1757375/+subscriptions

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


[Desktop-packages] [Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2019-11-22 Thread Ryan C. Underwood
Still a problem on Eoan.

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

Title:
  nautilus hangs copying large directories from a samba share

Status in gvfs:
  Fix Released
Status in gvfs package in Ubuntu:
  Fix Released
Status in gvfs source package in Precise:
  Confirmed
Status in gvfs source package in Raring:
  Fix Released

Bug description:
  Impact:
  copies from/to samba share often end up hanging

  Test case:
  - visit a smb location in nautilus
  - copies data from/to it (some non trivial directories makes the issues 
easier to trigger)
  - the copy should complete without hanging

  Regression potentiel:
  Check that nautilus is still working correctly and than you don't have issues 
copying data from/to remote locations

  ---

  Problem
  ===
  Copying files to and from samba shares (this includes Windows shares) is 
unreliable in Ubuntu 12.10 and Ubuntu 13.04 when using nautilus' integrated 
samba client (gvfs-smb): The copy randomly hangs after a few files or a few GB.

  Workaround
  ==
  Until gvfs-smb is fixed, use the kernel samba client (cifs) that works 
reliably, is faster, but needs some terminal commands to get going:
  # sudo -s
  # mkdir /mnt/cifs
  # mount -t cifs -o user=YOUR_SAMBA_USER -o uid=YOUR_LINUX_USER 
"//SAMBA_SERVER/SAMBA_SHARE" /mnt/cifs
  It will ask for you password, you can then access the shared files at 
/mnt/cifs.

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

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


[Desktop-packages] [Bug 1757030] Re: Lite-On DS8A1H Slimline fails to record dual layer DVD+R

2018-03-23 Thread Ryan C. Underwood
dao option

** Attachment added: "dao.log"
   
https://bugs.launchpad.net/ubuntu/+source/dvd+rw-tools/+bug/1757030/+attachment/5088414/+files/dao.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to dvd+rw-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1757030

Title:
  Lite-On DS8A1H Slimline fails to record dual layer DVD+R

Status in dvd+rw-tools package in Ubuntu:
  New

Bug description:
  I tried Verbatim 8x and 2.4x DVD+R DL.  The failure is always exactly
  the same.

  $ growisofs -dvd-compat -Z /dev/dvdrw=2017.iso
  Executing 'builtin_dd if=2017.iso of=/dev/dvdrw obs=32k seek=0'
  /dev/dvdrw: splitting layers at 2009552 blocks
  /dev/dvdrw: "Current Write Speed" is 1.6x1352KBps.
  9175040/8231090176 ( 0.1%) @2.0x, remaining 74:40 RBU 100.0% UBU   7.4%
 21135360/8231090176 ( 0.3%) @2.6x, remaining 58:16 RBU 100.0% UBU  98.8%
 33095680/8231090176 ( 0.4%) @2.6x, remaining 49:32 RBU 100.0% UBU  98.6%
 45056000/8231090176 ( 0.5%) @2.6x, remaining 45:25 RBU 100.0% UBU  98.8%
 57016320/8231090176 ( 0.7%) @2.6x, remaining 45:23 RBU 100.0% UBU  98.8%
 69009408/8231090176 ( 0.8%) @2.6x, remaining 43:22 RBU 100.0% UBU  98.8%
 80969728/8231090176 ( 1.0%) @2.6x, remaining 41:56 RBU 100.0% UBU  98.6%
 92930048/8231090176 ( 1.1%) @2.6x, remaining 42:19 RBU 100.0% UBU  98.6%
  [..]
   4077289472/8231090176 (49.5%) @4.1x, remaining 15:15 RBU  90.0% UBU  88.4%
   4096065536/8231090176 (49.8%) @4.1x, remaining 15:11 RBU  43.0% UBU  97.9%
   4114808832/8231090176 (50.0%) @4.1x, remaining 15:06 RBU  28.0% UBU  97.9%
   4115562496/8231090176 (50.0%) @0.2x, remaining 15:08 RBU  69.4% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:15 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:18 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:22 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:25 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:28 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:32 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:35 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:38 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:42 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:45 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:48 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:52 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:55 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:58 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:02 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:05 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:08 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:15 RBU 100.0% UBU 100.0%
  :-[ WRITE@LBA=1ea9d0h failed with SK=5h/ASC=21h/ACQ=04h]: Invalid argument
  :-( write failed: Invalid argument
  $ dmesg
  [..]
  [5033003.021339] capability: warning: `growisofs' uses 32-bit capabilities 
(legacy support in use)
  [5033841.644130] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 
frozen
  [5033841.644149] ata1.00: cmd a0/01:00:00:00:80/00:00:00:00:00/a0 tag 0 dma 
32768 out
Write(10) 2a 00 00 1e d8 40 00 00 10 00res 
40/00:02:00:0c:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
  [5033841.644155] ata1.00: status: { DRDY }
  [5033846.688236] ata1: link is slow to respond, please be patient (ready=0)
  [5033851.684070] ata1: device not ready (errno=-16), forcing hardreset
  [5033851.684086] ata1: soft resetting link
  [5033851.888486] ata1.00: configured for MWDMA2
  [5033851.889482] ata1: EH complete

  xorriso is fine:
  $ xorrecord dev='/dev/sr0' -v -dao -pad 2017.iso
  xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.

  Drive current: -outdev '/dev/sr0'
  Media current: DVD+R/DL
  Media status : is blank
  Media summary: 0 sessions, 0 data blocks, 0 data, 8152m free
  Beginning to write data track.
  [..]
  Writing to '/dev/sr0' completed successfully.

  xorriso : NOTE : Re-assessing -outdev '/dev/sr0'
  xorriso : NOTE : Disc status unsuitable for writing
  Drive current: -outdev '/dev/sr0'
  Media current: DVD+R/DL
  Media status : is written , is closed
  Media summary: 1 session, 4019104 data blocks, 7850m data, 0 free

  Disc status afterwards:
  $ dvd+rw-mediainfo /dev/dvdrw
  INQUIRY:[Slimtype][DVD A  DS8A1H   ][WH66]
  GET [CURRENT] CONFIGURATION:
   Mounted Media: 2Bh, DVD+R Double Layer
   Media ID

[Desktop-packages] [Bug 1757030] Re: Lite-On DS8A1H Slimline fails to record dual layer DVD+R

2018-03-23 Thread Ryan C. Underwood
Attaching logs for
./growisofs -Z /dev/dvdrw=dvd.iso (nodao.log)
./growisofs -use-the-force-luke=dao -Z /dev/dvdrw=dvd.iso (dao.log)

The difference in the actual commands sent seems to be stark.

Is there a way to place a DVD burner into simulation mode as with CD
recording so as to test the commands without wasting the disc?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to dvd+rw-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1757030

Title:
  Lite-On DS8A1H Slimline fails to record dual layer DVD+R

Status in dvd+rw-tools package in Ubuntu:
  New

Bug description:
  I tried Verbatim 8x and 2.4x DVD+R DL.  The failure is always exactly
  the same.

  $ growisofs -dvd-compat -Z /dev/dvdrw=2017.iso
  Executing 'builtin_dd if=2017.iso of=/dev/dvdrw obs=32k seek=0'
  /dev/dvdrw: splitting layers at 2009552 blocks
  /dev/dvdrw: "Current Write Speed" is 1.6x1352KBps.
  9175040/8231090176 ( 0.1%) @2.0x, remaining 74:40 RBU 100.0% UBU   7.4%
 21135360/8231090176 ( 0.3%) @2.6x, remaining 58:16 RBU 100.0% UBU  98.8%
 33095680/8231090176 ( 0.4%) @2.6x, remaining 49:32 RBU 100.0% UBU  98.6%
 45056000/8231090176 ( 0.5%) @2.6x, remaining 45:25 RBU 100.0% UBU  98.8%
 57016320/8231090176 ( 0.7%) @2.6x, remaining 45:23 RBU 100.0% UBU  98.8%
 69009408/8231090176 ( 0.8%) @2.6x, remaining 43:22 RBU 100.0% UBU  98.8%
 80969728/8231090176 ( 1.0%) @2.6x, remaining 41:56 RBU 100.0% UBU  98.6%
 92930048/8231090176 ( 1.1%) @2.6x, remaining 42:19 RBU 100.0% UBU  98.6%
  [..]
   4077289472/8231090176 (49.5%) @4.1x, remaining 15:15 RBU  90.0% UBU  88.4%
   4096065536/8231090176 (49.8%) @4.1x, remaining 15:11 RBU  43.0% UBU  97.9%
   4114808832/8231090176 (50.0%) @4.1x, remaining 15:06 RBU  28.0% UBU  97.9%
   4115562496/8231090176 (50.0%) @0.2x, remaining 15:08 RBU  69.4% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:15 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:18 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:22 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:25 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:28 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:32 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:35 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:38 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:42 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:45 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:48 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:52 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:55 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:58 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:02 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:05 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:08 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:15 RBU 100.0% UBU 100.0%
  :-[ WRITE@LBA=1ea9d0h failed with SK=5h/ASC=21h/ACQ=04h]: Invalid argument
  :-( write failed: Invalid argument
  $ dmesg
  [..]
  [5033003.021339] capability: warning: `growisofs' uses 32-bit capabilities 
(legacy support in use)
  [5033841.644130] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 
frozen
  [5033841.644149] ata1.00: cmd a0/01:00:00:00:80/00:00:00:00:00/a0 tag 0 dma 
32768 out
Write(10) 2a 00 00 1e d8 40 00 00 10 00res 
40/00:02:00:0c:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
  [5033841.644155] ata1.00: status: { DRDY }
  [5033846.688236] ata1: link is slow to respond, please be patient (ready=0)
  [5033851.684070] ata1: device not ready (errno=-16), forcing hardreset
  [5033851.684086] ata1: soft resetting link
  [5033851.888486] ata1.00: configured for MWDMA2
  [5033851.889482] ata1: EH complete

  xorriso is fine:
  $ xorrecord dev='/dev/sr0' -v -dao -pad 2017.iso
  xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.

  Drive current: -outdev '/dev/sr0'
  Media current: DVD+R/DL
  Media status : is blank
  Media summary: 0 sessions, 0 data blocks, 0 data, 8152m free
  Beginning to write data track.
  [..]
  Writing to '/dev/sr0' completed successfully.

  xorriso : NOTE : Re-assessing -outdev '/dev/sr0'
  xorriso : NOTE : Disc status unsuitable for writing
  Drive current: -outdev '/dev/sr0'
  Media current: DVD+R/DL
  Media status : is written , is closed
  Media summary: 1 session, 4019104 data blocks, 7850m data, 0 free

  Disc status afterwards:
  $ dv

[Desktop-packages] [Bug 1757030] Re: Lite-On DS8A1H Slimline fails to record dual layer DVD+R

2018-03-23 Thread Ryan C. Underwood
no DAO option

** Attachment added: "nodao.log"
   
https://bugs.launchpad.net/ubuntu/+source/dvd+rw-tools/+bug/1757030/+attachment/5088413/+files/nodao.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to dvd+rw-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1757030

Title:
  Lite-On DS8A1H Slimline fails to record dual layer DVD+R

Status in dvd+rw-tools package in Ubuntu:
  New

Bug description:
  I tried Verbatim 8x and 2.4x DVD+R DL.  The failure is always exactly
  the same.

  $ growisofs -dvd-compat -Z /dev/dvdrw=2017.iso
  Executing 'builtin_dd if=2017.iso of=/dev/dvdrw obs=32k seek=0'
  /dev/dvdrw: splitting layers at 2009552 blocks
  /dev/dvdrw: "Current Write Speed" is 1.6x1352KBps.
  9175040/8231090176 ( 0.1%) @2.0x, remaining 74:40 RBU 100.0% UBU   7.4%
 21135360/8231090176 ( 0.3%) @2.6x, remaining 58:16 RBU 100.0% UBU  98.8%
 33095680/8231090176 ( 0.4%) @2.6x, remaining 49:32 RBU 100.0% UBU  98.6%
 45056000/8231090176 ( 0.5%) @2.6x, remaining 45:25 RBU 100.0% UBU  98.8%
 57016320/8231090176 ( 0.7%) @2.6x, remaining 45:23 RBU 100.0% UBU  98.8%
 69009408/8231090176 ( 0.8%) @2.6x, remaining 43:22 RBU 100.0% UBU  98.8%
 80969728/8231090176 ( 1.0%) @2.6x, remaining 41:56 RBU 100.0% UBU  98.6%
 92930048/8231090176 ( 1.1%) @2.6x, remaining 42:19 RBU 100.0% UBU  98.6%
  [..]
   4077289472/8231090176 (49.5%) @4.1x, remaining 15:15 RBU  90.0% UBU  88.4%
   4096065536/8231090176 (49.8%) @4.1x, remaining 15:11 RBU  43.0% UBU  97.9%
   4114808832/8231090176 (50.0%) @4.1x, remaining 15:06 RBU  28.0% UBU  97.9%
   4115562496/8231090176 (50.0%) @0.2x, remaining 15:08 RBU  69.4% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:15 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:18 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:22 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:25 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:28 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:32 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:35 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:38 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:42 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:45 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:48 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:52 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:55 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:58 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:02 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:05 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:08 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:15 RBU 100.0% UBU 100.0%
  :-[ WRITE@LBA=1ea9d0h failed with SK=5h/ASC=21h/ACQ=04h]: Invalid argument
  :-( write failed: Invalid argument
  $ dmesg
  [..]
  [5033003.021339] capability: warning: `growisofs' uses 32-bit capabilities 
(legacy support in use)
  [5033841.644130] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 
frozen
  [5033841.644149] ata1.00: cmd a0/01:00:00:00:80/00:00:00:00:00/a0 tag 0 dma 
32768 out
Write(10) 2a 00 00 1e d8 40 00 00 10 00res 
40/00:02:00:0c:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
  [5033841.644155] ata1.00: status: { DRDY }
  [5033846.688236] ata1: link is slow to respond, please be patient (ready=0)
  [5033851.684070] ata1: device not ready (errno=-16), forcing hardreset
  [5033851.684086] ata1: soft resetting link
  [5033851.888486] ata1.00: configured for MWDMA2
  [5033851.889482] ata1: EH complete

  xorriso is fine:
  $ xorrecord dev='/dev/sr0' -v -dao -pad 2017.iso
  xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.

  Drive current: -outdev '/dev/sr0'
  Media current: DVD+R/DL
  Media status : is blank
  Media summary: 0 sessions, 0 data blocks, 0 data, 8152m free
  Beginning to write data track.
  [..]
  Writing to '/dev/sr0' completed successfully.

  xorriso : NOTE : Re-assessing -outdev '/dev/sr0'
  xorriso : NOTE : Disc status unsuitable for writing
  Drive current: -outdev '/dev/sr0'
  Media current: DVD+R/DL
  Media status : is written , is closed
  Media summary: 1 session, 4019104 data blocks, 7850m data, 0 free

  Disc status afterwards:
  $ dvd+rw-mediainfo /dev/dvdrw
  INQUIRY:[Slimtype][DVD A  DS8A1H   ][WH66]
  GET [CURRENT] CONFIGURATION:
   Mounted Media: 2Bh, DVD+R Double Layer
   M

Re: [Desktop-packages] [Bug 1757030] Re: Lite-On DS8A1H Slimline fails to record dual layer DVD+R

2018-03-22 Thread Ryan C. Underwood
On Thu, Mar 22, 2018 at 07:09:56PM -, Thomas Schmitt wrote:
> 
> growisofs has no such logging facility. But back in 2009 i augmented a
> local copy of it by logging functionality from libburn.
> 
> If you are interested, it's about 150 lines of code. Mostly one piece
> which defines two methods. Plus two method calls in method transport().
> You'd have to put that code into a local copy of dvd+rw-tools source and
> build the programs from that.
> 
> Then i will possibly be able to make a new thory from such a (very verbose)
> log.

Sure, can you place the patch somewhere and also let me know what
upstream version to apply against?

-- 
Ryan C. Underwood, 

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to dvd+rw-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1757030

Title:
  Lite-On DS8A1H Slimline fails to record dual layer DVD+R

Status in dvd+rw-tools package in Ubuntu:
  New

Bug description:
  I tried Verbatim 8x and 2.4x DVD+R DL.  The failure is always exactly
  the same.

  $ growisofs -dvd-compat -Z /dev/dvdrw=2017.iso
  Executing 'builtin_dd if=2017.iso of=/dev/dvdrw obs=32k seek=0'
  /dev/dvdrw: splitting layers at 2009552 blocks
  /dev/dvdrw: "Current Write Speed" is 1.6x1352KBps.
  9175040/8231090176 ( 0.1%) @2.0x, remaining 74:40 RBU 100.0% UBU   7.4%
 21135360/8231090176 ( 0.3%) @2.6x, remaining 58:16 RBU 100.0% UBU  98.8%
 33095680/8231090176 ( 0.4%) @2.6x, remaining 49:32 RBU 100.0% UBU  98.6%
 45056000/8231090176 ( 0.5%) @2.6x, remaining 45:25 RBU 100.0% UBU  98.8%
 57016320/8231090176 ( 0.7%) @2.6x, remaining 45:23 RBU 100.0% UBU  98.8%
 69009408/8231090176 ( 0.8%) @2.6x, remaining 43:22 RBU 100.0% UBU  98.8%
 80969728/8231090176 ( 1.0%) @2.6x, remaining 41:56 RBU 100.0% UBU  98.6%
 92930048/8231090176 ( 1.1%) @2.6x, remaining 42:19 RBU 100.0% UBU  98.6%
  [..]
   4077289472/8231090176 (49.5%) @4.1x, remaining 15:15 RBU  90.0% UBU  88.4%
   4096065536/8231090176 (49.8%) @4.1x, remaining 15:11 RBU  43.0% UBU  97.9%
   4114808832/8231090176 (50.0%) @4.1x, remaining 15:06 RBU  28.0% UBU  97.9%
   4115562496/8231090176 (50.0%) @0.2x, remaining 15:08 RBU  69.4% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:15 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:18 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:22 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:25 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:28 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:32 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:35 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:38 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:42 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:45 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:48 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:52 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:55 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:58 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:02 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:05 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:08 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:15 RBU 100.0% UBU 100.0%
  :-[ WRITE@LBA=1ea9d0h failed with SK=5h/ASC=21h/ACQ=04h]: Invalid argument
  :-( write failed: Invalid argument
  $ dmesg
  [..]
  [5033003.021339] capability: warning: `growisofs' uses 32-bit capabilities 
(legacy support in use)
  [5033841.644130] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 
frozen
  [5033841.644149] ata1.00: cmd a0/01:00:00:00:80/00:00:00:00:00/a0 tag 0 dma 
32768 out
Write(10) 2a 00 00 1e d8 40 00 00 10 00res 
40/00:02:00:0c:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
  [5033841.644155] ata1.00: status: { DRDY }
  [5033846.688236] ata1: link is slow to respond, please be patient (ready=0)
  [5033851.684070] ata1: device not ready (errno=-16), forcing hardreset
  [5033851.684086] ata1: soft resetting link
  [5033851.888486] ata1.00: configured for MWDMA2
  [5033851.889482] ata1: EH complete

  xorriso is fine:
  $ xorrecord dev='/dev/sr0' -v -dao -pad 2017.iso
  xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.

  Drive current: -outdev '/dev/sr0'
  Media current: DVD+R/DL
  Media status : is blank
  Media summary: 0 sessions, 0 da

Re: [Desktop-packages] [Bug 1757030] Re: Lite-On DS8A1H Slimline fails to record dual layer DVD+R

2018-03-22 Thread Ryan C. Underwood
On Wed, Mar 21, 2018 at 04:42:25PM -, Thomas Schmitt wrote:
> 
> Looking at the source code of growisofs it seems that no command RESERVE
> TRACK is sent for DVD+R DL. libburn sends it if it decided for DAO/SAO-like
> writing for which it announces the amount of data in advance.
> 
> You could risk a medium and run xorrecord with explicit option -tao
> in order to see whether it fails too:
> 
>   xorrecord dev=/dev/sr0 -v -tao -pad 2017.iso
> 
> (If no -tao or -dao is given, i expect libburn to decide for -dao.)

With -tao option, xorrecord has no trouble at all.

> > :-[ WRITE@LBA=0h failed with SK=5h/ASC=21h/ACQ=04h]: Invalid argument
> 
> It is not normal that a blank medium cannot take a first WRITE command
> to block 0 and carrying 16 blocks. The error code stems from the drive.
> But i cannot imagine what growisofs could have done wrong to get this
> reply to its command.

Is there an easy way to dump the raw commands before the one that
failed?  Maybe growisofs has put the drive into a weird state so that
this subsequent normal-looking command fails.

> > [5509731.308149] ata1.00: status: { DRDY }
> > [5509736.352258] ata1: link is slow to respond, please be patient (ready=0)
> > [5509741.332040] ata1: device not ready (errno=-16), forcing hardreset
> 
> Some quite short timeout period is to see here. After only 5 seconds the
> first complaint appears. 5 seconds later, the device gets reset.
> 
> It is not clear to me whether the error was perceived by growisofs before
> or after that reset.

The reset preceded the userspace error.

> If no deterministic explanation can be found, then you have to expect that
> xorrecord could fail too with that drive at some random occasion.

I suppose, but I have zero problems with xorrecord with any drive or
media so far, so I feel that this is a bug in growisofs with this
specific drive.

-- 
Ryan C. Underwood, 

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to dvd+rw-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1757030

Title:
  Lite-On DS8A1H Slimline fails to record dual layer DVD+R

Status in dvd+rw-tools package in Ubuntu:
  New

Bug description:
  I tried Verbatim 8x and 2.4x DVD+R DL.  The failure is always exactly
  the same.

  $ growisofs -dvd-compat -Z /dev/dvdrw=2017.iso
  Executing 'builtin_dd if=2017.iso of=/dev/dvdrw obs=32k seek=0'
  /dev/dvdrw: splitting layers at 2009552 blocks
  /dev/dvdrw: "Current Write Speed" is 1.6x1352KBps.
  9175040/8231090176 ( 0.1%) @2.0x, remaining 74:40 RBU 100.0% UBU   7.4%
 21135360/8231090176 ( 0.3%) @2.6x, remaining 58:16 RBU 100.0% UBU  98.8%
 33095680/8231090176 ( 0.4%) @2.6x, remaining 49:32 RBU 100.0% UBU  98.6%
 45056000/8231090176 ( 0.5%) @2.6x, remaining 45:25 RBU 100.0% UBU  98.8%
 57016320/8231090176 ( 0.7%) @2.6x, remaining 45:23 RBU 100.0% UBU  98.8%
 69009408/8231090176 ( 0.8%) @2.6x, remaining 43:22 RBU 100.0% UBU  98.8%
 80969728/8231090176 ( 1.0%) @2.6x, remaining 41:56 RBU 100.0% UBU  98.6%
 92930048/8231090176 ( 1.1%) @2.6x, remaining 42:19 RBU 100.0% UBU  98.6%
  [..]
   4077289472/8231090176 (49.5%) @4.1x, remaining 15:15 RBU  90.0% UBU  88.4%
   4096065536/8231090176 (49.8%) @4.1x, remaining 15:11 RBU  43.0% UBU  97.9%
   4114808832/8231090176 (50.0%) @4.1x, remaining 15:06 RBU  28.0% UBU  97.9%
   4115562496/8231090176 (50.0%) @0.2x, remaining 15:08 RBU  69.4% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:15 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:18 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:22 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:25 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:28 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:32 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:35 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:38 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:42 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:45 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:48 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:52 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:55 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:58 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:02 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:05 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:08 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%)

Re: [Desktop-packages] [Bug 1757030] Re: Lite-On DS8A1H Slimline fails to record dual layer DVD+R

2018-03-21 Thread Ryan C. Underwood
This is terrible.  How can growisofs mess this up so badly?  I didn't even
eject the disc and immediately can burn the image with xorrecord with no
problems.

$ growisofs -Z /dev/dvdrw=dvd.iso
Executing 'builtin_dd if=dvd.iso of=/dev/dvdrw obs=32k seek=0'
/dev/dvdrw: "Current Write Speed" is 1.6x1352KBps.
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
  0/8320804864 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU   0.0%
:-[ WRITE@LBA=0h failed with SK=5h/ASC=21h/ACQ=04h]: Invalid argument
:-( write failed: Invalid argument


[5509731.308124] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 
frozen
[5509731.308143] ata1.00: cmd a0/01:00:00:00:80/00:00:00:00:00/a0 tag 0 dma 
32768 out
  Write(10) 2a 00 00 00 00 00 00 00 10 00res 
40/00:02:00:18:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
[5509731.308149] ata1.00: status: { DRDY }
[5509736.352258] ata1: link is slow to respond, please be patient (ready=0)
[5509741.332040] ata1: device not ready (errno=-16), forcing hardreset
[5509741.332052] ata1: soft resetting link
[5509741.536602] ata1.00: configured for MWDMA2
[5509741.537635] ata1: EH complete


-- 
Ryan C. Underwood, 

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to dvd+rw-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1757030

Title:
  Lite-On DS8A1H Slimline fails to record dual layer DVD+R

Status in dvd+rw-tools package in Ubuntu:
  New

Bug description:
  I tried Verbatim 8x and 2.4x DVD+R DL.  The failure is always exactly
  the same.

  $ growisofs -dvd-compat -Z /dev/dvdrw=2017.iso
  Executing 'builtin_dd if=2017.iso of=/dev/dvdrw obs=32k seek=0'
  /dev/dvdrw: splitting layers at 2009552 blocks
  /dev/dvdrw: "Current Write Speed" is 1.6x1352KBps.
  9175040/8231090176 ( 0.1%) @2.0x, remaining 74:40 RBU 100.0% UBU   7.4%
 21135360/8231090176 ( 0.3%) @2.6x, remaining 58:16 RBU 100.0% UBU  98.8%
 33095680/8231090176 ( 0.4%) @2.6x, remaining 49:32 RBU 100.0% UBU  98.6%
 45056000/8231090176 ( 0.5%) @2.6x, remaining 45:25 RBU 100.0% UBU  98.8%
 57016320/8231090176 ( 0.7%) @2.6x, remaining 45:23 RBU 100.0% UBU  98.8%
 69009408/8231090176 ( 0.8%) @2.6x, remaining 43:22 RBU 100.0% UBU  98.8%
 80969728/8231090176 ( 1.0%) @2.6x, remaining 41:56 RBU 100.0% UBU  98.6%
 92930048/8231090176 ( 1.1%) @2.6x, remaining 42:19 RBU 100.0% UBU  98.6%
  [..]
   4077289472/8231090176 (49.5%) @4.1x, remaining 15:15 RBU  90.0% UBU  88.4%
   4096065536/8231090176 (49.8%) @4.1x, remaining 15:11 RBU  43.0% UBU  97.9%
   4114808832/8231090176 (50.0%) @4.1x, remaining 15:06 RBU  28.0% UBU  97.9%
   4115562496/8231090176 (50.0%) @0.2x, remaining 15:08 RBU  69.4% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:15 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:18 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:22 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:25 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:28 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:32 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:35 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:38 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:42 RBU 100.0% UBU 100.0%
   4115562496/

[Desktop-packages] [Bug 1757030] Re: Lite-On DS8A1H Slimline fails to record dual layer DVD+R

2018-03-19 Thread Ryan C. Underwood
I also tried Pioneer BDR-205 Blu-ray recorder, firmware 1.12.  growisofs
can record any blank DL DVD with no problem.  xorriso can record DL DVD
on either drive.

So, the problem seems isolated to growisofs and some alignment
peculiarity with the firmware of this DS8A1H drive.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to dvd+rw-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1757030

Title:
  Lite-On DS8A1H Slimline fails to record dual layer DVD+R

Status in dvd+rw-tools package in Ubuntu:
  New

Bug description:
  I tried Verbatim 8x and 2.4x DVD+R DL.  The failure is always exactly
  the same.

  $ growisofs -dvd-compat -Z /dev/dvdrw=2017.iso
  Executing 'builtin_dd if=2017.iso of=/dev/dvdrw obs=32k seek=0'
  /dev/dvdrw: splitting layers at 2009552 blocks
  /dev/dvdrw: "Current Write Speed" is 1.6x1352KBps.
  9175040/8231090176 ( 0.1%) @2.0x, remaining 74:40 RBU 100.0% UBU   7.4%
 21135360/8231090176 ( 0.3%) @2.6x, remaining 58:16 RBU 100.0% UBU  98.8%
 33095680/8231090176 ( 0.4%) @2.6x, remaining 49:32 RBU 100.0% UBU  98.6%
 45056000/8231090176 ( 0.5%) @2.6x, remaining 45:25 RBU 100.0% UBU  98.8%
 57016320/8231090176 ( 0.7%) @2.6x, remaining 45:23 RBU 100.0% UBU  98.8%
 69009408/8231090176 ( 0.8%) @2.6x, remaining 43:22 RBU 100.0% UBU  98.8%
 80969728/8231090176 ( 1.0%) @2.6x, remaining 41:56 RBU 100.0% UBU  98.6%
 92930048/8231090176 ( 1.1%) @2.6x, remaining 42:19 RBU 100.0% UBU  98.6%
  [..]
   4077289472/8231090176 (49.5%) @4.1x, remaining 15:15 RBU  90.0% UBU  88.4%
   4096065536/8231090176 (49.8%) @4.1x, remaining 15:11 RBU  43.0% UBU  97.9%
   4114808832/8231090176 (50.0%) @4.1x, remaining 15:06 RBU  28.0% UBU  97.9%
   4115562496/8231090176 (50.0%) @0.2x, remaining 15:08 RBU  69.4% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:15 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:18 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:22 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:25 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:28 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:32 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:35 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:38 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:42 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:45 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:48 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:52 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:55 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 15:58 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:02 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:05 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:08 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:12 RBU 100.0% UBU 100.0%
   4115562496/8231090176 (50.0%) @0.0x, remaining 16:15 RBU 100.0% UBU 100.0%
  :-[ WRITE@LBA=1ea9d0h failed with SK=5h/ASC=21h/ACQ=04h]: Invalid argument
  :-( write failed: Invalid argument
  $ dmesg
  [..]
  [5033003.021339] capability: warning: `growisofs' uses 32-bit capabilities 
(legacy support in use)
  [5033841.644130] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 
frozen
  [5033841.644149] ata1.00: cmd a0/01:00:00:00:80/00:00:00:00:00/a0 tag 0 dma 
32768 out
Write(10) 2a 00 00 1e d8 40 00 00 10 00res 
40/00:02:00:0c:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
  [5033841.644155] ata1.00: status: { DRDY }
  [5033846.688236] ata1: link is slow to respond, please be patient (ready=0)
  [5033851.684070] ata1: device not ready (errno=-16), forcing hardreset
  [5033851.684086] ata1: soft resetting link
  [5033851.888486] ata1.00: configured for MWDMA2
  [5033851.889482] ata1: EH complete

  xorriso is fine:
  $ xorrecord dev='/dev/sr0' -v -dao -pad 2017.iso
  xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.

  Drive current: -outdev '/dev/sr0'
  Media current: DVD+R/DL
  Media status : is blank
  Media summary: 0 sessions, 0 data blocks, 0 data, 8152m free
  Beginning to write data track.
  [..]
  Writing to '/dev/sr0' completed successfully.

  xorriso : NOTE : Re-assessing -outdev '/dev/sr0'
  xorriso : NOTE : Disc status unsuitable for writing
  Drive current: -outdev '/dev/sr0'
  Media current: DVD+R/DL
  Media status : is written , is closed
  Media summary: 1 session, 4019104 data blocks, 7850m data, 0 free

  Disc status afterwards:
  $ dvd+rw-mediainfo /dev/dvdrw
  INQUIRY:   

[Desktop-packages] [Bug 1757030] [NEW] Lite-On DS8A1H Slimline fails to record dual layer DVD+R

2018-03-19 Thread Ryan C. Underwood
Public bug reported:

I tried Verbatim 8x and 2.4x DVD+R DL.  The failure is always exactly
the same.

$ growisofs -dvd-compat -Z /dev/dvdrw=2017.iso
Executing 'builtin_dd if=2017.iso of=/dev/dvdrw obs=32k seek=0'
/dev/dvdrw: splitting layers at 2009552 blocks
/dev/dvdrw: "Current Write Speed" is 1.6x1352KBps.
9175040/8231090176 ( 0.1%) @2.0x, remaining 74:40 RBU 100.0% UBU   7.4%
   21135360/8231090176 ( 0.3%) @2.6x, remaining 58:16 RBU 100.0% UBU  98.8%
   33095680/8231090176 ( 0.4%) @2.6x, remaining 49:32 RBU 100.0% UBU  98.6%
   45056000/8231090176 ( 0.5%) @2.6x, remaining 45:25 RBU 100.0% UBU  98.8%
   57016320/8231090176 ( 0.7%) @2.6x, remaining 45:23 RBU 100.0% UBU  98.8%
   69009408/8231090176 ( 0.8%) @2.6x, remaining 43:22 RBU 100.0% UBU  98.8%
   80969728/8231090176 ( 1.0%) @2.6x, remaining 41:56 RBU 100.0% UBU  98.6%
   92930048/8231090176 ( 1.1%) @2.6x, remaining 42:19 RBU 100.0% UBU  98.6%
[..]
 4077289472/8231090176 (49.5%) @4.1x, remaining 15:15 RBU  90.0% UBU  88.4%
 4096065536/8231090176 (49.8%) @4.1x, remaining 15:11 RBU  43.0% UBU  97.9%
 4114808832/8231090176 (50.0%) @4.1x, remaining 15:06 RBU  28.0% UBU  97.9%
 4115562496/8231090176 (50.0%) @0.2x, remaining 15:08 RBU  69.4% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:12 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:15 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:18 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:22 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:25 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:28 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:32 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:35 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:38 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:42 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:45 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:48 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:52 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:55 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 15:58 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 16:02 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 16:05 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 16:08 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 16:12 RBU 100.0% UBU 100.0%
 4115562496/8231090176 (50.0%) @0.0x, remaining 16:15 RBU 100.0% UBU 100.0%
:-[ WRITE@LBA=1ea9d0h failed with SK=5h/ASC=21h/ACQ=04h]: Invalid argument
:-( write failed: Invalid argument
$ dmesg
[..]
[5033003.021339] capability: warning: `growisofs' uses 32-bit capabilities 
(legacy support in use)
[5033841.644130] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 
frozen
[5033841.644149] ata1.00: cmd a0/01:00:00:00:80/00:00:00:00:00/a0 tag 0 dma 
32768 out
  Write(10) 2a 00 00 1e d8 40 00 00 10 00res 
40/00:02:00:0c:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
[5033841.644155] ata1.00: status: { DRDY }
[5033846.688236] ata1: link is slow to respond, please be patient (ready=0)
[5033851.684070] ata1: device not ready (errno=-16), forcing hardreset
[5033851.684086] ata1: soft resetting link
[5033851.888486] ata1.00: configured for MWDMA2
[5033851.889482] ata1: EH complete

xorriso is fine:
$ xorrecord dev='/dev/sr0' -v -dao -pad 2017.iso
xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.

Drive current: -outdev '/dev/sr0'
Media current: DVD+R/DL
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 8152m free
Beginning to write data track.
[..]
Writing to '/dev/sr0' completed successfully.

xorriso : NOTE : Re-assessing -outdev '/dev/sr0'
xorriso : NOTE : Disc status unsuitable for writing
Drive current: -outdev '/dev/sr0'
Media current: DVD+R/DL
Media status : is written , is closed
Media summary: 1 session, 4019104 data blocks, 7850m data, 0 free

Disc status afterwards:
$ dvd+rw-mediainfo /dev/dvdrw
INQUIRY:[Slimtype][DVD A  DS8A1H   ][WH66]
GET [CURRENT] CONFIGURATION:
 Mounted Media: 2Bh, DVD+R Double Layer
 Media ID:  MKM/001
 Current Write Speed:   4.0x1385=5540KB/s
 Write Speed #0:4.0x1385=5540KB/s
 Write Speed #1:2.4x1385=3324KB/s
GET [CURRENT] PERFORMANCE:
 Write Performance: 1.6x1385=2216KB/s@0 -> 5.8x1385=8036KB/s@4019103
 Speed Descriptor#0:00/4019103 R@6.0x1385=8310KB/s W@4.0x1385=5540KB/s
 Speed Descriptor#1:00/4019103 R@6.0x1385=8310KB/s W@2.4x1385=3324KB/s
READ DVD STRUCTURE[#0h]:
 Media Book Type:   00h, DVD-ROM book [revision 0]
 Legacy lead-out at:2086912*2KB=4273995776
DVD+R DOUBLE LAYER BOUNDARY INFORMATION:
 L0 Data Zone Capa

[Desktop-packages] [Bug 1621753] Re: Google Cast no longer finds Chromecast device

2017-07-07 Thread Ryan C. Underwood
inthelight, could you run chromium from the console and paste the stack
trace when it crashes?  Also, please try it with a temporary new user
directory (--user-data-dir=/tmp/foo or something)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1621753

Title:
  Google Cast no longer finds Chromecast device

Status in chromium-browser package in Ubuntu:
  Fix Released

Bug description:
  After upgrading to latest chromium-browser version
  (52.0.2743.116-0ubuntu0.16.04.1.1250), the Google Cast extension no
  longer finds the Chromecast (v2) device. This used to work with the
  previous chromium version.

  Also, google-chrome-stable 53.0.2785.101-1 works fine on the same box,
  so the issue is with the chromium update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1621753/+subscriptions

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


[Desktop-packages] [Bug 1518021] Re: /usr/bin/Xorg:6:sna_dri2_event_free:sna_dri2_schedule_flip:sna_dri2_schedule_swap:DRI2SwapBuffers:ProcDRI2SwapBuffers

2016-04-01 Thread Ryan C. Underwood
Sorry, that was posted on the wrong bug thread.  Disregard.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1518021

Title:
  
/usr/bin/Xorg:6:sna_dri2_event_free:sna_dri2_schedule_flip:sna_dri2_schedule_swap:DRI2SwapBuffers:ProcDRI2SwapBuffers

Status in xf86-video-intel:
  Incomplete
Status in xserver-xorg-video-intel package in Ubuntu:
  Incomplete

Bug description:
  This occurs on my shiny new Lenovo Thinkpad T540p.

  I have my laptop docked in a Lenovo UltraDock running two external
  1080p displays.

  When I'm logged in, if I un-dock the laptop I get booted back out to
  the login screen (i.e.- X crashes). This seems to happen about 90% of
  the time, so it's reasonably easy to reproduce.

  In order to try and reproduce this, I installed the X server -dbg
  packages. However, with the -dbg packages installed I can't seem to
  reproduce this  any more (possibly a race condition?).

  ---

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding xorg-server.  This problem was most recently seen with
  version 2:1.17.2-1ubuntu9, the problem page at
  https://errors.ubuntu.com/problem/e58accb723690ba7801e7f3fbc9bc637f08e8641
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1518021/+subscriptions

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


[Desktop-packages] [Bug 1518021] Re: /usr/bin/Xorg:6:sna_dri2_event_free:sna_dri2_schedule_flip:sna_dri2_schedule_swap:DRI2SwapBuffers:ProcDRI2SwapBuffers

2016-04-01 Thread Ryan C. Underwood
This bug should not have been marked incomplete.
The bug was fixed upstream and a fix needs to be backported to wily.
https://bugs.freedesktop.org/show_bug.cgi?id=92911

** Bug watch added: freedesktop.org Bugzilla #92911
   https://bugs.freedesktop.org/show_bug.cgi?id=92911

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1518021

Title:
  
/usr/bin/Xorg:6:sna_dri2_event_free:sna_dri2_schedule_flip:sna_dri2_schedule_swap:DRI2SwapBuffers:ProcDRI2SwapBuffers

Status in xf86-video-intel:
  Incomplete
Status in xserver-xorg-video-intel package in Ubuntu:
  Incomplete

Bug description:
  This occurs on my shiny new Lenovo Thinkpad T540p.

  I have my laptop docked in a Lenovo UltraDock running two external
  1080p displays.

  When I'm logged in, if I un-dock the laptop I get booted back out to
  the login screen (i.e.- X crashes). This seems to happen about 90% of
  the time, so it's reasonably easy to reproduce.

  In order to try and reproduce this, I installed the X server -dbg
  packages. However, with the -dbg packages installed I can't seem to
  reproduce this  any more (possibly a race condition?).

  ---

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding xorg-server.  This problem was most recently seen with
  version 2:1.17.2-1ubuntu9, the problem page at
  https://errors.ubuntu.com/problem/e58accb723690ba7801e7f3fbc9bc637f08e8641
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1518021/+subscriptions

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


[Desktop-packages] [Bug 1522727] Re: X.org crashes intermittently, randomly, back to the login screen

2016-04-01 Thread Ryan C. Underwood
Andreas, you are probably running into this bug which is still current.
https://bugs.freedesktop.org/show_bug.cgi?id=92911

A fix needs to be backported to wily.

** Bug watch added: freedesktop.org Bugzilla #92911
   https://bugs.freedesktop.org/show_bug.cgi?id=92911

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1522727

Title:
  X.org crashes intermittently, randomly, back to the login screen

Status in xf86-video-intel:
  Fix Released
Status in xserver-xorg-video-intel package in Ubuntu:
  Triaged

Bug description:
  Since upgrading to Ubuntu 15.10, X.org crashes intermittently. The
  screen will suddenly turn black, and after a few seconds, the LightDM
  login screen appears. All unsaved work is lost of course.

  A clean install of 15.10 did not help, the problem persists.

  It happens absolutely randomly. I haven't been able to figure out any
  pattern related to time or specific user interaction that would cause
  this, except that I believe the crash is always triggered by some kind
  of input device action, i.e. mouse click or key press. The system
  won't crash if I don't actively do any work.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  BootLog:
   Scanning for Btrfs filesystems
   fsck from util-linux 2.26.2
   /dev/sda1: clean, 365974/2501856 files, 2841542/755 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Dec  4 08:50:28 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   acpi-call, 1.1.0, 4.2.0-18-generic, x86_64: installed
   acpi-call, 1.1.0, 4.2.0-19-generic, x86_64: installed
   vboxhost, 5.0.8, 4.2.0-18-generic, x86_64: installed
   vboxhost, 5.0.8, 4.2.0-19-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:21fb]
  InstallationDate: Installed on 2015-10-25 (39 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO 2356AB2
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic 
root=UUID=794b7585-5080-4bd4-a642-688538787fea ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/12/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G7ET63WW (2.05 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2356AB2
  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:bvrG7ET63WW(2.05):bd11/12/2012:svnLENOVO:pn2356AB2:pvrThinkPadT430s:rvnLENOVO:rn2356AB2:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2356AB2
  dmi.product.version: ThinkPad T430s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Fri Dec  4 08:49:37 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id8510 
   vendor AUO
  xserver.version: 2:1.17.2-1ubuntu9.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1522727/+subscriptions

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


[Desktop-packages] [Bug 1525776] [NEW] libao pulse plugin does not ignore unsupported options as claimed

2015-12-13 Thread Ryan C. Underwood
Public bug reported:

In the documentation for ao_open_live():
https://xiph.org/ao/doc/ao_open_live.html
"Unsupported options are ignored."

However, the pulse plugin does not ignore unsupported options:

int ao_plugin_set_option(ao_device *device, const char *key, const char *value) 
{
  ao_pulse_internal *internal;
  assert(device && device->internal && key && value);
  internal = (ao_pulse_internal *) device->internal;

  if (!strcmp(key, "server")) {
free(internal->server);
internal->server = strdup(value);
  } else if (!strcmp(key, "sink") || !strcmp(key, "dev") || !strcmp(key, "id")) 
{
free(internal->sink);
internal->sink = strdup(value);
  } else
return 0;
[..]
}

Passing the "buffer_time" option which is needed because of this bug: 
https://bugzilla.redhat.com/show_bug.cgi?id=1193688
causes libao pulse to fail initialization on Ubuntu contrary to the 
documentation.

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

** Summary changed:

- ao_open_live() does not ignore unsupported options as claimed
+ libao pulse plugin does not ignore unsupported options as claimed

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

Title:
  libao pulse plugin does not ignore unsupported options as claimed

Status in libao package in Ubuntu:
  New

Bug description:
  In the documentation for ao_open_live():
  https://xiph.org/ao/doc/ao_open_live.html
  "Unsupported options are ignored."

  However, the pulse plugin does not ignore unsupported options:

  int ao_plugin_set_option(ao_device *device, const char *key, const char 
*value) {
ao_pulse_internal *internal;
assert(device && device->internal && key && value);
internal = (ao_pulse_internal *) device->internal;

if (!strcmp(key, "server")) {
  free(internal->server);
  internal->server = strdup(value);
} else if (!strcmp(key, "sink") || !strcmp(key, "dev") || !strcmp(key, 
"id")) {
  free(internal->sink);
  internal->sink = strdup(value);
} else
  return 0;
  [..]
  }

  Passing the "buffer_time" option which is needed because of this bug: 
https://bugzilla.redhat.com/show_bug.cgi?id=1193688
  causes libao pulse to fail initialization on Ubuntu contrary to the 
documentation.

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

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


[Desktop-packages] [Bug 1388612]

2015-02-03 Thread Ryan C. Underwood
Jamie, your uname -a output indicates that you haven't installed a kernel that 
contains the other part of the fix.
Go here: http://kernel.ubuntu.com/~kernel-ppa/mainline/
Pick a kernel >= v3.19-rc1 and install the proper debs.  Then make sure you 
choose that kernel at your bootloader.

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

Title:
  [GM965] GPU lockup running OpenGL applications on Dell Vostro 1510

Status in Mesa:
  Fix Released
Status in mesa package in Ubuntu:
  In Progress

Bug description:
  Hello, I'm suffering a GPU lockup problem with Ubuntu 14.10 64-bit on
  a Dell Vostro 1510 laptop with Intel graphics. The problem used to
  arise also with Ubuntu 14.04 and is always reproducible with glmark2
  on the LiveCD. Just to run the "ideas" benchmark of glmark2 to trigger
  the lockup in few seconds (glmark2 -b ideas). Other OpenGL
  applications also causes the lockup (e.g. FooBillard++, my self-made
  SDL applications). Memory test passed, BIOS at the latest version.
  Don't know if the following is a good point but I think that the
  problem is not caused by a failing hardware because it works fine on
  Windows. I tried with the latest Intel upstream kernel
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-
  next/current/) and upstream X.org (https://launchpad.net/~xorg-
  edgers/+archive/ubuntu/ppa), no change.

  [Personal Notes]
  I'm new to Ubuntu's world, I hope I've done things right, if not please tell 
me and I will resend the report or supply more information. I've created the 
bug report with "ubuntu-bug xorg --save" from another machine via SSH while the 
sick machine was frozen. It seemed to me more logical than using ubuntu-bug 
directly when the system is working fine. I've collected other information via 
SSH during the same lockup: dmesg, Xorg.0.log, i915_error_state. The latter was 
added as attachment.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sun Nov  2 19:24:31 2014
  DistUpgraded: 2014-10-25 12:05:51,479 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.13.0-37-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.16.0-23-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.16.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0273]
 Subsystem: Dell Device [1028:0273]
  InstallationDate: Installed on 2014-10-11 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Vostro1510
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic 
root=UUID=9b3612b7-c4bf-4840-885b-9fae75d6342c ro splash quiet vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (8 days ago)
  dmi.bios.date: 03/18/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0M277C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd03/18/2009:svnDellInc.:pnVostro1510:pvrNull:rvnDellInc.:rn0M277C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1510
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Sun Nov  2 18:41:51 2014
  xserver.configfile: default
  xserver.errors:
   intel(0): Detected a hung GPU, disabling acceleration.
   intel(0): When reporting this, please include /sys/class/drm/card0/error and 
the full dmesg.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   15873 
   vendor LPL
  xserver.version: 2:1.16.0-1ubuntu1

To manage notifications about t

[Desktop-packages] [Bug 1388612]

2015-02-03 Thread Ryan C. Underwood
> Newbie here. I tried the same thing as Jamie Jackson but it keeps crashing.
> I have a freshly installed Ubuntu 14.04

I'm not sure if this means that you have also not actually upgraded to
the fixed packages as Jamie Jackson indicated.  Please dpkg -l libgl1
-mesa-dri and check that the installed version is equivalent to the mesa
version listed on xorg-edgers: https://launchpad.net/~xorg-
edgers/+archive/ubuntu/ppa

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

Title:
  [GM965] GPU lockup running OpenGL applications on Dell Vostro 1510

Status in Mesa:
  Fix Released
Status in mesa package in Ubuntu:
  In Progress

Bug description:
  Hello, I'm suffering a GPU lockup problem with Ubuntu 14.10 64-bit on
  a Dell Vostro 1510 laptop with Intel graphics. The problem used to
  arise also with Ubuntu 14.04 and is always reproducible with glmark2
  on the LiveCD. Just to run the "ideas" benchmark of glmark2 to trigger
  the lockup in few seconds (glmark2 -b ideas). Other OpenGL
  applications also causes the lockup (e.g. FooBillard++, my self-made
  SDL applications). Memory test passed, BIOS at the latest version.
  Don't know if the following is a good point but I think that the
  problem is not caused by a failing hardware because it works fine on
  Windows. I tried with the latest Intel upstream kernel
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-
  next/current/) and upstream X.org (https://launchpad.net/~xorg-
  edgers/+archive/ubuntu/ppa), no change.

  [Personal Notes]
  I'm new to Ubuntu's world, I hope I've done things right, if not please tell 
me and I will resend the report or supply more information. I've created the 
bug report with "ubuntu-bug xorg --save" from another machine via SSH while the 
sick machine was frozen. It seemed to me more logical than using ubuntu-bug 
directly when the system is working fine. I've collected other information via 
SSH during the same lockup: dmesg, Xorg.0.log, i915_error_state. The latter was 
added as attachment.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sun Nov  2 19:24:31 2014
  DistUpgraded: 2014-10-25 12:05:51,479 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.13.0-37-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.16.0-23-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.16.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0273]
 Subsystem: Dell Device [1028:0273]
  InstallationDate: Installed on 2014-10-11 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Vostro1510
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic 
root=UUID=9b3612b7-c4bf-4840-885b-9fae75d6342c ro splash quiet vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (8 days ago)
  dmi.bios.date: 03/18/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0M277C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd03/18/2009:svnDellInc.:pnVostro1510:pvrNull:rvnDellInc.:rn0M277C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1510
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Sun Nov  2 18:41:51 2014
  xserver.configfile: default
  xserver.errors:
   intel(0): Detected a hung GPU, disabling acceleration.
   intel(0): When reporting this, please include /sys/class/drm/card0/error and 
the full dmesg.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   

[Desktop-packages] [Bug 1388612]

2015-02-03 Thread Ryan C. Underwood
You didn't actually install the packages that include the fix. :-)  Try
dist-upgrade.

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

Title:
  [GM965] GPU lockup running OpenGL applications on Dell Vostro 1510

Status in Mesa:
  Fix Released
Status in mesa package in Ubuntu:
  In Progress

Bug description:
  Hello, I'm suffering a GPU lockup problem with Ubuntu 14.10 64-bit on
  a Dell Vostro 1510 laptop with Intel graphics. The problem used to
  arise also with Ubuntu 14.04 and is always reproducible with glmark2
  on the LiveCD. Just to run the "ideas" benchmark of glmark2 to trigger
  the lockup in few seconds (glmark2 -b ideas). Other OpenGL
  applications also causes the lockup (e.g. FooBillard++, my self-made
  SDL applications). Memory test passed, BIOS at the latest version.
  Don't know if the following is a good point but I think that the
  problem is not caused by a failing hardware because it works fine on
  Windows. I tried with the latest Intel upstream kernel
  (http://kernel.ubuntu.com/~kernel-ppa/mainline/drm-intel-
  next/current/) and upstream X.org (https://launchpad.net/~xorg-
  edgers/+archive/ubuntu/ppa), no change.

  [Personal Notes]
  I'm new to Ubuntu's world, I hope I've done things right, if not please tell 
me and I will resend the report or supply more information. I've created the 
bug report with "ubuntu-bug xorg --save" from another machine via SSH while the 
sick machine was frozen. It seemed to me more logical than using ubuntu-bug 
directly when the system is working fine. I've collected other information via 
SSH during the same lockup: dmesg, Xorg.0.log, i915_error_state. The latter was 
added as attachment.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Sun Nov  2 19:24:31 2014
  DistUpgraded: 2014-10-25 12:05:51,479 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.13.0-37-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.16.0-23-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.16.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller 
(primary) [8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:0273]
 Subsystem: Dell Device [1028:0273]
  InstallationDate: Installed on 2014-10-11 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Vostro1510
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic 
root=UUID=9b3612b7-c4bf-4840-885b-9fae75d6342c ro splash quiet vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-10-25 (8 days ago)
  dmi.bios.date: 03/18/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.name: 0M277C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd03/18/2009:svnDellInc.:pnVostro1510:pvrNull:rvnDellInc.:rn0M277C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1510
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Sun Nov  2 18:41:51 2014
  xserver.configfile: default
  xserver.errors:
   intel(0): Detected a hung GPU, disabling acceleration.
   intel(0): When reporting this, please include /sys/class/drm/card0/error and 
the full dmesg.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   15873 
   vendor LPL
  xserver.version: 2:1.16.0-1ubuntu1

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

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

[Desktop-packages] [Bug 1000272] Re: Eclipse crashes at startup in Ubuntu 12.04

2012-11-11 Thread Ryan C. Underwood
I removed all libswt-*3.5* and all eclipse packages and reinstalled
same.  None of the other tricks worked but this fixed the problem for
me.

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

Title:
  Eclipse crashes at startup in Ubuntu 12.04

Status in “eclipse” package in Ubuntu:
  Confirmed

Bug description:
  Eclipse crashes at startup in Ubuntu 12.04 displaying an error dialog
  with the message "An error has occurred. See the log file
  
/home/user/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1334402764482.log."
  The log file is attached to the report.

  I have this problem on multiple computers, some upgraded from 11.10 to
  12.04, and some other having had 12.04 installed from scratch. The
  problem wasn't present in version 11.10.

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

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


[Desktop-packages] [Bug 871898] Re: NM incorrectly sets broadcast address, nameserver address, default route, etc. (whereas dhclient does everything correctly) -- T-Mobile Rocket USB HSPA stick

2012-06-26 Thread Ryan C. Underwood
$ /sbin/ethtool -i usb0
driver: cdc_ether
version: 22-Aug-2005
firmware-version: CDC Ethernet Device
bus-info: usb-:00:1d.7-4
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/871898

Title:
  NM incorrectly sets broadcast address, nameserver address, default
  route, etc. (whereas dhclient does everything correctly) -- T-Mobile
  Rocket USB HSPA stick

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  Network Manager when using a T-mobile Rocket USB HSPA stick, fails to
  set the DNS and default route correctly, resulting in unusable
  network.  I am using an Oneiric Beta 2 boot cd to rule out existing
  settings causing the issue.

  Here is the NetworkManager provided settings.  You can see that the
  local IP address is placed at front of resolv.conf and that the DHCP
  provided default router is missing and a device route used instead for
  the default route, which does not work.

  usb0  Link encap:Ethernet  HWaddr 02:2b:5a:ab:df:a5  
inet addr:25.84.230.68  Bcast:25.84.230.68  Mask:255.255.255.255
inet6 addr: fe80::2b:5aff:feab:dfa5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:83 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes: (9.9 KB)

  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse Iface
  0.0.0.0 0.0.0.0 0.0.0.0 U 0  00 usb0
  169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 usb0

  # Generated by NetworkManager
  nameserver 25.84.230.68
  nameserver 10.177.0.34
  nameserver 10.166.208.148

  
  Here is the DHCP traffic from dhclient usb0:

  16:53:03.886277 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto 
UDP (17), length 328)
  0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 
02:2b:5a:ab:df:a5, length 300, xid 0x914dec09, Flags [none]
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Discover
Hostname Option 12, length 6: "ubuntu"
Parameter-Request Option 55, length 13: 
  Subnet-Mask, BR, Time-Zone, Default-Gateway
  Domain-Name, Domain-Name-Server, Option 119, Hostname
  Netbios-Name-Server, Netbios-Scope, MTU, Classless-Static-Route
  NTP
  16:53:03.886844 IP (tos 0x0, ttl 255, id 1, offset 0, flags [none], proto UDP 
(17), length 336)
  25.84.230.69.67 > 25.84.230.68.68: BOOTP/DHCP, Reply, length 308, xid 
0x914dec09, Flags [none]
  Your-IP 25.84.230.68
  Server-IP 25.84.230.69
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Offer
Server-ID Option 54, length 4: 25.84.230.69
RN Option 58, length 4: 43200
RB Option 59, length 4: 57024
Lease-Time Option 51, length 4: 86400
Subnet-Mask Option 1, length 4: 255.255.255.0
Default-Gateway Option 3, length 4: 25.84.230.69
Domain-Name-Server Option 6, length 8: 10.177.0.34,10.166.208.148
  16:53:03.887086 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto 
UDP (17), length 328)
  0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 
02:2b:5a:ab:df:a5, length 300, xid 0x914dec09, Flags [none]
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Request
Server-ID Option 54, length 4: 25.84.230.69
Requested-IP Option 50, length 4: 25.84.230.68
Hostname Option 12, length 6: "ubuntu"
Parameter-Request Option 55, length 13: 
  Subnet-Mask, BR, Time-Zone, Default-Gateway
  Domain-Name, Domain-Name-Server, Option 119, Hostname
  Netbios-Name-Server, Netbios-Scope, MTU, Classless-Static-Route
  NTP
  16:53:03.887461 IP (tos 0x0, ttl 255, id 2, offset 0, flags [none], proto UDP 
(17), length 336)
  25.84.230.69.67 > 25.84.230.68.68: BOOTP/DHCP, Reply, length 308, xid 
0x914dec09, Flags [none]
  Your-IP 25.84.230.68
  Server-IP 25.84.230.69
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: ACK
Server-ID Option 54, length 4: 25.84.230.69
Lease-Time Option 51, lengt

[Desktop-packages] [Bug 871898] Re: NM incorrectly sets broadcast address, nameserver address, default route... whereas dhclient does everything correctly

2012-06-26 Thread Ryan C. Underwood
I wouldn't know if it's been fixed in Precise, because in Precise n-m
refuses to even connect to T-Mobile using exactly the same settings.  I
gave up on n-m and have been using sakis3g in the meantime.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/871898

Title:
  NM incorrectly sets broadcast address, nameserver address, default
  route... whereas dhclient does everything correctly

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  Network Manager when using a T-mobile Rocket USB HSPA stick, fails to
  set the DNS and default route correctly, resulting in unusable
  network.  I am using an Oneiric Beta 2 boot cd to rule out existing
  settings causing the issue.

  Here is the NetworkManager provided settings.  You can see that the
  local IP address is placed at front of resolv.conf and that the DHCP
  provided default router is missing and a device route used instead for
  the default route, which does not work.

  usb0  Link encap:Ethernet  HWaddr 02:2b:5a:ab:df:a5  
inet addr:25.84.230.68  Bcast:25.84.230.68  Mask:255.255.255.255
inet6 addr: fe80::2b:5aff:feab:dfa5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:83 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:0 (0.0 B)  TX bytes: (9.9 KB)

  Kernel IP routing table
  Destination Gateway Genmask Flags Metric RefUse Iface
  0.0.0.0 0.0.0.0 0.0.0.0 U 0  00 usb0
  169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 usb0

  # Generated by NetworkManager
  nameserver 25.84.230.68
  nameserver 10.177.0.34
  nameserver 10.166.208.148

  
  Here is the DHCP traffic from dhclient usb0:

  16:53:03.886277 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto 
UDP (17), length 328)
  0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 
02:2b:5a:ab:df:a5, length 300, xid 0x914dec09, Flags [none]
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Discover
Hostname Option 12, length 6: "ubuntu"
Parameter-Request Option 55, length 13: 
  Subnet-Mask, BR, Time-Zone, Default-Gateway
  Domain-Name, Domain-Name-Server, Option 119, Hostname
  Netbios-Name-Server, Netbios-Scope, MTU, Classless-Static-Route
  NTP
  16:53:03.886844 IP (tos 0x0, ttl 255, id 1, offset 0, flags [none], proto UDP 
(17), length 336)
  25.84.230.69.67 > 25.84.230.68.68: BOOTP/DHCP, Reply, length 308, xid 
0x914dec09, Flags [none]
  Your-IP 25.84.230.68
  Server-IP 25.84.230.69
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Offer
Server-ID Option 54, length 4: 25.84.230.69
RN Option 58, length 4: 43200
RB Option 59, length 4: 57024
Lease-Time Option 51, length 4: 86400
Subnet-Mask Option 1, length 4: 255.255.255.0
Default-Gateway Option 3, length 4: 25.84.230.69
Domain-Name-Server Option 6, length 8: 10.177.0.34,10.166.208.148
  16:53:03.887086 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto 
UDP (17), length 328)
  0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 
02:2b:5a:ab:df:a5, length 300, xid 0x914dec09, Flags [none]
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Request
Server-ID Option 54, length 4: 25.84.230.69
Requested-IP Option 50, length 4: 25.84.230.68
Hostname Option 12, length 6: "ubuntu"
Parameter-Request Option 55, length 13: 
  Subnet-Mask, BR, Time-Zone, Default-Gateway
  Domain-Name, Domain-Name-Server, Option 119, Hostname
  Netbios-Name-Server, Netbios-Scope, MTU, Classless-Static-Route
  NTP
  16:53:03.887461 IP (tos 0x0, ttl 255, id 2, offset 0, flags [none], proto UDP 
(17), length 336)
  25.84.230.69.67 > 25.84.230.68.68: BOOTP/DHCP, Reply, length 308, xid 
0x914dec09, Flags [none]
  Your-IP 25.84.230.68
  Server-IP 25.84.230.69
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: ACK
Server-ID Option 54, length 4: 25.84.230.69
Lease-Time Option 51, length 4: 86400
Subnet-Mask Option 1, length 4: 255.255.25

[Desktop-packages] [Bug 871898] [NEW] n-m fails to correctly set T-Mobile DNS and default route, dhclient repairs it

2011-10-10 Thread Ryan C. Underwood
Public bug reported:

Network Manager when using a T-mobile Rocket USB HSPA stick, fails to
set the DNS and default route correctly, resulting in unusable network.
I am using an Oneiric Beta 2 boot cd to rule out existing settings
causing the issue.

Here is the NetworkManager provided settings.  You can see that the
local IP address is placed at front of resolv.conf and that the DHCP
provided default router is missing and a device route used instead for
the default route, which does not work.

usb0  Link encap:Ethernet  HWaddr 02:2b:5a:ab:df:a5  
  inet addr:25.84.230.68  Bcast:25.84.230.68  Mask:255.255.255.255
  inet6 addr: fe80::2b:5aff:feab:dfa5/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:83 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 B)  TX bytes: (9.9 KB)

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0  00 usb0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 usb0

# Generated by NetworkManager
nameserver 25.84.230.68
nameserver 10.177.0.34
nameserver 10.166.208.148


Here is the DHCP traffic from dhclient usb0:

16:53:03.886277 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP 
(17), length 328)
0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 
02:2b:5a:ab:df:a5, length 300, xid 0x914dec09, Flags [none]
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Discover
Hostname Option 12, length 6: "ubuntu"
Parameter-Request Option 55, length 13: 
  Subnet-Mask, BR, Time-Zone, Default-Gateway
  Domain-Name, Domain-Name-Server, Option 119, Hostname
  Netbios-Name-Server, Netbios-Scope, MTU, Classless-Static-Route
  NTP
16:53:03.886844 IP (tos 0x0, ttl 255, id 1, offset 0, flags [none], proto UDP 
(17), length 336)
25.84.230.69.67 > 25.84.230.68.68: BOOTP/DHCP, Reply, length 308, xid 
0x914dec09, Flags [none]
  Your-IP 25.84.230.68
  Server-IP 25.84.230.69
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Offer
Server-ID Option 54, length 4: 25.84.230.69
RN Option 58, length 4: 43200
RB Option 59, length 4: 57024
Lease-Time Option 51, length 4: 86400
Subnet-Mask Option 1, length 4: 255.255.255.0
Default-Gateway Option 3, length 4: 25.84.230.69
Domain-Name-Server Option 6, length 8: 10.177.0.34,10.166.208.148
16:53:03.887086 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP 
(17), length 328)
0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 
02:2b:5a:ab:df:a5, length 300, xid 0x914dec09, Flags [none]
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Request
Server-ID Option 54, length 4: 25.84.230.69
Requested-IP Option 50, length 4: 25.84.230.68
Hostname Option 12, length 6: "ubuntu"
Parameter-Request Option 55, length 13: 
  Subnet-Mask, BR, Time-Zone, Default-Gateway
  Domain-Name, Domain-Name-Server, Option 119, Hostname
  Netbios-Name-Server, Netbios-Scope, MTU, Classless-Static-Route
  NTP
16:53:03.887461 IP (tos 0x0, ttl 255, id 2, offset 0, flags [none], proto UDP 
(17), length 336)
25.84.230.69.67 > 25.84.230.68.68: BOOTP/DHCP, Reply, length 308, xid 
0x914dec09, Flags [none]
  Your-IP 25.84.230.68
  Server-IP 25.84.230.69
  Client-Ethernet-Address 02:2b:5a:ab:df:a5
  Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: ACK
Server-ID Option 54, length 4: 25.84.230.69
Lease-Time Option 51, length 4: 86400
Subnet-Mask Option 1, length 4: 255.255.255.0
Default-Gateway Option 3, length 4: 25.84.230.69
Domain-Name-Server Option 6, length 8: 10.177.0.34,10.166.208.148

Which results in corrected settings:

usb0  Link encap:Ethernet  HWaddr 02:2b:5a:ab:df:a5  
  inet addr:25.84.230.68  Bcast:25.84.230.255  Mask:255.255.255.0
  inet6 addr: fe80::2b:5aff:feab:dfa5/64 Scope:Link
  UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
  RX packets:3 errors:0 dropped:0 overruns:0 frame:0
  TX packets:144 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:1008