[Touch-packages] [Bug 1599695] Re: When running cmake from QtC on a webbrowser-app branch it fails

2016-07-06 Thread Olivier Tilloy
I’m not seeing that on my up-to-date xenial setup. Do you have xvfb
installed?

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Incomplete

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

Title:
  When running cmake from QtC on a webbrowser-app branch it fails

Status in webbrowser-app package in Ubuntu:
  Incomplete

Bug description:
  When running cmake from QtC on a webbrowser-app branch in Xenial it
  fails with the following error:

  CMake Error at src/Ubuntu/CMakeLists.txt:31 (message):
    Invalid chromium version: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1599695/+subscriptions

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


[Touch-packages] [Bug 1380364] Re: lightdm writes XDISPLAY instead of tty device name to utmp record

2016-07-06 Thread Robert Ancell
I'm really struggling to find the correct behaviour here. What I know:
- man utmp shows:
charut_line[UT_LINESIZE]; /* Device name of tty - "/dev/" */
- GDM 2.20 only put the tty into this field
- GDM git does:
/*
 * Set ut_line to the device name associated with this display
 * but remove the "/dev/" prefix.  If no device, then use the
 * $DISPLAY value.
 */
if (display_device != NULL
&& g_str_has_prefix (display_device, "/dev/")) {
strncpy (u->ut_line,
 display_device + strlen ("/dev/"),
 sizeof (u->ut_line));
} else if (x11_display_name != NULL) {
strncpy (u->ut_line,
 x11_display_name,
 sizeof (u->ut_line));
}
- 'w' (the version in procps anyway) does:
if (*u->ut_line == ':')
/* idle unknown for xdm logins */
printf(" ?xdm? ");
- xdm (1.1.11) doesn't set ut_line at all.
- AccountsService only stores ut_line and ut_tv (the timestamp) as a login 
record.
- gnome-control-center checks the history via AccountsService and checks if 
ut_line has the prefix ":" or "tty"

So while this clearly wasn't intended when utmp/wtmp was designed it
seems everyone is using ut_line with ttyN for text logins and :n for X
logins. That suggests we should revert the patch in LightDM.

I haven't been able to get GDM to work on my machine, can someone
confirm the output of w in a modern GDM?

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

Title:
  lightdm writes XDISPLAY instead of tty device name to utmp record

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  New
Status in Light Display Manager 1.14 series:
  New
Status in Light Display Manager 1.16 series:
  New
Status in lightdm package in Ubuntu:
  Fix Released

Bug description:
  Until now, I've been using good old gdm-2.20.11 and wanted to switch
  to lightdm-1.12.1. If you list users logged in via the 'w' or 'who'
  command, it shows you who is logged in and what they are doing.
  Especially, on which tty. Example:

  USER TTYLOGIN@   IDLE   JCPU   PCPU WHAT
  usertty9  03Oct14 16days  1:52m  0.01s /bin/sh /etc/xdg/xfce4/xinitrc 
-- /etc/X11/xinit/xserverrc

  Also, 'who' gives this information:
  usertty9 Oct  3 22:34 (:20)

  However, lightdm does not follow that tradition. Instead, it prints :0
  instead of the actual tty, and something weird for other values (like
  ?xdm? instead of the idle value etc.)

  'w':
  USER TTYLOGIN@   IDLE   JCPU   PCPU WHAT
  user:019:50   ?xdm?  23.82s  0.01s /bin/sh /etc/xdg/xfce4/xinitrc 
-- /etc/X11/xinit/xserverrc

  Note: :0 is not tty, it is DISPLAY env.

  'who':
  user:0   2014-10-12 19:50 (:0)

  The same for this one. I wonder, is this a bug (to me it seems so,
  because for every other program the correct values are reported)?

  It is a problem for me, because I have written scripts for automation
  etc. that parse w and who output to determine which tty is in use by
  which DISPLAY.

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

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


[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
>I'm not sure what you are going on about, but you found an offense
where none was given.

"You're not allowed to be offended unless I say you're allowed to be
offended."

>Despite this, since you aren't interested in pursuing this further,
there is nothing further to do with this report.

Your commitment to the quality of the software you maintain is
admirable.

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  WORKAROUND: Use nvidia-352.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  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: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  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: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Christopher M. Penalver
Jonathan Kamens, I'm not sure what you are going on about, but you found
an offense where none was given. Despite this, since you aren't
interested in pursuing this further, there is nothing further to do with
this report.

However, if you would like to see this pursued further, please do as
previously requested and we may take it from there.

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  WORKAROUND: Use nvidia-352.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  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: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  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: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
By the way, perhaps I would be more likely to be willing to help more if
you hadn't made a snotty comment about bug-reporting etiquette when you
asked me to update my BIOS. A comment which, oddly, appears to have
disappeared. I find it quite disconcerting that people are apparently
able to make passive-aggressive rude comments to bug reporters and then
delete them without a trace.

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  WORKAROUND: Use nvidia-352.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  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: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  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: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
Good grief.

I took the time to submit the bug.

I took the time to upgrade my BIOS and report to you that it's still
broken after doing so.

I have a solution to my problem -- using the nvidia driver instead of
nouveau -- so the marginal value to me in continuing to invest time and
effort in this is minimal.

I think I've done my duty here. Do something more about this or not;
that's your call. I'm out.

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  WORKAROUND: Use nvidia-352.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  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: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  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: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1589056] Re: HDMI does not work

2016-07-06 Thread Jarno Suni
BTW When using nouveau driver, there is also an issue with suspend to
RAM: after returning, visible mouse cursor does not follow mouse events,
but stays still. You can operate by mouse, though, but it is hard, since
the effective cursor is not shown where it should. Workaraund is same.

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors.

  WORKAROUND: Use the Nvidia proprietary driver.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ---
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589658] Re: Ubuntu 16.04 The AlwaysShared option for lightdm does not work.

2016-07-06 Thread Robert Ancell
Note that LightDM actually handles the VNC connections - so this would
never work. Closing this assuming this is what you expected.

