[Touch-packages] [Bug 341817] Re: dhcpd wont start due to rndc.key permissions

2015-11-07 Thread no!chance
I wonder, noone provides a real solution for this bug ... AFTER MORE
THAN 3 YEARS.

It is not a bug! But it looks like nobody documented the changes.
Simply chown the rndc.key-File to root:root. Start the dhcp server! That's it!

$ sudo chown dhcpd: rndc.key 
$ sudo service isc-dhcp-server start
start: Job failed to start
$ sudo chown root: rndc.key 
$ sudo service isc-dhcp-server start
isc-dhcp-server start/running, process 19126

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

Title:
  dhcpd wont start due to rndc.key permissions

Status in isc-dhcp package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: dhcp3-server

  System information:
  #lsb_release -rd
  Description:Ubuntu 8.04.1
  Release:8.04
  #apt-cache policy dhcp3-server
  dhcp3-server:
Installed: 3.0.6.dfsg-1ubuntu9
Candidate: 3.0.6.dfsg-1ubuntu9
Version table:
   *** 3.0.6.dfsg-1ubuntu9 0
  500 http://nl.archive.ubuntu.com hardy/main Packages
  100 /var/lib/dpkg/status
  #apt-cache policy bind9
  bind9:
Installed: 1:9.4.2.dfsg.P2-2ubuntu0.1
Candidate: 1:9.4.2.dfsg.P2-2ubuntu0.1
Version table:
   *** 1:9.4.2.dfsg.P2-2ubuntu0.1 0
  500 http://nl.archive.ubuntu.com hardy-updates/main Packages
  500 http://security.ubuntu.com hardy-security/main Packages
  100 /var/lib/dpkg/status
   1:9.4.2-10 0
  500 http://nl.archive.ubuntu.com hardy/main Packages

  Problem:
  dhcpd wont start - "/etc/bind/rndc.key: Permission denied"
  Workaround found but is a potential security issue ("/etc/bind/rndc.conf" 
world readable)

  Brief:
  Trying to get dhcp3-server and bind9 to work together nicely.
  The "/etc/bind/rndc.key" file is owned by bind:bind w. 640 perms by default 
and dhcpd3 process runs under user "dhcpd". Adding user "dhcpd" to group "bind" 
does not seem to work. Permissions of "/etc/bind/rndc.key" need to be changed 
to 644 for dhcp3-server to start (I could find no other solution - after a few 
hours of google and 30 minutes of play, at least ;-)

  Steps:
  - Install & configure bind9 (configuration tested and working)
  - Install & configure dhcp3-server
  - sudo /etc/init.d/dhcp3-server start

  Expected result:
  dhcpd starts

  Actual result:
  #/etc/init.d/dhcp3-server start
  dhcpd self-test failed. Please fix the config file.
  The error was:
  Can't open /etc/bind/rndc.key: Permission denied
  #ls -l `which dhcpd3`
  -rwxr-xr-x 1 root root 516164 2008-04-02 15:38 /usr/sbin/dhcpd3
  #ls -l /etc/bind/rndc.key
  -rw-r- 1 bind bind 77 2009-03-12 14:30 /etc/bind/rndc.key
  #id -a dhcpd
  uid=111(dhcpd) gid=122(dhcpd) groups=122(dhcpd),121(bind)

  Workaround:
  - Change permissions of /etc/bind/rndc.key to world readable (from 640 -> 644)
note: adding 'dhcpd' user to 'bind' group does not work for some reason
  - Start dhcpd:
  #chmod 644 /etc/bind/rndc.key
  #/etc/init.d/dhcp3-server start
   * Starting DHCP server dhcpd3
 [ OK ]
  #ps -ef | grep dhcpd
  dhcpd 3292 1  0 17:11 ?00:00:00 /usr/sbin/dhcpd3 -q -pf 
/var/run/dhcp3-server/dhcpd.pid -cf /etc/dhcp3/dhcpd.conf eth0
  root  3298  3090  0 17:11 pts/000:00:00 grep dhcpd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/341817/+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 1503979] Re: ubuntu-support-status throws exeption No date tag found (regression)

2015-11-07 Thread MegaBrutal
Same here:

$ ubuntu-support-status 
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 135, in 
pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 51, in get_maintenance_status
raise Exception("No date tag found")
Exception: No date tag found

Line numbers are different, but I think it's the same error, because the
same exception is raised, and those line numbers don't differ too
much... I guess I have a different version of the script which still has
the reported bug.

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

Title:
  ubuntu-support-status throws exeption No date tag found (regression)

Status in python-apt package in Ubuntu:
  Confirmed
Status in update-manager package in Ubuntu:
  Incomplete

Bug description:
  Description:  Ubuntu 14.04.3 LTS
  Release:  14.04
  update-manager-core:  1:0.196.14

  Since the last update  ubuntu-support-status throws

  Traceback (most recent call last):
File "/usr/bin/ubuntu-support-status", line 133, in 
  pkg.name, support_tag)
File "/usr/bin/ubuntu-support-status", line 49, in get_maintenance_status
  raise Exception("No date tag found")
  Exception: No date tag found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1503979/+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 873495] Re: LightDM fails to start after nvidia-current or nvidia-current-updates are installed (upstart job issue)

2015-11-07 Thread dino99
** Changed in: lightdm (Ubuntu)
 Assignee: Canonical Desktop Team (canonical-desktop-team) => (unassigned)

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

Title:
  LightDM fails to start after nvidia-current or nvidia-current-updates
  are installed (upstart job issue)

Status in Light Display Manager:
  Incomplete
Status in lightdm package in Ubuntu:
  Incomplete
Status in lightdm source package in Precise:
  Incomplete