** Changed in: lightdm (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Ubuntu 16.04 The AlwaysShared option for lightdm does not work.

Status in lightdm package in Ubuntu:
  Invalid

Bug description:
  Setup lightdm on Ubuntu 16.04 s390x GA. Successfully updated software. 
Changed lightdm.conf to use the AlwaysShared option so that I could share a VNC 
session. This did not work.
  [LightDM]
  start-default-seat=seat0

  [VNCServer]
  enabled=true
   command=/usr/bin/Xvnc -rfbauth /etc/vncpasswd -AlwaysShared
  #command=/usr/bin/Xvnc -rfbauth /etc/vncpasswd
  port=5901
  width=1280
  height=800
  depth=24

  [Seat:*]
  #[SeatDefaults]
  user-session=default

  Started two sessions but the second session does not mirror the first.

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

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


[Touch-packages] [Bug 1589658] Re: Ubuntu 16.04 The AlwaysShared option for lightdm does not work.

2016-07-06 Thread Robert Ancell
What did you expect to happen? You can do two remote logins to the same
session?

** Changed in: lightdm (Ubuntu)
   Status: New => Incomplete

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

Title:
  Ubuntu 16.04 The AlwaysShared option for lightdm does not work.

Status in lightdm package in Ubuntu:
  Invalid

Bug description:
  Setup lightdm on Ubuntu 16.04 s390x GA. Successfully updated software. 
Changed lightdm.conf to use the AlwaysShared option so that I could share a VNC 
session. This did not work.
  [LightDM]
  start-default-seat=seat0

  [VNCServer]
  enabled=true
   command=/usr/bin/Xvnc -rfbauth /etc/vncpasswd -AlwaysShared
  #command=/usr/bin/Xvnc -rfbauth /etc/vncpasswd
  port=5901
  width=1280
  height=800
  depth=24

  [Seat:*]
  #[SeatDefaults]
  user-session=default

  Started two sessions but the second session does not mirror the first.

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

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


[Touch-packages] [Bug 1599689] Re: [webapp-container] When sharing a photo to facebook, a "Ubuntu Web App" album is created and used as the target

2016-07-06 Thread Alexandre Abreu
** Also affects: webapps-core
   Importance: Undecided
   Status: New

** Changed in: webapps-core
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-sprint
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-core
   Importance: Undecided => Medium

** Changed in: webapps-sprint
   Importance: Undecided => Medium

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => Medium

** Changed in: webapps-core
   Status: New => Confirmed

** Changed in: webapps-sprint
   Status: New => Confirmed

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Invalid

** No longer affects: webbrowser-app (Ubuntu)

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

Title:
  [webapp-container] When sharing a photo to facebook, a "Ubuntu Web
  App" album is created and used as the target

Status in The Webapps-core project:
  Confirmed
Status in webapps-sprint:
  Confirmed

Bug description:
  When sharing a photo to facebook through the content hub, once the
  upload is successful, one can notice that the photo had been
  automatically added to an album called "Ubuntu Web App".

  It seems that the creator of the OAuth token (that acts on behalf of
  the user), is used as the name of the album for the upload.

  I couldn't find a reference in the graph API reference anything about
  that specific behavior:

  https://developers.facebook.com/docs/graph-api/reference/v2.6/photo

  This comes from a user report that also mentions a few extra elements
  that I havent noticed in my tests, here it is for reference:

  "When you upload a photo to facebook the web app adds a hyperlink with
  the text "Ubuntu Web App" which takes you to
  http://not.a.real.website.com/ which redirects you to Website.com."

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-core/+bug/1599689/+subscriptions

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


[Touch-packages] [Bug 1599695] [NEW] When running cmake from QtC on a webbrowser-app branch it fails

2016-07-06 Thread Alexandre Abreu
Public bug reported:

When running cmake from QtC on a webbrowser-app branch in Xenial it
fails with the following error:

CMake Error at src/Ubuntu/CMakeLists.txt:31 (message):
  Invalid chromium version: ''

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- When running cmake from QtC on a webbrowser-app branch it fails with the
- following error:
+ When running cmake from QtC on a webbrowser-app branch in Xenial it
+ fails with the following error:
  
  CMake Error at src/Ubuntu/CMakeLists.txt:31 (message):
-   Invalid chromium version: ''
+   Invalid chromium version: ''

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

Title:
  When running cmake from QtC on a webbrowser-app branch it fails

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  When running cmake from QtC on a webbrowser-app branch in Xenial it
  fails with the following error:

  CMake Error at src/Ubuntu/CMakeLists.txt:31 (message):
    Invalid chromium version: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1599695/+subscriptions

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


[Touch-packages] [Bug 1599690] Re: Overlay created as Popups should not have an "open in the webrowser" button

2016-07-06 Thread Alexandre Abreu
** Changed in: webapps-sprint
   Importance: Undecided => Medium

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => Medium

** Summary changed:

- Overlay created as Popups should not have an "open in the webrowser" button
+ [webapp-container] Overlay created as Popups should not have an "open in the 
webrowser" button

** Changed in: webapps-sprint
   Status: New => Confirmed

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Confirmed

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

Title:
  [webapp-container] Overlay created as Popups should not have an "open
  in the webrowser" button

Status in webapps-sprint:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  In the webapp container, overlays can be created through a href with
  target="_blank" or or window.open, the latter usually being used to
  open a popup window. Those should be treated differently than the
  usual overlay since they should be considered as part of the website
  flow and might communicate with the original website through e.g.
  window.postMessage.

  For those overlays, it does not make much sense to have a "open in
  webbrowser" button at the top right.

  An example of those popups & windows can be found in here maps.

  1. go to https://maps.here.com
  2. click 'signin'
  3. a new overlay is created with the 
Oxide.NavigationRequest.DispositionNewForegroundTab disposition,
  4. if you click 'login with facebook' a new overlay is created but it is 
created with Oxide.NavigationRequest.DispositionNewPopup disposition and the 
website uses window.postMessage to handle the full duplex communication between 
the windows,

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1599690/+subscriptions

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


[Touch-packages] [Bug 1599692] [NEW] [webapp-container] URLs dispatched from an app to a webapp are not opened

2016-07-06 Thread Alexandre Abreu
Public bug reported:

There is again a failure when dispatching URLs from an app to a webapp.
For example, if in the facebook webapp, one clicks on a specific
twitter.com/* url that links to the Twitter webapp, the webapp opens but
not to the desired URL.

** Affects: webapps-sprint
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: New

** Affects: webbrowser-app (Ubuntu)
 Importance: High
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: New

** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None => sprint-24

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-sprint
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Changed in: webapps-sprint
   Importance: Undecided => High

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => High

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

Title:
  [webapp-container] URLs dispatched from an app to a webapp are not
  opened

Status in webapps-sprint:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  There is again a failure when dispatching URLs from an app to a
  webapp. For example, if in the facebook webapp, one clicks on a
  specific twitter.com/* url that links to the Twitter webapp, the
  webapp opens but not to the desired URL.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1599692/+subscriptions

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


[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Christopher M. Penalver
Jonathan Kamens, to see if this is already resolved, could you please
test http://cdimage.ubuntu.com/daily-live/current/ and advise to the
results?

** Tags removed: bios-outdated-r01-a2
** Tags added: latest-bios-r01-a4

** Description changed:

  I just bought a new Acer Predator AG6-710, which supposedly comes with a
  NVIDIA GeForce GTX 980 graphics controller.
  
  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.
  
  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu boots
  up just fine.
  
  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.
  
  I've attached the Xorg log file when this happens.
  
  It happens every single time I boot, i.e., it is reliable.
  
- Any additional debugging information I can provide or debugging steps I
- can take, please ask, I will gladly help.
+ WORKAROUND: Use nvidia-352.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:
-  
+ 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  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: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
-  virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
-  virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
+  virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
+  virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
-Subsystem: Device [196e:1131]
+  NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
+    Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  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: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

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

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors 

[Touch-packages] [Bug 1599690] [NEW] Overlay created as Popups should not have an "open in the webrowser" button

2016-07-06 Thread Alexandre Abreu
Public bug reported:

In the webapp container, overlays can be created through a href with
target="_blank" or or window.open, the latter usually being used to open
a popup window. Those should be treated differently than the usual
overlay since they should be considered as part of the website flow and
might communicate with the original website through e.g.
window.postMessage.

For those overlays, it does not make much sense to have a "open in
webbrowser" button at the top right.

An example of those popups & windows can be found in here maps.

1. go to https://maps.here.com
2. click 'signin'
3. a new overlay is created with the 
Oxide.NavigationRequest.DispositionNewForegroundTab disposition,
4. if you click 'login with facebook' a new overlay is created but it is 
created with Oxide.NavigationRequest.DispositionNewPopup disposition and the 
website uses window.postMessage to handle the full duplex communication between 
the windows,

** Affects: webapps-sprint
 Importance: Medium
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: New

** Affects: webbrowser-app (Ubuntu)
 Importance: Medium
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: New

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None => sprint-24

** Changed in: webapps-sprint
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

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

Title:
  Overlay created as Popups should not have an "open in the webrowser"
  button

Status in webapps-sprint:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  In the webapp container, overlays can be created through a href with
  target="_blank" or or window.open, the latter usually being used to
  open a popup window. Those should be treated differently than the
  usual overlay since they should be considered as part of the website
  flow and might communicate with the original website through e.g.
  window.postMessage.

  For those overlays, it does not make much sense to have a "open in
  webbrowser" button at the top right.

  An example of those popups & windows can be found in here maps.

  1. go to https://maps.here.com
  2. click 'signin'
  3. a new overlay is created with the 
Oxide.NavigationRequest.DispositionNewForegroundTab disposition,
  4. if you click 'login with facebook' a new overlay is created but it is 
created with Oxide.NavigationRequest.DispositionNewPopup disposition and the 
website uses window.postMessage to handle the full duplex communication between 
the windows,

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1599690/+subscriptions

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


[Touch-packages] [Bug 1599689] [NEW] [webapp-container] When sharing a photo to facebook, a "Ubuntu Web App" album is created and used as the target

2016-07-06 Thread Alexandre Abreu
Public bug reported:

When sharing a photo to facebook through the content hub, once the
upload is successful, one can notice that the photo had been
automatically added to an album called "Ubuntu Web App".

It seems that the creator of the OAuth token (that acts on behalf of the
user), is used as the name of the album for the upload.

I couldn't find a reference in the graph API reference anything about
that specific behavior:

https://developers.facebook.com/docs/graph-api/reference/v2.6/photo

This comes from a user report that also mentions a few extra elements
that I havent noticed in my tests, here it is for reference:

"When you upload a photo to facebook the web app adds a hyperlink with
the text "Ubuntu Web App" which takes you to
http://not.a.real.website.com/ which redirects you to Website.com."

** Affects: webapps-sprint
 Importance: Undecided
 Status: New

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Assignee: Alexandre Abreu (abreu-alexandre)
 Status: New


** Tags: webapp-container

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre)

** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None => backlog

** Summary changed:

- When sharing a photo to facebook, a "Ubuntu Web App" album is created and 
used as the target
+ [webapp-container] When sharing a photo to facebook, a "Ubuntu Web App" album 
is created and used as the target

** Tags added: webapp-container

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

Title:
  [webapp-container] When sharing a photo to facebook, a "Ubuntu Web
  App" album is created and used as the target

Status in webapps-sprint:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  When sharing a photo to facebook through the content hub, once the
  upload is successful, one can notice that the photo had been
  automatically added to an album called "Ubuntu Web App".

  It seems that the creator of the OAuth token (that acts on behalf of
  the user), is used as the name of the album for the upload.

  I couldn't find a reference in the graph API reference anything about
  that specific behavior:

  https://developers.facebook.com/docs/graph-api/reference/v2.6/photo

  This comes from a user report that also mentions a few extra elements
  that I havent noticed in my tests, here it is for reference:

  "When you upload a photo to facebook the web app adds a hyperlink with
  the text "Ubuntu Web App" which takes you to
  http://not.a.real.website.com/ which redirects you to Website.com."

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1599689/+subscriptions

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


[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
>If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

No.

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  New

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  Any additional debugging information I can provide or debugging steps
  I can take, please ask, I will gladly help.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  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: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  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: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
>1) Please provide the output of the following terminal command (not perform an 
>apport-collect):
>sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

$ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
[sudo] password for jik: 
R01-A4
05/18/2016
$ 


** Changed in: xorg (Ubuntu)
   Status: Expired => New

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  New

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  Any additional debugging information I can provide or debugging steps
  I can take, please ask, I will gladly help.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  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: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  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: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

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

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


[Touch-packages] [Bug 1589056] Re: HDMI does not work

2016-07-06 Thread Christopher M. Penalver
Jarno Suni, in order to allow additional upstream developers to examine the 
issue, at your earliest convenience, could you please test the latest upstream 
kernel available from http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D ? 
Please keep in mind the following:
1) The one to test is at the very top line at the top of the page (not the 
daily folder).
2) The release names are irrelevant.
3) The folder time stamps aren't indicative of when the kernel actually was 
released upstream.
4) Install instructions are available at 
https://wiki.ubuntu.com/Kernel/MainlineBuilds .

If testing on your main install would be inconvenient, one may:
1) Install Ubuntu to a different partition and then test this there.
2) Backup, or clone the primary install.

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

Where X, and Y are the first two numbers of the kernel version, and Z is
the release candidate number if it exists.

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

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

Also, you don't need to apport-collect further unless specifically
requested to do so.

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

Thank you for your help.

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors.

  WORKAROUND: Use the Nvidia proprietary driver.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ---
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:

  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  

[Touch-packages] [Bug 1589056] Re: HDMI does not work

2016-07-06 Thread Christopher M. Penalver
** Tags added: latest-bios-f.20

** Attachment removed: "ProcEnviron.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1589056/+attachment/4676606/+files/ProcEnviron.txt

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1589056/+attachment/4676605/+files/JournalErrors.txt

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1589056/+attachment/4676604/+files/Dependencies.txt

** Description changed:

  xrandr displays "HDMI-1 disconnected (normal left inverted right x axis
  y axis)" even if it is connected using a HDMI cable to a Samsung monitor
- (model S27B350H) that has both HDMI and VGA connectors. Using Nvidia
- driver the output works, though.
+ (model S27B350H) that has both HDMI and VGA connectors.
+ 
+ WORKAROUND: Use the Nvidia proprietary driver.
  
  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau
  
- ProblemType: Bug
- DistroRelease: Ubuntu 15.10
- Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
- ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
- Uname: Linux 4.2.0-36-generic x86_64
- ApportVersion: 2.19.1-0ubuntu5
- Architecture: amd64
- CurrentDesktop: XFCE
- Date: Sat Jun  4 10:58:35 2016
- EcryptfsInUse: Yes
- InstallationDate: Installed on 2015-11-21 (195 days ago)
- InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
- SourcePackage: xserver-xorg-video-nouveau
- UpgradeStatus: No upgrade log present (probably fresh install)
- --- 
+ ---
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
-  root: clean, 247512/1281120 files, 1867600/512 blocks
-  [FAILED] Failed to start Automatically refresh installed snaps.
-  See 'systemctl status snapd.refresh.service' for details.
-  [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
+  root: clean, 247512/1281120 files, 1867600/512 blocks
+  [FAILED] Failed to start Automatically refresh installed snaps.
+  See 'systemctl status snapd.refresh.service' for details.
+  [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
-Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
+  NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
+    Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
-  
+ 
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: 

[Touch-packages] [Bug 1589056] Re: HDMI does not work

2016-07-06 Thread Jarno Suni
I had to open the browser link manually.

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] Re: HDMI does not work

2016-07-06 Thread Jarno Suni
The computer is HP Compaq 8510w Mobile Workstation.

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-06 Thread Christian Dysthe
Inactive to change distro for now. Can't use Ubuntu on my laptop now for
work. I really hope this will be fixed soon. I haven't had a problem
like this in years in Ubuntu

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

Title:
  cannot view wifi networks after re-enabling wifi

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  after re enabling wifi, up-down arrows just like wired network. cannot
  see any wifi ssid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1589401/+subscriptions

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


[Touch-packages] [Bug 1575899] Re: Text disappears after suspend

2016-07-06 Thread Christopher M. Penalver
Henrik Blidh, please see https://wiki.ubuntu.com/Kernel/MainlineBuilds
for kernels that Ubuntu bases off of.

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:
  Text disappears after suspend

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  After waking my laptop running Xenial after it having been suspended,
  a lot of applications (e.g. Terminal and all settings) does not render
  most of the text that should be there. Some of it shows up on
  mouseover, but most is just permanently invisible until reboot of
  system.

  Detected a very similar bug after I created this issue:
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1528843

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  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: Wed Apr 27 21:44:36 2016
  DistUpgraded: 2016-04-25 10:36:20,651 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a2e] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Haswell-ULT Integrated Graphics 
Controller [1043:13bd]
  InstallationDate: Installed on 2015-09-05 (234 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 03eb:8a0c Atmel Corp.
   Bus 001 Device 003: ID 1bcf:2987 Sunplus Innovation Technology Inc.
   Bus 001 Device 005: ID 8087:07dc Intel Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=6cc41411-46cb-4a14-a79a-038ee820f1aa ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-25 (2 days ago)
  dmi.bios.date: 12/31/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.206
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.206:bd12/31/2013:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Wed Apr 27 16:42:36 2016
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5126
   vendor SHP
  xserver.version: 2:1.18.3-1ubuntu2

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

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


[Touch-packages] [Bug 1596638] Update Released

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

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

Title:
  python2 cannot import lsb_release on yakkety and now xenial

Status in lsb package in Ubuntu:
  Triaged
Status in lsb source package in Xenial:
  Fix Released

Bug description:
  [SRU Justification]
  Targeted fix for a regression introduced in the previous SRU; the 
'lsb_release' python module is now unavailable in python 2, where it was 
available before the SRU.

  [Test Case]
  1. Install lsb-release from xenial-updates.
  2. Run "python -c 'import lsb_release'".
  3. Verify that the command fails with an error.
  4. Install lsb-release from xenial-proposed.
  5. Run "python -c 'import lsb_release'".
  6. Verify that the command succeeds (silently).

  [Regression potential]
  Minimal; this restores the python module to the state it was prior to the 
latest SRU.  A debdiff of the binary packages should show no other changes.

  python2 cannot import lsb_release on yakkety. `locate` shows "lsb-
  release" installed several files, but

  /usr/lib/python2.7/dist-packages/lsb_release.py

  is missing from disk. This was seen on an aws instance provisioned
  using the 20160526 daily image.

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

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


[Touch-packages] [Bug 1596638] Re: python2 cannot import lsb_release on yakkety and now xenial

2016-07-06 Thread Launchpad Bug Tracker
This bug was fixed in the package lsb - 9.20160110ubuntu0.2

---
lsb (9.20160110ubuntu0.2) xenial; urgency=medium

  * Revert changes to python2 vs. python3 installation of lsb_release.py,
inadvertently breaking imports of lsb_release in python2.  LP: #1596638.

 -- Steve Langasek   Wed, 06 Jul 2016
08:18:48 -0700

** Changed in: lsb (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

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

Title:
  python2 cannot import lsb_release on yakkety and now xenial

Status in lsb package in Ubuntu:
  Triaged
Status in lsb source package in Xenial:
  Fix Released

Bug description:
  [SRU Justification]
  Targeted fix for a regression introduced in the previous SRU; the 
'lsb_release' python module is now unavailable in python 2, where it was 
available before the SRU.

  [Test Case]
  1. Install lsb-release from xenial-updates.
  2. Run "python -c 'import lsb_release'".
  3. Verify that the command fails with an error.
  4. Install lsb-release from xenial-proposed.
  5. Run "python -c 'import lsb_release'".
  6. Verify that the command succeeds (silently).

  [Regression potential]
  Minimal; this restores the python module to the state it was prior to the 
latest SRU.  A debdiff of the binary packages should show no other changes.

  python2 cannot import lsb_release on yakkety. `locate` shows "lsb-
  release" installed several files, but

  /usr/lib/python2.7/dist-packages/lsb_release.py

  is missing from disk. This was seen on an aws instance provisioned
  using the 20160526 daily image.

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

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


[Touch-packages] [Bug 1528028] Re: The package manager does not report installing a desktop environment as a dependency

2016-07-06 Thread Bug Watch Updater
** Changed in: gnome-software
   Status: Unknown => In Progress

** Changed in: gnome-software
   Importance: Unknown => Medium

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

Title:
  The package manager does not report installing a desktop environment
  as a dependency

Status in GNOME Software:
  In Progress
Status in gdebi package in Ubuntu:
  Invalid
Status in gnome-software package in Ubuntu:
  Triaged
Status in muon package in Ubuntu:
  Invalid

Bug description:
  The average user cannot tell when they are installing a desktop
  environment as a dependency of a package.

  Having various desktop environments can reduce system performance
  sensibly, as processes from various desktops are running
  simultaneously in the background. Moreover the autoremove tool cannot
  always identify the dependencies when removing some of those installed
  packages.

  For example if I install the "cortina" package, it takes with it the
  GNOME Display Manager and plenty of wallpapers. Then if I uninstall it
  and do "sudo apt-get autoremove" those packages are not detected as
  unused.

  Another example: if I install the "rkward" package plenty of KDE
  services, like the Akonadi indexing service, are installed. Then
  launching applications in my Inter Core 2 Quad becomes noticeably
  slower, because my system is running both GNOME and KDE services
  simultaneously.

  If I remove rkward and then I perform an autoremove, the system still
  stays slow. If I uninstall all the packages in the universe
  repository, perform an autoremove, and then reinstall the applications
  I had, the system becomes fast again.

  The user shall know these potential problems beforehand.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: apt 1.0.10.2ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Dec 20 18:54:54 2015
  InstallationDate: Installed on 2015-11-14 (36 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1528028/+subscriptions

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


[Touch-packages] [Bug 1596638] Re: python2 cannot import lsb_release on yakkety and now xenial

2016-07-06 Thread Haw Loeung
And this if it helps:

| hloeung@steelix:~$ apt-cache policy lsb-release
| lsb-release:
|   Installed: 9.20160110ubuntu0.2
|   Candidate: 9.20160110ubuntu0.2
|   Version table:
|  *** 9.20160110ubuntu0.2 500
| 500 http://archive.ubuntu.com//ubuntu xenial-proposed/main amd64 
Package
| 100 /var/lib/dpkg/status
|  9.20160110ubuntu0.1 500
| 500 http://archive.ubuntu.com//ubuntu xenial-updates/main amd64 
Packages
|  9.20160110 500
| 500 http://archive.ubuntu.com//ubuntu xenial/main amd64 Packages

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

Title:
  python2 cannot import lsb_release on yakkety and now xenial

Status in lsb package in Ubuntu:
  Triaged
Status in lsb source package in Xenial:
  Fix Committed

Bug description:
  [SRU Justification]
  Targeted fix for a regression introduced in the previous SRU; the 
'lsb_release' python module is now unavailable in python 2, where it was 
available before the SRU.

  [Test Case]
  1. Install lsb-release from xenial-updates.
  2. Run "python -c 'import lsb_release'".
  3. Verify that the command fails with an error.
  4. Install lsb-release from xenial-proposed.
  5. Run "python -c 'import lsb_release'".
  6. Verify that the command succeeds (silently).

  [Regression potential]
  Minimal; this restores the python module to the state it was prior to the 
latest SRU.  A debdiff of the binary packages should show no other changes.

  python2 cannot import lsb_release on yakkety. `locate` shows "lsb-
  release" installed several files, but

  /usr/lib/python2.7/dist-packages/lsb_release.py

  is missing from disk. This was seen on an aws instance provisioned
  using the 20160526 daily image.

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

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


[Touch-packages] [Bug 1596638] Re: python2 cannot import lsb_release on yakkety and now xenial

2016-07-06 Thread Haw Loeung
Fixed in 9.20160110ubuntu0.2.

Before update:

| hloeung@steelix:~$ python2.7
| ...
| >>> import lsb_release
| Traceback (most recent call last):
|   File "", line 1, in 
| ImportError: No module named lsb_release
| >>>

After:

| hloeung@steelix:~$ ls /usr/lib/python*/dist-packages/lsb* -l
| lrwxrwxrwx 1 root root 38 Jul  6 16:29 
/usr/lib/python2.7/dist-packages/lsb_release.py -> 
../../../share/pyshared/lsb_release.py
| lrwxrwxrwx 1 root root 38 Jul  6 16:29 
/usr/lib/python3/dist-packages/lsb_release.py -> 
../../../share/pyshared/lsb_release.py

| hloeung@steelix:~$ python2.7
| >>> import lsb_release
| >>>


Thanks guys!

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

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

Title:
  python2 cannot import lsb_release on yakkety and now xenial

Status in lsb package in Ubuntu:
  Triaged
Status in lsb source package in Xenial:
  Fix Committed

Bug description:
  [SRU Justification]
  Targeted fix for a regression introduced in the previous SRU; the 
'lsb_release' python module is now unavailable in python 2, where it was 
available before the SRU.

  [Test Case]
  1. Install lsb-release from xenial-updates.
  2. Run "python -c 'import lsb_release'".
  3. Verify that the command fails with an error.
  4. Install lsb-release from xenial-proposed.
  5. Run "python -c 'import lsb_release'".
  6. Verify that the command succeeds (silently).

  [Regression potential]
  Minimal; this restores the python module to the state it was prior to the 
latest SRU.  A debdiff of the binary packages should show no other changes.

  python2 cannot import lsb_release on yakkety. `locate` shows "lsb-
  release" installed several files, but

  /usr/lib/python2.7/dist-packages/lsb_release.py

  is missing from disk. This was seen on an aws instance provisioned
  using the 20160526 daily image.

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

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


[Touch-packages] [Bug 1598968] Re: Blurry album art

2016-07-06 Thread Michi Henning
Hi Michael,

the thumbnailer keeps images up to 1920x1920 at their original size.
Thumbnails are delivered to the application as JPG, so there can be some
quality loss during format conversion, but it should almost always be
unnoticeable or very minor. If a source image is in a format with an
alpha channel (GIF, PNG, etc.) or is in SVG, the thumbnail is delivered
to the application as PNG, to preserve transparency.

If you are seeing prominent scaling artefacts, it could be that the
application has have asked for a thumbnail at a small size and then
upscaled it for display. Alternatively, there might be a problem in the
thumbnailer with image conversion.

To be sure, could you please attach the original song that exhibits this
problem, together with an exact description of how you navigated to the
blurry image in the music app? With that, we can have a look at why
things are not looking right.

** Changed in: thumbnailer (Ubuntu)
   Status: New => Incomplete

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

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

Title:
  Blurry album art

Status in Ubuntu Music App:
  Invalid
Status in thumbnailer package in Ubuntu:
  Incomplete

Bug description:
  If I set the album art for a mp3 song and the picture has a very high 
resolution, it looks very sharp in vlc or other media players on my computer, 
but when I copy it to my mx4 and open it with the music app the album art looks 
a bit blurry.
  A 1000*1000 px album art does not look like 1000*1000 on my meizu mx4, which 
has 1080p.
  I hope, I described well enough what I expected and what I got.
  Thank you for this great app 

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1598968/+subscriptions

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


[Touch-packages] [Bug 1589056] Re: HDMI does not work

2016-07-06 Thread Christopher M. Penalver
Jarno Suni, could you please provide the full computer model as noted on
the sticker of the computer itself (not from the Bug Description)?

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1573760] Re: screen remains black after hibernation or suspend to RAM

2016-07-06 Thread Christopher M. Penalver
YS1, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1573760/comments/7
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  screen remains black after hibernation or suspend to RAM

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  I just installed XUbuntu 16.06 on my laptop.
  Suspend to RAM and hibernation seem to work correctly, but resuming from 
either of it is not actually possible because the screen remains black. 
Concerning hibernation, this happens with the default hibernation method as 
well as with TuxOnIce.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xserver-xorg-video-nouveau 1:1.0.12-1build2
  ProcVersionSignature: Ubuntu 4.4.0-21.37~ppa1-generic-tuxonice 4.4.6
  Uname: Linux 4.4.0-21-generic-tuxonice x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Apr 22 21:20:22 2016
  InstallationDate: Installed on 2016-04-22 (0 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1589056] xdpyinfo.txt

2016-07-06 Thread Jarno Suni
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1589056/+attachment/4696673/+files/xdpyinfo.txt

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] Xrandr.txt

2016-07-06 Thread Jarno Suni
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1589056/+attachment/4696672/+files/Xrandr.txt

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] UdevDb.txt

2016-07-06 Thread Jarno Suni
apport information

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

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] ProcModules.txt

2016-07-06 Thread Jarno Suni
apport information

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

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] XorgLogOld.txt

2016-07-06 Thread Jarno Suni
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1589056/+attachment/4696671/+files/XorgLogOld.txt

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] XorgLog.txt

2016-07-06 Thread Jarno Suni
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1589056/+attachment/4696670/+files/XorgLog.txt

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] Dependencies.txt

2016-07-06 Thread Jarno Suni
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1589056/+attachment/4696658/+files/Dependencies.txt

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] DpkgLog.txt

2016-07-06 Thread Jarno Suni
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1589056/+attachment/4696659/+files/DpkgLog.txt

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] ProcInterrupts.txt

2016-07-06 Thread Jarno Suni
apport information

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

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] PccardctlStatus.txt

2016-07-06 Thread Jarno Suni
apport information

** Attachment added: "PccardctlStatus.txt"
   
https://bugs.launchpad.net/bugs/1589056/+attachment/4696664/+files/PccardctlStatus.txt

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] ProcEnviron.txt

2016-07-06 Thread Jarno Suni
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1589056/+attachment/469/+files/ProcEnviron.txt

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] ProcCpuinfo.txt

2016-07-06 Thread Jarno Suni
apport information

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

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] PccardctlIdent.txt

2016-07-06 Thread Jarno Suni
apport information

** Attachment added: "PccardctlIdent.txt"
   
https://bugs.launchpad.net/bugs/1589056/+attachment/4696663/+files/PccardctlIdent.txt

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] Lspci.txt

2016-07-06 Thread Jarno Suni
apport information

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

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] Lsusb.txt

2016-07-06 Thread Jarno Suni
apport information

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

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] JournalErrors.txt