Bug description:
  Occurs reliably on fast Sandy Bridge hardware with a fast GPU - GTX
  485M, GTX 560M or GTX 580M.

  Appears to be a race condition. LightDM attempts to start before
  /dev/nvidiactrl is created. As a workaround add "sleep 1 && service
  lightdm start" to /etc/rc.local to start the service.

  ### This workaround is insufficient. Some users have reported that
  their systems do not start after initial user setup. Deleting the
  contents of /var/run/dbus/* resolves the issue in these cases. ###

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xorg 1:7.6+7ubuntu7
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  280.13  Wed Jul 27 16:53:56 
PDT 2011
   GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
  .tmp.unity.support.test.0:

  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,regex,snap,animation,resize,place,vpswitch,mousepoll,workarounds,gnomecompat,compiztoolbox,move,grid,imgpng,wall,fade,expo,session,unitymtgrabhandles,ezoom,scale,unityshell]
  CompositorRunning: compiz
  Date: Thu Oct 13 11:05:18 2011
  DistUpgraded: Fresh install
  DistroCodename: oneiric
  DistroVariant: ubuntu
  DkmsStatus: nvidia-current, 280.13, 3.0.0-12-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   nVidia Corporation Device [10de:0e31] (rev a1) (prog-if 00 [VGA controller])
     Subsystem: CLEVO/KAPOK Computer Device [1558:5102]
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  JockeyStatus:
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
  MachineType: System76, Inc. Serval Professional
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=79434c5f-d3ca-4224-98f2-06e7b36fbe32 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf:
   Section "Device"
    Identifier  "Default Device"
    Option  "NoLogo""True"
   EndSection
  dmi.bios.date: 01/18/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.4
  dmi.board.asset.tag: Not Applicable
  dmi.board.name: Serval Professional
  dmi.board.vendor: System76, Inc.
  dmi.board.version: serp7
  dmi.chassis.asset.tag: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: System76, Inc.
  dmi.chassis.version: serp7
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.4:bd01/18/2011:svnSystem76,Inc.:pnServalProfessional:pvrserp7:rvnSystem76,Inc.:rnServalProfessional:rvrserp7:cvnSystem76,Inc.:ct10:cvrserp7:
  dmi.product.name: Serval Professional
  dmi.product.version: serp7
  dmi.sys.vendor: System76, Inc.
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpa

[Touch-packages] [Bug 619003] Re: GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache'

2015-11-07 Thread dino99
harmless transitional message

** Changed in: gdk-pixbuf (Debian)
   Status: Incomplete => Invalid

** Changed in: gdk-pixbuf (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib
  /gdk-pixbuf-2.0/2.10.0/loaders.cache'

Status in gdk-pixbuf package in Ubuntu:
  Invalid
Status in gdk-pixbuf package in Debian:
  Invalid

Bug description:
  During installation of updated version of libgdk-pixbuf2.0-0 on August
  10th 2010, the apt term.log contained multiple (>300) copies of the
  following warning:

  (gtk-update-icon-cache:4729): GdkPixbuf-WARNING **: Cannot open pixbuf
  loader module file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No
  such file or directory

  Nevertheless, the file complained about exists, and is readable in
  gedit.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: libgdk-pixbuf2.0-0 2.21.6-2ubuntu5
  ProcVersionSignature: Ubuntu 2.6.35-15.21-generic 2.6.35.1
  Uname: Linux 2.6.35-15-generic x86_64
  Architecture: amd64
  CheckboxSubmission: 363004b1d940f0fc558ab8c98655a145
  CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
  Date: Mon Aug 16 18:13:29 2010
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100318)
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdk-pixbuf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/619003/+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 1048161] Re: ibus-daemon crashed with SIGABRT in g_assertion_message()

2015-11-07 Thread dino99
** Changed in: ibus (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: ibus (Ubuntu)
 Assignee: Aron Xu (happyaron) => (unassigned)

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

Title:
  ibus-daemon crashed with SIGABRT in g_assertion_message()

Status in One Hundred Papercuts:
  Expired
Status in ibus package in Ubuntu:
  Invalid
Status in ibus source package in Trusty:
  Expired
Status in ibus source package in Utopic:
  Expired
Status in ibus source package in Vivid:
  Expired

Bug description:
  i was logged on quantal i386 as gnome-classic, and that crash have
  happened after i clicked on x to close midori-gtk3


  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: ibus 1.4.1-7ubuntu1
  Uname: Linux 3.6.0-030600rc5-generic i686
  ApportVersion: 2.5.1-0ubuntu7
  Architecture: i386
  Date: Sun Sep  9 10:45:43 2012
  ExecutablePath: /usr/bin/ibus-daemon
  ProcCmdline: /usr/bin/ibus-daemon --xim
  Signal: 6
  SourcePackage: ibus
  StacktraceTop:
   g_assertion_message () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? ()
   ?? ()
   ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
  Title: ibus-daemon crashed with SIGABRT in g_assertion_message()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin avahi-autoipd cdrom couchdb dialout dip disk fax fuse 
haldaemon lpadmin netdev plugdev polkituser proxy root rtkit sambashare ssh 
tape tty users video whoopsie www-data

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1048161/+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 1467660] Re: [radeonsi] Xorg crashed with SIGSEGV while using LibreOffice Writer

2015-11-07 Thread Launchpad Bug Tracker
[Expired for mesa (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mesa (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [radeonsi] Xorg crashed with SIGSEGV while using LibreOffice Writer

Status in mesa package in Ubuntu:
  Expired

Bug description:
  1)Ubuntu 15.04
  2) libreoffice-writer:  1:4.4.2-0ubuntu1

  3) I wanted to print a document that I just wrote (not saved yet)
  4) screen froze first, than went black

  ProblemType: Crash
  DistroRelease: Ubuntu 15.04
  Package: xserver-xorg-core 2:1.17.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
  Uname: Linux 3.19.0-21-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  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
  Date: Mon Jun 22 21:54:21 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R6/R7 Graphics] 
[1002:1309] (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3830]
  InstallationDate: Installed on 2015-05-02 (51 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 80EC
  ProcCmdline: /usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 
-nolisten tcp vt7 -novtswitch
  ProcEnviron:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic 
root=UUID=2a5db755-efb3-491a-828e-95949a0a3864 ro splash quiet
  SegvAnalysis:
   Segfault happened at: 0x7f8eacd2d53e :  mov
(%rax),%ebx
   PC (0x7f8eacd2d53e) ok
   source "(%rax)" (0x) not located in a known VMA region (needed 
readable region)!
   destination "%ebx" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
   ?? () from /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so
  Title: Xorg crashed with SIGSEGV
  UdevLog: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 09/11/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: A4CN32WW (V 2.01)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Lancer 5B3
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo Z50-75
  dmi.modalias: 
dmi:bvnLENOVO:bvrA4CN32WW(V2.01):bd09/11/2014:svnLENOVO:pn80EC:pvrLenovoZ50-75:rvnLENOVO:rnLancer5B3:rvrNODPK:cvnLENOVO:ct10:cvrLenovoZ50-75:
  dmi.product.name: 80EC
  dmi.product.version: Lenovo Z50-75
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon Jun 22 21:52:33 2015
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1467660/+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 1485379] Re: package libmount1:amd64 2.20.1-5.1ubuntu20.6 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting confi

2015-11-07 Thread Launchpad Bug Tracker
[Expired for util-linux (Ubuntu) because there has been no activity for
60 days.]

** Changed in: util-linux (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package libmount1:amd64 2.20.1-5.1ubuntu20.6 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in util-linux package in Ubuntu:
  Expired

Bug description:
  I am trying to install the 32bit libraries in Ubuntu 14.04 and I still
  dont know how. None of the documented approaches seems to work.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libmount1:amd64 2.20.1-5.1ubuntu20.6
  ProcVersionSignature: Ubuntu 3.16.0-44.59~14.04.1-generic 3.16.7-ckt14
  Uname: Linux 3.16.0-44-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  AptOrdering: libmount1: Configure
  Architecture: amd64
  Date: Sun Aug 16 20:33:56 2015
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2015-04-12 (126 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  SourcePackage: util-linux
  Title: package libmount1:amd64 2.20.1-5.1ubuntu20.6 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1485379/+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 1491192] Re: Mouse Flickering When 3rd USB Monitor is Enabled - 15.04 Unity

2015-11-07 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Mouse Flickering When 3rd USB Monitor is Enabled - 15.04 Unity

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Action Causing Bug:
  Installed a 3rd monitor via a DisplayLink USB Adapter
  Enabled the 3rd monitor via system settings

  Bug Description:
  Mouse Pointer flickers and disappears - on Monitor on HDMI AND built in 
display on laptop.
  Mouse Pointer does not flicker on 3rd DisplayLink monitor.

  Unplugging the 3rd monitor eliminated the flickering.

  System:
  Ubuntu 15.04 Unity
  ASUS Laptop
  Intel® Ivybridge Mobile Graphics
  Intel® Core™ i7-3632QM CPU @ 2.20GHz × 8
  16GB RAM

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-26.28-generic 3.19.8-ckt4
  Uname: Linux 3.19.0-26-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.3
  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: Tue Sep  1 20:31:30 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1467]
  InstallationDate: Installed on 2015-05-05 (119 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: ASUSTeK COMPUTER INC. Q400A
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-26-generic.efi.signed 
root=UUID=8b626700-3635-4660-b5ee-1aa96e15f49f ro quiet splash vt.handoff=7
  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/06/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: Q400A.208
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: Q400A
  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.:bvrQ400A.208:bd09/06/2012:svnASUSTeKCOMPUTERINC.:pnQ400A:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnQ400A:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: Q400A
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Tue Sep  1 12:18:35 2015
  xserver.configfile: default
  xserver.errors:
   modeset(G0): glamor initialization failed
   modeset(G1): glamor initialization failed
   modeset(G2): glamor initialization failed
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1491192/+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 1421249] Re: bluetooth can not be enabled sometimes (when booting with flight mode on being one case)

2015-11-07 Thread Steven Austen
I'm on a Nexus 7 (LTE) r.23 from ubuntu-touc/ ubuntu-rtm/proposed from
system-image.tasemnice.eu/

Bluetooth does not even become discoverable - it just times out - even
when I have my bluetooth keyboard scanning

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

Title:
  bluetooth can not be enabled sometimes (when booting with flight mode
  on being one case)

Status in Canonical System Image:
  Confirmed
Status in lxc-android-config package in Ubuntu:
  Triaged
Status in urfkill package in Ubuntu:
  Triaged

Bug description:
  The bluetooth indicator and the bluetooth page in system settings
  sometimes won't turn on bluetooth until after a reboot. What I expect
  to happen is that if bluetooth is off in the indicator/system settings
  and I tap the switch, the switch will go green and in a moment the
  bluetooth indicator will show up and bluetooth is enabled. When
  bluetooth is on, I expect to go into the indicator/system settings and
  turn the switch off, the switch will go gray and the bluetooth
  indicator will hide and bluetooth is disabled. I expect this to work
  whenever I want while the phone is on.

  Sometimes, this does not work. For example, yesterday I disabled
  bluetooth at some point in the evening and later I went to sleep. When
  I woke up, I tried to turn it on via the indicator and also system
  settings and it wouldn't turn on. In the indicator, the switch moves
  to the green position briefly, then moves back to gray (the bluetooth
  indicator remains hidden and bluetooth is disabled). In system
  settings, the switch will stay green, but the bluetooth indicator
  remains hidden and bluetooth is disabled. If I leave system settings
  and come back, the the switch is now in the off position.

  /var/lib/urfkill/saved-states has:
  [BLUETOOTH]
  soft=false
  prev-soft=false

  bluetoothd is confirmed to be running before and after using the
  indicator and system settings when bluetooth cannot be enabled.

  Workaround: reboot the phone and bluetooth will be enabled.

  Note: this is not new behavior-- I'm only reporting it now (partly
  because I thought it was fixed for a while, but that might have been
  because I was rebooting a lot at the time)

  $ system-image-cli -i
  current build number: 194
  device name: mako
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2015-02-11 15:34:27
  version version: 194
  version ubuntu: 20150211.1
  version device: 20150116
  version custom: mako-1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1421249/+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 1513860] Re: 'Latest' version of a click package used after reboot

2015-11-07 Thread Colin Watson
This is almost certainly fallout from bug 1479001.

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

Title:
  'Latest' version of a click package used after reboot

Status in Client Developer Experience:
  New
Status in click package in Ubuntu:
  Confirmed

Bug description:
  The 'latest' version of a click package is used after a reboot, even
  when a click with a lower version has been manually installed.

  What happened:
  1) Install a click packages for an existing application with a lower version 
than that of the preinstalled one
  2) Launch the app and notice that the newly installed is launched
  3) Reboot the device
  4) Launch the app and notice that the preinstalled one is used due to it 
having a higher version

  What was expected to happen:
  At step 4) for the manually installed version of the click package to still 
be the selected one

  
  This affects the developer experience for example, when working on the 
bgplaylists of the music-app the branch has a lower version (bzr rev) than 
trunk/what is in the store, and after installing new versions of media-hub to 
test the device must be restarted. So after each restart the developer must 
also remember to reinstall the click package.

  
  $ apt-cache policy click
  click:
Installed: 0.4.40+15.04.20151006-0ubuntu1.1
Candidate: 0.4.40+15.04.20151006-0ubuntu1.1
Version table:
   *** 0.4.40+15.04.20151006-0ubuntu1.1 0
 1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-phone-overlay/ubuntu/ 
vivid/main armhf Packages
  100 /var/lib/dpkg/status
   0.4.38.5ubuntu0.2 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid-updates/main armhf 
Packages
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid-security/main armhf 
Packages
   0.4.38.5 0
  500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-developer-experience/+bug/1513860/+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 1514141] [NEW] unprivileged user can freeze journald

2015-11-07 Thread Guillaume Knispel
*** This bug is a security vulnerability ***

Public security bug reported:

On default installs of Ubuntu 15.10, both server and desktop, an
unprivileged user can freeze journald using the attached program.
(Journald is then eventually killed and restarted by systemd after a 1
min timeout is detected - but nothing prevent the unprivileged user to
DOS in a loop if he feels so inclined.)

The reason is that journald uses inappropriate rules to decide if a file
descriptor sent by a user is safe to read.

[ IMO that such a "feature" (passing messages to log to journald by fd
to regular files) exists at all should be questioned anyway, given the
kind of impacts it can have on various aspects of the whole system
(e.g.: the fd is completely read in a malloc'ed area, up to 750 MB) ]

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

** Attachment added: "program to freeze journald"
   https://bugs.launchpad.net/bugs/1514141/+attachment/4514891/+files/lol.c

** Information type changed from Private Security to Public Security

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

Title:
  unprivileged user can freeze journald

Status in systemd package in Ubuntu:
  New

Bug description:
  On default installs of Ubuntu 15.10, both server and desktop, an
  unprivileged user can freeze journald using the attached program.
  (Journald is then eventually killed and restarted by systemd after a 1
  min timeout is detected - but nothing prevent the unprivileged user to
  DOS in a loop if he feels so inclined.)

  The reason is that journald uses inappropriate rules to decide if a
  file descriptor sent by a user is safe to read.

  [ IMO that such a "feature" (passing messages to log to journald by fd
  to regular files) exists at all should be questioned anyway, given the
  kind of impacts it can have on various aspects of the whole system
  (e.g.: the fd is completely read in a malloc'ed area, up to 750 MB) ]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1514141/+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 1514140] [NEW] opensslconf.h not found Incorrect reference in openssl header files on the 32 bit version?

2015-11-07 Thread jamin
Public bug reported:

http://askubuntu.com/questions/523831/opensslconf-h-not-found

I had to add i386-linux-gnu/openssl to several header files in order to
get this package to work in other software.

I was on a 32bit system

The files I modified were:
eos2.h
ecdsa.h
ec.h

Possibly all I had to do was copy this opensslconf.h file over, but this
was unclear what I was supposed to do??

If this is not a bug, could there be an obvious comment on this issue?
I think that the installer could modify these header files for the
system openssl is installed on?

Description:Ubuntu 15.04
Release:15.04

Installed: 1.0.1f-1ubuntu11.4
  Candidate: 1.0.1f-1ubuntu11.4
  Version table:
 *** 1.0.1f-1ubuntu11.4 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid-updates/main i386 
Packages
500 http://security.ubuntu.com/ubuntu/ vivid-security/main i386 Packages
100 /var/lib/dpkg/status
 1.0.1f-1ubuntu11 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid/main i386 Packages

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

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

Title:
  opensslconf.h not found  Incorrect reference in openssl header files
  on the 32 bit version?

Status in openssl package in Ubuntu:
  New

Bug description:
  http://askubuntu.com/questions/523831/opensslconf-h-not-found

  I had to add i386-linux-gnu/openssl to several header files in order
  to get this package to work in other software.

  I was on a 32bit system

  The files I modified were:
  eos2.h
  ecdsa.h
  ec.h

  Possibly all I had to do was copy this opensslconf.h file over, but
  this was unclear what I was supposed to do??

  If this is not a bug, could there be an obvious comment on this issue?
  I think that the installer could modify these header files for the
  system openssl is installed on?

  Description:  Ubuntu 15.04
  Release:  15.04

  Installed: 1.0.1f-1ubuntu11.4
Candidate: 1.0.1f-1ubuntu11.4
Version table:
   *** 1.0.1f-1ubuntu11.4 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid-updates/main i386 
Packages
  500 http://security.ubuntu.com/ubuntu/ vivid-security/main i386 
Packages
  100 /var/lib/dpkg/status
   1.0.1f-1ubuntu11 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main i386 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1514140/+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 647835] Re: Add option to wait for /var/lib/dpkg/lock to become free

2015-11-07 Thread Bug Watch Updater
** Changed in: aptitude
   Status: New => Fix Released

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

Title:
  Add option to wait for /var/lib/dpkg/lock to become free

Status in aptitude:
  Fix Released
Status in apt package in Ubuntu:
  Confirmed
Status in apt package in Debian:
  New

Bug description:
  Binary package hint: apt

  Today I was waiting for texlive-full to install when I discovered that
  I would also need texmaker. Also, I plan to add apt-get full-upgrade
  to my nightly crontab, but I don't want it to fail if I happen to be
  manually installing a package at the same time.

  For both of the above situations, it would be useful to have a
  command-line flag that wouldd make apt-get wait for /var/lib/dpkg/lock
  to become free, rather than giving up immediately. I suggest -w and
  --wait, since they're not being used for anything.

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptitude/+bug/647835/+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 1492441] Re: Cannot connect to 1byone bluetooth keyboard (after successfully pairing)

2015-11-07 Thread sumwun ondanet
I was able to pair it successfully via the GUI.  I selected to use the
pin option  to auto and while the wizard finished it flashed briefly the
pair code on the screen.  I entered the pin even though there was no
'field' to enter the pin in.  Once I entered the pin the keyboard
finally paired.  Definitely, not user friendly.

Once connected I am able to see the 'disconnect' option available under
'1byOne keyboard' .  I am entering this comment using it.  I am having
issues with over sensitivity with the trackpad and that's how I ran into
this post.  I thought this feedback could help.

I am running Ubuntu 12.04 LTS on a Toshiba Satellite L505D-S5983.

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

Title:
  Cannot connect to 1byone bluetooth keyboard (after successfully
  pairing)

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  I own a 1byone bluetooth keyboard/touchpad combo device.  I'm using
  wily.

  I have managed to successfully pair it (the UI did not work for this
  -- bug 1492443).  But doing it via the console did pair it:

  $ bluetoothctl
  [NEW] Device 08:73:00:13:CC:45 1byone Keyboard
  [bluetooth]# agent on
  Agent registered
  [bluetooth]# default-agent
  Default agent request successful
  [bluetooth]# pair 08:73:00:13:CC:45
  Attempting to pair with 08:73:00:13:CC:45
  [CHG] Device 08:73:00:13:CC:45 Connected: yes
  [agent] PIN code: 420005
  [CHG] Device 08:73:00:13:CC:45 Modalias: usb:v04E8p7021d011B
  [CHG] Device 08:73:00:13:CC:45 UUIDs: 1000--1000-8000-00805f9b34fb
  [CHG] Device 08:73:00:13:CC:45 UUIDs: 1124--1000-8000-00805f9b34fb
  [CHG] Device 08:73:00:13:CC:45 UUIDs: 1200--1000-8000-00805f9b34fb
  [CHG] Device 08:73:00:13:CC:45 Paired: yes
  Pairing successful
  [CHG] Device 08:73:00:13:CC:45 Connected: no
  [CHG] Device 60:03:08:C9:C0:87 RSSI: -59
  [CHG] Device 60:03:08:C9:C0:87 RSSI: -48
  [CHG] Device 60:03:08:C9:C0:87 RSSI: -60
  [CHG] Device 60:03:08:C9:C0:87 RSSI: -48
  etc, etc (kept outputting RSSI bits every now and then)

  OK.  So it paired.  (which means it's not bug 1490347)

  But now I can't connect.  You can see above that it says "Connected:
  no".  If I go to the Bluetooth panel in System Settings, its
  "Connection" switch is set to Off and disabled.  But it otherwise
  seems to be successfully paired.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: bluetooth (not installed)
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu9
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Sep  4 15:16:58 2015
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-precise-amd64-20120703-2
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-01-09 (967 days ago)
  InstallationMedia: Ubuntu 12.04 "Precise" - Build amd64 LIVE Binary 
20120703-15:08
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Dell Inc. Dell System XPS L322X
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.1.0-3-generic 
root=UUID=0719ea95-7c02-4d0a-a969-1ba285c420f2 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  SystemImageInfo:
   current build number: 0
   device name:
   channel: daily
   last update: Unknown
  UpgradeStatus: Upgraded to wily on 2013-01-31 (945 days ago)
  dmi.bios.date: 12/03/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0CK86J
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd12/03/2012:svnDellInc.:pnDellSystemXPSL322X:pvr:rvnDellInc.:rn0CK86J:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L322X
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
    BD Address: C4:85:08:FB:58:0A  ACL MTU: 310:10  SCO MTU: 64:8
    UP RUNNING PSCAN
    RX bytes:19494 acl:0 sco:0 events:721 errors:0
    TX bytes:3449 acl:0 sco:0 commands:234 errors:1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1492441/+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 1502747] Re: package libssl1.0.0:i386 1.0.2d-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

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

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

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

Title:
  package libssl1.0.0:i386 1.0.2d-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in openssl package in Ubuntu:
  Confirmed

Bug description:
  initializing with this problem

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libssl1.0.0:i386 1.0.2d-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  Date: Mon Oct  5 00:10:21 2015
  DuplicateSignature: package:libssl1.0.0:i386:1.0.2d-0ubuntu1:subprocess 
installed post-installation script returned error exit status 128
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2015-09-21 (14 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 
(20150422.1)
  PackageArchitecture: i386
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.9.7ubuntu4.1
  SourcePackage: openssl
  Title: package libssl1.0.0:i386 1.0.2d-0ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1502747/+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 591823] Re: "File descriptor \d+ (\S+) leaked on lvs invocation."

2015-11-07 Thread Bug Watch Updater
** Changed in: aptitude
   Status: Confirmed => Incomplete

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

Title:
  "File descriptor \d+ (\S+) leaked on lvs invocation."

Status in aptitude:
  Incomplete
Status in lvm2:
  Fix Released
Status in lvm2 package in Ubuntu:
  Opinion

Bug description:
  If you see messages like these:

  File descriptor 40 (/var/lib/dpkg/status) leaked on lvs invocation. Parent 
PID 1854: /bin/sh
  File descriptor 41 (/var/lib/dpkg/status) leaked on lvs invocation. Parent 
PID 1854: /bin/sh
  File descriptor 42 (/var/lib/dpkg/status) leaked on lvs invocation. Parent 
PID 1854: /bin/sh
  File descriptor 43 (/var/lib/dpkg/status) leaked on lvs invocation. Parent 
PID 1854: /bin/sh

  You can set LVM_SUPPRESS_FD_WARNINGS to suppress these warnings.

  Reference:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581339
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432986
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466138

  This is a slightly controversial bug and it's not yet fixed either way
  (aka fix not to leak file descriptors or stop warning by default)

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptitude/+bug/591823/+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 1501041] Re: No visible display in non gnome sessions when using nvidia drivers via nvidia-prime until screen goes to sleep, then waked up

2015-11-07 Thread Doug McMahon
** Tags added: xenial

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

Title:
  No visible display in non gnome sessions when using nvidia drivers via
  nvidia-prime until screen goes to sleep, then waked up

Status in lightdm package in Ubuntu:
  Confirmed
Status in nvidia-graphics-drivers package in Ubuntu:
  Invalid
Status in ubuntu-drivers-common package in Ubuntu:
  Confirmed
Status in unity-greeter package in Ubuntu:
  Invalid
Status in xfce4-session package in Ubuntu:
  Invalid
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  ** this appears to be that the display is blanked/asleep at greeter & login.
  Forcing or waiting for screen to blank/sleep then waking up restores display
  See comments 8 & 10 for further info, demonstrations **

  Please note that this bug is being filed on a recent 15.10 Ubuntu
  image install but from a gnome session

  In a nutshell -
  Once nividia drivers are installed & used from nvidia-prime there is no 
longer a visible display in unity-greeter nor in an ubuntu session once logged 
in. (a blind log in successfully loads an ubuntu session.
  Everything in the ubuntu session works fine, there are no errors & all the 
related logs look ok, there is just no visible display.

  I can open apps, run commands, copy/create logs, play music, play
  videos, just no display so has to be done blindly from keyboard.

  On the other hand if I install gnome-shell & log in (blindly) to a
  gnome session from greeter then all is well & I get a visible
  display.

  The same behaviour is seen on an Xubuntu image install, once nvidia is
  installed & switched to, no visible display. Again there installing &
  logging into a gnome session works fine with visible display

  nvidia driver version doesn't matter, exact same is seen with current
  15.10 versions & the one I'm currently using (355) from drivers ppa.

  ** this appears to be that the display is blanked/asleep at greeter & login.
  Forcing or waiting for screen to blank/sleep then waking up restores display
  See comment 8 for further info **

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg-core 2:1.17.2-1ubuntu7
  ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
  Uname: Linux 4.2.0-11-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Tue Sep 29 16:15:21 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 4.2.0-11-generic, x86_64: installed
   nvidia-355, 355.11, 4.2.0-11-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:3801]
   NVIDIA Corporation GK107M [GeForce GT 755M] [10de:0fcd] (rev ff) (prog-if ff)
  InstallationDate: Installed on 2015-09-28 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150928)
  MachineType: LENOVO 20217
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-11-generic.efi.signed 
root=UUID=3712249e-a4c8-4b29-9ffb-f9f9e7d5259a ro quiet splash vt.handoff=7
  SourcePackage: xorg-server
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/18/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 74CN44WW(V3.05)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: VIQY0Y1
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058STD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo IdeaPad Y510P
  dmi.modalias: 
dmi:bvnLENOVO:bvr74CN44WW(V3.05):bd09/18/2013:svnLENOVO:pn20217:pvrLenovoIdeaPadY510P:rvnLENOVO:rnVIQY0Y1:rvr31900058STD:cvnLENOVO:ct10:cvrLenovoIdeaPadY510P:
  dmi.product.name: 20217
  dmi.product.version: Lenovo IdeaPad Y510P
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20150908-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu7
  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-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bo

[Touch-packages] [Bug 1513281] Re: gpg passphrase no longer prompted for

2015-11-07 Thread Phillip Susi
It appears that pinentry-gnome3 is listed as task: ubuntu-desktop, and
so it should have been installed to handle this, yet it has not.  The
ubuntu-desktop package does not depend on it so it looks like a problem
with meta.


** Also affects: ubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  gpg passphrase no longer prompted for

Status in gnome-keyring package in Ubuntu:
  New
Status in gnupg2 package in Ubuntu:
  New
Status in ubuntu-meta package in Ubuntu:
  New

Bug description:
  In 15.04 and prior, when using enigmail to send signed email, it would
  prompt for my passphrase.  Now it fails saying the passphrase is
  invalid ( without prompting )  This seems to be because we used to use
  gnome-keyring with gpg support enabled, but gnome-keyring is run
  without gpg enabled, and so gpg-agent is started, but without the
  required switches to use pinentry to prompt for the passphrase, so it
  only works for command line gpg, not gui apps like
  thunderbird/enigmail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1513281/+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 1506139] Re: 15.10beta crashes encrypted swap partition

2015-11-07 Thread Hadmut Danisch
OK, I've finally found the problem(s). Was a bunch of little nasty
problems, that's why it was difficult to debug.


1)

The 15.10 beta installer had filled /etc/initramfs-tools/conf.d/resume
with

RESUME=UUID=a18e9ec9-1255-4dda-8298-8e10bdbe6835

which is never updated after first installation. Since I had to repair
the swap device several times, this was not correct anymore, and
furthermore /usr/share/initramfs-tools/hooks/cryptroot can't deal with
it. It's important that

RESUME=sda2_crypt

is entered.


2) That's why /usr/share/initramfs-tools/hooks/cryptroot did not mention the 
device in /conf/conf.d/cryptroot of the initramfs. 

Once it is correctly mentioned in this file (after fixing bug 1), the
password is fetched and the device is opened at the initramfs phase,
i.e. before systemd takes control.  This works well.


3) If sda2_crypt is not mentioned in the initramfs' /conf/conf.d/cryptroot, it 
is not opened while initramfs has control. But then, once systemd takes 
control, systemd tries to open it since it is listed in /etc/crypttab. 

But this does not work, since both systemd and plymouthd have bugs.
plymouthd can go into an endlesss loop or completey fail, depending
whether you have splash/graphical boot or textual.

Once bug 1 and 2 are solved, this issue does not occur anymore.


4) But then, system hangs while booting for another reason. systemd still tries 
to create a swap device and hangs forever. I could not reliably figure out why, 
but it looks as if it waits for systemd-cryptsetup for to do some things which 
it doesn't do since the crypt device is already open. 

Solution: remove the swap option in /etc/crypttab


5) Finally seems to work.


Just for the notes: systemd (and plymouth) is so buggy and intransparent
that it is far from beeing production-ready.

That cost me several evenings of work and headache.

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

Title:
  15.10beta crashes encrypted swap partition

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  I'm usually using a setup with three partitions on a disk

  Partition 1:  plain ext4 boot partition mounted on  /boot
  Partition 2:  luks-encrypted swap
  Partition 3: luks-encrypted btrfs for /  /home ...

  both mentioned in /etc/crypttab like

  sda2_crypt UUID=a7976d5c-6191-436d-9cf9-2cedf17d0893 none luks,swap,discard
  sda3_crypt UUID=339b9a90-8292-422d-a3cf-eeb0317e9f84 none luks,discard

  
  With several machines I have installed 15.10 beta on and in several cases I 
experienced the problem that the swap is not activated at boot time and that 
/dev/disks/by-uuid does not contain a link to the swap partition, and the 
previously created luks-encrypted swap is destroyed after boot: It is not a 
luks partition anymore and filled with random (presumably encrypted) bytes 
without structure. 

  I first thought that this is a problem of the setup process, and
  repaired the swap manually. But then I found the partition destroyed
  again. This happend several times on several machines.

  I am not sure yet what exactly would destroy the partition.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: cryptsetup 2:1.6.6-5ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Wed Oct 14 18:12:58 2015
  InstallationDate: Installed on 2015-10-08 (5 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  SourcePackage: cryptsetup
  UpgradeStatus: No upgrade log present (probably fresh install)
  crypttab:
   sda2_crypt UUID=a7976d5c-6191-436d-9cf9-2cedf17d0893 none luks,swap,discard
   sda3_crypt UUID=339b9a90-8292-422d-a3cf-eeb0317e9f84 none luks,discard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1506139/+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 1511885] Re: Screen doesn't wake up after is automatically turned off

2015-11-07 Thread Christopher M. Penalver
wooglin280, if you boot into a kernel from 15.04 is this still
reproducible?

** Tags removed: bios-outdated-f10
** Tags added: latest-bios-f10 regression-release

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

Title:
  Screen doesn't wake up after is automatically turned off

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When the system puts the display to sleep after X amount of time of
  inactivity it will not turn back on. Black screen. I can press
  ctrl+alt+f1 to get me to a terminal session and that works. I then can
  restart lightdm or reboot.

  This started after upgrading to 15.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  BootLog:
   fsck from util-linux 2.26.2
   /dev/sda5: clean, 807232/3474800 files, 10321920/13898240 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Fri Oct 30 19:41:59 2015
  DistUpgraded: 2015-10-28 09:16:46,187 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics] 
[1002:130f] (prog-if 00 [VGA controller])
 Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:0123]
  InstallationDate: Installed on 2013-12-26 (673 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=1acecacd-03f2-4d85-8137-54d3d8928816 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-10-28 (2 days ago)
  dmi.bios.date: 05/28/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F8
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: G1.Sniper A88X-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF8:bd05/28/2014:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnG1.SniperA88X-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  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
  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: Thu Oct 29 15:33:50 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputVideo BusKEYBOARD, id 7
   inputPower Button KEYBOARD, id 8
   inputLogitech USB Receiver KEYBOARD, id 9
   inputLogitech USB Receiver KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1511885/+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 1513297] Re: XE500C12-K01US Samsung Chromebook 2 Ubuntu 14.04 touchpad not responsive

2015-11-07 Thread rgkirch
penalvch, I have installed Ubuntu 16.04. The touchpad does not work yet.
What else would you like me to do? Thank you for the help by the way.

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

Title:
  XE500C12-K01US Samsung Chromebook 2 Ubuntu 14.04 touchpad not
  responsive

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  The touchpad is not responsive at all. It worked fine with chomium os
  but not ubuntu. I'm totally willing to work with you guys to get this
  fixed. Ubuntu 14.04.3 LTS

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-66.108-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-66-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Nov  4 22:14:54 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation ValleyView Gen7 [8086:0f31] (rev 0e) (prog-if 00 [VGA 
controller])
 Subsystem: Intel Corporation ValleyView Gen7 [8086:0f31]
  InstallationDate: Installed on 2015-11-04 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:07dc Intel Corp. 
   Bus 001 Device 002: ID 2232:1068  
   Bus 001 Device 005: ID 04e8:6863 Samsung Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: GOOGLE Winky
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-66-generic 
root=UUID=ee476124-1af2-4cf8-8bd6-f0bcf555b924 ro acpi_backlight=vendor
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/19/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd09/19/2014:svnGOOGLE:pnWinky:pvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Winky
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Nov  4 19:45:44 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4188 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1513297/+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 1513297] Re: XE500C12-K01US Samsung Chromebook 2 Ubuntu 14.04 touchpad not responsive

2015-11-07 Thread rgkirch
I know that's a pretty unhelpful comment I just posted. I spent a lot of
time debugging it when I was on 14.04 and I've got some other work to
finish first. This is also my first bug report here so I'm unfamiliar
with any standard procedure. Would you like me to attach any more
information? Install any software? Thanks.

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

Title:
  XE500C12-K01US Samsung Chromebook 2 Ubuntu 14.04 touchpad not
  responsive

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  The touchpad is not responsive at all. It worked fine with chomium os
  but not ubuntu. I'm totally willing to work with you guys to get this
  fixed. Ubuntu 14.04.3 LTS

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-66.108-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-66-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Nov  4 22:14:54 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation ValleyView Gen7 [8086:0f31] (rev 0e) (prog-if 00 [VGA 
controller])
 Subsystem: Intel Corporation ValleyView Gen7 [8086:0f31]
  InstallationDate: Installed on 2015-11-04 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:07dc Intel Corp. 
   Bus 001 Device 002: ID 2232:1068  
   Bus 001 Device 005: ID 04e8:6863 Samsung Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: GOOGLE Winky
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-66-generic 
root=UUID=ee476124-1af2-4cf8-8bd6-f0bcf555b924 ro acpi_backlight=vendor
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/19/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd09/19/2014:svnGOOGLE:pnWinky:pvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Winky
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Nov  4 19:45:44 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4188 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1513297/+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 762349] Re: Difficult to distinguish which tab is selected

2015-11-07 Thread Will Cooke
** Tags added: rls-x-incoming

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

Title:
  Difficult to distinguish which tab is selected

Status in Ayatana Design:
  New
Status in Ubuntu theme:
  Confirmed
Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: unity

  In tabbed interfaces such as in gnome-terminal under unity it is
  difficult to visually distinguish the selected tab from the unselected
  ones.

  In the attached screenshot, gnome-terminal has three tabs open, and
  the third one is selected.  If you look close you can see the text is
  slightly whiter than the other tabs, and the border is a little more
  prominent but to my old man eyes it's really hard to see it at a
  glance.

  Under metacity, the difference is more notable (or at least, the theme
  is different).

  My guess is this is a theme issue rather than unity, but I'm unsure.
  If it is just a theme issue please refile to the right project.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.8-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
  Uname: Linux 2.6.38-8-generic-pae i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,scale,session,unityshell]
  Date: Fri Apr 15 17:41:12 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110202)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-04-04 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/762349/+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 1480877] Re: Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices

2015-11-07 Thread taiebot65
If it is linked to #1462664 Looks like it could be fixed I will try
upgrading my system following the fix proposed in the bug and see if it
solves the problem.

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

Title:
  Access points' "PropertiesChanged" dbus signals freeze UI on mobile
  devices

Status in Canonical System Image:
  Confirmed
Status in indicator-network package in Ubuntu:
  Incomplete
Status in network-manager package in Ubuntu:
  Incomplete
Status in location-service package in Ubuntu RTM:
  New
Status in network-manager package in Ubuntu RTM:
  Incomplete

Bug description:
  Krillin, rc-proposed, r83

  
  DESCRIPTION:
  I've been trying to track down the cause of the occasional UI freezes on my 
Krillin device, and I noticed that whenever the UI freezes for 2-4 seconds, I 
get a burst of "PropertiesChanged" signals in dbus-monitor

  Here's a log of what's shown in dbus-monitor:
  http://pastebin.ubuntu.com/11992322/

  I'd guess the problem is in the code that actually catches the signals
  and acts accordingly.

  HOW TO REPRODUCE: 
  1) Move to a place where many wifi hotspots are available
  2) Connect the device via USB and run "phablet-shell" and then "dbus-monitor"
  3) Use the device while keeping an eye on dbus-monitor output

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1480877/+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 1511885] Re: Screen doesn't wake up after is automatically turned off

2015-11-07 Thread wooglin280
I have disabled the setting in System Settings -> Brightness and Lock ->
"Turn screen off when inactive for:" by setting it to Never. This isn't
really a solution though, just a temporary workaround. One interesting
thing to note is if I log out the screen goes to sleep after a few
minutes but it comes back on when i move the mouse or press a key on the
keyboard as you would expect.

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

Title:
  Screen doesn't wake up after is automatically turned off

Status in xorg package in Ubuntu:
  New

Bug description:
  When the system puts the display to sleep after X amount of time of
  inactivity it will not turn back on. Black screen. I can press
  ctrl+alt+f1 to get me to a terminal session and that works. I then can
  restart lightdm or reboot.

  This started after upgrading to 15.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  BootLog:
   fsck from util-linux 2.26.2
   /dev/sda5: clean, 807232/3474800 files, 10321920/13898240 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Fri Oct 30 19:41:59 2015
  DistUpgraded: 2015-10-28 09:16:46,187 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics] 
[1002:130f] (prog-if 00 [VGA controller])
 Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:0123]
  InstallationDate: Installed on 2013-12-26 (673 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=1acecacd-03f2-4d85-8137-54d3d8928816 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-10-28 (2 days ago)
  dmi.bios.date: 05/28/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F8
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: G1.Sniper A88X-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF8:bd05/28/2014:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnG1.SniperA88X-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  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
  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: Thu Oct 29 15:33:50 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputVideo BusKEYBOARD, id 7
   inputPower Button KEYBOARD, id 8
   inputLogitech USB Receiver KEYBOARD, id 9
   inputLogitech USB Receiver KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1511885/+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 1511885] Re: Screen doesn't wake up after is automatically turned off

2015-11-07 Thread wooglin280
Chris,

Thanks for looking into this. I updated my bios to version F10 using the
Gigabyte @BIOS utility and Windows.

sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
F10
06/18/2015

Unfortunately, this didn't solve the problem. There is no difference as
far as I can tell.

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

Title:
  Screen doesn't wake up after is automatically turned off

Status in xorg package in Ubuntu:
  New

Bug description:
  When the system puts the display to sleep after X amount of time of
  inactivity it will not turn back on. Black screen. I can press
  ctrl+alt+f1 to get me to a terminal session and that works. I then can
  restart lightdm or reboot.

  This started after upgrading to 15.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  BootLog:
   fsck from util-linux 2.26.2
   /dev/sda5: clean, 807232/3474800 files, 10321920/13898240 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Fri Oct 30 19:41:59 2015
  DistUpgraded: 2015-10-28 09:16:46,187 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics] 
[1002:130f] (prog-if 00 [VGA controller])
 Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:0123]
  InstallationDate: Installed on 2013-12-26 (673 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=1acecacd-03f2-4d85-8137-54d3d8928816 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-10-28 (2 days ago)
  dmi.bios.date: 05/28/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F8
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: G1.Sniper A88X-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF8:bd05/28/2014:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnG1.SniperA88X-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  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
  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: Thu Oct 29 15:33:50 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputVideo BusKEYBOARD, id 7
   inputPower Button KEYBOARD, id 8
   inputLogitech USB Receiver KEYBOARD, id 9
   inputLogitech USB Receiver KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1511885/+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 1512748] Re: blabla

2015-11-07 Thread Christopher M. Penalver
Grzegorz Cyrek, thank you for taking the time to report this and helping
to make Ubuntu better. Unfortunately, this report didn't include enough
information. You may find it helpful to read "How to report bugs
effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html and
https://wiki.ubuntu.com/ReportingBugs . We'd be grateful if you would
then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem,
2. The behavior you expected, and
3. The behavior you actually encountered (in as much detail as possible).

Thank you for your understanding.

** Tags added: bios-outdated-1.45

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

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

Title:
  blabla

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  bla bla

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20
  Uname: Linux 3.13.0-55-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  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
  Date: Tue Nov  3 16:18:27 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:215a]
  InstallationDate: Installed on 2014-08-20 (439 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: LENOVO 2537KL6
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-55-generic 
root=/dev/mapper/ubuntu--vg-root ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/09/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6IET77WW (1.37 )
  dmi.board.name: 2537KL6
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6IET77WW(1.37):bd05/09/2011:svnLENOVO:pn2537KL6:pvrThinkPadT410:rvnLENOVO:rn2537KL6:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2537KL6
  dmi.product.version: ThinkPad T410
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue Nov  3 10:34:37 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   16438 
   vendor LEN
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1512748/+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 1512672] Re: Xorg crash

2015-11-07 Thread Christopher M. Penalver
Alexander Gladysh, thank you for reporting this and helping make Ubuntu
better.

As per https://www.asus.com/Notebooks/X555LN/HelpDesk_Download/ an
update to your computer's buggy and outdated BIOS is available (311). If
you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, if the problem is still reproducible, and the
information above is provided, then please mark this report Status New.
Otherwise, please mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-311

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

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

Title:
  Xorg crash

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When I put my primary display under secondary using System Settings /
  Display and press Apply, X crashes and I see the login screen.

  Result is the same if I use xrandr directly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: nvidia wl
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  352.41  Fri Aug 21 23:09:52 
PDT 2015
   GCC version:  gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Tue Nov  3 14:32:21 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   nvidia-352-updates, 352.41, 4.2.0-16-generic, x86_64: installed
  DpkgLog:
   
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:16cd]
 Subsystem: ASUSTeK Computer Inc. Device [1043:16cd]
  InstallationDate: Installed on 2015-10-27 (6 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. X555LN
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X555LN.309
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X555LN
  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.:bvrX555LN.309:bd08/14/2014:svnASUSTeKCOMPUTERINC.:pnX555LN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX555LN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X555LN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  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.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  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 N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Tue Nov  3 14:31:56 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to 

[Touch-packages] [Bug 1512634] Re: Mouse pointer gets distorted / broken on dual screen setup

2015-11-07 Thread Christopher M. Penalver
Stein-Magne Pedersen, thank you for reporting this and helping make
Ubuntu better.

As per
https://www.asus.com/Motherboards/SABERTOOTH_990FX/HelpDesk_Download/ an
update to your computer's buggy and outdated BIOS is available (1604).
If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, if the problem is still reproducible, and the
information above is provided, then please mark this report Status New.
Otherwise, please mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-1604

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

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

Title:
  Mouse pointer gets distorted / broken on dual screen setup

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  The mouse pointer is fine at boot, but after working a couple of
  minutes it gets distorted. I move my mouse pointer back and forth
  between my two screens all the time. The actual distortion happends
  randomly on the "screen swich" and when I move my pointer on one of my
  screens. Sometimes I can see a slightly distortion and if I move my
  mouse pointer on top of a scrollbar its back to normal. But just for a
  little while, then its permanently distorted. And it happends only on
  one of the screens, never on both at the same time.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-66.108-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-66-generic x86_64
  NonfreeKernelModules: fglrx
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  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: Tue Nov  3 10:39:02 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx-core, 15.200, 3.13.0-62-generic, x86_64: installed
   fglrx-core, 15.200, 3.13.0-63-generic, x86_64: installed
   fglrx-core, 15.200, 3.13.0-65-generic, x86_64: installed
   fglrx-core, 15.200, 3.13.0-66-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290] 
[1002:67b1] (prog-if 00 [VGA controller])
 Subsystem: XFX Pine Group Inc. Device [1682:9295]
  InstallationDate: Installed on 2014-12-19 (318 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: To be filled by O.E.M. To be filled by O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-66-generic 
root=UUID=f0b5450d-3c23-49f1-b3e8-4544b9af89d7 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/22/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0705
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: SABERTOOTH 990FX
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0705:bd08/22/2011:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKComputerINC.:rnSABERTOOTH990FX:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: To be filled by O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ub

[Touch-packages] [Bug 1494480] Re: taking screenshots locks the UI for 4-5seconds on Meizu MX4

2015-11-07 Thread Jean-Baptiste Lallement
It is likely a duplicate of bug 1508830

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

Title:
  taking screenshots locks the UI for 4-5seconds on Meizu MX4

Status in Canonical System Image:
  Incomplete
Status in media-hub package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  taking screenshots locks the UI for 4-5seconds on Meizu MX4

  take a screenshot (volume up + down), count until you can use the UI
  again (swipe or whatever)

  instant would be much better :P

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1494480/+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 1494480] Re: taking screenshots locks the UI for 4-5seconds on Meizu MX4

2015-11-07 Thread Jean-Baptiste Lallement
system-image-cli -i
current build number: 157
device name: arale
channel: ubuntu-touch/rc-proposed/meizu.en

I took a screenshot of the greeter and the UI completely froze and didn't 
resume (still frozen after 4 minutes) 
The clock updated to the right time after 3 minutes then froze again. 

After 6 minutes it finally took the screenshot but everything was
utterly slow. for example drag down the indicator, and they partially
reveal after 1 minute.

The following messages are displayed in unity8.log
void AalMediaPlayerService::play()
Failed to check if source is video:  org.freedesktop.DBus.Error.NoReply: Did 
not receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
Failed to check if source is video:  org.freedesktop.DBus.Error.NoReply: Did 
not receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
Failed to check if source is video:  org.freedesktop.DBus.Error.NoReply: Did 
not receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
Failed to get current playback position:  org.freedesktop.DBus.Error.NoReply: 
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
Failed to get current playback position:  org.freedesktop.DBus.Error.NoReply: 
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
qtmir.applications: Application::setRequestedState - appId= "unity8-dash" 
requestedState= running
Failed to get current playback position:  org.freedesktop.DBus.Error.NoReply: 
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
Failed to get current playback position:  org.freedesktop.DBus.Error.NoReply: 
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
Failed to get current playback position:  org.freedesktop.DBus.Error.NoReply: 
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
Failed to get current playback position:  org.freedesktop.DBus.Error.NoReply: 
Did not receive a reply. Possible causes include: the remote application did 
not send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.
Saving screenshot to 
"/home/phablet/Pictures/Screenshots/screenshot20151107_202719423.png"


** Also affects: media-hub (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  taking screenshots locks the UI for 4-5seconds on Meizu MX4

Status in Canonical System Image:
  Incomplete
Status in media-hub package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  taking screenshots locks the UI for 4-5seconds on Meizu MX4

  take a screenshot (volume up + down), count until you can use the UI
  again (swipe or whatever)

  instant would be much better :P

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1494480/+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 1508830] Re: Phone hangs by repeatedly refreshing the apps scope and taking screenshots

2015-11-07 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Importance: Undecided => High

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

Title:
  Phone hangs by repeatedly refreshing the apps scope and taking
  screenshots

Status in Canonical System Image:
  Confirmed
Status in media-hub package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  current build number: 145
  device name: arale
  channel: ubuntu-touch/rc-proposed/meizu.en
  last update: 2015-10-22 07:33:52

  
  Test Case:
  1. Go to the app scope
  2. Take a screenshot by pressing vol-up and vol-down
  3. Repeat steps 1 and 2 until the shell hangs

  Actual Results
  Shell hangs and only the power button is responsive

  Expected results
  I can refresh the scope and take screenshots forever

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1508830/+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 1512454] Re: Refresh change colours

2015-11-07 Thread Christopher M. Penalver
Dominik, thank you for reporting this and helping make Ubuntu better.

Could you please run the following command from a terminal as it will 
automatically gather and attach updated debug information to this report:
apport-collect -p xorg 1512454

Please ensure you have the package xdiagnose installed, and that you
click the Yes button for attaching additional debugging information.

When reporting xorg related bugs in the future, please do so via the
above method. You can learn more about this functionality at
https://wiki.ubuntu.com/ReportingBugs.

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

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

Title:
  Refresh change colours

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I had experienced few times that refreshing window causes some places to lose 
right information about colour. I mean that colours change to different for 
e.g. grey become yellowish, and strips are visible. Also in web browser some 
letters disappear.
  It is happening not often, maybe about 2/3 times per month. I am using Ubuntu 
14.04, with following Hardware:
  Intel core I5 540M 2.53 GHz x 2 with Intel Ironlake Mobile graphics. System 
Is 64 bit version. 3,7GiB Ram.
  I'm using two screens with different size. First one is built-in laptop 
screen with resolution 1366x768 (16:9) and second one is Hitachi 22HXJ06U with 
resolution 1920x1080 (16:9). This happened to me also in Ubuntu 15.04, and 
before on Ubuntu 14.10. (In all cases the same hardware and two screens). Until 
now I notice this bug only when on firefox so I thought it could be something 
wrong with firefox, but today I noticed this bug on Terminal Window. I cannot 
really provide information how to create this bug - twice it happened on 
facebook when board automatically refreshed, and today it happened on Terminal 
when I clicked on firefox. I tried to repeat the problem with terminal, using 
the same commands but without positive results. Bug is fixing when window / 
application getting refreshed - scrolling up / down or moving window on screen 
fixing it. Creating Screenshot doesn't fixing it (done by default Print Screen 
with animation that everything becoming white and going to normal imag
 e)
  I also checked logs (/var/log/Xorg.0.log) but I dont see any error message or 
something - log finishing after screen setting up.
  I attached picture with example in firefox window (screenshots was bit edited 
- facebook's board, chat and chat list been deleted).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1512454/+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 1512578] Re: I always have to login my system with resume mode.

2015-11-07 Thread Christopher M. Penalver
** Tags added: latest-bios-53cn19ww

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

Title:
  I always have to login my system with resume mode.

Status in xorg package in Ubuntu:
  New

Bug description:
  My laptop is Lenovo Ideapad Z475, each time it won't access to my
  ubuntu 15.10 in the normal mode when I start my computer. I've tried
  to install fglrx but after reboot it even couldn't login to unity desk
  through resume mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.19.1-0ubuntu4
  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
  Date: Tue Nov  3 12:58:02 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6520G] 
[1002:9647] (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:397b]
   Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M 
Series] [1002:6760] (prog-if 00 [VGA controller])
 Subsystem: Lenovo Radeon HD 6470M [17aa:397b]
  InstallationDate: Installed on 2015-11-01 (1 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: LENOVO IdeaPad Z475
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic 
root=UUID=7c6e6cbe-79ae-4faf-af48-0d3dfae2c220 ro recovery nomodeset
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] 没有那个文件或目录: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/05/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 53CN19WW
  dmi.board.asset.tag: Base Board Asset Tag Unknown
  dmi.board.name: Lenovo
  dmi.board.vendor: LENOVO
  dmi.board.version: Lenovo KL6B/KL6C Z475
  dmi.chassis.asset.tag: Chassis Asset Tag Unknown
  dmi.chassis.type: 10
  dmi.chassis.vendor: Advanced Micro Devices, Inc.
  dmi.chassis.version: Chassis Version Unknown
  dmi.modalias: 
dmi:bvnLENOVO:bvr53CN19WW:bd12/05/2011:svnLENOVO:pnIdeaPadZ475:pvrLenovoKL6B/KL6CZ475:rvnLENOVO:rnLenovo:rvrLenovoKL6B/KL6CZ475:cvnAdvancedMicroDevices,Inc.:ct10:cvrChassisVersionUnknown:
  dmi.product.name: IdeaPad Z475
  dmi.product.version: Lenovo KL6B/KL6C Z475
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  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: Tue Nov  3 12:40:19 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1512578/+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 1140716]

2015-11-07 Thread Jefbed
Created attachment 119432
attachment-28908-0.html

I reported this bug from a system without an SSD.  Recently, I have not
seen the kernel messages appear however--currently on linux 4.2.5.

On Sun, Nov 1, 2015 at 10:04 PM, 
wrote:

> *Comment # 235 
> on bug 54226  from
> arrowsm...@pythian.com  *
>
> FWIW, my issue (https://bugs.freedesktop.org/show_bug.cgi?id=54226#c191), was
> resolved by uninstalling various components, re-installing and updating them. 
> I
> have a hunch (completely unproven) that it was a transparent bit-fail issue
> from the SSD. By un-installing and re-installing, the files were likely
> installed to a different location on the drive. It wasn't configuration, as I
> tried erasing, and even rolling back to defaults, with the problem still
> persisting. As it was almost daily, prior to uninstall, and hasn't happened
> since the install, this is all I can attribute it to.
>
> HTH someone.
>
> --
> You are receiving this mail because:
>
>- You are on the CC list for the bug.
>
>

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

Status in DRI:
  In Progress
Status in Mesa:
  Unknown
Status in linux package in Ubuntu:
  Invalid
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Triaged
Status in linux source package in Precise:
  Fix Committed
Status in linux-lts-quantal source package in Precise:
  Fix Committed
Status in linux-lts-raring source package in Precise:
  Invalid
Status in mesa source package in Precise:
  Triaged
Status in linux source package in Quantal:
  Invalid
Status in linux-lts-quantal source package in Quantal:
  Invalid
Status in linux source package in Raring:
  Invalid
Status in linux-lts-quantal source package in Raring:
  Invalid
Status in linux package in Debian:
  New
Status in linux package in Fedora:
  Unknown

Bug description:
  I'm getting errors about GPU hangs every minute or so (usually only
  when using FF and scrolling a webpage or something). I also get an
  annoying ubuntu dialog saying there is a "system error".

  This didn't happen with 3.5.0-24-generic.

  Here is the dmesg:
  [15169.033709] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15169.034517] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15628.480216] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15628.480570] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15844.231372] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15844.231773] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [20173.232593] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [20173.233211] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.650393] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26285.650980] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.658405] [ cut here ]
  [26285.658472] WARNING: at 
/build/buildd/linux-3.5.0/drivers/gpu/drm/i915/intel_pm.c:2505 
gen6_enable_rps+0x706/0x710 [i915]()
  [26285.658474] Hardware name: SATELLITE Z830
  [26285.658476] Modules linked in: sdhci_pci sdhci btrfs zlib_deflate 
libcrc32c ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs reiserfs ext2 
snd_hda_codec_hdmi snd_hda_codec_realtek joydev btusb coretemp kvm_intel kvm 
arc4 ghash_clmulni_intel aesni_intel cryptd aes_x86_64 snd_hda_intel 
snd_hda_codec snd_hwdep uvcvideo snd_pcm videobuf2_core microcode videodev bnep 
iwlwifi videobuf2_vmalloc snd_seq_midi psmouse videobuf2_memops snd_rawmidi 
rfcomm pcspkr snd_seq_midi_event serio_raw snd_seq bluetooth mac80211 snd_timer 
snd_seq_device i915 drm_kms_helper cfg80211 drm toshiba_acpi snd sparse_keymap 
soundcore wmi i2c_algo_bit toshiba_bluetooth snd_page_alloc parport_pc mei 
video mac_hid lpc_ich ppdev nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc 
lp parport e1000e ahci libahci [last unloaded: sdhci]
  [26285.658537] Pid: 23433, comm: kworker/u:0 Not tainted 3.5.0-26-generic 
#40-Ubuntu
  [26285.658539] Call Trace:
  [26285.658549]  [] warn_slowpath_common+0x7f/0xc0
  [26285.658553]  [] warn_slowpath_null+0x1a/0x20
  [26285.658569]  [] gen6_enable_rps+0x706/0x710 [i915]
  [26285.658584]  [] intel_modeset_init_hw+0x66/0xa0 [i915]
  [26285.658595]  [] i915_reset+0x1a4/0x6e0 [i915]
  [26285.658601]  [] ? __switch_to+0x12b/0x420
  [26285.658612]  [] i915_error_work_func+0xc3/0x110 [i915]
  [26285.658618]  [] process_one_work+0x12a/0x420
  [26285.658629]  [] ? gen6_pm_rps_work+0xe0/0xe0 [i915]
  [26285.658632]  

[Touch-packages] [Bug 1140716]

2015-11-07 Thread Arrowsmith
(In reply to Jeffrey E. Bedard from comment #236)
> Created attachment 119432 [details]
> attachment-28908-0.html
> 
> I reported this bug from a system without an SSD.  Recently, I have not
> seen the kernel messages appear however--currently on linux 4.2.5.

Ah, let me clarify that earlier comment: I dd'd a failing spinning drive
to an SSD. There was lots of clicking. Upgraded packages as they came
in, but no change. Only the uninstall and re-install cleared the repeat
button. :)

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

Status in DRI:
  In Progress
Status in Mesa:
  Unknown
Status in linux package in Ubuntu:
  Invalid
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Triaged
Status in linux source package in Precise:
  Fix Committed
Status in linux-lts-quantal source package in Precise:
  Fix Committed
Status in linux-lts-raring source package in Precise:
  Invalid
Status in mesa source package in Precise:
  Triaged
Status in linux source package in Quantal:
  Invalid
Status in linux-lts-quantal source package in Quantal:
  Invalid
Status in linux source package in Raring:
  Invalid
Status in linux-lts-quantal source package in Raring:
  Invalid
Status in linux package in Debian:
  New
Status in linux package in Fedora:
  Unknown

Bug description:
  I'm getting errors about GPU hangs every minute or so (usually only
  when using FF and scrolling a webpage or something). I also get an
  annoying ubuntu dialog saying there is a "system error".

  This didn't happen with 3.5.0-24-generic.

  Here is the dmesg:
  [15169.033709] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15169.034517] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15628.480216] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15628.480570] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15844.231372] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15844.231773] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [20173.232593] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [20173.233211] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.650393] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26285.650980] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.658405] [ cut here ]
  [26285.658472] WARNING: at 
/build/buildd/linux-3.5.0/drivers/gpu/drm/i915/intel_pm.c:2505 
gen6_enable_rps+0x706/0x710 [i915]()
  [26285.658474] Hardware name: SATELLITE Z830
  [26285.658476] Modules linked in: sdhci_pci sdhci btrfs zlib_deflate 
libcrc32c ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs reiserfs ext2 
snd_hda_codec_hdmi snd_hda_codec_realtek joydev btusb coretemp kvm_intel kvm 
arc4 ghash_clmulni_intel aesni_intel cryptd aes_x86_64 snd_hda_intel 
snd_hda_codec snd_hwdep uvcvideo snd_pcm videobuf2_core microcode videodev bnep 
iwlwifi videobuf2_vmalloc snd_seq_midi psmouse videobuf2_memops snd_rawmidi 
rfcomm pcspkr snd_seq_midi_event serio_raw snd_seq bluetooth mac80211 snd_timer 
snd_seq_device i915 drm_kms_helper cfg80211 drm toshiba_acpi snd sparse_keymap 
soundcore wmi i2c_algo_bit toshiba_bluetooth snd_page_alloc parport_pc mei 
video mac_hid lpc_ich ppdev nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc 
lp parport e1000e ahci libahci [last unloaded: sdhci]
  [26285.658537] Pid: 23433, comm: kworker/u:0 Not tainted 3.5.0-26-generic 
#40-Ubuntu
  [26285.658539] Call Trace:
  [26285.658549]  [] warn_slowpath_common+0x7f/0xc0
  [26285.658553]  [] warn_slowpath_null+0x1a/0x20
  [26285.658569]  [] gen6_enable_rps+0x706/0x710 [i915]
  [26285.658584]  [] intel_modeset_init_hw+0x66/0xa0 [i915]
  [26285.658595]  [] i915_reset+0x1a4/0x6e0 [i915]
  [26285.658601]  [] ? __switch_to+0x12b/0x420
  [26285.658612]  [] i915_error_work_func+0xc3/0x110 [i915]
  [26285.658618]  [] process_one_work+0x12a/0x420
  [26285.658629]  [] ? gen6_pm_rps_work+0xe0/0xe0 [i915]
  [26285.658632]  [] worker_thread+0x12e/0x2f0
  [26285.658636]  [] ? manage_workers.isra.26+0x200/0x200
  [26285.658640]  [] kthread+0x93/0xa0
  [26285.658644]  [] kernel_thread_helper+0x4/0x10
  [26285.658649]  [] ? kthread_freezable_should_stop+0x70/0x70
  [26285.658652]  [] ? gs_change+0x13/0x13
  [26285.658654] ---[ end trace 59c6162fdfcbffee ]---
  [26756.021167] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26756.021426] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26766.014093] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26766.014397] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26932.3762

[Touch-packages] [Bug 1140716]

2015-11-07 Thread Jefbed
Created attachment 119433
attachment-32271-0.html

I think this bug can be marked as closed with the latest linux/mesa/xorg
versions :)

On Fri, Nov 6, 2015 at 1:47 AM,  wrote:

> *Comment # 237 
> on bug 54226  from
> arrowsm...@pythian.com  *
>
> (In reply to Jeffrey E. Bedard from comment #236 
> )> Created 
> attachment 119432  
> [details] 
> > attachment-28908-0.html
> >
> > I reported this bug from a system without an SSD.  Recently, I have not
> > seen the kernel messages appear however--currently on linux 4.2.5.
>
> Ah, let me clarify that earlier comment: I dd'd a failing spinning drive to an
> SSD. There was lots of clicking. Upgraded packages as they came in, but no
> change. Only the uninstall and re-install cleared the repeat button. :)
>
> --
> You are receiving this mail because:
>
>- You are on the CC list for the bug.
>
>

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

Status in DRI:
  In Progress
Status in Mesa:
  Unknown
Status in linux package in Ubuntu:
  Invalid
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Triaged
Status in linux source package in Precise:
  Fix Committed
Status in linux-lts-quantal source package in Precise:
  Fix Committed
Status in linux-lts-raring source package in Precise:
  Invalid
Status in mesa source package in Precise:
  Triaged
Status in linux source package in Quantal:
  Invalid
Status in linux-lts-quantal source package in Quantal:
  Invalid
Status in linux source package in Raring:
  Invalid
Status in linux-lts-quantal source package in Raring:
  Invalid
Status in linux package in Debian:
  New
Status in linux package in Fedora:
  Unknown

Bug description:
  I'm getting errors about GPU hangs every minute or so (usually only
  when using FF and scrolling a webpage or something). I also get an
  annoying ubuntu dialog saying there is a "system error".

  This didn't happen with 3.5.0-24-generic.

  Here is the dmesg:
  [15169.033709] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15169.034517] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15628.480216] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15628.480570] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15844.231372] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15844.231773] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [20173.232593] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [20173.233211] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.650393] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26285.650980] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.658405] [ cut here ]
  [26285.658472] WARNING: at 
/build/buildd/linux-3.5.0/drivers/gpu/drm/i915/intel_pm.c:2505 
gen6_enable_rps+0x706/0x710 [i915]()
  [26285.658474] Hardware name: SATELLITE Z830
  [26285.658476] Modules linked in: sdhci_pci sdhci btrfs zlib_deflate 
libcrc32c ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs reiserfs ext2 
snd_hda_codec_hdmi snd_hda_codec_realtek joydev btusb coretemp kvm_intel kvm 
arc4 ghash_clmulni_intel aesni_intel cryptd aes_x86_64 snd_hda_intel 
snd_hda_codec snd_hwdep uvcvideo snd_pcm videobuf2_core microcode videodev bnep 
iwlwifi videobuf2_vmalloc snd_seq_midi psmouse videobuf2_memops snd_rawmidi 
rfcomm pcspkr snd_seq_midi_event serio_raw snd_seq bluetooth mac80211 snd_timer 
snd_seq_device i915 drm_kms_helper cfg80211 drm toshiba_acpi snd sparse_keymap 
soundcore wmi i2c_algo_bit toshiba_bluetooth snd_page_alloc parport_pc mei 
video mac_hid lpc_ich ppdev nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc 
lp parport e1000e ahci libahci [last unloaded: sdhci]
  [26285.658537] Pid: 23433, comm: kworker/u:0 Not tainted 3.5.0-26-generic 
#40-Ubuntu
  [26285.658539] Call Trace:
  [26285.658549]  [] warn_slowpath_common+0x7f/0xc0
  [26285.658553]  [] warn_slowpath_null+0x1a/0x20
  [26285.658569]  [] gen6_enable_rps+0x706/0x710 [i915]
  [26285.658584]  [] intel_modeset_init_hw+0x66/0xa0 [i915]
  [26285.658595]  [] i915_reset+0x1a4/0x6e0 [i915]
  [26285.658601]  [] ? __switch_to+0x12b/0x420
  [26285.658612]  [] i915_error_work_func+0xc3/0x110 [i915]
  [26285.658618]  [] process_one_work+0x12a/0x420
  [26285.658629]  [] ? gen6_pm_rps_work+0xe0/0xe0 [i915]
  [

[Touch-packages] [Bug 1511542] Re: [2.26 Regression] binutils assertion fail ../../bfd/elfnn-aarch64.c:4631

2015-11-07 Thread Matthias Klose
setting the unity tasks to NEW again, please reenable running the tests.
the binutils issue is currently worked around.

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

** Changed in: unity
   Status: In Progress => New

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

Title:
   [2.26 Regression] binutils assertion fail ../../bfd/elfnn-
  aarch64.c:4631

Status in binutils:
  Unknown
Status in Unity:
  New
Status in binutils package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  New
Status in webkit2gtk package in Ubuntu:
  Fix Released

Bug description:
  seen with 2.25.51.20151028 on aarch64-linux-gnu, GCC used is 20151028
  from the gcc-5-branch.  The test case also crashes with ld.gold.

  $ (cd tst; sh doit.sh)
  ld: BFD (GNU Binutils for Ubuntu) 2.25.51.20151028 assertion fail 
../../bfd/elfnn-aarch64.c:4631
  Segmentation fault (core dumped)

  test case at
  http://people.canonical.com/~doko/tmp/tst-binutils-20151028.tar.xz

  Program received signal SIGSEGV, Segmentation fault.
  0x007fb7ed9524 in tpoff_base (info=0x550460 ) at 
../../bfd/elfnn-aarch64.c:4633
  4633  bfd_vma base = align_power ((bfd_vma) TCB_SIZE,
  (gdb) bt
  #0  0x007fb7ed9524 in tpoff_base (info=0x550460 ) at 
../../bfd/elfnn-aarch64.c:4633
  #1  0x007fb7edcd80 in elf64_aarch64_relocate_section 
(output_bfd=0x56b440, info=0x550460 , input_bfd=0xffb29b0, 
input_section=0xffc3d98, 
  contents=0x1f18c2a0 "\341\003", relocs=0xffdfef0, local_syms=0x1ed7b780, 
local_sections=0x1fd54230) at ../../bfd/elfnn-aarch64.c:6203
  #2  0x007fb7f19240 in elf_link_input_bfd (flinfo=0x7fd640, 
input_bfd=0xffb29b0) at ../../bfd/elflink.c:10166
  #3  0x007fb7f1bb58 in bfd_elf_final_link (abfd=0x56b440, info=0x550460 
) at ../../bfd/elflink.c:11359
  #4  0x00427378 in ldwrite () at ../../ld/ldwrite.c:581
  #5  0x00423eac in main (argc=274, argv=0x7fd8c8) at 
../../ld/ldmain.c:430

To manage notifications about this bug go to:
https://bugs.launchpad.net/binutils/+bug/1511542/+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 1511542] Re: [2.26 Regression] binutils assertion fail ../../bfd/elfnn-aarch64.c:4631

2015-11-07 Thread Matthias Klose
webkit2gtk built.


** Changed in: webkit2gtk (Ubuntu)
   Status: New => Fix Released

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

Title:
   [2.26 Regression] binutils assertion fail ../../bfd/elfnn-
  aarch64.c:4631

Status in binutils:
  Unknown
Status in Unity:
  New
Status in binutils package in Ubuntu:
  Fix Released
Status in unity package in Ubuntu:
  New
Status in webkit2gtk package in Ubuntu:
  Fix Released

Bug description:
  seen with 2.25.51.20151028 on aarch64-linux-gnu, GCC used is 20151028
  from the gcc-5-branch.  The test case also crashes with ld.gold.

  $ (cd tst; sh doit.sh)
  ld: BFD (GNU Binutils for Ubuntu) 2.25.51.20151028 assertion fail 
../../bfd/elfnn-aarch64.c:4631
  Segmentation fault (core dumped)

  test case at
  http://people.canonical.com/~doko/tmp/tst-binutils-20151028.tar.xz

  Program received signal SIGSEGV, Segmentation fault.
  0x007fb7ed9524 in tpoff_base (info=0x550460 ) at 
../../bfd/elfnn-aarch64.c:4633
  4633  bfd_vma base = align_power ((bfd_vma) TCB_SIZE,
  (gdb) bt
  #0  0x007fb7ed9524 in tpoff_base (info=0x550460 ) at 
../../bfd/elfnn-aarch64.c:4633
  #1  0x007fb7edcd80 in elf64_aarch64_relocate_section 
(output_bfd=0x56b440, info=0x550460 , input_bfd=0xffb29b0, 
input_section=0xffc3d98, 
  contents=0x1f18c2a0 "\341\003", relocs=0xffdfef0, local_syms=0x1ed7b780, 
local_sections=0x1fd54230) at ../../bfd/elfnn-aarch64.c:6203
  #2  0x007fb7f19240 in elf_link_input_bfd (flinfo=0x7fd640, 
input_bfd=0xffb29b0) at ../../bfd/elflink.c:10166
  #3  0x007fb7f1bb58 in bfd_elf_final_link (abfd=0x56b440, info=0x550460 
) at ../../bfd/elflink.c:11359
  #4  0x00427378 in ldwrite () at ../../ld/ldwrite.c:581
  #5  0x00423eac in main (argc=274, argv=0x7fd8c8) at 
../../ld/ldmain.c:430

To manage notifications about this bug go to:
https://bugs.launchpad.net/binutils/+bug/1511542/+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 1140716]

2015-11-07 Thread Arrowsmith
FWIW, my issue
(https://bugs.freedesktop.org/show_bug.cgi?id=54226#c191), was resolved
by uninstalling various components, re-installing and updating them. I
have a hunch (completely unproven) that it was a transparent bit-fail
issue from the SSD. By un-installing and re-installing, the files were
likely installed to a different location on the drive. It wasn't
configuration, as I tried erasing, and even rolling back to defaults,
with the problem still persisting. As it was almost daily, prior to
uninstall, and hasn't happened since the install, this is all I can
attribute it to.

HTH someone.

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

Status in DRI:
  In Progress
Status in Mesa:
  Unknown
Status in linux package in Ubuntu:
  Invalid
Status in linux-lts-quantal package in Ubuntu:
  Invalid
Status in linux-lts-raring package in Ubuntu:
  Invalid
Status in mesa package in Ubuntu:
  Triaged
Status in linux source package in Precise:
  Fix Committed
Status in linux-lts-quantal source package in Precise:
  Fix Committed
Status in linux-lts-raring source package in Precise:
  Invalid
Status in mesa source package in Precise:
  Triaged
Status in linux source package in Quantal:
  Invalid
Status in linux-lts-quantal source package in Quantal:
  Invalid
Status in linux source package in Raring:
  Invalid
Status in linux-lts-quantal source package in Raring:
  Invalid
Status in linux package in Debian:
  New
Status in linux package in Fedora:
  Unknown

Bug description:
  I'm getting errors about GPU hangs every minute or so (usually only
  when using FF and scrolling a webpage or something). I also get an
  annoying ubuntu dialog saying there is a "system error".

  This didn't happen with 3.5.0-24-generic.

  Here is the dmesg:
  [15169.033709] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15169.034517] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15628.480216] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15628.480570] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15844.231372] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15844.231773] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [20173.232593] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [20173.233211] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.650393] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26285.650980] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.658405] [ cut here ]
  [26285.658472] WARNING: at 
/build/buildd/linux-3.5.0/drivers/gpu/drm/i915/intel_pm.c:2505 
gen6_enable_rps+0x706/0x710 [i915]()
  [26285.658474] Hardware name: SATELLITE Z830
  [26285.658476] Modules linked in: sdhci_pci sdhci btrfs zlib_deflate 
libcrc32c ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs reiserfs ext2 
snd_hda_codec_hdmi snd_hda_codec_realtek joydev btusb coretemp kvm_intel kvm 
arc4 ghash_clmulni_intel aesni_intel cryptd aes_x86_64 snd_hda_intel 
snd_hda_codec snd_hwdep uvcvideo snd_pcm videobuf2_core microcode videodev bnep 
iwlwifi videobuf2_vmalloc snd_seq_midi psmouse videobuf2_memops snd_rawmidi 
rfcomm pcspkr snd_seq_midi_event serio_raw snd_seq bluetooth mac80211 snd_timer 
snd_seq_device i915 drm_kms_helper cfg80211 drm toshiba_acpi snd sparse_keymap 
soundcore wmi i2c_algo_bit toshiba_bluetooth snd_page_alloc parport_pc mei 
video mac_hid lpc_ich ppdev nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc 
lp parport e1000e ahci libahci [last unloaded: sdhci]
  [26285.658537] Pid: 23433, comm: kworker/u:0 Not tainted 3.5.0-26-generic 
#40-Ubuntu
  [26285.658539] Call Trace:
  [26285.658549]  [] warn_slowpath_common+0x7f/0xc0
  [26285.658553]  [] warn_slowpath_null+0x1a/0x20
  [26285.658569]  [] gen6_enable_rps+0x706/0x710 [i915]
  [26285.658584]  [] intel_modeset_init_hw+0x66/0xa0 [i915]
  [26285.658595]  [] i915_reset+0x1a4/0x6e0 [i915]
  [26285.658601]  [] ? __switch_to+0x12b/0x420
  [26285.658612]  [] i915_error_work_func+0xc3/0x110 [i915]
  [26285.658618]  [] process_one_work+0x12a/0x420
  [26285.658629]  [] ? gen6_pm_rps_work+0xe0/0xe0 [i915]
  [26285.658632]  [] worker_thread+0x12e/0x2f0
  [26285.658636]  [] ? manage_workers.isra.26+0x200/0x200
  [26285.658640]  [] kthread+0x93/0xa0
  [26285.658644]  [] kernel_thread_helper+0x4/0x10
  [26285.658649]  [] ? kthread_freezable_should_stop+0x70/0x70
  [26285.658652]  [] ? gs_change+0x13/0x13
  [26285.658654] ---[ end trace 59c6162fdfcbffee ]---
  [26756.021167] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26756.021426] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26766.014093] [drm:i915_hangcheck_hung] *ERROR* Hangchec

[Touch-packages] [Bug 1512402] Re: Corrupted display of Qt4 Applications

2015-11-07 Thread Christopher M. Penalver
Alexander Krosch, thank you for reporting this and helping make Ubuntu
better.

Could you please run the following command from a terminal as it will 
automatically gather and attach updated debug information to this report:
apport-collect -p xorg 1512402

Please ensure you have the package xdiagnose installed, and that you
click the Yes button for attaching additional debugging information.

When reporting xorg related bugs in the future, please do so via the
above method. You can learn more about this functionality at
https://wiki.ubuntu.com/ReportingBugs.

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

** Changed in: xorg (Ubuntu)
   Status: Confirmed => 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/1512402

Title:
  Corrupted display of Qt4 Applications

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When I run Qt4 based Applications either from konsole or from Creator the 
windows' content will look very disturbed, rendering the program absolutely 
useless. This happens only if Android Studio is running at the same time 
(Version 1.4, JDK 1.7.0_79). If I close Ansroid Studio (almost) everything is 
fine again. (Well almost, as there's also a problem with Qt4 command link 
buttons and HiDPI displays, but that's another story.)
  The applies for file dialogs in chromium (it uses kde4 libs, I suppose?). 
When AS is running, the file dialogs will be unusable, if I close it all is 
good.
  I haven't tested it with other Java based applications yet, so it might just 
be the JDK. (It's the Oracle one, I think, or whatever Google makes you 
download.)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Nov  2 17:05:36 2015
  InstallationDate: Installed on 2015-06-01 (154 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to wily on 2015-10-26 (6 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1512402/+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 1512394] Re: Desktop icons are places outside visible area on a dual monitor system.

2015-11-07 Thread Christopher M. Penalver
Maxim, thank you for reporting this and helping make Ubuntu better.

As per http://support.lenovo.com/us/en/products/laptops-and-
netbooks/thinkpad-t-series-laptops/thinkpad-t440s an update to your
computer's buggy and outdated BIOS is available (2.35). If you update to
this following https://help.ubuntu.com/community/BIOSUpdate does it
change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, if the problem is still reproducible, and the
information above is provided, then please mark this report Status New.
Otherwise, please mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-2.35

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

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

Title:
  Desktop icons are places outside visible area on a dual monitor
  system.

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Some of the desktop icons are placed outside of the visible area. It
  seems as if the actual desktop area is greater than what is displayed
  by the screen.

  I have a dual monitor setup. The primary screen is connected to the
  VGA port of my laptop. The laptop's screen is configured as secondary
  and is placed on the left.

  The native resolution of both screens is 1920x1080. However, since the
  built in screen of my laptop is small, it is set to 1360x768. The
  primary screen is set to its native resolution.

  If I sort the icons by name, the are moved to the secondary screen
  with the lower resolution and some of the icons are out of the visible
  range so I cannot access them.

  If I change the resolution of the secondary screen to its native
  resolution, I do find the icons in the top corner of the desktop.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.15
  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: Mon Nov  2 14:59:16 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DpkgLog:
   
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 0b) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:220c]
  InstallationDate: Installed on 2015-02-25 (249 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: LENOVO 20ARS1NW00
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-50-generic.efi.signed 
root=UUID=6d760634-ce0e-46e1-aa6f-ec5438dfbf34 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/09/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET82WW (2.32 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20ARS1NW00
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50512 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET82WW(2.32):bd01/09/2015:svnLENOVO:pn20ARS1NW00:pvrThinkPadT440s:rvnLENOVO:rn20ARS1NW00:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20ARS1NW00
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Mon Nov  2 14:42:39 2015
  xserver.configfile: default
 

[Touch-packages] [Bug 1512348] Re: Lenovo - Trace effect

2015-11-07 Thread Christopher M. Penalver
Siddarth Saxena, thank you for reporting this and helping make Ubuntu
better.

As per http://support.lenovo.com/us/en/products/laptops-and-
netbooks/lenovo-b-series-laptops/lenovo-b490-notebook an update to your
computer's buggy and outdated BIOS is available (H9ET92WW). If you
update to this following https://help.ubuntu.com/community/BIOSUpdate
does it address the issue?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

Also, you don't have to create a new bug report.

Once the BIOS is updated, if the problem is still reproducible, and the
information above is provided, then please mark this report Status
Confirmed. Otherwise, please mark this as Invalid.

Thank you for your understanding.

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

** Changed in: linux (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/1512348

Title:
  Lenovo - Trace effect

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Found this message in dmesg: 
  [18760.486422] Hardware name: LENOVO 20207/20207  , BIOS H1ET75WW(1.18) 
06/27/2013
  [18760.486424]  c07dded8 88011e243d28 817c4e0f 
0007
  [18760.486426]  88011e243d78 88011e243d68 81076a8a 
88011e243d88
  [18760.486428]  8800c224c000 8800c16f1000  
8800c16f11a8
  [18760.486430] Call Trace:
  [18760.486432][] dump_stack+0x45/0x57
  [18760.486440]  [] warn_slowpath_common+0x8a/0xc0
  [18760.486442]  [] warn_slowpath_fmt+0x46/0x50
  [18760.486459]  [] intel_check_page_flip+0xda/0xf0 [i915]
  [18760.486472]  [] ironlake_irq_handler+0x2e8/0xfd0 [i915]
  [18760.486474]  [] ? internal_add_timer+0x80/0x80
  [18760.486477]  [] ? hrtimer_get_next_event+0xac/0xd0
  [18760.486480]  [] handle_irq_event_percpu+0x77/0x1a0
  [18760.486483]  [] handle_irq_event+0x41/0x70
  [18760.486485]  [] handle_edge_irq+0x6e/0x120
  [18760.486488]  [] handle_irq+0x22/0x40
  [18760.486491]  [] do_IRQ+0x4f/0xf0
  [18760.486493]  [] common_interrupt+0x6d/0x6d
  [18760.486494][] ? cpuidle_enter_state+0x65/0x160
  [18760.486499]  [] ? cpuidle_enter_state+0x51/0x160
  [18760.486501]  [] cpuidle_enter+0x17/0x20
  [18760.486503]  [] cpu_startup_entry+0x311/0x3b0
  [18760.486507]  [] start_secondary+0x197/0x1c0
  [18760.486509] ---[ end trace 0a3cc2023da78889 ]---

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.7
  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
  Date: Mon Nov  2 18:06:55 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-15-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-30-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 3.19.0-31-generic, x86_64: installed
   vboxhost, 5.0.6, 3.19.0-30-generic, x86_64: installed
   vboxhost, 5.0.6, 3.19.0-31-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:5002]
  InstallationDate: Installed on 2015-10-07 (26 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20207
  ProcEnviron:
   LANGUAGE=en_IN:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-31-generic 
root=UUID=3af97ba8-67d0-4b9b-9b43-0c9d8a2138f5 ro quiet splash vt.handoff=7
  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: 06/27/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: H1ET75WW(1.18)
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20207
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.m

[Touch-packages] [Bug 1514102] [NEW] Intel Graphic chips bug(s)

2015-11-07 Thread Ian Bruntlett
Public bug reported:

1. Original bug was where the graphics would normally work but every so
often the screen would be corrupted with horizontal lines of junk.

After much research I found a primitive fix for that:-
* edit /etc/default/grub to add nomodeset to the GRUB_CMDLINE_LINUX
* sudo update-grub
* reboot

2. Now the system will only allow VGA 640x480 graphics

This is occurring on an Intel 829845G/GZ chipset

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
Uname: Linux 4.2.0-17-generic x86_64
ApportVersion: 2.19.1-0ubuntu4
Architecture: amd64
CurrentDesktop: LXDE
Date: Sat Nov  7 18:44:01 2015
InstallationDate: Installed on 2015-11-07 (0 days ago)
InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug wily

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

Title:
  Intel Graphic chips bug(s)

Status in xorg package in Ubuntu:
  New

Bug description:
  1. Original bug was where the graphics would normally work but every
  so often the screen would be corrupted with horizontal lines of junk.

  After much research I found a primitive fix for that:-
  * edit /etc/default/grub to add nomodeset to the GRUB_CMDLINE_LINUX
  * sudo update-grub
  * reboot

  2. Now the system will only allow VGA 640x480 graphics

  This is occurring on an Intel 829845G/GZ chipset

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Sat Nov  7 18:44:01 2015
  InstallationDate: Installed on 2015-11-07 (0 days ago)
  InstallationMedia: Lubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1514102/+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 1511496] Re: Synaptics touchpad pastes when clicked in the top-right corner

2015-11-07 Thread Christopher M. Penalver
Ethan Trewhitt, thank you for reporting this and helping make Ubuntu
better.

Could you please run the following command from a terminal as it will 
automatically gather and attach updated debug information to this report:
apport-collect -p xorg 1511496

Please ensure you have the package xdiagnose installed, and that you
click the Yes button for attaching additional debugging information.

When reporting xorg related bugs in the future, please do so via the
above method. You can learn more about this functionality at
https://wiki.ubuntu.com/ReportingBugs.

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

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

Title:
  Synaptics touchpad pastes when clicked in the top-right corner

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When I tap the Synaptics touchpad of my laptop, the contents of the
  clipboard are pasted. It's exactly as if I typed "Ctrl-V" in the
  current window. I see no way in the touchpad settings to disable this
  behavior, so it seems like a bug.

  Action taken: tap the touchpad in the top right of the touchpad
  Expected result: the mouse is clicked at the current location
  Erroneous result: the clipboard is pasted into the current application

  This is a brand new Dell Latitude E7450 running Xubuntu Trusty
  (Description: Ubuntu 14.04.3 LTS, Release: 14.04).

  Here is the output of apt-cache:

  xserver-xorg-input-synaptics:
Installed: 1.7.4-0ubuntu1
Candidate: 1.7.4-0ubuntu1
Version table:
   *** 1.7.4-0ubuntu1 0
  500 http://mirror.us.leaseweb.net/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  Note that this seems to be the exact same bug as was reported in
  #1264713, but that bug is permanently closed and I was asked to create
  a new issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-31.36~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: amd64
  Date: Thu Oct 29 14:32:22 2015
  InstallationDate: Installed on 2015-10-16 (13 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140723)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1511496/+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 1511380] Re: bug report was sent automaticly by computer bug report

2015-11-07 Thread Christopher M. Penalver
mark page, thank you for reporting this and helping make Ubuntu better.

Could you please test http://cdimage.ubuntu.com/daily-live/current/ and
advise to the results?

** Changed in: xorg (Ubuntu)
   Importance: Undecided => 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/1511380

Title:
  bug report was sent automaticly by computer bug report

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  font issue kept coming up on boot

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-32.37~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-32-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: kwin
  Date: Thu Oct 29 03:39:56 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   ndiswrapper, 1.59, 3.19.0-31-generic, x86_64: installed
   ndiswrapper, 1.59, 3.19.0-32-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS780 [Radeon HD 3200] [1002:9610] 
(prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:040f]
  InstallationDate: Installed on 2015-10-14 (15 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Dell Inc. Inspiron 400
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-32-generic 
root=UUID=185e2afa-a11e-4f55-9c48-6ffd2c8f6a4a ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/04/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A01
  dmi.board.name: 03D1TV
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd09/04/2009:svnDellInc.:pnInspiron400:pvr00:rvnDellInc.:rn03D1TV:rvrA00:cvnDellInc.:ct3:cvrNotSpecified:
  dmi.product.name: Inspiron 400
  dmi.product.version: 00
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Thu Oct 29 03:16:28 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputUSB Optical MouseMOUSE, id 8
   inputLogitech K360KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3.1~trusty1
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1511380/+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 1509740] Re: Could not apply the stored configuration for monitors

2015-11-07 Thread Christopher M. Penalver
jerrylamos, thank you for reporting this and helping make Ubuntu better.

As per http://support.lenovo.com/us/en/products/desktops-and-all-in-
ones/thinkcentre-m-series-desktops/thinkcentre-m58p an update to your
computer's buggy and outdated BIOS is available (5CKT77A). If you update
to this following https://help.ubuntu.com/community/BIOSUpdate does it
change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, if the problem is still reproducible, and the
information above is provided, then please mark this report Status New.
Otherwise, please mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-5ckt77a

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

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

Title:
  Could not apply the stored configuration for monitors

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Message on booting up.  See attached.
  Came up in 1920x1080 expected 1366x768
  Screen flashed a couple times, once in 1366x768, then back to max resolution 
hard to read on this monitor.
  Systems settings to get desired resolution.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu3
  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: Sat Oct 24 20:54:50 2015
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e12] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Lenovo ThinkCentre M6258 [17aa:3048]
 Subsystem: Lenovo Device [17aa:3048]
  InstallationDate: Installed on 2015-10-18 (6 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151017)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=6bdff0bd-7dcf-406b-a54d-fcd767e107cc ro quiet splash vt.handoff=7
  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: 01/10/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5CKT69AUS
  dmi.board.name: LENOVO
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: NONE
  dmi.modalias: 
dmi:bvnLENOVO:bvr5CKT69AUS:bd01/10/2011:svnLENOVO:pn6234A1U:pvrThinkCentreM58p:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE:
  dmi.product.name: 6234A1U
  dmi.product.version: ThinkCentre M58p
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  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: Sun Oct 25 00:53:23 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.2-1ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1509740/+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 1509792] Re: only function keys but not the regular keys working, acer aspire U5 620

2015-11-07 Thread Christopher M. Penalver
** Tags added: trusty vivid

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

Title:
  only function keys but not the regular keys working, acer aspire U5
  620

Status in xorg package in Ubuntu:
  New

Bug description:
  After installing Ubuntu on a new Acer aspire u5 620 I found that the
  wireless keyboard is not working properly (Keyboard: Acer KBRF96211).
  The mouse works just fine and I can use the arrow keys in the grub
  menu (so I am sure the usb plug is working). Moreover, I just
  realized, that while pressing Fn the function keys are working but not
  the regular keys (either with or without pressing the function key)?!
  I have tried it with 14.10 15.04 and 15.10.

  I disabled the touchscreen in the file 10-evdev.conf to make sure it
  does not interfere with the wireless keyboard but nothing changed.
  When I plug in a regular usb-keyboard it is recognized immediately and
  works fine.

  Did anyone experience this before?

  Can you think of a workaround to "establish contact" to the other keys
  on the keyboard? Or do you see a chance to obtain or adapt specific
  drivers? I really like Ubuntu and want to keep using it, any help
  would be appreciated

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  NonfreeKernelModules: wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu3
  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: Sun Oct 25 12:40:27 2015
  DistUpgraded: 2015-10-25 08:41:39,601 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.19.0-31-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0859]
 Subsystem: Acer Incorporated [ALI] Device [1025:0859]
  InstallationDate: Installed on 2014-10-27 (363 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Acer Aspire U5-620
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic.efi.signed 
root=UUID=4b1b5f51-933c-44bc-a59b-9cd27b3a6af5 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to wily on 2015-10-25 (0 days ago)
  dmi.bios.date: 03/28/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P11-A1
  dmi.board.name: Aspire U5-620
  dmi.board.vendor: Acer
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 13
  dmi.chassis.vendor: Acer
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP11-A1:bd03/28/2014:svnAcer:pnAspireU5-620:pvr:rvnAcer:rnAspireU5-620:rvr:cvnAcer:ct13:cvrToBeFilledByO.E.M.:
  dmi.product.name: Aspire U5-620
  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
  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: Sun Oct 25 12:17:19 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   61745 
   vendor ACR
  xserver.version: 2:1.17.2-1ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1509792/+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 1509689] Re: the system running low graphics mode

2015-11-07 Thread Christopher M. Penalver
weider, thank you for reporting this and helping make Ubuntu better.

As per http://support.lenovo.com/us/en/products/laptops-and-
netbooks/lenovo-g-series-laptops/lenovo-g480-notebook an update to your
computer's buggy and outdated BIOS is available (5ECN96WW). If you
update to this following https://help.ubuntu.com/community/BIOSUpdate
does it change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, if the problem is still reproducible, and the
information above is provided, then please mark this report Status New.
Otherwise, please mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-5ecn96ww

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

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

Title:
  the system running low graphics mode

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I installed ubuntu 4.14 with xfce, but the message "the system running
  low graphics mode" appears and now I can not get into the Graphical
  Ubuntu mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-51.69~14.04.1-generic 3.16.7-ckt17
  Uname: Linux 3.16.0-51-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.16
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Oct 24 15:35:57 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia-304, 304.128, 3.16.0-51-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:3977]
  InstallationDate: Installed on 2015-03-13 (224 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: LENOVO 20149
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-51-generic 
root=UUID=45388c46-5638-4327-bdaf-25ee64a3f3ea ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/19/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5ECN95WW(V9.00)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: 3194WIN8 STD SGL
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G480
  dmi.modalias: 
dmi:bvnLENOVO:bvr5ECN95WW(V9.00):bd12/19/2012:svnLENOVO:pn20149:pvrLenovoG480:rvnLENOVO:rnINVALID:rvr3194WIN8STDSGL:cvnLENOVO:ct10:cvrLenovoG480:
  dmi.product.name: 20149
  dmi.product.version: Lenovo G480
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.65+git20151019.3045523d-0ubuntu0ricotz~trusty
  version.libgl1-mesa-dri: libgl1-mesa-dri 
11.0.2+git20151008+11.0.b1230e3e-0ubuntu0ricotz~trusty
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 
11.0.2+git20151008+11.0.b1230e3e-0ubuntu0ricotz~trusty
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20151015.6861391f-0ubuntu0sarvatt~trusty
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat Oct 24 15:28:08 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   17740 
   vendor SEC
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1509689/+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 1514099] [NEW] Camera pinch zoom fails when previously zoomed

2015-11-07 Thread Robie Basak
Public bug reported:

On Aquaris 4.5 r26.

Steps to reproduce:

1. Pinch zoom to maximum zoom.
2. Take a photo.
3. Press power button to turn screen off.
4. Press power button to turn screen back on.
5. Slide to unlock.
6. Enter pin.

Expected results: camera still on maximum zoom.
Actual results: camera on minimum zoom.

7. Pinch to zoom in again.

Expected results: camera zooms in again.
Actual results: cannot zoom in at all. Zoom control appears and displays 
maximum zoom.

Speculation: the UI thinks the camera is on maximum zoom so doesn't send
any zoom change request to the backend. But the camera restored to
minimum zoom when restoring from standby.

** Affects: camera-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 camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1514099

Title:
  Camera pinch zoom fails when previously zoomed

Status in camera-app package in Ubuntu:
  New

Bug description:
  On Aquaris 4.5 r26.

  Steps to reproduce:

  1. Pinch zoom to maximum zoom.
  2. Take a photo.
  3. Press power button to turn screen off.
  4. Press power button to turn screen back on.
  5. Slide to unlock.
  6. Enter pin.

  Expected results: camera still on maximum zoom.
  Actual results: camera on minimum zoom.

  7. Pinch to zoom in again.

  Expected results: camera zooms in again.
  Actual results: cannot zoom in at all. Zoom control appears and displays 
maximum zoom.

  Speculation: the UI thinks the camera is on maximum zoom so doesn't
  send any zoom change request to the backend. But the camera restored
  to minimum zoom when restoring from standby.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1514099/+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 1514100] [NEW] Camera makes shutter sound when phone is in silent mode

2015-11-07 Thread Robie Basak
Public bug reported:

On Aquaris 4.5 r26.

Steps to reproduce:

1. Enable silent mode from top edge sound indicator.
2. Take a photo.

Expected results: no sound, or at least not a loud tuneful one.
Actual results: a loud tuneful sound.

** Affects: camera-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 camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1514100

Title:
  Camera makes shutter sound when phone is in silent mode

Status in camera-app package in Ubuntu:
  New

Bug description:
  On Aquaris 4.5 r26.

  Steps to reproduce:

  1. Enable silent mode from top edge sound indicator.
  2. Take a photo.

  Expected results: no sound, or at least not a loud tuneful one.
  Actual results: a loud tuneful sound.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/camera-app/+bug/1514100/+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 1514080] Re: lxc-templates lacks template for ubuntu core

2015-11-07 Thread Hadmut Danisch
As far as I can see the ubuntu template uses debootstrap and not the
core image.

And a plain lxc image created with the ubuntu template takes 379 MB
(btrfs file system), while an unpacked ubuntu core has just 145 MB.

So I doubt that this is the same.

It is, btw., not a good idea to include vom and sshd by default. What
would a lxc container need a sshd for by default?

On the contrary, it is definitely a severe security problem to install
an sshd on y machine , which has a default user ubuntu with default
password ubuntu and ability to become root with the same default
password.

Who creates such security gaps?

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

Title:
  lxc-templates lacks template for ubuntu core

Status in lxc package in Ubuntu:
  New

Bug description:
  Hi,

  lxc-templates comes with tamples for ubuntu and ubuntu-cloud, but both
  are rather large and „complete”, too large for most applications. E.g.
  it does not make sense to have multiple consoles running in a
  container or an sshd.

  Would be nice to have a template for ubuntu-core as an absolute
  minimal system.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lxc-templates 1.1.4-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Nov  7 16:04:54 2015
  InstallationDate: Installed on 2015-10-08 (29 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1514080/+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 1514091] [NEW] xorg faults

2015-11-07 Thread JdC
Public bug reported:

Found using xdiagnose.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-66.108-generic 3.13.11-ckt27
Uname: Linux 3.13.0-66-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.93  Wed Aug 19 16:49:15 
PDT 2015
 GCC version:  gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
ApportVersion: 2.14.1-0ubuntu3.18
Architecture: amd64
Date: Sat Nov  7 17:36:05 2015
DistUpgraded: 2014-09-27 13:42:13,227 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
DpkgLog:
 
GraphicsCard:
 Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:84ca]
 NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2871]
InstallationDate: Installed on 2014-02-24 (621 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-66-generic 
root=UUID=28478695-9e82-4e38-abd8-57343c56b0a2 ro
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2014-09-27 (406 days ago)
XorgConf:
 Section "Device"
Identifier  "Default Device"
Option  "NoLogo""True"
 EndSection
dmi.bios.date: 04/18/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0401
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8Z77-V LE PLUS
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd04/18/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VLEPLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat Nov  7 12:36:15 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: amd64 apport-bug trusty ubuntu

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

Title:
  xorg faults

Status in xorg package in Ubuntu:
  New

Bug description:
  Found using xdiagnose.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-66.108-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-66-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  340.93  Wed Aug 19 16:49:15 
PDT 2015
   GCC version:  gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04)
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: amd64
  Date: Sat Nov  7 17:36:05 2015
  DistUpgraded: 2014-09-27 13:42:13,227 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  DpkgLog:
   
  GraphicsCard:
   Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:84ca]
   NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:2871]
  InstallationDate: Installed on 2014-02-24 (621 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-66-generic 
root=UUID=28478695-9e82-4e38-abd8-57343c56b0a2 ro
  SourcePackage: xorg
  UpgradeStatus: Upgraded to trusty on 2014-09-27 (406 days ago)
  XorgConf:
   Section "Device"
Identifier  "Default Device"
Option  "NoLogo""True"
   EndSection
  dmi.bios.date: 04/18/2012
  dmi

[Touch-packages] [Bug 1509950] Re: Headphone jack not working

2015-11-07 Thread Raymond
http://git.alsa-project.org/?p=alsa-
tools.git;a=tree;f=hdajacksensetest;hb=HEAD

only pincap of  node 0x0a support HP but pincap of node 0x0f dose not
support HP


can you confirm that the HP jack the the midde is which node 0x0a or 0x0f by 

./hdajacksensetest -a

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

Title:
  Headphone jack not working

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 15.10 after latest update headphones stopped working. When I
  ran alsamixer in the terminal, I saw they were muted. after unmuting
  them I pressed F6 and saw the soundcard id, then pressed esc and esc
  to exit alsamixer then entered  sudo alsactl store Intel  After
  rebooting they worked!

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: pulseaudio 1:6.0-0ubuntu13
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  max1272 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Oct 26 02:15:01 2015
  InstallationDate: Installed on 2015-10-20 (5 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151019)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/11/2008:svnDellInc.:pnMXC062:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: MXC062
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1509950/+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 1514080] Re: lxc-templates lacks template for ubuntu core

2015-11-07 Thread Stéphane Graber
The ubuntu template uses the deb based ubuntu-core image with the
addition of vim and sshd.

The new Ubuntu Core product (snappy) cannot be run inside a container at
this time and would actually be significantly larger than what the
ubuntu template gets you.

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

Title:
  lxc-templates lacks template for ubuntu core

Status in lxc package in Ubuntu:
  New

Bug description:
  Hi,

  lxc-templates comes with tamples for ubuntu and ubuntu-cloud, but both
  are rather large and „complete”, too large for most applications. E.g.
  it does not make sense to have multiple consoles running in a
  container or an sshd.

  Would be nice to have a template for ubuntu-core as an absolute
  minimal system.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lxc-templates 1.1.4-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Nov  7 16:04:54 2015
  InstallationDate: Installed on 2015-10-08 (29 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1514080/+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 1512840] Re: BQ r26: turning off hotspot, but Wifi stays on, even if it was off before hotspot on

2015-11-07 Thread Matthias Apitz
I'd even say that the question "Wifi is off, should it be turned on?' is
more than superfluous. Isn't it logical that it must be turned on if
someone switches hotspot on? This should be done on the fly without
noise, and should be turned off again if it wasn't on before.

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

Title:
  BQ r26: turning off hotspot, but  Wifi stays on, even if it was off
  before hotspot on

Status in indicator-network package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  When I switch on hotspot and Wifi was off before, it asks me, if Wifi
  should be turned on too, which I think is fine.

  But when I later turn off hotspot, Wifi stays silently on and consumes energy.
  I think, in this case if Wifi was off before it should be turned off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1512840/+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 1514080] [NEW] lxc-templates lacks template for ubuntu core

2015-11-07 Thread Hadmut Danisch
Public bug reported:

Hi,

lxc-templates comes with tamples for ubuntu and ubuntu-cloud, but both
are rather large and „complete”, too large for most applications. E.g.
it does not make sense to have multiple consoles running in a container
or an sshd.

Would be nice to have a template for ubuntu-core as an absolute minimal
system.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: lxc-templates 1.1.4-0ubuntu1.1
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu4
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Nov  7 16:04:54 2015
InstallationDate: Installed on 2015-10-08 (29 days ago)
InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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


** Tags: amd64 apparmor apport-bug wily

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

Title:
  lxc-templates lacks template for ubuntu core

Status in lxc package in Ubuntu:
  New

Bug description:
  Hi,

  lxc-templates comes with tamples for ubuntu and ubuntu-cloud, but both
  are rather large and „complete”, too large for most applications. E.g.
  it does not make sense to have multiple consoles running in a
  container or an sshd.

  Would be nice to have a template for ubuntu-core as an absolute
  minimal system.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lxc-templates 1.1.4-0ubuntu1.1
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Nov  7 16:04:54 2015
  InstallationDate: Installed on 2015-10-08 (29 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  SourcePackage: lxc
  UpgradeStatus: No upgrade log present (probably fresh install)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1514080/+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 1512405] Re: Auto mount point remains until manual deletion

2015-11-07 Thread Steve Langasek
** Package changed: sysvinit (Ubuntu) => udisks2 (Ubuntu)

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

Title:
  Auto mount point remains until manual deletion

Status in udisks2 package in Ubuntu:
  New

Bug description:
  I am facing the following issue:

  The device I'm working on is often turned off through a cut in power
  (Embedded device). Ext4-formatted usb drives which all have the same
  label may be connected to it (though only one at a time). So much for
  the setup.

  After a new start following a power cut, occasionally (not always, but still 
easily reproducible) the mount point (e.g. /media/username/label) remains, 
independent of the connected drives.
  On subsequent mounts of the usb device (or any usb drive with the same 
label), the label is enumerated (label1 etc.). 
  Only after manually deleting the mount point and rebooting (e.g. rmdir 
/media/username/label) do the usb drives get mounted with the original label 
again, as before.

  I am using Ubuntu 14.04.2 LTS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1512405/+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 1513297] Re: XE500C12-K01US Samsung Chromebook 2 Ubuntu 14.04 touchpad not responsive

2015-11-07 Thread Christopher M. Penalver
rgkirch, thank you for reporting this and helping make Ubuntu better.

Could you please test for this via http://cdimage.ubuntu.com/daily-
live/current/ and advise to the results?

** Changed in: xorg (Ubuntu)
   Importance: Undecided => 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/1513297

Title:
  XE500C12-K01US Samsung Chromebook 2 Ubuntu 14.04 touchpad not
  responsive

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  The touchpad is not responsive at all. It worked fine with chomium os
  but not ubuntu. I'm totally willing to work with you guys to get this
  fixed. Ubuntu 14.04.3 LTS

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-66.108-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-66-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Nov  4 22:14:54 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation ValleyView Gen7 [8086:0f31] (rev 0e) (prog-if 00 [VGA 
controller])
 Subsystem: Intel Corporation ValleyView Gen7 [8086:0f31]
  InstallationDate: Installed on 2015-11-04 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:07dc Intel Corp. 
   Bus 001 Device 002: ID 2232:1068  
   Bus 001 Device 005: ID 04e8:6863 Samsung Electronics Co., Ltd 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: GOOGLE Winky
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-66-generic 
root=UUID=ee476124-1af2-4cf8-8bd6-f0bcf555b924 ro acpi_backlight=vendor
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/19/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd09/19/2014:svnGOOGLE:pnWinky:pvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Winky
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Nov  4 19:45:44 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4188 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1513297/+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 1513885] Re: rhythm box crashes

2015-11-07 Thread Christopher M. Penalver
** Package changed: xorg (Ubuntu) => rhythmbox (Ubuntu)

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

Title:
  rhythm box crashes

Status in rhythmbox package in Ubuntu:
  New

Bug description:
  xdiagnose is the one who found the bug, so I am unsure what kind it is
  or if it is valid.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-67.110-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-67-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  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
  Date: Fri Nov  6 10:38:48 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: COMPAL Electronics Inc Device [14c0:0075]
  InstallationDate: Installed on 2015-02-25 (253 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  MachineType: Compal VAW70
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-67-generic 
root=UUID=f55d1f1a-b68d-432a-bdbb-96e51cac8660 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/31/2013
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.01T01
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Type2 - Board Product Name1
  dmi.board.vendor: Compal
  dmi.board.version: V1.01T01
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.01T01:bd07/31/2013:svnCompal:pnVAW70:pvrV1.01T01:rvnCompal:rnType2-BoardProductName1:rvrV1.01T01:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: VAW70
  dmi.product.version: V1.01T01
  dmi.sys.vendor: Compal
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Nov  1 19:04:01 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1479 
   vendor BOE
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1513885/+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


Re: [Touch-packages] [Bug 1512066] Re: Desktop screen and icon corruption

2015-11-07 Thread Geoff
If I may take the opportunity to show examples of corruption taken as
screenshots prior to reverting to 15.04.

At present I am trialing mint as a second resort.
I will attempt the recommendations.

Like hundreds if not thousands who dislike windows in any format, I changed
to Ubuntu 10.4 many years ago, and progressed through upgrades as they
became available.
It is only since moving from 14.10 that these corruptions began.
Best Regards.
and thank you for the response
Geoff

On 7 November 2015 at 14:11, Christopher M. Penalver <
christopher.m.penal...@gmail.com> wrote:

> Geoff, thank you for reporting this and helping make Ubuntu better.
>
> As per
>
> http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=3785043&swLangOid=8&swEnvOid=4060
> an update to your computer's buggy and outdated BIOS is available
> (1.26). If you update to this following
> https://help.ubuntu.com/community/BIOSUpdate does it change anything?
>
> If it doesn't, could you please both specify what happened, and provide
> the output of the following terminal command:
> sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
>
> For more on BIOS updates and linux, please see
> https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
> .
>
> Please note your current BIOS is already in the Bug Description, so
> posting this on the old BIOS would not be helpful. As well, you don't
> have to create a new bug report.
>
> Once the BIOS is updated, if the problem is still reproducible, and the
> information above is provided, then please mark this report Status New.
> Otherwise, please mark this as Invalid.
>
> Thank you for your understanding.
>
> ** Tags added: bios-outdated-1.32
>
> ** Tags removed: bios-outdated-1.32
> ** Tags added: bios-outdated-1.26
>
> ** Changed in: xorg (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1512066
>
> Title:
>   Desktop screen and icon corruption
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   This is now the 3 rd time to reinstall 15.10.  Previously the 15.04
> version has been re-installed.
>   Under 15.04 the problem (bug) was restricted to the desktop background
> image in that after a few days and new updates loaded the screen became
> corrupted with the appearance of a view like looking through opaque reed
> glass. The blame was put on 'Variety' which was in use. Peter Levi terms
> this problem a 'low key bug'? It makes no difference whether 'Variety' is
> in use or not
>   As the problem (bug) only affected the desktop background then it was
> workable.
>   The new release of 15.10 was hoped to iron out the problem, but once
> again after receiving updates corruption began, and is much more severe in
> that icons become distorted when the mouse passes over them sections of
> text work become a. invisible or b. distorted to be unreadable.
>   To date I have re-installed 15.10 four times. Everything is stable until
> I begin to accept updates. and the corruption begins.
>   I have brought up this problem before since 23 rd October.
>   I cannot be the only individual suffering from this problem. I have two
> machines and the results are the same on both. I have changed monitors to
> no avail.
>   The programme was re-installed yesterday and is stable without any
> updates.
>   I run also windows 10 on this machine but have experienced no problems
> with display or documents text/ icons
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 15.04
>   Package: xorg 1:7.7+7ubuntu4
>   ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
>   Uname: Linux 3.19.0-15-generic x86_64
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.17.2-0ubuntu1
>   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: Sun Nov  1 08:34:28 2015
>   DistUpgraded: Fresh install
>   DistroCodename: vivid
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard:
>Intel Corporation 4 Series Chipset Integrated Graphics Controller
> [8086:2e12] (rev 03) (prog-if 00 [VGA controller])
>  Subsystem: Hewlett-Packard Company Device [103c:3034]
>  Subsystem: Hewlett-Packard Company Device [103c:3034]
>   InstallationDate: Installed on 2015-10-31 (0 days ago)
>   InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
>   MachineType: Hewlett-Packard HP Compaq dc7900 Small Form Factor
>   ProcEnviron:
>LANGUAGE=en_GB:en
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_GB.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic
> root=UUID

Re: [Touch-packages] [Bug 659438] ���������������������� ������������������ ������������������ �� ��������������. �������������� ���� ������������������ �������� ��������������

2015-11-07 Thread Pradipta Mondal
I don't understand Russian Language. Please translate in English or
Bengali.

Pradipta Mondal

On Fri, Nov 6, 2015 at 1:18 PM, Леонид <659...@bugs.launchpad.net>
wrote:

> go in the ass, fucking freaks!
>
>
> >Пятница,  6 ноября 2015, 2:21 UTC от Nicholas Shatokhin <
> n.shatok...@gmail.com>:
> >
> >Доброго дня.
> >
> >
> >Будь ласка, підпишить петицію до Верховної Ради України з легалізації
> >наукових досліджень канабісу та його використання в медичній галузі:
> >https://itd.rada.gov.ua/petitions/Petition/Index/635
> >
> >Розпорядження Кабінету Міністрів України від 28 серпня 2013 р. № 735-р
> «Про
> >схвалення Стратегії державної політики щодо наркотиків на період
> >до 2020 року» має пункт «вивчення перспектив медичного застосування
> >канабіноїдів як анальгетиків та інших лікарських препаратів». Проте для
> >здійснення цього абсолютно нічого не зроблено.
> >В нас йде війна, а маріхуана це дуже добре знеболювальне та протизапальне.
> >Крім того, маріхуана це дуже добрі ліки проти ушкоджень мозку на кшталт
> >контузії. Також вона лікує посттравматичний синдром:
> >
> >http://medportal.ru/enc/narcology/reading/10/
> >
> http://mjnovosti.net/stati/4374/marihuana-lechit-posttravmaticheskiy-sindrom
> >http://tku.org.ua/news/3292
> >http://medcannabis.info/research/51-protivovospalitelnoe-deystvie.html
> >
> >< http://medcannabis.info/research/51-protivovospalitelnoe-deystvie.html
> >
> >Тому ми вимагаємо негайно легалізувати наукові дослідження медичних
> >властивостей канабісу і використання ліків з канабіноїдів.
> >
> >Чому в медицині можна використовувати опіати, але не можна канабіноїди?
> >Чому ми мусимо травитися хімією, коли є безпечні альтернативи з більшою
> >ефективністю? І найгірше, що не можна навіть проводити дослідження
> >канабіноїдів, щоб мати документальне підтвердження їхньої ефективності.
> >Треба негайно це виправити.
> >
> >Наші вимоги грунтуються на досвіді багатьох провідних країн світу на
> кшталт
> >США, Канади, Ізраїлю, Чеської Республіки, Хорватії, тощо.
> >
> >
> >З повагою,
> >
> >комітет ГО "Рух за легалізацію коноплі в Україні"
> >
> >--
> >You received this bug notification because you are subscribed to a
> >duplicate bug report (729131).
> >https://bugs.launchpad.net/bugs/659438
> >
> >Title:
> >  Installation/Removal fails because of package which could not be
> >  located (failure in apt.Cache.required_download)
> >
> >Status in Aptdaemon:
> >  Fix Released
> >Status in apt package in Ubuntu:
> >  Invalid
> >Status in aptdaemon package in Ubuntu:
> >  Fix Released
> >Status in python-apt package in Ubuntu:
> >  Fix Released
> >Status in apt source package in Maverick:
> >  Invalid
> >Status in aptdaemon source package in Maverick:
> >  Fix Released
> >Status in python-apt source package in Maverick:
> >  Invalid
> >
> >Bug description:
> >  Steps to reproduce:
> >
> >  1. Run apt-get nstall ms-ttcorefonts-installer in a terminal
> >  2. Close the terminal window at the EULA question
> (apt-get/dpkg/debconf) will sting hang in the background and lock the
> system)
> >  3. Reboot
> >
> >
> >  Traceback (most recent call last):
> >File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line
> 768, in simulate
> >  return self._simulate_helper(trans, status_path)
> >File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line
> 936, in _simulate_helper
> >  return depends, status, self._cache.required_download, \
> >File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 218, in
> required_download
> >  pm.get_archives(fetcher, self._list, self._records)
> >  SystemError: E:I wasn't able to locate file for the liblua50 package.
> This might mean you need to manually fix this package.
> >
> >To manage notifications about this bug go to:
> >https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscriptions
>
>
> --
> leo pleasing
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (820321).
> https://bugs.launchpad.net/bugs/659438
>
> Title:
>   Installation/Removal fails because of package which could not be
>   located (failure in apt.Cache.required_download)
>
> Status in Aptdaemon:
>   Fix Released
> Status in apt package in Ubuntu:
>   Invalid
> Status in aptdaemon package in Ubuntu:
>   Fix Released
> Status in python-apt package in Ubuntu:
>   Fix Released
> Status in apt source package in Maverick:
>   Invalid
> Status in aptdaemon source package in Maverick:
>   Fix Released
> Status in python-apt source package in Maverick:
>   Invalid
>
> Bug description:
>   Steps to reproduce:
>
>   1. Run apt-get nstall ms-ttcorefonts-installer in a terminal
>   2. Close the terminal window at the EULA question (apt-get/dpkg/debconf)
> will sting hang in the background and lock the system)
>   3. Reboot
>
>
>   Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 768,
> in simulate
>   return self._simulate_helper(trans, status_path)
> File 

[Touch-packages] [Bug 1512104] Re: video driver broken

2015-11-07 Thread Christopher M. Penalver
Kristof Kalocsai, thank you for reporting this and helping make Ubuntu
better.

Would updating to the Vivid enablement stack help here as outlined in
https://wiki.ubuntu.com/Kernel/LTSEnablementStack ?

** Tags added: latest-bios-1.40

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

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

Title:
  video driver broken

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  since kernel update(3.16.0-51-generic), intel video driver not loaded, 
unity_support_test shows 
  OpenGL vendor string:   VMware, Inc.
  OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)

  graphics performance really slow.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-51.69~14.04.1-generic 3.16.7-ckt17
  Uname: Linux 3.16.0-51-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  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: Sun Nov  1 15:46:55 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:215a]
  InstallationDate: Installed on 2015-05-08 (177 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: LENOVO 36805B8
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-51-generic 
root=UUID=89e51720-795c-4552-afd6-a51269a8a429 ro splash quiet vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/11/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6QET70WW (1.40 )
  dmi.board.name: 36805B8
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6QET70WW(1.40):bd10/11/2012:svnLENOVO:pn36805B8:pvrThinkPadX201:rvnLENOVO:rn36805B8:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 36805B8
  dmi.product.version: ThinkPad X201
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sun Nov  1 15:34:11 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1512104/+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 1512066] Re: Desktop screen and icon corruption

2015-11-07 Thread Christopher M. Penalver
Geoff, thank you for reporting this and helping make Ubuntu better.

As per
http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=3785043&swLangOid=8&swEnvOid=4060
an update to your computer's buggy and outdated BIOS is available
(1.26). If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, if the problem is still reproducible, and the
information above is provided, then please mark this report Status New.
Otherwise, please mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-1.32

** Tags removed: bios-outdated-1.32
** Tags added: bios-outdated-1.26

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

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

Title:
  Desktop screen and icon corruption

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  This is now the 3 rd time to reinstall 15.10.  Previously the 15.04 version 
has been re-installed.
  Under 15.04 the problem (bug) was restricted to the desktop background image 
in that after a few days and new updates loaded the screen became corrupted 
with the appearance of a view like looking through opaque reed glass. The blame 
was put on 'Variety' which was in use. Peter Levi terms this problem a 'low key 
bug'? It makes no difference whether 'Variety' is in use or not
  As the problem (bug) only affected the desktop background then it was 
workable.
  The new release of 15.10 was hoped to iron out the problem, but once again 
after receiving updates corruption began, and is much more severe in that icons 
become distorted when the mouse passes over them sections of text work become 
a. invisible or b. distorted to be unreadable.
  To date I have re-installed 15.10 four times. Everything is stable until I 
begin to accept updates. and the corruption begins.
  I have brought up this problem before since 23 rd October. 
  I cannot be the only individual suffering from this problem. I have two 
machines and the results are the same on both. I have changed monitors to no 
avail. 
  The programme was re-installed yesterday and is stable without any updates.
  I run also windows 10 on this machine but have experienced no problems with 
display or documents text/ icons

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  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: Sun Nov  1 08:34:28 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e12] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:3034]
 Subsystem: Hewlett-Packard Company Device [103c:3034]
  InstallationDate: Installed on 2015-10-31 (0 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Compaq dc7900 Small Form Factor
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=551edabd-9342-4276-8f47-bf3c3b2b5894 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/25/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G1 v01.22
  dmi.board.asset.tag: CZC9468YXF
  dmi.board.name: 3031h
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: CZC9468YXF
  dmi.chassis.type: 4
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G1v01.22:bd08/25/2009:svnHewlett-Packard:pnHPCompaqdc7900SmallFormFactor:pvr:rvnHewlett-Packard:rn3031h:rvr:cvnHewlett-Packard:ct4:cvr

[Touch-packages] [Bug 1470655] Re: Update to PackageKit 1.0

2015-11-07 Thread Amr Ibrahim
** Tags added: xenial

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

Title:
  Update to PackageKit 1.0

Status in click package in Ubuntu:
  New
Status in packagekit package in Ubuntu:
  Triaged

Bug description:
  Update to 1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1470655/+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 1512042] Re: wifi no working

2015-11-07 Thread Christopher M. Penalver
Cecil Kleu, thank you for reporting this and helping make Ubuntu better.

As per http://support.lenovo.com/us/en/downloads/ds013759 an update to
your computer's buggy and outdated BIOS is available (2BKT53A). If you
update to this following https://help.ubuntu.com/community/BIOSUpdate
does it address the issue?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

Also, you don't have to create a new bug report.

Once the BIOS is updated, if the problem is still reproducible, and the
information above is provided, then please mark this report Status
Confirmed. Otherwise, please mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-2bkt53a

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

** Changed in: linux (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/1512042

Title:
  wifi no working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  i am unable to use my D-Link DWA-130 WIRELESS USB STICK TO CONNECT TO
  THE INTERNET VIA WiFi

  currently I have to use a 40 meter cable running through my house..

  Help

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-66.108-generic 3.13.11-ckt27
  Uname: Linux 3.13.0-66-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Oct 31 18:57:20 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: ndiswrapper, 1.59, 3.13.0-66-generic, i686: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 82915G/GV/910GL Integrated Graphics Controller [8086:2582] 
(rev 04) (prog-if 00 [VGA controller])
 Subsystem: IBM Device [1014:02d8]
  InstallationDate: Installed on 2014-12-14 (321 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-66-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/27/2006
  dmi.bios.vendor: IBM
  dmi.bios.version: 2BKT50AUS
  dmi.board.name: IBM
  dmi.chassis.vendor: IBM
  dmi.modalias: 
dmi:bvnIBM:bvr2BKT50AUS:bd04/27/2006:svnIBM:pn81432MU:pvrThinkCentreM51:rvnIBM:rnIBM:rvr:cvnIBM:ct6:cvr:
  dmi.product.name: 81432MU
  dmi.product.version: ThinkCentre M51
  dmi.sys.vendor: IBM
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Oct 31 18:26:17 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1512042/+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 1511885] Re: Screen doesn't wake up after is automatically turned off

2015-11-07 Thread Christopher M. Penalver
wooglin280, thank you for reporting this and helping make Ubuntu better.

As per http://www.gigabyte.com/products/product-page.aspx?pid=4683#bios
an update to your computer's buggy and outdated BIOS is available (F10).
If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, if the problem is still reproducible, and the
information above is provided, then please mark this report Status New.
Otherwise, please mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-f10

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

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

Title:
  Screen doesn't wake up after is automatically turned off

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  When the system puts the display to sleep after X amount of time of
  inactivity it will not turn back on. Black screen. I can press
  ctrl+alt+f1 to get me to a terminal session and that works. I then can
  restart lightdm or reboot.

  This started after upgrading to 15.10.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  BootLog:
   fsck from util-linux 2.26.2
   /dev/sda5: clean, 807232/3474800 files, 10321920/13898240 blocks
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Fri Oct 30 19:41:59 2015
  DistUpgraded: 2015-10-28 09:16:46,187 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics] 
[1002:130f] (prog-if 00 [VGA controller])
 Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:0123]
  InstallationDate: Installed on 2013-12-26 (673 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=1acecacd-03f2-4d85-8137-54d3d8928816 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-10-28 (2 days ago)
  dmi.bios.date: 05/28/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F8
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: G1.Sniper A88X-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF8:bd05/28/2014:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnG1.SniperA88X-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  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
  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: Thu Oct 29 15:33:50 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputVideo BusKEYBOARD, id 7
   inputPower Button KEYBOARD, id 8
   inputLogitech USB Receiver KEYBOARD, id 9
   inputLogitech USB Receiver KEYB

[Touch-packages] [Bug 1511974] Re: Touchpad Not Working

2015-11-07 Thread Christopher M. Penalver
Mitchell Limas, thank you for reporting this and helping make Ubuntu
better.

Could you please test the latest upstream kernel available from the very
top line at the top of the page from http://kernel.ubuntu.com/~kernel-
ppa/mainline/?C=N;O=D (the release names are irrelevant for testing, and
please do not test the daily folder)? Install instructions are available
at https://wiki.ubuntu.com/Kernel/MainlineBuilds . This will allow
additional upstream developers to examine the issue.

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, Y, and Z are numbers corresponding to the kernel version.

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.

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

Thank you for your understanding.

** Tags added: latest-bios-1.23

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

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

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

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

Title:
  Touchpad Not Working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  After upgrading from Ubuntu 14 to 15.10 the touchpad no longer works.
  To get it to work, I must manually reload the mouse drivers through
  terminal. However, this only works for the current session.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu4
  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
  Date: Sat Oct 31 09:33:20 2015
  DistUpgraded: 2015-10-30 19:09:33,409 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus: fglrx-core, 15.201, 4.2.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0360]
  InstallationDate: Installed on 2015-10-30 (1 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Acer Aspire 5553G
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-17-generic 
root=UUID=54ee2d2f-fb32-4d3c-b506-16f0dcbc6d52 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-10-31 (0 days ago)
  dmi.bios.date: 04/25/2011
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.23
  dmi.board.name: JV51_DN
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.23:bd04/25/2011:svnAcer:pnAspire5553G:pvrNotApplicable:rvnAcer:rnJV51_DN:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Aspire 5553G
  dmi.product.version: Not Applicable
  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
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Fri Oct 30 21:28:01 2015
  xserver.configfile: default

[Touch-packages] [Bug 1514072] [NEW] package tzdata 2015g-0ubuntu0.14.04 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2015-11-07 Thread ricardo cartoceti
Public bug reported:

i tried to uninstall flashplugin.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: tzdata 2015g-0ubuntu0.14.04
ProcVersionSignature: Ubuntu 3.16.0-50.66~14.04.1-generic 3.16.7-ckt16
Uname: Linux 3.16.0-50-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.15
AptOrdering:
 tzdata: Configure
 flashplugin-installer: Purge
 libpam-systemd: Configure
 man-db: Configure
Architecture: i386
Date: Sat Nov  7 11:00:40 2015
DuplicateSignature: package:tzdata:2015g-0ubuntu0.14.04:el subproceso instalado 
el script post-installation devolvió el código de salida de error 2
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
InstallationDate: Installed on 2015-09-23 (44 days ago)
InstallationMedia: It
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SourcePackage: tzdata
Title: package tzdata 2015g-0ubuntu0.14.04 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 need-duplicate-check 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/1514072

Title:
  package tzdata 2015g-0ubuntu0.14.04 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 2

Status in tzdata package in Ubuntu:
  New

Bug description:
  i tried to uninstall flashplugin.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: tzdata 2015g-0ubuntu0.14.04
  ProcVersionSignature: Ubuntu 3.16.0-50.66~14.04.1-generic 3.16.7-ckt16
  Uname: Linux 3.16.0-50-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.15
  AptOrdering:
   tzdata: Configure
   flashplugin-installer: Purge
   libpam-systemd: Configure
   man-db: Configure
  Architecture: i386
  Date: Sat Nov  7 11:00:40 2015
  DuplicateSignature: package:tzdata:2015g-0ubuntu0.14.04:el subproceso 
instalado el script post-installation devolvió el código de salida de error 2
  ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
  InstallationDate: Installed on 2015-09-23 (44 days ago)
  InstallationMedia: It
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.4
   apt  1.0.1ubuntu2.10
  SourcePackage: tzdata
  Title: package tzdata 2015g-0ubuntu0.14.04 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 2
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/1514072/+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 1511244] Re: Mouse pointer flickers at using DisplayLink

2015-11-07 Thread Christopher M. Penalver
Hannes Bochmann, could you please test for this via
http://cdimage.ubuntu.com/daily-live/current/ and advise to the results?

** Tags removed: bios-outdated-1.16
** Tags added: latest-bios-1.16

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

** Changed in: xorg (Ubuntu)
   Status: Confirmed => 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/1511244

Title:
  Mouse pointer flickers at using DisplayLink

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Using the new official DisplayLink driver for Ubuntu from
  http://www.displaylink.com/downloads/ubuntu.php for my USB-
  DisplayLink-Adapter causes on the two main monitors (DisplayPort and
  internal monitor) a flickering mouse. The pointer doesn't flicker on
  third monitor (DisplayLink monitor).

  This also seems to be related to this bug:
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1485682

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-31.36~14.04.1-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.18
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Thu Oct 29 08:29:50 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:503c]
  InstallationDate: Installed on 2015-09-25 (33 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: LENOVO 20DT0003GE
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-31-generic 
root=UUID=500f2ef6-7426-42ec-9fe2-88e9bcea ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: JDET50WW (1.12 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: Intel powered classmate PC
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrJDET50WW(1.12):bd03/25/2015:svnLENOVO:pn20DT0003GE:pvrThinkPadL450:rvnLENOVO:rnIntelpoweredclassmatePC:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20DT0003GE
  dmi.product.version: ThinkPad L450
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Oct 29 07:45:59 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id9782 
   vendor ENC
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1511244/+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 1435040] Re: Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

2015-11-07 Thread Peter Hoar
I have no problem connecting the phone but cannot store the address
data. System shows transferring data but at the ended no entries in
address book. Any ideas?

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

Title:
  Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

Status in Canonical System Image:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  With my FORD Focus Car, pairing does not work. The bluetooth system in
  the car searches for devices and shows "Aquaris E4.5 Ubuntu Edition"
  and then prompts me to connect with a 4-digit pin code, but the Ubuntu
  phone doesn't react at all and after a while the car system says that
  it failed to connect.

  image: 20150310-3201c0a
  KRILIN01A-S15A_BQ_L100EN_2020_150312
  OS Build 20

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435040/+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 1511974] Re: Touchpad Not Working

2015-11-07 Thread Teoh Han Hui
The workaround as mentioned is:

sudo modprobe -r psmouse
sudo modprobe psmouse

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

Title:
  Touchpad Not Working

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  After upgrading from Ubuntu 14 to 15.10 the touchpad no longer works.
  To get it to work, I must manually reload the mouse drivers through
  terminal. However, this only works for the current session.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-17.21-generic 4.2.3
  Uname: Linux 4.2.0-17-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu4
  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
  Date: Sat Oct 31 09:33:20 2015
  DistUpgraded: 2015-10-30 19:09:33,409 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus: fglrx-core, 15.201, 4.2.0-17-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 
5430/5450/5470] [1002:68e0] (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0360]
  InstallationDate: Installed on 2015-10-30 (1 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Acer Aspire 5553G
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-17-generic 
root=UUID=54ee2d2f-fb32-4d3c-b506-16f0dcbc6d52 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-10-31 (0 days ago)
  dmi.bios.date: 04/25/2011
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.23
  dmi.board.name: JV51_DN
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.23:bd04/25/2011:svnAcer:pnAspire5553G:pvrNotApplicable:rvnAcer:rnJV51_DN:rvrNotApplicable:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Aspire 5553G
  dmi.product.version: Not Applicable
  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
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Fri Oct 30 21:28:01 2015
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1511974/+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 1514067] [NEW] Update to 0.17 disables hibernate for ordinary user

2015-11-07 Thread Tom
Public bug reported:

After updating to 0.17 I receive

"GDBus.Error:org.freedesktop.DBus.Error.Failed: Operation not supported"

when trying to hibernate from the desktop UI. Instead, the screensaver
is launched.

I have mitigated this by following a procedure
https://www.linuxliteos.com/forums/other/enabling-suspend-on-linux-lite/
to add site-local rules which override the
/var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla
file. This file /var/lib/polkit-1/localauthority/50-local.d/com.ubuntu
.enable-hibernate.pkla contains:

[Re-enable hibernate by default in upower]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes

[Re-enable hibernate by default in logind]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate
ResultActive=yes

Disabling part of the UI doesn't seem the right thing.

pollen ~ # getent group | grep tomj
adm:x:4:syslog,tomj
cdrom:x:24:tomj
sudo:x:27:tomj
dip:x:30:tomj
plugdev:x:46:tomj
lpadmin:x:108:tomj
sambashare:x:110:tomj
tomj:x:1000:

** Affects: policykit-desktop-privileges (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Update to 0.17 disables hibernate for ordinary user

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

Bug description:
  After updating to 0.17 I receive

  "GDBus.Error:org.freedesktop.DBus.Error.Failed: Operation not
  supported"

  when trying to hibernate from the desktop UI. Instead, the screensaver
  is launched.

  I have mitigated this by following a procedure
  https://www.linuxliteos.com/forums/other/enabling-suspend-on-linux-
  lite/ to add site-local rules which override the
  /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla
  file. This file /var/lib/polkit-1/localauthority/50-local.d/com.ubuntu
  .enable-hibernate.pkla contains:

  [Re-enable hibernate by default in upower]
  Identity=unix-user:*
  Action=org.freedesktop.upower.hibernate
  ResultActive=yes

  [Re-enable hibernate by default in logind]
  Identity=unix-user:*
  Action=org.freedesktop.login1.hibernate
  ResultActive=yes

  Disabling part of the UI doesn't seem the right thing.

  pollen ~ # getent group | grep tomj
  adm:x:4:syslog,tomj
  cdrom:x:24:tomj
  sudo:x:27:tomj
  dip:x:30:tomj
  plugdev:x:46:tomj
  lpadmin:x:108:tomj
  sambashare:x:110:tomj
  tomj:x:1000:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/policykit-desktop-privileges/+bug/1514067/+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 1513482] Re: 15.10 dist-upgrade, Xorg freeze, ASUSTeK Computer Inc. N56VZ

2015-11-07 Thread David Nyström
The issue was worked around by adding "nomodeset" to kernel cmdline.

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

Title:
  15.10 dist-upgrade, Xorg freeze,  ASUSTeK Computer Inc. N56VZ

Status in xorg package in Ubuntu:
  New

Bug description:
  immendiately after upgrade to 15.10.
  Happen 100% reproducable at boot.
  Target reachable via ssh, but not via keyboard or screen.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Thu Nov  5 15:12:47 2015
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Continuously
  GpuHangReproducibility: Yes, I can easily reproduce it
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. N56VZ [1043:2103]
   NVIDIA Corporation GK107M [GeForce GT 650M] [10de:0fd1] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ASUSTeK Computer Inc. N56VZ [1043:2103]
  InstallationDate: Installed on 2013-10-04 (761 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20130925.1)
  MachineType: ASUSTeK COMPUTER INC. N56VZ
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic 
root=UUID=563891a5-84f3-49a3-9799-021ea124aca4 ro quiet splash
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/22/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: N56VZ.217
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: N56VZ
  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.:bvrN56VZ.217:bd05/22/2013:svnASUSTeKCOMPUTERINC.:pnN56VZ:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN56VZ:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: N56VZ
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  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
  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: Thu Nov  5 15:09:07 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load module "nvidia" (module does not exist, 0)
   NOUVEAU(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   12620 
   vendor SEC
  xserver.version: 2:1.17.2-1ubuntu9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1513482/+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 1513985] Re: ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils from the trunk

2015-11-07 Thread Andreas Cadhalpun
Debugging the failing command 'libavcodec/dct-test -i' with gdb shows
that this is clearly a binutils bug.

* Working with binutils 2.25.1-6ubuntu1:
Breakpoint 1, __end_a_evaluation () at libavcodec/arm/simple_idct_arm.S:239
239 ldr r10, =MASK_MSHW  @ R10=0x
(gdb) disas
Dump of assembler code for function __end_a_evaluation:
   0x00012c08 <+0>: add.w   r8, r6, r0
   0x00012c0c <+4>: add.w   r9, r2, r1
=> 0x00012c10 <+8>: ldr.w   r10, [pc, #540] ; 0x12e30 
<__end_bef_a_evaluation+44>
   0x00012c14 <+12>:and.w   r9, r10, r9, lsl #5
   0x00012c18 <+16>:mvn.w   r11, r10
   0x00012c1c <+20>:and.w   r8, r11, r8, asr #11
   0x00012c20 <+24>:orr.w   r8, r8, r9
   0x00012c24 <+28>:str.w   r8, [lr]
   0x00012c28 <+32>:add.w   r8, r3, r5
   0x00012c2c <+36>:add.w   r9, r4, r7
   0x00012c30 <+40>:and.w   r9, r10, r9, lsl #5
   0x00012c34 <+44>:and.w   r8, r11, r8, asr #11
   0x00012c38 <+48>:orr.w   r8, r8, r9
   0x00012c3c <+52>:str.w   r8, [lr, #4]
   0x00012c40 <+56>:sub.w   r8, r4, r7
   0x00012c44 <+60>:sub.w   r9, r3, r5
   0x00012c48 <+64>:and.w   r9, r10, r9, lsl #5
   0x00012c4c <+68>:and.w   r8, r11, r8, asr #11
   0x00012c50 <+72>:orr.w   r8, r8, r9
   0x00012c54 <+76>:str.w   r8, [lr, #8]
   0x00012c58 <+80>:sub.w   r8, r2, r1
   0x00012c5c <+84>:sub.w   r9, r6, r0
   0x00012c60 <+88>:and.w   r9, r10, r9, lsl #5
   0x00012c64 <+92>:and.w   r8, r11, r8, asr #11
   0x00012c68 <+96>:orr.w   r8, r8, r9
   0x00012c6c <+100>:   str.w   r8, [lr, #12]
   0x00012c70 <+104>:   b.n 0x12c92 <__end_row_loop>
End of assembler dump.
(gdb) info registers r10
r100x22a3   8867
(gdb) n
240 and r9, r10, r9, lsl #ROW_SHIFT2MSHW @ R9=0x & 
((a1+b1)<<5)
(gdb) info registers r10
r100x   -65536

This correctly sets the r10 register to 0x.

 * Broken with bintuils 2.25.51.20151028-0ubuntu1:
Breakpoint 1, __end_a_evaluation () at libavcodec/arm/simple_idct_arm.S:239
239 ldr r10, =MASK_MSHW  @ R10=0x
(gdb) disas
Dump of assembler code for function __end_a_evaluation:
   0x00012c08 <+0>: add.w   r8, r6, r0
   0x00012c0c <+4>: add.w   r9, r2, r1
=> 0x00012c10 <+8>: movtr10, #65535 ; 0x
   0x00012c14 <+12>:and.w   r9, r10, r9, lsl #5
   0x00012c18 <+16>:mvn.w   r11, r10
   0x00012c1c <+20>:and.w   r8, r11, r8, asr #11
   0x00012c20 <+24>:orr.w   r8, r8, r9
   0x00012c24 <+28>:str.w   r8, [lr]
   0x00012c28 <+32>:add.w   r8, r3, r5
   0x00012c2c <+36>:add.w   r9, r4, r7
   0x00012c30 <+40>:and.w   r9, r10, r9, lsl #5
   0x00012c34 <+44>:and.w   r8, r11, r8, asr #11
   0x00012c38 <+48>:orr.w   r8, r8, r9
   0x00012c3c <+52>:str.w   r8, [lr, #4]
   0x00012c40 <+56>:sub.w   r8, r4, r7
   0x00012c44 <+60>:sub.w   r9, r3, r5
   0x00012c48 <+64>:and.w   r9, r10, r9, lsl #5
   0x00012c4c <+68>:and.w   r8, r11, r8, asr #11
   0x00012c50 <+72>:orr.w   r8, r8, r9
   0x00012c54 <+76>:str.w   r8, [lr, #8]
   0x00012c58 <+80>:sub.w   r8, r2, r1
   0x00012c5c <+84>:sub.w   r9, r6, r0
   0x00012c60 <+88>:and.w   r9, r10, r9, lsl #5
   0x00012c64 <+92>:and.w   r8, r11, r8, asr #11
   0x00012c68 <+96>:orr.w   r8, r8, r9
   0x00012c6c <+100>:   str.w   r8, [lr, #12]
   0x00012c70 <+104>:   b.n 0x12c92 <__end_row_loop>
End of assembler dump.
(gdb) info registers r10
r100x22a3   8867
(gdb) n
240 and r9, r10, r9, lsl #ROW_SHIFT2MSHW @ R9=0x & 
((a1+b1)<<5)
(gdb) info registers r10
r100x22a3   -56669

This only sets the upper half of r10, leaving the lower half untouched.

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

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

Title:
  ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils
  from the trunk

Status in binutils:
  Unknown
Status in binutils package in Ubuntu:
  Confirmed
Status in ffmpeg package in Ubuntu:
  New

Bug description:
  ffmpeg test idct8x8 (NEON) fails on ARM32 when built with binutils
  from the trunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/binutils/+bug/1513985/+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 1511975] Re: /lib/systemd/system/console-setup.service has incorrect ExecStart

2015-11-07 Thread daniel-32
Sorry about the late reply. I can't say that I know exactly how to debug
it, however there is a notice in /lib/udev/rules.d/85-keyboard-
configuration.rules that:

# Framebuffer console created.  Set up the font on all virtual consoles
# again.  This races with Plymouth if fbcon is built into the kernel; but
# the worst case should simply be that fonts don't get set up properly.

Also my initrd get regenerated when I run sudo dpkg-reconfigure console-
setup however that doesn't seem to change anything.

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

Title:
  /lib/systemd/system/console-setup.service has incorrect ExecStart

Status in console-setup package in Ubuntu:
  New

Bug description:
  /lib/systemd/system/console-setup.service as provided by this package
  (confirmed in vivid and wily) specifies:

  [Service]
  Type=oneshot
  ExecStart=/usr/bin/loadkeys /etc/console-setup/cached.kmap.gz

  The "ExecStart" line will set the keyboard map but not the font,
  therefore the font remains at the default VGA font and framebuffer
  console mode is not enabled.

  The correct line which will set up both the keyboard map and the font
  is:

  ExecStart=/bin/setupcon

  The complete modified file is attached.

  I would be willing to submit a pull request on the relevant git
  repository if someone could point me in the right direction.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: keyboard-configuration 1.108ubuntu5 [modified: 
lib/systemd/system/console-setup.service]
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sat Oct 31 16:30:27 2015
  InstallationDate: Installed on 2015-10-31 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 
(20150422.1)
  PackageArchitecture: all
  SourcePackage: console-setup
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1511975/+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 349469] Re: debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable

2015-11-07 Thread Carlos García Ortiz
I was trying to install Printer drivers with the package dpkg when I
found it

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

Title:
  debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by
  another process: Resource temporarily unavailable

Status in Ambasa:
  New
Status in Debconf:
  New
Status in aptdaemon package in Ubuntu:
  Confirmed
Status in debconf package in Ubuntu:
  Triaged

Bug description:
  Upgrading packages that use debconf sometimes fail with the following
  error:

  debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by
  another process: Resource temporarily unavailable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ambasa/+bug/349469/+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 1470767] Re: No audible warning about low battery charge

2015-11-07 Thread Luciano Barea
Configurable sound (one different sound for every alert) and
configurable "%" for people prefer at 10% or 7% instead of 15% in first
beep.

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

Title:
  No audible warning about low battery charge

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  New
Status in indicator-power package in Ubuntu:
  Confirmed

Bug description:
  Note: I'm not sure if this is the right project for this bug report.

  Phone bq Aquaris E4.5 Ubuntu Edition
  OS Ubuntu 15.04 (r23)

  There's no audible warning when the battery charge is very low. Only
  way to know about the low charge is by looking at the phone screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1470767/+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 1481136] Re: Bluetooth mouse fails to reconnect after suspend + resume

2015-11-07 Thread Simon Fels
** Tags added: after-bluez5

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

Title:
  Bluetooth mouse fails to reconnect after suspend + resume

Status in canonical-pocket-desktop:
  In Progress
Status in bluez package in Ubuntu:
  In Progress

Bug description:
  I can connect the bluetooth mouse (Logitech M557) using the GUI and
  the device works properly.

  However, after suspend and resume the mouse fails to reconnect. It
  does "attempt" to reconnect, in that I see the padlock flashes
  momentarily onto the bluetooth icon on the toolbar applet. Similarly,
  if the Bluetooth Settings dialog is open the devices flashes
  momentarily bold as if connected. Both effects happen whenever the
  mouse is used (movement or mouse click) but the device does not
  connect.

  I have a workaround, which is to remove the device and pair it using
  the command line as follows:

  sudo bluez-test-device remove 00:1F:20:EF:B1:00
  sudo bluez-simple-agent hci0 00:1F:20:EF:B1:00 remove
  sudo bluez-simple-agent hci0 00:1F:20:EF:B1:00
  sudo bluez-test-device trusted 00:1F:20:EF:B1:00 yes
  sudo bluez-test-input connect 00:1F:20:EF:B1:00

  Once paired manually in this manner the devices appears in the
  Bluetooth Settings as normal an successfully reconnects when resuming.

  I'm submitted a new bug as this is similar but not the same as other
  bugs reported. In particular the workarounds presented in other bugs
  do not work for me and the workaround I'm using was not suggested in
  other cases.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: bluez 4.101-0ubuntu25
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Aug  4 09:53:18 2015
  InstallationDate: Installed on 2014-01-23 (557 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: TOSHIBA KIRA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic.efi.signed 
root=UUID=a0fdb0ee-bbeb-4872-8e79-1a785c304e91 ro libata.force=noncq 
vesafb.invalid=1 splash quiet nopat vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/15/2013
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.30
  dmi.board.asset.tag: 00
  dmi.board.name: KIRA
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.30:bd02/15/2013:svnTOSHIBA:pnKIRA:pvrPSU7FA-00T00K:rvnTOSHIBA:rnKIRA:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: KIRA
  dmi.product.version: PSU7FA-00T00K
  dmi.sys.vendor: TOSHIBA
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
    BD Address: B4:B6:76:C4:A2:88  ACL MTU: 310:10  SCO MTU: 64:8
    UP RUNNING PSCAN
    RX bytes:587136 acl:36542 sco:0 events:271 errors:0
    TX bytes:2913 acl:109 sco:0 commands:81 errors:0
  mtime.conffile..etc.bluetooth.main.conf: 2015-08-01T14:24:23.630880

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1481136/+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