2016-07-06 Thread Jarno Suni
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1589056/+attachment/4696660/+files/JournalErrors.txt

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   root: clean, 247512/1281120 files, 1867600/512 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
   [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
  InstallationDate: Installed on 2015-11-21 (228 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Package: xorg 1:7.7+13ubuntu3
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Tags:  xenial ubuntu
  Uname: Linux 4.4.0-28-generic x86_64
  UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 12/01/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MVD Ver. F.20
  dmi.board.name: 30C5
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 71.36
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
  dmi.product.version: F.20
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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


[Touch-packages] [Bug 1589056] Re: HDMI does not work

2016-07-06 Thread Jarno Suni
apport information

** Tags added: apport-collected ubuntu

** Description changed:

  xrandr displays "HDMI-1 disconnected (normal left inverted right x axis
  y axis)" even if it is connected using a HDMI cable to a Samsung monitor
  (model S27B350H) that has both HDMI and VGA connectors. Using Nvidia
  driver the output works, though.
  
  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
   Capabilities: 
   Kernel driver in use: nouveau
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-36.42-generic 4.2.8-ckt8
  Uname: Linux 4.2.0-36-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Jun  4 10:58:35 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-11-21 (195 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.1
+ Architecture: amd64
+ BootLog:
+  root: clean, 247512/1281120 files, 1867600/512 blocks
+  [FAILED] Failed to start Automatically refresh installed snaps.
+  See 'systemctl status snapd.refresh.service' for details.
+  [  OK  ] Started Authenticate and Authorize Users to Run 
Privileged Tasks.
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: None
+ DistUpgraded: 2016-06-24 18:11:48,939 DEBUG icon theme changed, re-reading
+ DistroCodename: xenial
+ DistroRelease: Ubuntu 16.04
+ DistroVariant: ubuntu
+ EcryptfsInUse: Yes
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  NVIDIA Corporation G84GLM [Quadro FX 570M] [10de:040c] (rev a1) (prog-if 00 
[VGA controller])
+Subsystem: Hewlett-Packard Company G84GLM [Quadro FX 570M] [103c:30c5]
+ InstallationDate: Installed on 2015-11-21 (228 days ago)
+ InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
+ Package: xorg 1:7.7+13ubuntu3
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=bdc3be24-dee9-4ead-bca0-c9b1e45a87e5 ro persistent quiet splash 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
+ Tags:  xenial ubuntu
+ Uname: Linux 4.4.0-28-generic x86_64
+ UpgradeStatus: Upgraded to xenial on 2016-06-24 (12 days ago)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 12/01/2011
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: 68MVD Ver. F.20
+ dmi.board.name: 30C5
+ dmi.board.vendor: Hewlett-Packard
+ dmi.board.version: KBC Version 71.36
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.20:bd12/01/2011:svnHewlett-Packard:pn:pvrF.20:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
+ dmi.product.version: F.20
+ dmi.sys.vendor: Hewlett-Packard
+ version.compiz: compiz N/A
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
+ version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2

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

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

Title:
  HDMI does not work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  xrandr displays "HDMI-1 disconnected (normal left inverted right x
  axis y axis)" even if it is connected using a HDMI cable to a Samsung
  monitor (model S27B350H) that has both HDMI and VGA connectors. Using
  Nvidia driver the output works, though.

  Graphics by lspci -vvv:
  01:00.0 VGA compatible controller: NVIDIA Corporation G84GLM [Quadro FX 570M] 
(rev a1) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device 30c5
   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
   Status: Cap+ 66MHz- 

[Touch-packages] [Bug 1599670] [NEW] package ca-certificates 20150426ubuntu1 failed to install/upgrade: ne peut pas accéder à l'archive: Aucun fichier ou dossier de ce type

2016-07-06 Thread amrani
Public bug reported:

flash player

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: ca-certificates 20150426ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
Uname: Linux 4.2.0-27-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Thu Jul  7 01:06:12 2016
DpkgHistoryLog:
 
DpkgTerminalLog:
 
ErrorMessage: ne peut pas accéder à l'archive: Aucun fichier ou dossier de ce 
type
InstallationDate: Installed on 2016-01-18 (170 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu2
SourcePackage: ca-certificates
Title: package ca-certificates 20150426ubuntu1 failed to install/upgrade: ne 
peut pas accéder à l'archive: Aucun fichier ou dossier de ce type
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ca-certificates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package wily

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

Title:
  package ca-certificates 20150426ubuntu1 failed to install/upgrade: ne
  peut pas accéder à l'archive: Aucun fichier ou dossier de ce type

Status in ca-certificates package in Ubuntu:
  New

Bug description:
  flash player

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: ca-certificates 20150426ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
  Uname: Linux 4.2.0-27-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Thu Jul  7 01:06:12 2016
  DpkgHistoryLog:
   
  DpkgTerminalLog:
   
  ErrorMessage: ne peut pas accéder à l'archive: Aucun fichier ou dossier de ce 
type
  InstallationDate: Installed on 2016-01-18 (170 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu2
  SourcePackage: ca-certificates
  Title: package ca-certificates 20150426ubuntu1 failed to install/upgrade: ne 
peut pas accéder à l'archive: Aucun fichier ou dossier de ce type
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1599670/+subscriptions

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


[Touch-packages] [Bug 1594816] Re: GtkSwitch button background overflows the border

2016-07-06 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-themes -
14.04+16.10.20160706-0ubuntu1

---
ubuntu-themes (14.04+16.10.20160706-0ubuntu1) yakkety; urgency=medium

  [ w...@whizzy.org ]
  * Adds specific border widths to left and right of GtkSwitch buttons
to hide the overflowing background of the button. Fixes LP: #1594816
(LP: #1594816)

 -- i...@orangesquash.org.uk (i...@orangesquash.org.uk)  Wed, 06 Jul
2016 21:30:06 +

** Changed in: ubuntu-themes (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  GtkSwitch button background overflows the border

Status in ubuntu-themes package in Ubuntu:
  Fix Released

Bug description:
  Where GtkSwitch is used, for example in the Screen Display section of
  Unity Control Center the background of the toggle buttons appears
  outside of the borders.

  See attached screenshot for an example.

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

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


[Touch-packages] [Bug 1584853] Re: Shotwell crashes on startup / Crash in exiv2 due to assertion when setting rating on jpg with a Casio makernote

2016-07-06 Thread nyarla33
Please nominate to Xenial.

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

Title:
  Shotwell crashes on startup / Crash in exiv2 due to assertion when
  setting rating on jpg with a Casio makernote

Status in exiv2 package in Ubuntu:
  Confirmed
Status in exiv2 package in Debian:
  Fix Released

Bug description:
  Starting from the command line, this can be seen:

  shotwell: tiffcomposite.cpp:749: virtual Exiv2::Internal::TiffComponent* 
Exiv2::Internal::TiffMnEntry::doAddPath(uint16_t, Exiv2::Internal::TiffPath&, 
Exiv2::Internal::TiffComponent*, Exiv2::Internal::TiffComponent::AutoPtr): 
Assertion `mn_' failed.
  Aborted (core dumped)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: shotwell 0.22.0+git20160108.r1.f2fb1f7-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon May 23 08:48:32 2016
  InstallationDate: Installed on 2015-09-20 (245 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: shotwell
  UpgradeStatus: Upgraded to xenial on 2016-04-21 (31 days ago)
  shotwell.log:
   L 24280 2016-05-23 08:46:56 [MSG] main.vala:385: Shotwell Photo Manager 
0.22.0
   L 24280 2016-05-23 08:46:56 [MSG] main.vala:43: Verifying database ...

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

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


[Touch-packages] [Bug 1528028] Re: The package manager does not report installing a desktop environment as a dependency

2016-07-06 Thread Alberto Salvia Novella
** Changed in: gnome-software (Ubuntu)
   Status: New => Triaged

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

Title:
  The package manager does not report installing a desktop environment
  as a dependency

Status in GNOME Software:
  Unknown
Status in gdebi package in Ubuntu:
  Invalid
Status in gnome-software package in Ubuntu:
  Triaged
Status in muon package in Ubuntu:
  Invalid

Bug description:
  The average user cannot tell when they are installing a desktop
  environment as a dependency of a package.

  Having various desktop environments can reduce system performance
  sensibly, as processes from various desktops are running
  simultaneously in the background. Moreover the autoremove tool cannot
  always identify the dependencies when removing some of those installed
  packages.

  For example if I install the "cortina" package, it takes with it the
  GNOME Display Manager and plenty of wallpapers. Then if I uninstall it
  and do "sudo apt-get autoremove" those packages are not detected as
  unused.

  Another example: if I install the "rkward" package plenty of KDE
  services, like the Akonadi indexing service, are installed. Then
  launching applications in my Inter Core 2 Quad becomes noticeably
  slower, because my system is running both GNOME and KDE services
  simultaneously.

  If I remove rkward and then I perform an autoremove, the system still
  stays slow. If I uninstall all the packages in the universe
  repository, perform an autoremove, and then reinstall the applications
  I had, the system becomes fast again.

  The user shall know these potential problems beforehand.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: apt 1.0.10.2ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Dec 20 18:54:54 2015
  InstallationDate: Installed on 2015-11-14 (36 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1528028/+subscriptions

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


[Touch-packages] [Bug 1599649] [NEW] High CPU usage when running simple clients with animations

2016-07-06 Thread Andrea Bernabei
Public bug reported:

It seems that independently from which Mir server I use
(mir_demo_server, qtmir-demo-shell, unity8) the CPU usage on Arale when
running any simple client seems to be quite high.

My investigation started with a designer contacting me about
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1431957
and
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1513450

Since the activity indicator visual has to be updated anyway, we were
looking at the options we had to also make it less CPU consuming at the
same time.

It turned out it's not a matter of how you render it, anything that
causes redraw at 60fps will cause high cpu usage, here are the results I
got:

Tools:
phablet-shell to run the commands
top to see cpu usage

Device:
Arale, rc-proposed r370

Setup:
clean flash + apt-get install qtmir-tests mir-demos
(qtmir-tests will remove qtmir-android, you'll have to reinstall it until 
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1599614 is fixed)

echo 806000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo 806000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
and the same for cpu1 and cpu2 (after bringing them online by scrolling scopes)

Results:
=== Minimal Mir server + egltriangle demo ===
sudo su
stop lightdm
echo 2047 > /sys/class/backlight/lm3630_bled/brightness
sudo mir_demo_server_minimal --arw-file

(separate shell, phablet user)
mir_demo_client_egltriangle -m /tmp/mir_socket

1 CORE ONLINE
mir_demo_server: 12.5%
mir_demo_client: 11%

=== Mir demo server + egltriangle demo ===
sudo su
stop lightdm
echo 2047 > /sys/class/backlight/lm3630_bled/brightness
LD_PRELOAD=/lib/arm-linux-gnueabihf/libpthread.so.0 mir_demo_server 
--test-client /usr/bin/mir_demo_client_egltriangle

1 CORE ONLINE
mir demo server: 20%
mir_demo_client: 9%

=== Qt Mir demo shell + egltriangle demo ===
sudo su
stop lightdm
echo 2047 > /sys/class/backlight/lm3630_bled/brightness
cd /usr/share/qtmir/qtmir-demo-shell
MIR_SERVER_FILE=/tmp/mir_socket QT_QPA_PLATFORM=mirserver qmlscene 
./qml-demo-shell.qml

(on a separate shell, phablet user)
MIR_SOCKET=/tmp/mir_socket QT_QPA_PLATFORM=ubuntumirclient sudo 
mir_demo_client_egltriangle -- --desktop_file_hint=dialer-app

1 to 2 CORES ONLINE (varying)
qmlscene (Mir server): 27.5% CPU
mir_demo_client: 10% CPU

=== Unity8 + test qml app ===
qmlscene test.qml --desktop_file_hint=dialer-app

2 CORES ONLINE
Unity8: 30%
qmlscene: 15%
USC: 10%

 QML TEST FILE 
import QtQuick 2.4
import Ubuntu.Components 1.3

Item {
anchors.fill: parent

/*AnimatedSprite {
id: sprite
width: 69
height: 69
source: "spinner-spritesheet.png"
frameCount: 74
frameSync: true
frameWidth: 81
frameHeight: 81
loops: 100
}*/

/*ActivityIndicator {
id: indicator
running: true
}*/

Rectangle {
id: rect
width: 69
height: 69
color: "orange"

/*RotationAnimation on rotation {
loops: Animation.Infinite
from: 0
to: 360
}*/

/*NumberAnimation on x {
loops: Animation.Infinite
from: 0
to: 360
}*/

XAnimator {
target: rect;
from: 0;
to: 360;
duration: 15000
running: true
}
}

Timer {
interval: 1
running: true
onTriggered: Qt.quit()
}
}

** Affects: mir
 Importance: Undecided
 Status: New

** Affects: qtmir
 Importance: Undecided
 Status: New

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

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

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

** Also affects: mir
   Importance: Undecided
   Status: New

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

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

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

** Description changed:

  It seems that independently from which Mir server I use
  (mir_demo_server, qtmir-demo-shell, unity8) the CPU usage on Arale when
  running any simple client seems to be quite high.
  
- My investigation started with a designer contacting me about 
+ My investigation started with a designer contacting me about
  https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1431957
  and
  https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1513450
  
  Since the activity indicator visual has to be updated anyway, we were
  looking at the options we had to also make it less CPU consuming at the
  same time.
  
  It turned out it's not a matter of how you render it, anything that
  causes redraw at 60fps will cause high cpu usage, here are the results I
  got:
  
- 

[Touch-packages] [Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-06 Thread SameOld
Dear Ubuntu developer/maintainers, thank you for the great job you are
doing!

However:

Regardless of what/where is the root cause of this bug, the net result
is a critical usability flaw of YOUR product. So how come you are not
proactive at all? How can it be that an allegedly stable (and an LTS at
that) version of Ubuntu has a known critical usability flaw and nobody
takes care of it for 2 months?

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

Title:
  cannot view wifi networks after re-enabling wifi

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  after re enabling wifi, up-down arrows just like wired network. cannot
  see any wifi ssid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1589401/+subscriptions

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


[Touch-packages] [Bug 1528028] Re: The package manager does not report installing a desktop environment as a dependency

2016-07-06 Thread Mathew Hodson
Comment #5 indicated that gnome-software might be able to help by
showing more information.

There is a similar upstream bug that talks about related problems. The
displayed size doesn't take into account all the dependencies that need
to be pulled in, which can be very large, and when an application is
removed all the dependencies that were pulled in are not automatically
uninstalled.

https://bugzilla.gnome.org/show_bug.cgi?id=734645

"1) Size estimation is off. So for 0ad for example we show it's 3.2MB,
while it requires a -data package that is a 546MB download and 1.3GB on
disk.

2) When removing the game from Software, the -data package will not be
removed. This can either be solved with some special-casing in Software
(easy) or convincing the maintainers to "do the right thing" (probably
not easy)."

** Changed in: gnome-software (Ubuntu)
   Status: Invalid => New

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

Title:
  The package manager does not report installing a desktop environment
  as a dependency

Status in GNOME Software:
  Unknown
Status in gdebi package in Ubuntu:
  Invalid
Status in gnome-software package in Ubuntu:
  New
Status in muon package in Ubuntu:
  Invalid

Bug description:
  The average user cannot tell when they are installing a desktop
  environment as a dependency of a package.

  Having various desktop environments can reduce system performance
  sensibly, as processes from various desktops are running
  simultaneously in the background. Moreover the autoremove tool cannot
  always identify the dependencies when removing some of those installed
  packages.

  For example if I install the "cortina" package, it takes with it the
  GNOME Display Manager and plenty of wallpapers. Then if I uninstall it
  and do "sudo apt-get autoremove" those packages are not detected as
  unused.

  Another example: if I install the "rkward" package plenty of KDE
  services, like the Akonadi indexing service, are installed. Then
  launching applications in my Inter Core 2 Quad becomes noticeably
  slower, because my system is running both GNOME and KDE services
  simultaneously.

  If I remove rkward and then I perform an autoremove, the system still
  stays slow. If I uninstall all the packages in the universe
  repository, perform an autoremove, and then reinstall the applications
  I had, the system becomes fast again.

  The user shall know these potential problems beforehand.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: apt 1.0.10.2ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Dec 20 18:54:54 2015
  InstallationDate: Installed on 2015-11-14 (36 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1528028/+subscriptions

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


[Touch-packages] [Bug 1599646] [NEW] E-mail report contains repeated "Reading database ... NN%" lines

2016-07-06 Thread Daniel Richard G.
Public bug reported:

This concerns unattended-upgrades 0.90 in Xenial.

Here is an excerpt from an e-mail report sent out by u-u after the
upgrade process is completed:

Package installation log:
Log started: 2016-07-06  17:24:21
Preconfiguring packages ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 314949 files and directories currently installed.)
Preparing to unpack .../tzdata_2016f-0ubuntu0.16.04_all.deb ...
Unpacking tzdata (2016f-0ubuntu0.16.04) over (2016d-0ubuntu0.16.04) ...
Preparing to unpack .../libgimp2.0_2.8.16-1ubuntu1.1_i386.deb ...

All but the last "Reading database ..." line should be elided from the
message.

As a matter of fact, those lines do not appear in messages mailed out
from current Trusty systems (u-u version 0.82.1ubuntu2.4), so this
appears to be a regression.

** Affects: unattended-upgrades (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  E-mail report contains repeated "Reading database ... NN%" lines

Status in unattended-upgrades package in Ubuntu:
  New

Bug description:
  This concerns unattended-upgrades 0.90 in Xenial.

  Here is an excerpt from an e-mail report sent out by u-u after the
  upgrade process is completed:

Package installation log:
Log started: 2016-07-06  17:24:21
Preconfiguring packages ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 314949 files and directories currently installed.)
Preparing to unpack .../tzdata_2016f-0ubuntu0.16.04_all.deb ...
Unpacking tzdata (2016f-0ubuntu0.16.04) over (2016d-0ubuntu0.16.04) ...
Preparing to unpack .../libgimp2.0_2.8.16-1ubuntu1.1_i386.deb ...

  All but the last "Reading database ..." line should be elided from the
  message.

  As a matter of fact, those lines do not appear in messages mailed out
  from current Trusty systems (u-u version 0.82.1ubuntu2.4), so this
  appears to be a regression.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1599646/+subscriptions

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


[Touch-packages] [Bug 1528028] Re: The package manager does not report installing a desktop environment as a dependency

2016-07-06 Thread Mathew Hodson
** Package changed: apt (Debian) => ubuntu

** Changed in: ubuntu
   Importance: Unknown => Undecided

** Changed in: ubuntu
   Status: Fix Released => New

** Changed in: ubuntu
 Remote watch: Debian Bug tracker #808545 => None

** No longer affects: ubuntu

** Bug watch added: GNOME Bug Tracker #734645
   https://bugzilla.gnome.org/show_bug.cgi?id=734645

** Also affects: gnome-software via
   https://bugzilla.gnome.org/show_bug.cgi?id=734645
   Importance: Unknown
   Status: Unknown

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

Title:
  The package manager does not report installing a desktop environment
  as a dependency

Status in GNOME Software:
  Unknown
Status in gdebi package in Ubuntu:
  Invalid
Status in gnome-software package in Ubuntu:
  New
Status in muon package in Ubuntu:
  Invalid

Bug description:
  The average user cannot tell when they are installing a desktop
  environment as a dependency of a package.

  Having various desktop environments can reduce system performance
  sensibly, as processes from various desktops are running
  simultaneously in the background. Moreover the autoremove tool cannot
  always identify the dependencies when removing some of those installed
  packages.

  For example if I install the "cortina" package, it takes with it the
  GNOME Display Manager and plenty of wallpapers. Then if I uninstall it
  and do "sudo apt-get autoremove" those packages are not detected as
  unused.

  Another example: if I install the "rkward" package plenty of KDE
  services, like the Akonadi indexing service, are installed. Then
  launching applications in my Inter Core 2 Quad becomes noticeably
  slower, because my system is running both GNOME and KDE services
  simultaneously.

  If I remove rkward and then I perform an autoremove, the system still
  stays slow. If I uninstall all the packages in the universe
  repository, perform an autoremove, and then reinstall the applications
  I had, the system becomes fast again.

  The user shall know these potential problems beforehand.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: apt 1.0.10.2ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Dec 20 18:54:54 2015
  InstallationDate: Installed on 2015-11-14 (36 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1528028/+subscriptions

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


[Touch-packages] [Bug 1599635] Re: Console font width should be consistent at startup

2016-07-06 Thread Launching Dumplings
** Also affects: systemd (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Console font width should be consistent at startup
+ Console font width should be consistent on startup

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

Title:
  Console font width should be consistent on startup

Status in Ubuntu GNOME:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  When I start my machine the console output is shown (so no splash
  screen, just the console output about my system starting up), and I
  have noticed that since upgrading to 16.04 from 15.10 (and I noticed
  that this happened about half way through the upgrade process as well)
  that on every startup for the first 5 seconds or something the text is
  what I would describe as "bold", but then after that it suddenly
  becomes just "normal" and much thinner. In fact I find it harder to
  read in this thinner state and would much prefer the thicker one.

  So here is what I would like to see:

   1. For the text width to be consistent throughout the startup (for it
  to either start off as bold and stay as bold, or start off as thin and
  stay as thin).

   2. For the user to perhaps also be given the option to decide in
  their configuration whether or not they want the text to be thin or
  bold.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-gnome/+bug/1599635/+subscriptions

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


[Touch-packages] [Bug 1597205] Re: Not sending relative mouse events to clients

2016-07-06 Thread Daniel d'Andrada
Blocked by https://bugreports.qt.io/browse/QTBUG-54600

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

Title:
  Not sending relative mouse events to clients

Status in QtMir:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  QtMir is not sending relative mouse movements in mouse events.

  Relevant code from mirsurface.cpp:

  
  mir::EventUPtr makeMirEvent(QMouseEvent *qtEvent, MirPointerAction action)
  {
  auto timestamp = 
uncompressTimestamp(qtmir::Timestamp(qtEvent->timestamp()));
  auto modifiers = getMirModifiersFromQt(qtEvent->modifiers());
  auto buttons = getMirButtonsFromQt(qtEvent->buttons());

  return mir::events::make_event(0 /*DeviceID */, timestamp, 
std::vector{} /* cookie */, modifiers, action,
 buttons, qtEvent->x(), qtEvent->y(), 0, 0, 
0, 0);

  
  The last 2 parameters in the make_event call should be the relative x & y 
motion.

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

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


[Touch-packages] [Bug 1588237] Re: inconsistent behaviour of the numblock

2016-07-06 Thread Andreas Pokorny
** Branch linked: lp:~andreas-pokorny/mir/fix-1588237

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

Title:
  inconsistent behaviour of the numblock

Status in Canonical System Image:
  Confirmed
Status in mir package in Ubuntu:
  In Progress

Bug description:
  How to reproduce:
  M10 with external Keyboard and Screen, after restart on OTA11.
  To use numbers in the unlock screen, the num key has to be active.
  After unlocking, use a search field in the homescope or any other scope.

  Expected behaviour:
  The numblock should work, as the num key is still active.

  Actual behaviour:
  The numblock only works, when you deactivate the num key.

  This is the same for the browserbar or the telegram chat.
  After some time, the behaviour changes, so the numblock behaviour seems to be 
inconsistent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1588237/+subscriptions

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


[Touch-packages] [Bug 1599630] Re: contextual actions tests in QmlTests::UbuntuWebView02 are flaky

2016-07-06 Thread Olivier Tilloy
** Branch linked: lp:~osomon/webbrowser-app/increase-test-timeout

** Changed in: webbrowser-app (Ubuntu)
   Status: New => In Progress

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => High

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

Title:
  contextual actions tests in QmlTests::UbuntuWebView02 are flaky

Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  I’m seeing intermittent failures in CI builds, e.g.:

  https://jenkins.canonical.com/system-
  apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/778/console

  https://jenkins.canonical.com/system-
  apps/job/build-2-binpkg/766/arch=amd64,release=vivid+overlay/console

  https://jenkins.canonical.com/system-
  apps/job/build-2-binpkg/766/arch=amd64,release=xenial+overlay/console

  All failures, when they happen, look like this:

  FAIL!  : QmlTests::UbuntuWebView02::test_contextual_actions() property loading
 Actual   (): true
 Expected (): false
 Loc: [/«BUILDDIR»/…/tests/unittests/qml/tst_UbuntuWebView02.qml(98)]

  IIRC I’ve seen similar failures on amd64 and i386, but not on armhf.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1599630/+subscriptions

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


[Touch-packages] [Bug 1588946] Re: Support root on ehci-msm attached storage

2016-07-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Support root on ehci-msm attached storage

Status in initramfs-tools package in Ubuntu:
  Fix Released
Status in linux package in Ubuntu:
  Confirmed
Status in initramfs-tools source package in Xenial:
  Fix Released
Status in linux source package in Xenial:
  Confirmed

Bug description:
  [Impact]
  If you install Ubuntu onto USB storage behind a Qualcomm QSD/MSM USB host 
controller, it will not be able to boot because the generated initramfs will 
not include the host controller driver.

  [Test Case]
  Install to a USB stick attached to QSD/MSM controller and reboot. Booting 
will fail because it will be unable to find the root file system.

  [Regression Risk]
  This driver is only available on ARM platforms, minimizing the impact to all 
other architectures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1588946/+subscriptions

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


[Touch-packages] [Bug 1599630] [NEW] contextual actions tests in QmlTests::UbuntuWebView02 are flaky

2016-07-06 Thread Olivier Tilloy
Public bug reported:

I’m seeing intermittent failures in CI builds, e.g.:

https://jenkins.canonical.com/system-
apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/778/console

https://jenkins.canonical.com/system-
apps/job/build-2-binpkg/766/arch=amd64,release=vivid+overlay/console

https://jenkins.canonical.com/system-
apps/job/build-2-binpkg/766/arch=amd64,release=xenial+overlay/console

All failures, when they happen, look like this:

FAIL!  : QmlTests::UbuntuWebView02::test_contextual_actions() property loading
   Actual   (): true
   Expected (): false
   Loc: [/«BUILDDIR»/…/tests/unittests/qml/tst_UbuntuWebView02.qml(98)]

IIRC I’ve seen similar failures on amd64 and i386, but not on armhf.

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  contextual actions tests in QmlTests::UbuntuWebView02 are flaky

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I’m seeing intermittent failures in CI builds, e.g.:

  https://jenkins.canonical.com/system-
  apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/778/console

  https://jenkins.canonical.com/system-
  apps/job/build-2-binpkg/766/arch=amd64,release=vivid+overlay/console

  https://jenkins.canonical.com/system-
  apps/job/build-2-binpkg/766/arch=amd64,release=xenial+overlay/console

  All failures, when they happen, look like this:

  FAIL!  : QmlTests::UbuntuWebView02::test_contextual_actions() property loading
 Actual   (): true
 Expected (): false
 Loc: [/«BUILDDIR»/…/tests/unittests/qml/tst_UbuntuWebView02.qml(98)]

  IIRC I’ve seen similar failures on amd64 and i386, but not on armhf.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1599630/+subscriptions

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


[Touch-packages] [Bug 1599628] [NEW] sshd not listening on wlan interface

2016-07-06 Thread Thomas
Public bug reported:

Sshd is not always listening on a wlan0 interface when system is
restarted. Only when a network cable is attached the Raspberry can be
reached also via its wlan interface. This is happening randomly,
sometimes it is working sometimes not. The ssh service is running. The
wlan interface is managed via wicd. It looks like it depends if the
wlan0 is already up when the ssh service is started. So it is probably a
dependency prolem. But this is only a simple guess. I already considered
to delay ssh service, but don't know how to do this.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: openssh-server 1:7.2p2-4ubuntu1
Uname: Linux 4.4.14-v7+ armv7l
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: armhf
Date: Wed Jul  6 21:46:49 2016
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf xenial

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

Title:
  sshd not listening on wlan interface

Status in openssh package in Ubuntu:
  New

Bug description:
  Sshd is not always listening on a wlan0 interface when system is
  restarted. Only when a network cable is attached the Raspberry can be
  reached also via its wlan interface. This is happening randomly,
  sometimes it is working sometimes not. The ssh service is running. The
  wlan interface is managed via wicd. It looks like it depends if the
  wlan0 is already up when the ssh service is started. So it is probably
  a dependency prolem. But this is only a simple guess. I already
  considered to delay ssh service, but don't know how to do this.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: openssh-server 1:7.2p2-4ubuntu1
  Uname: Linux 4.4.14-v7+ armv7l
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: armhf
  Date: Wed Jul  6 21:46:49 2016
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/usr/bin/zsh
  SourcePackage: openssh
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1528028] Re: The package manager does not report installing a desktop environment as a dependency

2016-07-06 Thread Mathew Hodson
** No longer affects: qapt (Ubuntu)

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

Title:
  The package manager does not report installing a desktop environment
  as a dependency

Status in gdebi package in Ubuntu:
  Invalid
Status in gnome-software package in Ubuntu:
  Invalid
Status in muon package in Ubuntu:
  Invalid
Status in apt package in Debian:
  Fix Released

Bug description:
  The average user cannot tell when they are installing a desktop
  environment as a dependency of a package.

  Having various desktop environments can reduce system performance
  sensibly, as processes from various desktops are running
  simultaneously in the background. Moreover the autoremove tool cannot
  always identify the dependencies when removing some of those installed
  packages.

  For example if I install the "cortina" package, it takes with it the
  GNOME Display Manager and plenty of wallpapers. Then if I uninstall it
  and do "sudo apt-get autoremove" those packages are not detected as
  unused.

  Another example: if I install the "rkward" package plenty of KDE
  services, like the Akonadi indexing service, are installed. Then
  launching applications in my Inter Core 2 Quad becomes noticeably
  slower, because my system is running both GNOME and KDE services
  simultaneously.

  If I remove rkward and then I perform an autoremove, the system still
  stays slow. If I uninstall all the packages in the universe
  repository, perform an autoremove, and then reinstall the applications
  I had, the system becomes fast again.

  The user shall know these potential problems beforehand.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: apt 1.0.10.2ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Dec 20 18:54:54 2015
  InstallationDate: Installed on 2015-11-14 (36 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1327412] Re: Delay during PXE Boot, IP-Config gives up

2016-07-06 Thread patpat
you know what 
fixing 2 + 2 = 5
with 2 + 2 = 4
does not really need to be "confirmed" in every single Ubuntu flavor.
if I were you I would not remove anything because that would only add confusion.

Best,
Patrick

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

Title:
  Delay during PXE Boot, IP-Config gives up

Status in klibc package in Ubuntu:
  Fix Released
Status in klibc source package in Trusty:
  Fix Released
Status in klibc source package in Wily:
  Won't Fix
Status in klibc source package in Xenial:
  Fix Committed
Status in klibc package in Debian:
  New

Bug description:
  [Impact]
  PXE booting users with live images or other minimal setups using klibc-utils.

  [Test case]
  Attempt to PXE boot using Ubuntu live images; see below for details.

  [Regression potential]
  This forces the yiaddr (client requested/current IP) to be set to 0 when 
sending DHCP messages; currently the messages are DHCPREQUEST and DHCPDISCOVER, 
which should typically only happen when there is no IP set on the device and it 
is otherwise unable to receive unicast (on account of not being configured). 
Should there be a need to send other messages which would require setting the 
yiaddr value to the current configured IP address, a naive change would break. 
The yiaddr variable would need to be adjusted to pull value from a new 
location, or initialized directly by the callers to dhcp_send() where the 
business logic would reside.

  ---

  Attempting to PXE boot both the 12.04.3 and 14.04 Live images.   PXE
  boot works normally (PXE Menu, select desired image, image begins
  loading), then the boot process hangs while IP-Config attempts to get
  an IP address:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 2 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 3 secs - giving up

  These lines appear very quickly (5 seconds has NOT elapsed), after
  about a minute, we get this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 4 secs - giving up

  Some time later, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 6 secs - giving up

  Until finally, this:

  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: no response after 9 secs - giving up
  IP-Config: eth0 hardware address e0:db:55:0c:34:7e mtu 1500 DHCP
  IP-Config: eth1 hardware address e0:db:55:0c:34:80 mtu 1500 DHCP
  IP-Config: eth0 guessed broadcast address 172.25.11.31
  IP-Config: eth0 complete (dhcp from 172.25.10.20):
  (snip)

  While watching the DHCP server logs, Ubuntu is either not sending a
  DHCP Discover at times, or is not replying back with a DHCPRequest
  during these sessions, presumably ignoring an response from the DHCP
  server.  From the initial booting of the system via PXE, to when
  Ubuntu finally shows the desktop, almost 12 minutes will have elapsed.

  I am seeing this same behavior on both 12.04.3 and 14.04.  After
  finding a number of similar erros via Google and no real resolution, I
  have opened this bug.

  The system experiencing this issue has multiple ethernet interfaces
  (actual HW, not a VM), some Google found solutions suggest hard coding
  DEVICE=eth0 in /etc/initramfs-tools/initramfs.conf, however this isn't
  acceptable as a system attempting to PXE boot may be using an
  alternate port for the network.

  I have found what looks to be a very similar bug filed for Debian,
  #584583, which also contains a patch for this issue (under Debian).

  I have no problems in PXE booting to various Windows, RedHat, Centos,
  or Fedora OSs.  Ubuntu is the only Live OS that I'm attempting to boot
  at present.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.2
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.340
  CrashDB: ubuntu
  CurrentDesktop: Unity
  Date: Fri Jun  6 20:22:09 2014
  LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications 

[Touch-packages] [Bug 1562733] Re: apt signature requierements prevent updates from some repositories

2016-07-06 Thread Julian Andres Klode
As I wrote two months ago, this seems to be wontfix for xenial, at least
for know. We can eventually re-evaluate that at some point, once we can
grant acceptions in 1.3 or 1.4 ,but it does not seem likely; as the
changes are likely very invasive.


** Changed in: apt (Ubuntu Xenial)
   Status: Confirmed => Won't Fix

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

Title:
  apt signature requierements prevent updates from some repositories

Status in apt package in Ubuntu:
  In Progress
Status in apt source package in Xenial:
  Won't Fix

Bug description:
  Since xenial updated the requirements for the strength of PGP
  signatures of packages, packages from some repositories are no longer
  updated. Apt-get update reports these errors:

  E: Failed to fetch http://[...]/Release  No Hash entry in Release file 
/var/lib/apt/lists/partial/[...] which is considered strong enough for security 
purposes
  E: Some index files failed to download. They have been ignored, or old ones 
used instead.

  While the motivation for the change is valid, the result is a
  potential security problem, as the new versions of the packages that
  may fix recently discovered vulnerabilities are not automatically
  installed.

  One less important but unfortunate effect is a scary message that is
  displayed to the user, without clear explanation that the problem
  needs to be addressed by the repository owner.

  Related: Bug #1558331

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

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


[Touch-packages] [Bug 1577162] Re: Screens briefly blacks out at lightdm prompt

2016-07-06 Thread YS1
** Also affects: xorg (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  When I boot my laptop and get to the lightdm login prompt, the screen
  blacks out for a fraction of second. This happens each time, only once,
  and does not prevent logging in.
  
  In fact it is not only a display glitch : if I start to type my password
  before the blackout, the typed characters are lost when normal display
  resumes.
  
  So lightdm might be restarting.
  
  This is only mildly annoying, but I am also experiencing other graphical
- problems which may be or not be related.
+ problems which may be or not be related (namely #1568604).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun May  1 14:55:29 2016
  InstallationDate: Installed on 2016-04-22 (8 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

** Also affects: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Screens briefly blacks out at lightdm prompt

Status in lightdm package in Ubuntu:
  New
Status in xorg package in Ubuntu:
  New
Status in xserver-xorg-video-intel package in Ubuntu:
  New

Bug description:
  When I boot my laptop and get to the lightdm login prompt, the screen
  blacks out for a fraction of second. This happens each time, only
  once, and does not prevent logging in.

  In fact it is not only a display glitch : if I start to type my
  password before the blackout, the typed characters are lost when
  normal display resumes.

  So lightdm might be restarting.

  This is only mildly annoying, but I am also experiencing other
  graphical problems which may be or not be related (namely #1568604).

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.18.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-22.38-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sun May  1 14:55:29 2016
  InstallationDate: Installed on 2016-04-22 (8 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1562733] Re: apt signature requierements prevent updates from some repositories

2016-07-06 Thread Mathew Hodson
** Changed in: apt (Ubuntu Xenial)
   Importance: Undecided => High

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

Title:
  apt signature requierements prevent updates from some repositories

Status in apt package in Ubuntu:
  In Progress
Status in apt source package in Xenial:
  Confirmed

Bug description:
  Since xenial updated the requirements for the strength of PGP
  signatures of packages, packages from some repositories are no longer
  updated. Apt-get update reports these errors:

  E: Failed to fetch http://[...]/Release  No Hash entry in Release file 
/var/lib/apt/lists/partial/[...] which is considered strong enough for security 
purposes
  E: Some index files failed to download. They have been ignored, or old ones 
used instead.

  While the motivation for the change is valid, the result is a
  potential security problem, as the new versions of the packages that
  may fix recently discovered vulnerabilities are not automatically
  installed.

  One less important but unfortunate effect is a scary message that is
  displayed to the user, without clear explanation that the problem
  needs to be addressed by the repository owner.

  Related: Bug #1558331

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

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


[Touch-packages] [Bug 1528028] Re: The package manager does not report installing a desktop environment as a dependency

2016-07-06 Thread Mathew Hodson
** No longer affects: apt (Ubuntu)

** No longer affects: aptitude (Ubuntu)

** No longer affects: synaptic (Ubuntu)

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

Title:
  The package manager does not report installing a desktop environment
  as a dependency

Status in gdebi package in Ubuntu:
  Invalid
Status in gnome-software package in Ubuntu:
  Invalid
Status in muon package in Ubuntu:
  Invalid
Status in qapt package in Ubuntu:
  Invalid
Status in apt package in Debian:
  Fix Released

Bug description:
  The average user cannot tell when they are installing a desktop
  environment as a dependency of a package.

  Having various desktop environments can reduce system performance
  sensibly, as processes from various desktops are running
  simultaneously in the background. Moreover the autoremove tool cannot
  always identify the dependencies when removing some of those installed
  packages.

  For example if I install the "cortina" package, it takes with it the
  GNOME Display Manager and plenty of wallpapers. Then if I uninstall it
  and do "sudo apt-get autoremove" those packages are not detected as
  unused.

  Another example: if I install the "rkward" package plenty of KDE
  services, like the Akonadi indexing service, are installed. Then
  launching applications in my Inter Core 2 Quad becomes noticeably
  slower, because my system is running both GNOME and KDE services
  simultaneously.

  If I remove rkward and then I perform an autoremove, the system still
  stays slow. If I uninstall all the packages in the universe
  repository, perform an autoremove, and then reinstall the applications
  I had, the system becomes fast again.

  The user shall know these potential problems beforehand.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: apt 1.0.10.2ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Dec 20 18:54:54 2015
  InstallationDate: Installed on 2015-11-14 (36 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1598968] Re: Blurry album art

2016-07-06 Thread Victor Thompson
Hi Michael, thanks for taking the time to file this bug and for helping
to make Ubuntu better. I've added the Thumbnailer project to the bug
report, as that is the application responsible for generating the
thumbnail art.

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

** Changed in: music-app
   Status: New => Invalid

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

Title:
  Blurry album art

Status in Ubuntu Music App:
  Invalid
Status in thumbnailer package in Ubuntu:
  New

Bug description:
  If I set the album art for a mp3 song and the picture has a very high 
resolution, it looks very sharp in vlc or other media players on my computer, 
but when I copy it to my mx4 and open it with the music app the album art looks 
a bit blurry.
  A 1000*1000 px album art does not look like 1000*1000 on my meizu mx4, which 
has 1080p.
  I hope, I described well enough what I expected and what I got.
  Thank you for this great app 

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1598968/+subscriptions

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


[Touch-packages] [Bug 1599181] Re: Add a Composers category (wishlist)

2016-07-06 Thread Victor Thompson
Hi Adam, thanks for taking the time to file this bug and for helping to
make Ubuntu better. Such a change would need Design approval and require
changes to the plugin/daemon that provides the Music app with metadata.
I've added those teams to this request.

** Changed in: music-app
   Status: New => Triaged

** Changed in: music-app
   Importance: Undecided => Wishlist

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

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

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

Title:
  Add a Composers category (wishlist)

Status in Ubuntu Music App:
  Triaged
Status in Ubuntu UX:
  New
Status in mediascanner2 package in Ubuntu:
  New

Bug description:
  In addition to "Artists", "Albums", "Genres" etc. please add a
  "Composers" category (possibly available only when some setting is
  toggled, to avoid cluttering up the menu for those who don't need it).

  Note: this is partially related to https://bugs.launchpad.net/music-
  app/+bug/1599179 , but is separate from it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/music-app/+bug/1599181/+subscriptions

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


[Touch-packages] [Bug 1171978] Re: autoremove uninstalled necessary KDE packages

2016-07-06 Thread Mathew Hodson
** Project changed: kdebase-workspace => ubuntu

** No longer affects: ubuntu

** Changed in: apt (Ubuntu)
   Status: New => Invalid

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

Title:
  autoremove uninstalled necessary KDE packages

Status in apt package in Ubuntu:
  Invalid

Bug description:
  I installed "kde-full" a few days ago to try that environment. Being
  logged in to a KDE workspace, today I uninstalled eclipse-jdt by using
  the command "sudo apt-get remove --purge elcipse-jdt", and it
  suggested to run "apt-get autoremove" to get rid of unnecessary
  pacages. I ran the command and it removed all my KDE packages except
  those which were in use (kde network manager, kde window manager
  etc.). I can still use the menu but I don't have any desktop functions
  and kde applications available.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: apt 0.8.16~exp12ubuntu10.10
  ProcVersionSignature: Ubuntu 3.2.0-40.64-generic-pae 3.2.40
  Uname: Linux 3.2.0-40-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.2
  Architecture: i386
  Date: Tue Apr 23 20:53:59 2013
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423.2)
  MarkForUpload: True
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1575899] Re: Text disappears after suspend

2016-07-06 Thread Henrik Blidh
How would I go about testing that if I have cleared all old linux-header
packages away? Cannot find a suitable apt-package to do this with (apt-
get install linux-image-4.2.0-35-generic says that the package is not
available).

** Changed in: xorg (Ubuntu)
   Status: Incomplete => New

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

Title:
  Text disappears after suspend

Status in xorg package in Ubuntu:
  New

Bug description:
  After waking my laptop running Xenial after it having been suspended,
  a lot of applications (e.g. Terminal and all settings) does not render
  most of the text that should be there. Some of it shows up on
  mouseover, but most is just permanently invisible until reboot of
  system.

  Detected a very similar bug after I created this issue:
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1528843

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  .tmp.unity_support_test.0:

  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  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: Wed Apr 27 21:44:36 2016
  DistUpgraded: 2016-04-25 10:36:20,651 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a2e] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. Haswell-ULT Integrated Graphics 
Controller [1043:13bd]
  InstallationDate: Installed on 2015-09-05 (234 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 03eb:8a0c Atmel Corp.
   Bus 001 Device 003: ID 1bcf:2987 Sunplus Innovation Technology Inc.
   Bus 001 Device 005: ID 8087:07dc Intel Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: ASUSTeK COMPUTER INC. UX301LAA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic.efi.signed 
root=UUID=6cc41411-46cb-4a14-a79a-038ee820f1aa ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-04-25 (2 days ago)
  dmi.bios.date: 12/31/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX301LAA.206
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX301LAA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX301LAA.206:bd12/31/2013:svnASUSTeKCOMPUTERINC.:pnUX301LAA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX301LAA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: UX301LAA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.2+16.04.20160415-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Wed Apr 27 16:42:36 2016
  xserver.configfile: default
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5126
   vendor SHP
  xserver.version: 2:1.18.3-1ubuntu2

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

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


[Touch-packages] [Bug 1573971] Re: problem with installing virtualbox (libqtcore4 package) in 16.04.

2016-07-06 Thread Paul Barden
I have the same problem. It's a bunch of nonsense in an endless loop. I
have to remove every package individually (manually!) and all
dependencies EVERY SINGLE TIME THIS HAPPENS. Frustrating. I forced an
install of libqtcore4 and my system became unstable, freezing and such.
>From what I have experienced, VirtualBox, Skype and a few others cannot
run without it.

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  libqtcore4
The following NEW packages will be installed:
  libqtcore4
0 upgraded, 1 newly installed, 0 to remove and 29 not upgraded.
13 not fully installed or removed.
Need to get 0 B/1,552 kB of archives.
After this operation, 5,092 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
root@gibson:/home/pbarden# apt-get autoremove
Reading package lists... Done
Building dependency tree   
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 libqt4-declarative : Depends: libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2) but it is 
not installed
 libqt4-network : Depends: libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2) but it is not 
installed
 libqt4-script : Depends: libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2) but it is not 
installed
 libqt4-sql : Depends: libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2) but it is not 
installed
 libqt4-sql-mysql : Depends: libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2) but it is not 
installed
 libqt4-xml : Depends: libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2) but it is not 
installed
 libqt4-xmlpatterns : Depends: libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2) but it is 
not installed
 libqtdbus4 : Depends: libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2) but it is not 
installed
 libqtgui4 : Depends: libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2) but it is not 
installed
 qdbus : Depends: libqtcore4 (= 4:4.8.7+dfsg-5ubuntu2) but it is not installed
E: Unmet dependencies. Try using -f.

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

Title:
  problem with installing virtualbox (libqtcore4 package) in 16.04.

Status in qt4-x11 package in Ubuntu:
  New

Bug description:
  Problem with the installation virtualbox, package libqtcore4 breaks 
dependencys and can not be established.
  apt-get install -f does not help
  Fix up dependencys succeeded by using aptitude or synaptic.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libqtcore4 (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Sat Apr 23 11:49:18 2016
  ErrorMessage: попытка перезаписать общий «/etc/xdg/Trolltech.conf», который 
отличается от других экземпляров пакета libqtcore4:i386
  InstallationDate: Installed on 2016-04-22 (0 days ago)
  InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: qt4-x11
  Title: package libqtcore4 (not installed) failed to install/upgrade: попытка 
перезаписать общий «/etc/xdg/Trolltech.conf», который отличается от других 
экземпляров пакета libqtcore4:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1573971/+subscriptions

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


[Touch-packages] [Bug 1584367] Re: Samsung printer automatically diabled; cannot print

2016-07-06 Thread crottl
Hello Till, here the output of lpstat -p:

printer ML-191x-252x-Series disabled since Sa 25 Jun 2016 19:58:33 CEST -
Unplugged or turned off"

Please find the error_log attached.

Regards, Chris

** Attachment added: "error_log"
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1584367/+attachment/4696557/+files/error_log

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

Title:
  Samsung printer automatically diabled; cannot print

Status in cups package in Ubuntu:
  Incomplete

Bug description:
  Samsung ML-1660 laser printer is found and installed, but cannot print
  as it is automatically disabled. CUPS error log is filled with the
  following:

  E [21/May/2016:10:55:13 -0600] [cups-deviced] PID 26623
  (gutenprint52+usb) stopped with status 1!

  This behaviour is new in Xenial, it worked fine in Trusty.

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

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


[Touch-packages] [Bug 1563287] Re: [regression] [OTA-10] Spread animation stutters badly with only a few apps opened

2016-07-06 Thread Kevin DuBois
** Changed in: libhybris
   Status: New => Invalid

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

Title:
  [regression] [OTA-10] Spread animation stutters badly with only a few
  apps opened

Status in Canonical System Image:
  Fix Released
Status in libhybris:
  Invalid
Status in Mir:
  Fix Released
Status in Mir 0.20 series:
  Fix Released
Status in Mir 0.21 series:
  Fix Released
Status in QtMir:
  Invalid
Status in mir package in Ubuntu:
  Fix Released
Status in qtmir package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Regression in OTA-10:
  tested on krillin and arale on rc-proposed.
  also I tried the fix for bug 1556763 but that's not related to this as well.

  The right edge switcher on both krillin and arale stutter when I drag
  it from the right edge and then swipe through the list of opened
  windows.

  This was not the case a few months ago, so we clearly regressed here.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1563287/+subscriptions

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


[Touch-packages] [Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2016-07-06 Thread Anthony
Okay, I submitted bug #1599599 for the same problem on Ubuntu 16.04 Xenial 
Xerus.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1599599

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

Title:
  System beep broken in Karmic despite heroic efforts to fix it

Status in metacity:
  New
Status in libcanberra package in Ubuntu:
  Invalid
Status in linux-lts-xenial package in Ubuntu:
  New
Status in metacity package in Ubuntu:
  Triaged
Status in pulseaudio package in Ubuntu:
  Invalid

Bug description:
  Between Jaunty and Karmic, a number of changes were made to keep the
  PC speaker from beeping.  As part of this, system bell events are now
  captured by metacity, which uses libcanberra to play a sound.  For
  users without speakers, this fails to be useful.  The current setup
  makes restoring the old behavior extremely difficult.

  The absolute show stopper is that metacity traps audible system bell
  events.  This behavior is, as best we can tell, not configurable.  The
  attached patch keeps metacity from capturing system bell events.  It
  also removes the sound playback capability.  As Lucid will be using
  pulse audio's module-x11-bell to play sounds for system bell events,
  it is not necessary for this capability to be in metacity.
  Additionally, this removes the discrepancy between metacity's and
  compiz's handling of system bell events.

  There are several other difficulties in enabling the system bell:
  1) Even if it is taken out of the blacklist, the pcspkr module may not load 
properly.  Another modprobe may be necessary to get it loaded.  See bug #398161.
  2) Something in Gnome's startup does the equivalent of `xset b off`, so `xset 
b on` must be run on every login.  (Note that bug #280767 keeps you from 
setting the bell volume with xset.)
  3) A number of settings in gnome-terminal and gconf may keep the shell from 
sounding system bell events.

  Comments #28, #34, and #50 give more detailed summaries of the various
  problems.

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

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


[Touch-packages] [Bug 913434] Re: ImageIO crashes (core dumped) while reading many image files

2016-07-06 Thread Jamie Maher
Just yesterday using openjdk-7-jre-headless on Ubuntu Trusty I
experienced Tomcat7's jre crashing on a webapp trying to resize multiple
images. (It's happened multiple times in the past as well)

It usually happens after a restart of Tomcat and on first access of a
webapp that resizes multiple jpgs (some containing ICC profiles).

This happened with an apt pinned version of liblcms2-2:
 version 2.6-3ubuntu2 from Ubuntu Wily.

# JRE version: OpenJDK Runtime Environment (7.0_101) (build 1.7.0_101-b00)
# Java VM: OpenJDK 64-Bit Server VM (24.95-b01 mixed mode linux-amd64 
compressed oops)
# Derivative: IcedTea 2.6.6
# Distribution: Ubuntu 14.04 LTS, package 7u101-2.6.6-0ubuntu0.14.04.1

R11=0x7f7f2483c200: cmsCreateMultiprofileTransformTHR+0x50 in 
/usr/lib/x86_64-linux-gnu/liblcms2.so.2 at 0x7f7f24816000
R12=0x7f7f64002e60 is an unknown value
R13=0x7f7f683f98c0 is an unknown value
R14=0x0014 is an unknown value
R15=0x7f7f24a69a28:  in 
/usr/lib/x86_64-linux-gnu/liblcms2.so.2 at 0x7f7f24816000

Stack: [0x7f7f277f8000,0x7f7f278f9000],  sp=0x7f7f278f3b48,  free 
space=1006k
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.java2d.cmm.lcms.LCMS.createNativeTransform([JIIILjava/lang/Object;)J+0
j  
sun.java2d.cmm.lcms.LCMSTransform.doTransform(Lsun/java2d/cmm/lcms/LCMSImageLayout;Lsun/java2d/cmm/lcms/LCMSImageLayout;)V+88
j  sun.java2d.cmm.lcms.LCMSTransform.colorConvert([S[S)[S+92
j  java.awt.color.ICC_ColorSpace.fromRGB([F)[F+119
j  com.sun.imageio.plugins.jpeg.JPEGImageReader.setImageData(I[B)V+158
v  ~StubRoutines::call_stub
j  com.sun.imageio.plugins.jpeg.JPEGImageReader.readImageHeader(JZZ)Z+0
j  com.sun.imageio.plugins.jpeg.JPEGImageReader.readNativeHeader(Z)Z+12
j  com.sun.imageio.plugins.jpeg.JPEGImageReader.checkTablesOnly()V+92
j  com.sun.imageio.plugins.jpeg.JPEGImageReader.gotoImage(I)V+41
j  com.sun.imageio.plugins.jpeg.JPEGImageReader.readHeader(IZ)V+2
j  
com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(ILjavax/imageio/ImageReadParam;Z)Ljava/awt/image/Raster;+3
j  
com.sun.imageio.plugins.jpeg.JPEGImageReader.read(ILjavax/imageio/ImageReadParam;)Ljava/awt/image/BufferedImage;+15
j  
javax.imageio.ImageIO.read(Ljavax/imageio/stream/ImageInputStream;)Ljava/awt/image/BufferedImage;+55
j  
javax.imageio.ImageIO.read(Ljava/io/InputStream;)Ljava/awt/image/BufferedImage;+20

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

Title:
  ImageIO crashes (core dumped) while reading many image files

Status in OpenJDK:
  Fix Released
Status in lcms2 package in Ubuntu:
  Incomplete
Status in openjdk-7 package in Ubuntu:
  Incomplete

Bug description:
  Code that uses ImageIO.read() to read many image files (on my system:
  270 files, totalling 522.9 MiB) crashes the JVM.

  ~~~ My system information:

  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 11.10
  Release:  11.10
  Codename: oneiric

  $ uname -a
  Linux dowah 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux

  $ javac -version
  javac 1.7.0_147

  $ java -version
  java version "1.7.0_147-icedtea"

  ~~~ To reproduce the error:

  $ javac BugIIO.java

  $ ulimit -c unlimited # to enable core dump

  $ java BugIIO

  ~~~ Terminal output that signifies the error:

  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7fb5babe31f8, pid=4978, tid=140418842154752
  #
  # JRE version: 7.0_147-b147
  # Java VM: OpenJDK 64-Bit Server VM (21.0-b17 mixed mode linux-amd64 
compressed oops)
  # Derivative: IcedTea7 2.0
  # Distribution: Ubuntu 11.10, package 7~b147-2.0-0ubuntu0.11.10.1
  # Problematic frame:
  # C  [liblcms2.so.2+0x121f8]  cmsSaveProfileToIOhandler+0x38
  #
  # Core dump written. Default location: /home/joshua/core or core.4978
  #
  # An error report file with more information is saved as:
  # /home/joshua/hs_err_pid4978.log
  #
  # If you would like to submit a bug report, please include
  # instructions on how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
  #
  Dibatalkan (core didump)

  ~~~ PS
  When I tried to compile BugIIO.java on openjdk-6 and run it on openjdk-6, the 
program finishes normally (no crash).

  To clarify:
  1. This bug affect OpenJDK 7 (7~b147-2.0-0ubuntu0.11.10.1) (tested on 
oneiric).
  2. This bug does *not* affect OpenJDK 6 (6b23~pre11-0ubuntu1.11.10) (tested 
on oneiric).

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

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


[Touch-packages] [Bug 1599601] [NEW] courier-authdaemon not enabled by default to start

2016-07-06 Thread JR
Public bug reported:

The service authdaemond is not started by default at startup.
I had to use the following command so the service was started at startup :
$> sudo systemctl enable courier-authdaemon.service

Then the courier-imap with no particular authentification (ie through
authdaemon) method was able to work perfectly!

To give more details, the error encountered was that I wasn't able to use the 
imap over ssl (although it worked perfectly up to 15.10 with nothing special to 
do)
In /var/log/syslog, the logged lines that appeared each time my mail client was 
trying to access to the local imap server were:
imapd-ssl: authdaemon: s_connect() failed: No such file or directory
imapd-ssl: LOGIN FAILED, user=JR, ip=[:::192.168.1.254]
imapd-ssl: authentication error: No such file or directory

The release is:
Description:Ubuntu 16.04 LTS
Release:16.04

courier-authdaemon:
  Installé : 0.66.4-3build1
  Candidat : 0.66.4-3build1
 Table de version :
 *** 0.66.4-3build1 500
500 http://fr.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status

I expected that the service was started automatically at startup.
What happened instead was it was not enabled, leading to this mess on my 
kubuntu installation.

So if the package's maintainer could check whether on a usual install(
maybe this happened only on my computer) this service was enabled by
default, that could help other people.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
Uname: Linux 4.4.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Jul  4 20:19:02 2016
InstallationDate: Installed on 2016-05-25 (40 days ago)
InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 LANGUAGE=
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug kubuntu xenial

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

Title:
  courier-authdaemon not enabled by default to start

Status in xorg package in Ubuntu:
  New

Bug description:
  The service authdaemond is not started by default at startup.
  I had to use the following command so the service was started at startup :
  $> sudo systemctl enable courier-authdaemon.service

  Then the courier-imap with no particular authentification (ie through
  authdaemon) method was able to work perfectly!

  To give more details, the error encountered was that I wasn't able to use the 
imap over ssl (although it worked perfectly up to 15.10 with nothing special to 
do)
  In /var/log/syslog, the logged lines that appeared each time my mail client 
was trying to access to the local imap server were:
  imapd-ssl: authdaemon: s_connect() failed: No such file or directory
  imapd-ssl: LOGIN FAILED, user=JR, ip=[:::192.168.1.254]
  imapd-ssl: authentication error: No such file or directory

  The release is:
  Description:Ubuntu 16.04 LTS
  Release:16.04

  courier-authdaemon:
Installé : 0.66.4-3build1
Candidat : 0.66.4-3build1
   Table de version :
   *** 0.66.4-3build1 500
  500 http://fr.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
  100 /var/lib/dpkg/status

  I expected that the service was started automatically at startup.
  What happened instead was it was not enabled, leading to this mess on my 
kubuntu installation.

  So if the package's maintainer could check whether on a usual install(
  maybe this happened only on my computer) this service was enabled by
  default, that could help other people.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Jul  4 20:19:02 2016
  InstallationDate: Installed on 2016-05-25 (40 days ago)
  InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1528028] Re: The package manager does not report installing a desktop environment as a dependency

2016-07-06 Thread Mathew Hodson
** Project changed: apt => ubuntu

** Changed in: ubuntu
   Status: Invalid => New

** Changed in: ubuntu
 Remote watch: Email to debian-devel@lists # => None

** No longer affects: ubuntu

** Bug watch removed: Email to debian-devel@lists #
   mailto:debian-de...@lists.debian.org

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

Title:
  The package manager does not report installing a desktop environment
  as a dependency

Status in apt package in Ubuntu:
  Invalid
Status in aptitude package in Ubuntu:
  Invalid
Status in gdebi package in Ubuntu:
  Invalid
Status in gnome-software package in Ubuntu:
  Invalid
Status in muon package in Ubuntu:
  Invalid
Status in qapt package in Ubuntu:
  Invalid
Status in synaptic package in Ubuntu:
  Invalid
Status in apt package in Debian:
  Fix Released

Bug description:
  The average user cannot tell when they are installing a desktop
  environment as a dependency of a package.

  Having various desktop environments can reduce system performance
  sensibly, as processes from various desktops are running
  simultaneously in the background. Moreover the autoremove tool cannot
  always identify the dependencies when removing some of those installed
  packages.

  For example if I install the "cortina" package, it takes with it the
  GNOME Display Manager and plenty of wallpapers. Then if I uninstall it
  and do "sudo apt-get autoremove" those packages are not detected as
  unused.

  Another example: if I install the "rkward" package plenty of KDE
  services, like the Akonadi indexing service, are installed. Then
  launching applications in my Inter Core 2 Quad becomes noticeably
  slower, because my system is running both GNOME and KDE services
  simultaneously.

  If I remove rkward and then I perform an autoremove, the system still
  stays slow. If I uninstall all the packages in the universe
  repository, perform an autoremove, and then reinstall the applications
  I had, the system becomes fast again.

  The user shall know these potential problems beforehand.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: apt 1.0.10.2ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6
  Uname: Linux 4.2.0-22-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Dec 20 18:54:54 2015
  InstallationDate: Installed on 2015-11-14 (36 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1585942] Re: Mesa causes a segmentation fault on arm64 (wrong count of uniform locations)

2016-07-06 Thread Steve Langasek
Yes, whatever fix is applied for mesa would certainly be needed for
xenial, for the phone.  Best to have this in SRU, to avoid forking mesa
to the overlay ppa

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1585942

Title:
  Mesa causes a segmentation fault on arm64 (wrong count of uniform
  locations)

Status in Canonical System Image:
  Fix Committed
Status in mesa package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  This error appeared when running unit tests for a QML app in our
  Jenkins/silo infrastructure, on arm64 only:
  https://launchpadlibrarian.net/261581280/buildlog_ubuntu-yakkety-arm64
  .ubuntu-system-settings-online-
  accounts_0.7+16.10.20160525.1-0ubuntu1_BUILDING.txt.gz

  Pasting the relevant lines here in case the link above goes away:

  ===
  QT_PLUGIN_PATH=/usr/lib/aarch64-linux-gnu/qt5/plugins 
LD_LIBRARY_PATH=/usr/lib/aarch64-linux-gnu${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} 
xvfb-run -s '-screen 0 640x480x24' -a dbus-test-runner -t   
./tst_online_accounts_qml
  DBus daemon: 
unix:abstract=/tmp/dbus-2tbhBHxLZq,guid=03f9df417d619b79067a68045745ad95
  task-0: Started with PID: 16930
  task-0: * Start testing of online_accounts_qml *
  task-0: Config: Using QtTest library 5.5.1, Qt 5.5.1 
(arm64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160519)
  task-0: PASS   : online_accounts_qml::AccountCreationPage::initTestCase()
  task-0: QWARN  : online_accounts_qml::AccountCreationPage::test_fallback() 
file:///dummy/path/testPlugin/Main.qml: File not found
  task-0: PASS   : online_accounts_qml::AccountCreationPage::test_fallback()
  task-0: QWARN  : online_accounts_qml::AccountCreationPage::test_flickable() 
file:///dummy/path/testPlugin/Main.qml: File not found
  task-0: PASS   : online_accounts_qml::AccountCreationPage::test_flickable()
  task-0: PASS   : online_accounts_qml::AccountCreationPage::cleanupTestCase()
  task-0: QWARN  : online_accounts_qml::UnknownTestFunc() QEGLPlatformContext: 
Failed to make temporary surface current, format not updated
  task-0: PASS   : online_accounts_qml::AuthorizationPage::initTestCase()
  task-0: QWARN  : online_accounts_qml::AuthorizationPage::test_1_one_account() 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: PASS   : online_accounts_qml::AuthorizationPage::test_1_one_account()
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable to assign [undefined] to QString
  task-0: PASS   : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button)
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
[PERFORMANCE]: Last frame took 254 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable to assign [undefined] to QString
  task-0: PASS   : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button)
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
[PERFORMANCE]: Last frame took 210 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
[PERFORMANCE]: Last frame took 146 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable 

[Touch-packages] [Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2016-07-06 Thread Anthony
** Also affects: linux-lts-xenial (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  System beep broken in Karmic despite heroic efforts to fix it

Status in metacity:
  New
Status in libcanberra package in Ubuntu:
  Invalid
Status in linux-lts-xenial package in Ubuntu:
  New
Status in metacity package in Ubuntu:
  Triaged
Status in pulseaudio package in Ubuntu:
  Invalid

Bug description:
  Between Jaunty and Karmic, a number of changes were made to keep the
  PC speaker from beeping.  As part of this, system bell events are now
  captured by metacity, which uses libcanberra to play a sound.  For
  users without speakers, this fails to be useful.  The current setup
  makes restoring the old behavior extremely difficult.

  The absolute show stopper is that metacity traps audible system bell
  events.  This behavior is, as best we can tell, not configurable.  The
  attached patch keeps metacity from capturing system bell events.  It
  also removes the sound playback capability.  As Lucid will be using
  pulse audio's module-x11-bell to play sounds for system bell events,
  it is not necessary for this capability to be in metacity.
  Additionally, this removes the discrepancy between metacity's and
  compiz's handling of system bell events.

  There are several other difficulties in enabling the system bell:
  1) Even if it is taken out of the blacklist, the pcspkr module may not load 
properly.  Another modprobe may be necessary to get it loaded.  See bug #398161.
  2) Something in Gnome's startup does the equivalent of `xset b off`, so `xset 
b on` must be run on every login.  (Note that bug #280767 keeps you from 
setting the bell volume with xset.)
  3) A number of settings in gnome-terminal and gconf may keep the shell from 
sounding system bell events.

  Comments #28, #34, and #50 give more detailed summaries of the various
  problems.

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

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


[Touch-packages] [Bug 486154] Re: System beep broken in Karmic despite heroic efforts to fix it

2016-07-06 Thread Anthony
Hi all,

It is six years later and this exact problem is back with Ubuntu 16.04 Xenial 
Xerus.
I unblacklisted pcspkr and loaded the module, plus the overwhelming multitude 
of other steps. 

The "beep" command works and "echo blahblah | wall" also works, "but
echo -e '\a'" and "printf '\a'" do nothing, nor does the rubout or other
keys in terminal and Gedit.

I've never submitted a bug before, but I'll try now and reference this
bug so we can benefit from all your hard work.

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

Title:
  System beep broken in Karmic despite heroic efforts to fix it

Status in metacity:
  New
Status in libcanberra package in Ubuntu:
  Invalid
Status in metacity package in Ubuntu:
  Triaged
Status in pulseaudio package in Ubuntu:
  Invalid

Bug description:
  Between Jaunty and Karmic, a number of changes were made to keep the
  PC speaker from beeping.  As part of this, system bell events are now
  captured by metacity, which uses libcanberra to play a sound.  For
  users without speakers, this fails to be useful.  The current setup
  makes restoring the old behavior extremely difficult.

  The absolute show stopper is that metacity traps audible system bell
  events.  This behavior is, as best we can tell, not configurable.  The
  attached patch keeps metacity from capturing system bell events.  It
  also removes the sound playback capability.  As Lucid will be using
  pulse audio's module-x11-bell to play sounds for system bell events,
  it is not necessary for this capability to be in metacity.
  Additionally, this removes the discrepancy between metacity's and
  compiz's handling of system bell events.

  There are several other difficulties in enabling the system bell:
  1) Even if it is taken out of the blacklist, the pcspkr module may not load 
properly.  Another modprobe may be necessary to get it loaded.  See bug #398161.
  2) Something in Gnome's startup does the equivalent of `xset b off`, so `xset 
b on` must be run on every login.  (Note that bug #280767 keeps you from 
setting the bell volume with xset.)
  3) A number of settings in gnome-terminal and gconf may keep the shell from 
sounding system bell events.

  Comments #28, #34, and #50 give more detailed summaries of the various
  problems.

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

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


[Touch-packages] [Bug 1510339] Re: 5GHz network is not available after suspend by closing lid

2016-07-06 Thread Charles Profitt
*** This bug is a duplicate of bug 1585863 ***
https://bugs.launchpad.net/bugs/1585863

1)  If anything bug #1585863 is a duplicate of this bug -- this one was
reported first. This bug reported 2015-10-26 and #1585863 2016-05-25

2)  This is different hardware than #1585863 so even though the result
is the same I am not certain that this should be a duplicate.

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

Title:
  5GHz network is not available after suspend by closing lid

Status in Dell Sputnik:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  Model: Dell XPS 13 - 9343
  Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network 
Adapter (rev 03)

  Action: close lid of laptop to suspend, open lid to resume

  Expected behavior: Wireless would resume with access to 2.4Ghz and
  5Ghz networks

  Actual Behavior: Wireless resumes, but 5Ghz networks are not detected

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15.3
  ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct 26 21:08:17 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-10-25 (1 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 100 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  metric 100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAMEUUID  TYPE
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  READONLY  DBUS-PATH   
ACTIVE  DEVICE  STATE  ACTIVE-PATH  
  
   Wired connection 1  6c91668c-4496-4a76-b636-2aba7ee0fdac  802-3-ethernet  
1445907849  Mon 26 Oct 2015 09:04:09 PM EDT  yes  no
/org/freedesktop/NetworkManager/Settings/0  yes eth0activated  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   Nexus 4 Network 4c6152f2-6c3a-425e-a91d-13faad5ed602  bluetooth   0  
 neverno   no
/org/freedesktop/NetworkManager/Settings/3  no  --  -- --
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 CONNECTION  CON-UUID  CON-PATH 
  
   eth0   ethernet  connected 
/org/freedesktop/NetworkManager/Devices/2  Wired connection 1  
6c91668c-4496-4a76-b636-2aba7ee0fdac  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   98:D6:F7:2E:39:53  btdisconnected  
/org/freedesktop/NetworkManager/Devices/5  --  --   
 -- 
   wlan0  wifi  disconnected  
/org/freedesktop/NetworkManager/Devices/1  --  --   
 -- 
   lo loopback  unmanaged 
/org/freedesktop/NetworkManager/Devices/0  --  --   
 --
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1510339/+subscriptions

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


[Touch-packages] [Bug 1582374] Re: Log contains unknown mode senw

2016-07-06 Thread cooloutac
How do I apply the above mentioned hotfix?


Writing updated profile for /usr/bin/konversation.
Setting /usr/bin/konversation to complain mode.

Before you begin, you may wish to check if a
profile already exists for the application you
wish to confine. See the following wiki page for
more information:
http://wiki.apparmor.net/index.php/Profiles

Please start the application to be profiled in
another window and exercise its functionality now.

Once completed, select the "Scan" option below in
order to scan the system logs for AppArmor events.

For each AppArmor event, you will be given the
opportunity to choose whether the access should be
allowed or denied.

Profiling: /usr/bin/konversation

[(S)can system log for AppArmor events] / (F)inish
Reading log entries from /var/log/syslog.
Updating AppArmor profiles in /etc/apparmor.d.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 402, in 
read_log
self.add_event_to_tree(event)
File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 206, in 
add_event_to_tree
e = self.parse_event_for_tree(e)
File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 303, in 
parse_event_for_tree
raise AppArmorException(_('Log contains unknown mode %s') % rmask)
apparmor.common.AppArmorException: 'Log contains unknown mode senw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/sbin/aa-genprof", line 151, in 
lp_ret = apparmor.do_logprof_pass(logmark, passno)
File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2189, in 
do_logprof_pass
log = log_reader.read_log(logmark)
File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 407, in 
read_log
raise AppArmorBug(ex_msg) # py3-only: from None
apparmor.common.AppArmorBug: Log contains unknown mode senw

This error was caused by the log line:
Jul 6 12:31:45 kernel: [ 1585.343460] audit: type=1400 
audit(1467822705.150:668): apparmor="ALLOWED" operation="file_perm" 
profile="/usr/bin/konversation" pid=6877 comm="konversation" laddr=192.168.1.22 
lport=58236 faddr=164.132.77.237 fport=6697 family="inet" sock_type="stream" 
protocol=6 requested_mask="send" denied_mask="send"

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

Title:
  Log contains unknown mode senw

Status in AppArmor:
  New
Status in apparmor package in Ubuntu:
  Confirmed
Status in apparmor source package in Xenial:
  Confirmed

Bug description:
  Ref #1243932.  Same title but appears to be different cause.

  Ubuntu 16.04.  Error thrown on 'sudo aa-logprof'

  Python 3.5.1+: /usr/bin/python3
  Mon May 16 20:13:30 2016

  A problem occurred in a Python script.  Here is the sequence of
  function calls leading up to the error, in the order they occurred.

   /usr/sbin/aa-logprof in ()
 42 
 43 if profiledir:
 44 apparmor.profile_dir = apparmor.get_full_path(profiledir)
 45 if not os.path.isdir(apparmor.profile_dir):
 46 raise apparmor.AppArmorException("%s is not a 
directory."%profiledir)
 47 
 48 apparmor.loadincludes()
 49 
 50 apparmor.do_logprof_pass(logmark)
 51 
  apparmor = 
  apparmor.do_logprof_pass = 
  logmark = ''

   /usr/lib/python3/dist-packages/apparmor/aa.py in do_logprof_pass(logmark='', 
passno=0, pid={13215: [['unknown_hat', 13215, '/usr/sbin/apache2', 
'null-www.xx.co.uk', 'PERMITTING', 'null-www.xx.co.uk'], 
['path', 13215, 'null-complain-profile', 'null-complain-profile', 'HINT', 
'PERMITTING', {'::r', 'r'}, '/proc/13215/attr/current', '']], 13697: [['path', 
13697, 'null-complain-profile', 'null-complain-profile', 'HINT', 'PERMITTING', 
{'::a', '::w', 'a', 'w'}, '/proc/13697/attr/current', '']]})
   2184 ##repo_cfg = read_config('repository.conf')
   2185 ##if not repo_cfg['repository'].get('enabled', False) or 
repo_cfg['repository]['enabled'] not in ['yes', 'no']:
   2186 ##UI_ask_to_enable_repo()
   2187 
   2188 log_reader = apparmor.logparser.ReadLog(pid, logfile, 
existing_profiles, profile_dir, log)
   2189 log = log_reader.read_log(logmark)
   2190 #read_log(logmark)
   2191 
   2192 for root in log:
   2193 handle_children('', '', root)
  global log = [[['path', 13697, 'null-complain-profile', 
'null-complain-profile', 'HINT', 'PERMITTING', {'::a', '::w', 'a', 'w'}, 
'/proc/13697/attr/current', '']], [['unknown_hat', 13215, '/usr/sbin/apache2', 
'null-www.po4management.co.uk', 'PERMITTING', 'null-www.xx.co.uk'], 
['path', 13215, 'null-complain-profile', 'null-complain-profile', 'HINT', 
'PERMITTING', {'::r', 'r'}, '/proc/13215/attr/current', '']]]
  log_reader = 
  log_reader.read_log = >
  logmark = ''

   /usr/lib/python3/dist-packages/apparmor/logparser.py in 
read_log(self=, logmark='')
402 

[Touch-packages] [Bug 1399027] Re: logparser doesn't understand /var/log/messages format

2016-07-06 Thread cooloutac
Writing updated profile for /usr/bin/konversation.
Setting /usr/bin/konversation to complain mode.

Before you begin, you may wish to check if a
profile already exists for the application you
wish to confine. See the following wiki page for
more information:
http://wiki.apparmor.net/index.php/Profiles

Please start the application to be profiled in
another window and exercise its functionality now.

Once completed, select the "Scan" option below in 
order to scan the system logs for AppArmor events. 

For each AppArmor event, you will be given the 
opportunity to choose whether the access should be 
allowed or denied.

Profiling: /usr/bin/konversation

[(S)can system log for AppArmor events] / (F)inish
Reading log entries from /var/log/syslog.
Updating AppArmor profiles in /etc/apparmor.d.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 402, in 
read_log
self.add_event_to_tree(event)
  File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 206, in 
add_event_to_tree
e = self.parse_event_for_tree(e)
  File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 303, in 
parse_event_for_tree
raise AppArmorException(_('Log contains unknown mode %s') % rmask)
apparmor.common.AppArmorException: 'Log contains unknown mode senw'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/sbin/aa-genprof", line 151, in 
lp_ret = apparmor.do_logprof_pass(logmark, passno)
  File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2189, in 
do_logprof_pass
log = log_reader.read_log(logmark)
  File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 407, in 
read_log
raise AppArmorBug(ex_msg)  # py3-only: from None
apparmor.common.AppArmorBug: Log contains unknown mode senw

This error was caused by the log line:
Jul  6 12:31:45 kernel: [ 1585.343460] audit: type=1400 
audit(1467822705.150:668): apparmor="ALLOWED" operation="file_perm" 
profile="/usr/bin/konversation" pid=6877 comm="konversation" 
laddr=xxx.xxx.xxx.xxx lport=58236 faddr=164.132.77.237 fport=6697 family="inet" 
sock_type="stream" protocol=6 requested_mask="send" denied_mask="send"

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

Title:
  logparser doesn't understand /var/log/messages format

Status in AppArmor:
  Fix Released
Status in apparmor package in Ubuntu:
  Fix Released

Bug description:
  [impact]

  This bug causes tools that use libapparmor to parse syslog and other
  logs for apparmor rejections to fail to recognize apparmor events.

  [steps to reproduce]

  [regression potential]

  The patch for this issue is confined to the log parsing portion of
  the libapparmor library. Breakages occurring here would most likely
  prevent tools that help assist the management of apparmor policy
  from working; apparmor mediation would not be impacted. libapparmor
  does provide other functionality, mostly around the aa_change_hat(3)
  and aa_change_profile(3) calls; an entirely broken library could cause
  issues for applications that make use of these from working correctly;
  however, there are tests available in the upstream package that get
  invoked by the lp:qa-regression-testing test-apparmor.py script that
  ensure these continue to function.

  [original description]
   
  log parsing (part of libapparmor, used by aa-logprof and aa-genprof) doesn't 
understand the format in /var/log/messages, which means it doesn't find any 
events in it.

  IIRC I've seen a similar report for the ubuntu syslog format on IRC.

  Example log line from openSUSE:

  2014-06-09T20:37:28.975070+02:00 geeko kernel: [21028.143765]
  type=1400 audit(1402339048.973:1421): apparmor="ALLOWED"
  operation="open" profile="/home/cb/linuxtag/apparmor/scripts/hello"
  name="/dev/tty" pid=14335 comm="hello" requested_mask="rw"
  denied_mask="rw" fsuid=1000 ouid=0

  (Workaround: use auditd / audit.log)

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

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


[Touch-packages] [Bug 1585942] Re: Mesa causes a segmentation fault on arm64 (wrong count of uniform locations)

2016-07-06 Thread Timo Aaltonen
I don't see why arm64 couldn't enable llvm like armhf. If it should be
enabled on xenial too, then it would need to be dropped from lts-xenial
backport because llvm-3.8 FTBFS on trusty arm64..

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1585942

Title:
  Mesa causes a segmentation fault on arm64 (wrong count of uniform
  locations)

Status in Canonical System Image:
  Fix Committed
Status in mesa package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  This error appeared when running unit tests for a QML app in our
  Jenkins/silo infrastructure, on arm64 only:
  https://launchpadlibrarian.net/261581280/buildlog_ubuntu-yakkety-arm64
  .ubuntu-system-settings-online-
  accounts_0.7+16.10.20160525.1-0ubuntu1_BUILDING.txt.gz

  Pasting the relevant lines here in case the link above goes away:

  ===
  QT_PLUGIN_PATH=/usr/lib/aarch64-linux-gnu/qt5/plugins 
LD_LIBRARY_PATH=/usr/lib/aarch64-linux-gnu${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} 
xvfb-run -s '-screen 0 640x480x24' -a dbus-test-runner -t   
./tst_online_accounts_qml
  DBus daemon: 
unix:abstract=/tmp/dbus-2tbhBHxLZq,guid=03f9df417d619b79067a68045745ad95
  task-0: Started with PID: 16930
  task-0: * Start testing of online_accounts_qml *
  task-0: Config: Using QtTest library 5.5.1, Qt 5.5.1 
(arm64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160519)
  task-0: PASS   : online_accounts_qml::AccountCreationPage::initTestCase()
  task-0: QWARN  : online_accounts_qml::AccountCreationPage::test_fallback() 
file:///dummy/path/testPlugin/Main.qml: File not found
  task-0: PASS   : online_accounts_qml::AccountCreationPage::test_fallback()
  task-0: QWARN  : online_accounts_qml::AccountCreationPage::test_flickable() 
file:///dummy/path/testPlugin/Main.qml: File not found
  task-0: PASS   : online_accounts_qml::AccountCreationPage::test_flickable()
  task-0: PASS   : online_accounts_qml::AccountCreationPage::cleanupTestCase()
  task-0: QWARN  : online_accounts_qml::UnknownTestFunc() QEGLPlatformContext: 
Failed to make temporary surface current, format not updated
  task-0: PASS   : online_accounts_qml::AuthorizationPage::initTestCase()
  task-0: QWARN  : online_accounts_qml::AuthorizationPage::test_1_one_account() 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: PASS   : online_accounts_qml::AuthorizationPage::test_1_one_account()
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable to assign [undefined] to QString
  task-0: PASS   : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button)
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(with button) 
[PERFORMANCE]: Last frame took 254 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23:
 Unable to assign [undefined] to QString
  task-0: PASS   : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button)
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_2_add_another(without button) 
[PERFORMANCE]: Last frame took 210 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
[PERFORMANCE]: Last frame took 146 ms to render.
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 
file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54:
 TypeError: Cannot call method 'indexOf' of undefined
  task-0: QWARN  : 
online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) 

[Touch-packages] [Bug 635427] Re: Adding ppa does not work properly on downstream distros based on Ubuntu

2016-07-06 Thread Raony Guimarães
How can I help to move this feature forward?

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

Title:
  Adding ppa does not work properly on downstream distros based on
  Ubuntu

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  When adding a PPA using the "sudo add-apt-repository ppa:ppa-name"
  command, the distribution codename specified in /etc/lsb-release is
  used when adding the entry to /etc/apt/sources.list.   Unfortunately,
  this has the side effect of causing the add PPA functionality to not
  work properly on downstream distros who ship with their own codename
  -- the user must manually change the incorrect distribution entry to
  the relevant Ubuntu one and refresh the package repos before using the
  PPA.

  Downstream distros wishing to use their own repos alongside the Ubuntu
  ones must provide a unique distribution codename in their mirrors file
  in /usr/share/python-apt/templates, otherwise software-properties-gtk
  thinks the downstream distro's repository is a mirror of the Ubuntu
  one, and forces the user choose between them.

  A better solution that would solve both needs would be add a check to
  the add PPA process:

  When adding a PPA, check the current distribution codename against a
  set of known official Ubuntu codenames.  If they match, continue as
  before.  If they do not match, default to using the Ubuntu codename
  current for the installed version of software-properties package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/635427/+subscriptions

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


[Touch-packages] [Bug 635427] Re: Adding ppa does not work properly on downstream distros based on Ubuntu

2016-07-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: software-properties (Ubuntu)
   Status: New => Confirmed

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

Title:
  Adding ppa does not work properly on downstream distros based on
  Ubuntu

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  When adding a PPA using the "sudo add-apt-repository ppa:ppa-name"
  command, the distribution codename specified in /etc/lsb-release is
  used when adding the entry to /etc/apt/sources.list.   Unfortunately,
  this has the side effect of causing the add PPA functionality to not
  work properly on downstream distros who ship with their own codename
  -- the user must manually change the incorrect distribution entry to
  the relevant Ubuntu one and refresh the package repos before using the
  PPA.

  Downstream distros wishing to use their own repos alongside the Ubuntu
  ones must provide a unique distribution codename in their mirrors file
  in /usr/share/python-apt/templates, otherwise software-properties-gtk
  thinks the downstream distro's repository is a mirror of the Ubuntu
  one, and forces the user choose between them.

  A better solution that would solve both needs would be add a check to
  the add PPA process:

  When adding a PPA, check the current distribution codename against a
  set of known official Ubuntu codenames.  If they match, continue as
  before.  If they do not match, default to using the Ubuntu codename
  current for the installed version of software-properties package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/635427/+subscriptions

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


[Touch-packages] [Bug 1582374] Re: Log contains unknown mode senw

2016-07-06 Thread cooloutac
I have the issue as well, newly installed kubuntu 16.04.

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

Title:
  Log contains unknown mode senw

Status in AppArmor:
  New
Status in apparmor package in Ubuntu:
  Confirmed
Status in apparmor source package in Xenial:
  Confirmed

Bug description:
  Ref #1243932.  Same title but appears to be different cause.

  Ubuntu 16.04.  Error thrown on 'sudo aa-logprof'

  Python 3.5.1+: /usr/bin/python3
  Mon May 16 20:13:30 2016

  A problem occurred in a Python script.  Here is the sequence of
  function calls leading up to the error, in the order they occurred.

   /usr/sbin/aa-logprof in ()
 42 
 43 if profiledir:
 44 apparmor.profile_dir = apparmor.get_full_path(profiledir)
 45 if not os.path.isdir(apparmor.profile_dir):
 46 raise apparmor.AppArmorException("%s is not a 
directory."%profiledir)
 47 
 48 apparmor.loadincludes()
 49 
 50 apparmor.do_logprof_pass(logmark)
 51 
  apparmor = 
  apparmor.do_logprof_pass = 
  logmark = ''

   /usr/lib/python3/dist-packages/apparmor/aa.py in do_logprof_pass(logmark='', 
passno=0, pid={13215: [['unknown_hat', 13215, '/usr/sbin/apache2', 
'null-www.xx.co.uk', 'PERMITTING', 'null-www.xx.co.uk'], 
['path', 13215, 'null-complain-profile', 'null-complain-profile', 'HINT', 
'PERMITTING', {'::r', 'r'}, '/proc/13215/attr/current', '']], 13697: [['path', 
13697, 'null-complain-profile', 'null-complain-profile', 'HINT', 'PERMITTING', 
{'::a', '::w', 'a', 'w'}, '/proc/13697/attr/current', '']]})
   2184 ##repo_cfg = read_config('repository.conf')
   2185 ##if not repo_cfg['repository'].get('enabled', False) or 
repo_cfg['repository]['enabled'] not in ['yes', 'no']:
   2186 ##UI_ask_to_enable_repo()
   2187 
   2188 log_reader = apparmor.logparser.ReadLog(pid, logfile, 
existing_profiles, profile_dir, log)
   2189 log = log_reader.read_log(logmark)
   2190 #read_log(logmark)
   2191 
   2192 for root in log:
   2193 handle_children('', '', root)
  global log = [[['path', 13697, 'null-complain-profile', 
'null-complain-profile', 'HINT', 'PERMITTING', {'::a', '::w', 'a', 'w'}, 
'/proc/13697/attr/current', '']], [['unknown_hat', 13215, '/usr/sbin/apache2', 
'null-www.po4management.co.uk', 'PERMITTING', 'null-www.xx.co.uk'], 
['path', 13215, 'null-complain-profile', 'null-complain-profile', 'HINT', 
'PERMITTING', {'::r', 'r'}, '/proc/13215/attr/current', '']]]
  log_reader = 
  log_reader.read_log = >
  logmark = ''

   /usr/lib/python3/dist-packages/apparmor/logparser.py in 
read_log(self=, logmark='')
402 self.add_event_to_tree(event)
403 except AppArmorException as e:
404 ex_msg = ('%(msg)s\n\nThis error was caused by the 
log line:\n%(logline)s' %
405 {'msg': e.value, 'logline': line})
406 # when py3 only: Drop the original 
AppArmorException by passing None as the parent exception
407 raise AppArmorBug(ex_msg)  # py3-only: from None
408 
409 self.LOG.close()
410 self.logmark = ''
411 return self.log
  global AppArmorBug = 
  ex_msg = 'Log contains unknown mode senw\n\nThis error was c...otocol=6 
requested_mask="send" denied_mask="send"'
  AppArmorBug: Log contains unknown mode senw

  This error was caused by the log line:
  type=AVC msg=audit(1463403689.381:267599): apparmor="ALLOWED" 
operation="file_perm" profile="/usr/sbin/apache2//null-www.xx.co.uk" 
pid=13215 comm="apache2" laddr=:::192.168.1.100 lport=80 
faddr=:::192.168.1.100 fport=45658 family="inet6" sock_type="stream" 
protocol=6 requested_mask="send" denied_mask="send"
  __cause__ = None
  __class__ = 
  __context__ = AppArmorException('Log contains unknown mode senw',)
  __delattr__ = 
  __dict__ = {}
  __dir__ = 
  __doc__ = 'This class represents AppArmor exceptions "that should never 
happen"'
  __eq__ = 
  __format__ = 
  __ge__ = 
  __getattribute__ = 
  __gt__ = 
  __hash__ = 
  __init__ = 
  __le__ = 
  __lt__ = 
  __module__ = 'apparmor.common'
  __ne__ = 
  __new__ = 
  __reduce__ = 
  __reduce_ex__ = 
  __repr__ = 
  __setattr__ = 
  __setstate__ = 
  __sizeof__ = 
  __str__ = 
  __subclasshook__ = 
  __suppress_context__ = False
  __traceback__ = 
  __weakref__ = None
  args = ('Log contains unknown mode senw\n\nThis error was c...otocol=6 
requested_mask="send" denied_mask="send"',)
  with_traceback = 

  The above is a description of an error in a Python program.  Here is
  the original traceback:

  Traceback (most recent call last):
File 

[Touch-packages] [Bug 1598136] Re: Fails to produce a loop-mountable FS on powerpc/armhf

2016-07-06 Thread Dan Watkins
This has now been worked around in our build PPA; pushing this out to
our next iteration to revisit and check if we still need the workaround.

** Changed in: cloud-images
Milestone: y-2016-07-14 => y-2016-07-28

** Changed in: cloud-images
   Importance: Critical => High

** Changed in: e2fsprogs (Ubuntu)
   Status: New => Invalid

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

Title:
  Fails to produce a loop-mountable FS on powerpc/armhf

Status in cloud-images:
  In Progress
Status in e2fsprogs package in Ubuntu:
  Invalid

Bug description:
  In yakkety cloud image builds for each of powerpc and armhf (but not
  amd64, i386, ppc64el, arm64 or s390x) we see the following failure:

  [2016-07-01 09:51:08] lb_binary_chroot
  P: Begin copying chroot...
  [2016-07-01 09:51:08] lb_binary_rootfs
  P: Begin building root filesystem image...
  0+0 records in
  0+0 records out
  0 bytes copied, 3.7116e-05 s, 0.0 kB/s
  mke2fs 1.43.1 (08-Jun-2016)
  ext2fs_check_if_mount: Can't check if filesystem is mounted due to missing 
mtab file while determining whether binary/boot/filesystem.ext4 is mounted.
  Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata 
and journal checksum features.
  Discarding device blocks:   4096/343040 
done
  Creating filesystem with 343040 4k blocks and 171600 inodes
  Filesystem UUID: 43ff7fc9-12bb-4151-8549-77c8e1e35e2c
  Superblock backups stored on blocks:
   32768, 98304, 163840, 229376, 294912

  Allocating group tables:  0/11 done
  Writing inode tables:  0/11 done
  Creating journal (8192 blocks): done
  Writing superblocks and filesystem accounting information:  0/11 
done

  mount: wrong fs type, bad option, bad superblock on /dev/loop0,
     missing codepage or helper program, or other error

     In some cases useful info is found in syslog - try
     dmesg | tail or so.

  This is caused by this code in live-build's lb_binary_rootfs script:

  dd if=/dev/zero of=binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM} 
bs=1024k count=0 seek=${REAL_DIM}
  mkfs.${LB_CHROOT_FILESYSTEM} -F -b ${LB_EXT_BLOCKSIZE:-1024} -i 8192 -m 0 -L 
${LB_HDD_LABEL} ${LB_EXT_RESIZEBLOCKS:+-E resize=${LB_EXT_RESIZEBLOCKS}} 
binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM}

  mkdir -p filesystem.tmp
  ${LB_ROOT_COMMAND} mount -o loop 
binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM} filesystem.tmp

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1598136/+subscriptions

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


[Touch-packages] [Bug 1596638] Re: python2 cannot import lsb_release on yakkety and now xenial

2016-07-06 Thread Chris J Arges
Hello Curtis, or anyone else affected,

Accepted lsb into xenial-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/lsb/9.20160110ubuntu0.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: lsb (Ubuntu Xenial)
   Status: Triaged => Fix Committed

** Tags added: verification-needed

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

Title:
  python2 cannot import lsb_release on yakkety and now xenial

Status in lsb package in Ubuntu:
  Triaged
Status in lsb source package in Xenial:
  Fix Committed

Bug description:
  [SRU Justification]
  Targeted fix for a regression introduced in the previous SRU; the 
'lsb_release' python module is now unavailable in python 2, where it was 
available before the SRU.

  [Test Case]
  1. Install lsb-release from xenial-updates.
  2. Run "python -c 'import lsb_release'".
  3. Verify that the command fails with an error.
  4. Install lsb-release from xenial-proposed.
  5. Run "python -c 'import lsb_release'".
  6. Verify that the command succeeds (silently).

  [Regression potential]
  Minimal; this restores the python module to the state it was prior to the 
latest SRU.  A debdiff of the binary packages should show no other changes.

  python2 cannot import lsb_release on yakkety. `locate` shows "lsb-
  release" installed several files, but

  /usr/lib/python2.7/dist-packages/lsb_release.py

  is missing from disk. This was seen on an aws instance provisioned
  using the 20160526 daily image.

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

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


[Touch-packages] [Bug 1594934] Re: lost my logout and shoutdown icons

2016-07-06 Thread Paul White
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
* Is this problem reproducible?
* If so, what specific steps should we take to recreate this bug?
* Bearing in mind the time that has elapsed since you first reported this 
problem do you have any additional information that you can add to this bug 
report?

This will help us to find and resolve the problem.

** Package changed: xorg (Ubuntu) => unity (Ubuntu)

** Summary changed:

- lost my logout and shoutdown icons
+ lost my logout and shutdown icons

** Description changed:

- I lost the showdown button and the logout is not working.
+ I lost the shutdown button and the logout is not working.
  
  what can I do to fix it.
  
  Is there a way to reset the system without reinstalling?
  
  Thanks.
  
  Benjamin
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity_support_test.0:
-  
+ 
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Tue Jun 21 11:36:46 2016
  DistUpgraded: 2016-05-25 07:19:08,650 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
  DistroCodename: xenial
  DistroVariant: ubuntu
  DkmsStatus:
-  bcmwl, 6.30.223.248+bdcom, 4.4.0-22-generic, x86_64: installed
-  bcmwl, 6.30.223.248+bdcom, 4.4.0-24-generic, x86_64: installed
+  bcmwl, 6.30.223.248+bdcom, 4.4.0-22-generic, x86_64: installed
+  bcmwl, 6.30.223.248+bdcom, 4.4.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
-  Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
-Subsystem: Hewlett-Packard Company RS880M [Mobility Radeon HD 4225/4250] 
[103c:1444]
+  Advanced Micro Devices, Inc. [AMD/ATI] RS880M [Mobility Radeon HD 4225/4250] 
[1002:9712] (prog-if 00 [VGA controller])
+    Subsystem: Hewlett-Packard Company RS880M [Mobility Radeon HD 4225/4250] 
[103c:1444]
  InstallationDate: Installed on 2016-03-17 (95 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Hewlett-Packard Presario CQ62 Notebook PC
  ProcEnviron:
-  LANGUAGE=en_US
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-24-generic 
root=UUID=5c07a458-8b31-4f33-8e50-b7ba8608802b ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to xenial on 2016-05-25 (27 days ago)
  dmi.bios.date: 05/20/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.08
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1444
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 69.16
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.08:bd05/20/2010:svnHewlett-Packard:pnPresarioCQ62NotebookPC:pvr0496122428102:rvnHewlett-Packard:rn1444:rvr69.16:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: Presario CQ62 Notebook PC
  dmi.product.version: 0496122428102
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
  version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.12-1build2
  xserver.bootTime: Tue Jun 21 09:16:56 2016
  xserver.configfile: default
  xserver.errors:
-  
+ 
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.18.3-1ubuntu2.2
  xserver.video_driver: radeon

** Changed in: unity (Ubuntu)
   Status: New => Incomplete

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

Title:
  lost my logout and shutdown icons

Status in unity package in Ubuntu:
  Incomplete

Bug description:
  I lost the shutdown button and the logout is not working.

  what can I do to fix it.

  Is there a way to reset the system without reinstalling?

  Thanks.

  Benjamin

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
 

[Touch-packages] [Bug 1596638] Re: python2 cannot import lsb_release on yakkety and now xenial

2016-07-06 Thread Steve Langasek
** Description changed:

+ [SRU Justification]
+ Targeted fix for a regression introduced in the previous SRU; the 
'lsb_release' python module is now unavailable in python 2, where it was 
available before the SRU.
+ 
+ [Test Case]
+ 1. Install lsb-release from xenial-updates.
+ 2. Run "python -c 'import lsb_release'".
+ 3. Verify that the command fails with an error.
+ 4. Install lsb-release from xenial-proposed.
+ 5. Run "python -c 'import lsb_release'".
+ 6. Verify that the command succeeds (silently).
+ 
+ [Regression potential]
+ Minimal; this restores the python module to the state it was prior to the 
latest SRU.  A debdiff of the binary packages should show no other changes.
+ 
  python2 cannot import lsb_release on yakkety. `locate` shows "lsb-
  release" installed several files, but
  
- /usr/lib/python2.7/dist-packages/lsb_release.py
+ /usr/lib/python2.7/dist-packages/lsb_release.py
  
  is missing from disk. This was seen on an aws instance provisioned using
  the 20160526 daily image.

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

Title:
  python2 cannot import lsb_release on yakkety and now xenial

Status in lsb package in Ubuntu:
  Triaged
Status in lsb source package in Xenial:
  Triaged

Bug description:
  [SRU Justification]
  Targeted fix for a regression introduced in the previous SRU; the 
'lsb_release' python module is now unavailable in python 2, where it was 
available before the SRU.

  [Test Case]
  1. Install lsb-release from xenial-updates.
  2. Run "python -c 'import lsb_release'".
  3. Verify that the command fails with an error.
  4. Install lsb-release from xenial-proposed.
  5. Run "python -c 'import lsb_release'".
  6. Verify that the command succeeds (silently).

  [Regression potential]
  Minimal; this restores the python module to the state it was prior to the 
latest SRU.  A debdiff of the binary packages should show no other changes.

  python2 cannot import lsb_release on yakkety. `locate` shows "lsb-
  release" installed several files, but

  /usr/lib/python2.7/dist-packages/lsb_release.py

  is missing from disk. This was seen on an aws instance provisioned
  using the 20160526 daily image.

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

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


[Touch-packages] [Bug 1472511] Re: [icons] Some icons are pixelated and don't look good

2016-07-06 Thread Michal Predotka
*** This bug is a duplicate of bug 1596529 ***
https://bugs.launchpad.net/bugs/1596529

Thanks Matthew!

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

Title:
  [icons] Some icons are pixelated and don't look good

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  1. Open System Settings
  2. Notice the icons for: Rotation Lock, Flight Mode, About this phone and 
Reset phone are not as smooth as the other icons. They are jugged, pixelated 
(not sure what is the right English word for that).

  The same is true on any other System Settings screen: icons in list
  items are jagged, while icons outside list items are not.

  Screenshot:
  
https://lh3.googleusercontent.com/-J3X6xqjUulg/VZyaWibESvI/GOE/R0xOVJdCCHk/w400-h720-no/ummm.png

  Zoomed in: https://launchpadlibrarian.net/212617760/1472511-jagged-
  icon.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1472511/+subscriptions

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


[Touch-packages] [Bug 1599555] Re: package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-07-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in tzdata package in Ubuntu:
  New

Bug description:
  Running "software updater"

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: tzdata 2016f-0ubuntu0.14.04
  ProcVersionSignature: Ubuntu 3.13.0-91.138-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-91-generic i686
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  Date: Wed Jul  6 11:17:25 2016
  DuplicateSignature: package:tzdata:2016f-0ubuntu0.14.04:subprocess installed 
post-installation script returned error exit status 128
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2010-12-30 (2014 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.14
  SourcePackage: tzdata
  Title: package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: Upgraded to trusty on 2014-12-26 (557 days ago)

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

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


[Touch-packages] [Bug 1599555] [NEW] package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-07-06 Thread Mel Jay Em
Public bug reported:

Running "software updater"

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: tzdata 2016f-0ubuntu0.14.04
ProcVersionSignature: Ubuntu 3.13.0-91.138-generic 3.13.11-ckt39
Uname: Linux 3.13.0-91-generic i686
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: i386
Date: Wed Jul  6 11:17:25 2016
DuplicateSignature: package:tzdata:2016f-0ubuntu0.14.04:subprocess installed 
post-installation script returned error exit status 128
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2010-12-30 (2014 days ago)
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.14
SourcePackage: tzdata
Title: package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: Upgraded to trusty on 2014-12-26 (557 days ago)

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


** Tags: apport-package i386 trusty

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

Title:
  package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in tzdata package in Ubuntu:
  New

Bug description:
  Running "software updater"

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: tzdata 2016f-0ubuntu0.14.04
  ProcVersionSignature: Ubuntu 3.13.0-91.138-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-91-generic i686
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  Date: Wed Jul  6 11:17:25 2016
  DuplicateSignature: package:tzdata:2016f-0ubuntu0.14.04:subprocess installed 
post-installation script returned error exit status 128
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2010-12-30 (2014 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.14
  SourcePackage: tzdata
  Title: package tzdata 2016f-0ubuntu0.14.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: Upgraded to trusty on 2014-12-26 (557 days ago)

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

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


[Touch-packages] [Bug 1472511] Re: [icons] Some icons are pixelated and don't look good

2016-07-06 Thread Matthew Paul Thomas
*** This bug is a duplicate of bug 1596529 ***
https://bugs.launchpad.net/bugs/1596529

A year later, this hasn’t been fixed in ListItem.Standard, but
apparently it’s fixed in the new ListItems. Marking as a duplicate of a
newer report that has a branch.

** This bug has been marked a duplicate of bug 1596529
   Pixelated icons for rotation, flight mode, about and reset items

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

Title:
  [icons] Some icons are pixelated and don't look good

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  1. Open System Settings
  2. Notice the icons for: Rotation Lock, Flight Mode, About this phone and 
Reset phone are not as smooth as the other icons. They are jugged, pixelated 
(not sure what is the right English word for that).

  The same is true on any other System Settings screen: icons in list
  items are jagged, while icons outside list items are not.

  Screenshot:
  
https://lh3.googleusercontent.com/-J3X6xqjUulg/VZyaWibESvI/GOE/R0xOVJdCCHk/w400-h720-no/ummm.png

  Zoomed in: https://launchpadlibrarian.net/212617760/1472511-jagged-
  icon.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1472511/+subscriptions

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


  1   2   3   >