[Touch-packages] [Bug 1237042] Re: ureadahead source needs "tracing_enabled" changed to "tracing_on" for 12.04.3

2016-01-29 Thread Dominic Raferd
I also have this problem with Ubuntu 15.10, same output as Nicolas:

$ sudo systemctl status ureadahead
● ureadahead.service - Read required files in advance
   Loaded: loaded (/lib/systemd/system/ureadahead.service; enabled; vendor 
preset: enabled)
   Active: failed (Result: exit-code) since Sat 2016-01-30 07:07:07 GMT; 15min 
ago
  Process: 233 ExecStart=/sbin/ureadahead (code=exited, status=5)
 Main PID: 233 (code=exited, status=5)

Jan 30 07:07:07 dicer2 ureadahead[233]: ureadahead: Error while tracing: No 
such file or directory
Jan 30 07:07:07 dicer2 ureadahead[233]: Counted 2 CPUs
Jan 30 07:08:19 dicer2 systemd[1]: Stopped Read required files in advance.

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

Title:
  ureadahead source needs "tracing_enabled" changed to "tracing_on" for
  12.04.3

Status in ureadahead package in Ubuntu:
  Confirmed

Bug description:
  On a fresh install of Ubuntu 12.04.3 (64-bit), ureadahead was always
  exiting with status code 5.

  When manually run as:  sudo /sbin/ureadahead --force-trace --debug
  The output is:
  Counted 4 CPUs
  trace: Missing uselib tracing: No such file or directory
  ureadahead: Error while tracing: No such file or directory

  The uselib tracing notice is not important.  The "error while tracing" notice 
lead me to compare ureadahead sources between 12.04.3 and 13.04.  Note that 
ureadahead in 13.04 works.  I noticed this difference on lines 195 and 232:
if (set_value (dfd, "tracing_enabled",
  vs:
if (set_value (dfd, "tracing_on",

  This change is mentioned in the changelog as:

  ureadahead (0.100.0-13) raring; urgency=low
* src/trace.c: tracing_enabled is deprecated and gone, switch to tracing_on
  (LP: #1085766).
   -- Andy Whitcroft   Fri, 11 Jan 2013 12:05:17 +

  I suspect that this issue occurs in 12.04.3 because it is now using
  the newer raring kernel 3.8.0-31.  Previous flavors of 12.04 such as
  12.04.2 do not seem to exhibit this ureadahead issue, probably because
  the kernel is older 3.5.xx.

  As a proof-of-concept test, I hex edited the 12.04.3 /sbin/ureadahead
  to change "tracing_enabled" to "tracing_on".  Upon reboot, now
  ureadahead works, generates the /var/lib/ureadahead/pack file, and it
  does not report status code 5.

  Another workaround is to use the ureadahead binary from 13.04, but the
  updated /lib/x86_64-linux-gnu/libext2fs.so.2.4 is also required from
  13.04.

  
  $ lsb_release -rd
  Description:  Ubuntu 12.04.3 LTS
  Release:  12.04

  $ apt-cache policy ureadahead
  ureadahead:
Installed: 0.100.0-12
Candidate: 0.100.0-12
Version table:
   *** 0.100.0-12 0
  500 http://mirror.peer1.net/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ureadahead/+bug/1237042/+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 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-01-29 Thread Daniel Eckl
For having temporary wired network to make the downgrade suggested in
#8, you could do:

ifconfig eth0 up && dhcpcd eth0 &

Wireless of course is more tricky.

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

Status in libnl3 package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

  After upgrading to 3.2.21-1ubuntu1 network-manager 0.9.8.8-0ubuntu7.2 
segfaults:
  [   21.367977] init: network-manager main process (1000) killed by SEGV signal
  [   21.367989] init: network-manager main process ended, respawning
  [   21.424932] init: network-manager main process (1060) killed by SEGV signal
  [   21.424943] init: network-manager main process ended, respawning
  [   21.451519] init: network-manager main process (1066) killed by SEGV signal
  [...]

  xxx@yyy:/tmp/bla# gdb /usr/sbin/NetworkManager CoreDump
  [...]
  Reading symbols from /usr/sbin/NetworkManager...(no debugging symbols 
found)...done.
  [New LWP 3550]
  [New LWP 3551]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  Core was generated by `NetworkManager'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0x00469fee in nm_netlink_monitor_attach ()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1539513/+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 1539842] XorgLog.txt

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20/2014
  dm

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20/201

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20/2014
  dmi.b

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20/2014
  dmi.bio

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20/2

[Touch-packages] [Bug 1539842] xserver.devices.txt

2016-01-29 Thread duke
apport information

** Attachment added: "xserver.devices.txt"
   
https://bugs.launchpad.net/bugs/1539842/+attachment/4559578/+files/xserver.devices.txt

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date:

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20/2

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/

[Touch-packages] [Bug 1539842] CurrentDmesg.txt

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20/2014
  

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20/2014
  dm

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20/2014
  dmi.b

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 10/20/2014
  dmi.bio

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

2016-01-29 Thread duke
apport information

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

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

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  NonfreeKernelModules: wl
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily ubuntu
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 1

[Touch-packages] [Bug 1539842] Re: radeon VCE init error (-110)

2016-01-29 Thread duke
apport information

** Tags added: apport-collected

** Description changed:

  radeon VCE init error (-110)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G510
  dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
  dmi.product.name: 20238
  dmi.product.version: Lenovo G510
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sat Jan 30 09:36:56 2016
  xserver.configfile: default
  xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   18258 
   vendor SDC
  xserver.version: 2:1.17.2-1ubuntu9.1
+ --- 
+ ApportVersion: 2.19.1-0ubuntu5
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: None
+ DistUpgraded: Fresh install
+ DistroCodename: wily
+ DistroRelease: Ubuntu 15.10
+ DistroVariant: ubuntu
+ DkmsStatus:
+  bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
+  bcmwl, 6.30.223.248+bdcom, 4.2.0-25-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:380b]
+ InstallationDate: Installed on 2016-01-29 (0 days ago)
+ InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
+ MachineType: LENOVO 20238
+ NonfreeKernelModules: wl
+ Package: xorg 1:7.7+7ubuntu4
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
+ Tags:  wily ubuntu
+ UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
+ Uname: Linux 4.2.0-25-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 10/20/2014
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: 79CN50WW(V3.09)
+ dmi.board.asset.tag: No Asset Tag
+ dmi.board.name: INVALID
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Defined
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Lenovo G510
+ dmi.modalias: 
dmi

[Touch-packages] [Bug 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-01-29 Thread Daniel Wind Sam
Same issue, which quite drive me mad without the network. Just install
the packages list in #8 via an usb stick and the net works again.

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

Status in libnl3 package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

  After upgrading to 3.2.21-1ubuntu1 network-manager 0.9.8.8-0ubuntu7.2 
segfaults:
  [   21.367977] init: network-manager main process (1000) killed by SEGV signal
  [   21.367989] init: network-manager main process ended, respawning
  [   21.424932] init: network-manager main process (1060) killed by SEGV signal
  [   21.424943] init: network-manager main process ended, respawning
  [   21.451519] init: network-manager main process (1066) killed by SEGV signal
  [...]

  xxx@yyy:/tmp/bla# gdb /usr/sbin/NetworkManager CoreDump
  [...]
  Reading symbols from /usr/sbin/NetworkManager...(no debugging symbols 
found)...done.
  [New LWP 3550]
  [New LWP 3551]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  Core was generated by `NetworkManager'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0x00469fee in nm_netlink_monitor_attach ()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1539513/+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 1539842] [NEW] radeon VCE init error (-110)

2016-01-29 Thread duke
Public bug reported:

radeon VCE init error (-110)

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
Uname: Linux 4.2.0-25-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Sat Jan 30 09:54:34 2016
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
 bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:380b]
InstallationDate: Installed on 2016-01-29 (0 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: LENOVO 20238
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: 79CN50WW(V3.09)
dmi.board.asset.tag: No Asset Tag
dmi.board.name: INVALID
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo G510
dmi.modalias: 
dmi:bvnLENOVO:bvr79CN50WW(V3.09):bd10/20/2014:svnLENOVO:pn20238:pvrLenovoG510:rvnLENOVO:rnINVALID:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoG510:
dmi.product.name: 20238
dmi.product.version: Lenovo G510
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Sat Jan 30 09:36:56 2016
xserver.configfile: default
xserver.errors: RADEON(G0): [XvMC] Failed to initialize extension.
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   18258 
 vendor SDC
xserver.version: 2:1.17.2-1ubuntu9.1

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


** Tags: amd64 apport-bug ubuntu 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/1539842

Title:
  radeon VCE init error (-110)

Status in xorg package in Ubuntu:
  New

Bug description:
  radeon VCE init error (-110)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jan 30 09:54:34 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 4.2.0-16-generic, x86_64: installed
   bcmwl, 6.30.223.248+bdcom, 4.2.0-25-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Lenovo Device [17aa:380b]
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  MachineType: LENOVO 20238
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=34227485-fb2e-4879-9380-11185020c838 ro quiet splash radeon.modeset=1 
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: 10/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 79CN50WW(V3.09)
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: INVALID
  dmi.board.vendor: LE

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2016-01-29 Thread william burt
Andy Balaam, thank you indeed.  I am a new Ubuntu user, switching from
Windows (work).  Can't believe this kludge has been going on as long as
the comments indicate.  Board comments led me to try your fix, and it
worked.

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

Title:
  update-initramfs should produce a more helpful error when there isn't
  enough  free space

Status in initramfs-tools:
  New
Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: initramfs-tools

  When generating a new initramfs there is no check for available free
  space, subsequently its possible for update-initramfs to fail due to a
  lack of free space.  This is resulting in package installation
  failures for initramfs-tools.  For example:

  Setting up initramfs-tools (0.98.8ubuntu3) ...
  update-initramfs: deferring update (trigger activated)
  Processing triggers for initramfs-tools ...
  update-initramfs: Generating /boot/initrd.img-2.6.38-8-generic

  gzip: stdout: No space left on device
  E: mkinitramfs failure cpio 141 gzip 1
  update-initramfs: failed for /boot/initrd.img-2.6.38-8-generic
  dpkg: error processing initramfs-tools (--configure):
   subprocess installed post-installation script returned error exit status 1

  WORKAROUND:

  Remove unused kernels using computer janitor (not in repositories for
  14.04 or later) or manually free space on your partition containing
  the /boot file system.

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/798414/+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 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-01-29 Thread Dmitriy Kodanev
Same issue. Just did as #4/#7 and it helped.

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

Status in libnl3 package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

  After upgrading to 3.2.21-1ubuntu1 network-manager 0.9.8.8-0ubuntu7.2 
segfaults:
  [   21.367977] init: network-manager main process (1000) killed by SEGV signal
  [   21.367989] init: network-manager main process ended, respawning
  [   21.424932] init: network-manager main process (1060) killed by SEGV signal
  [   21.424943] init: network-manager main process ended, respawning
  [   21.451519] init: network-manager main process (1066) killed by SEGV signal
  [...]

  xxx@yyy:/tmp/bla# gdb /usr/sbin/NetworkManager CoreDump
  [...]
  Reading symbols from /usr/sbin/NetworkManager...(no debugging symbols 
found)...done.
  [New LWP 3550]
  [New LWP 3551]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  Core was generated by `NetworkManager'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0x00469fee in nm_netlink_monitor_attach ()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1539513/+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 1521987] Re: Sound is not automatically switched back from headphones to speakers

2016-01-29 Thread Raymond
** Bug watch added: freedesktop.org Bugzilla #93903
   https://bugs.freedesktop.org/show_bug.cgi?id=93903

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

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

Title:
  Sound is not automatically switched back from headphones to speakers

Status in PulseAudio:
  Unknown
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  When plugging in headphones, sound output is correctly switched from
  speakers (line out) to the headphones. When the headphones are
  unplugged, sound is NOT automatically switched back to the speakers.

  This bug started happening on my system after I upgraded from 14.04 to
  15.10 so it is a regression. Attached is pulseaudio log of what
  happens when I plug and unplug my headphones.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pulseaudio/+bug/1521987/+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 1539826] Re: initramfs-tools hook-functions error causes failure

2016-01-29 Thread Ubuntu Foundations Team Bug Bot
The attachment "hook-functions variable name fix" seems to be a patch.
If it isn't, please remove the "patch" flag from the attachment, remove
the "patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  initramfs-tools hook-functions error causes failure

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  The /usr/share/initramfs-tools/hook-functions contains what appears to be a 
variable name update (from root to dev_node) error.
  It appears that one instance of root was not updated correctly; this causes 
mkinitramfs to fail with the error:

  mkinitramfs: for device /dev/vda1 missing vda1 /sys/block/ entry
  mkinitramfs: workaround is MODULES=most
  mkinitramfs: Error please report the bug

  A trivial patch that appears to resolve this is attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: initramfs-tools 0.120ubuntu7 [modified: 
usr/share/initramfs-tools/hook-functions]
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 17:44:20 2016
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160129)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1539826/+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 1478321] Re: Weird battery values bq Aquaris 4.5

2016-01-29 Thread Launchpad Bug Tracker
[Expired for upower (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Weird battery values bq Aquaris 4.5

Status in upower package in Ubuntu:
  Expired

Bug description:
  Many times it happens that the percentage of the battery shown is not
  the real one.

  Yesterday evening I had a big problem where the phone suddenly went
  from 20% to 0% and it shut itself down.

  This is shown in the battery history graph, that I attach.

  As you can see there are various vertical lines, clearly indicating
  that the value jumps from  one point to the other.

  This is a big problem, because if one sees that the phone has still
  20% of battery, one thinks that it still has 1/5 of its life span
  before dying.

  It is not the first time that this happens to me and others, and I
  believe that anyone experiencing this should attach a picture of it,
  so that eventually we might be able to resolve it, maybe with some
  kind of approximations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/1478321/+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 1502756] Re: Media player crashes when volume is increased on Headphones

2016-01-29 Thread Launchpad Bug Tracker
[Expired for mediaplayer-app (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mediaplayer-app (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Media player crashes when volume is increased on Headphones

Status in mediaplayer-app package in Ubuntu:
  Expired

Bug description:
  When on earphones I tried increasing the volume to maximum, I get a
  kind of popup in the background and immediately gets superseded by  a
  message "High volume may damage your hearing" and then the media
  player crashes. I cannot play any video again until I either restart
  my phone or goto Music app then accept the popup and increase the
  volume.

  After using the phone for a week, I encountered this scenario at least
  5 times.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mediaplayer-app/+bug/1502756/+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 1426553] Re: [messaging-app] Can't get rid of unread indicator

2016-01-29 Thread Michael Terry
Yes.  That same contact still has a constant "1" green symbol next to
their name.

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

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

Title:
  [messaging-app] Can't get rid of unread indicator

Status in messaging-app package in Ubuntu:
  New

Bug description:
  This is on my dogfood phone, a mako running ubuntu-touch/stable.

  I was having a text conversation with someone, and I don't know how
  this happened, but now I see a permanent unread indicator of 1.
  Entering the chat view with them does not clear it.

  What logs would be useful?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1426553/+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 1519279] Re: Xorg segfault on external display plug/unplug

2016-01-29 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/1519279

Title:
  Xorg segfault on external display plug/unplug

Status in xorg package in Ubuntu:
  Expired

Bug description:
  Lenovo Thinkpad E540, Ubuntu 15.10, xorg 1:7.7+7ubuntu4, driver NVIDIA
  352.63 (also reproduces with NVIDIA 340.96 and nouveau)

  When I plug/unplug external display (VGA or HDMI), X server crashes
  with the following backtrace:

  [ 115.212] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
  [ 116.571] (EE)
  [ 116.571] (EE) Backtrace:
  [ 116.571] (EE) 0: /usr/bin/X (xorg_backtrace+0x4e) [0x564e760ab68e]
  [ 116.571] (EE) 1: /usr/bin/X (0x564e75ef7000+0x1b89f9) [0x564e760af9f9]
  [ 116.571] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7f1d7f12b000+0x352f0) 
[0x7f1d7f1602f0]
  [ 116.571] (EE) 3: /usr/bin/X (DamageRegister+0x11) [0x564e760323e1]
  [ 116.571] (EE) 4: /usr/bin/X (0x564e75ef7000+0xd9b08) [0x564e75fd0b08]
  [ 116.571] (EE) 5: /usr/bin/X (BlockHandler+0x8a) [0x564e75f53cca]
  [ 116.572] (EE) 6: /usr/bin/X (WaitForSomething+0x163) [0x564e760a83f3]
  [ 116.572] (EE) 7: /usr/bin/X (0x564e75ef7000+0x57fa1) [0x564e75f4efa1]
  [ 116.572] (EE) 8: /usr/bin/X (0x564e75ef7000+0x5c34b) [0x564e75f5334b]
  [ 116.572] (EE) 9: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) 
[0x7f1d7f14ba40]
  [ 116.572] (EE) 10: /usr/bin/X (_start+0x29) [0x564e75f3d6c9]
  [ 116.572] (EE)
  [ 116.572] (EE) Segmentation fault at address 0x10
  [ 116.572] (EE)
  Fatal server error:
  [ 116.572] (EE) Caught signal 11 (Segmentation fault). Server aborting

  Expected - not to crash.

  The problem occurred after update from 15.04 to 15.10. See
  XorgLogOld.txt

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  352.63  Sat Nov  7 21:25:42 
PST 2015
   GCC version:  gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  BootLog:
   fsck from util-linux 2.26.2
   /dev/sdb2: clean, 370326/204 files, 4422836/8191744 blocks
  Date: Tue Nov 24 11:38:52 2015
  DistUpgraded: 2015-11-06 11:48:36,801 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 4.2.0-18-generic, x86_64: installed
   bbswitch, 0.7, 4.2.0-19-generic, x86_64: installed
   nvidia-352, 352.63, 4.2.0-19-generic, x86_64: installed
   vboxhost, 5.0.2, 4.2.0-18-generic, x86_64: installed
   vboxhost, 5.0.2, 4.2.0-19-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:5040]
     Subsystem: Lenovo Device [17aa:5040]
  InstallationDate: Installed on 2015-08-21 (95 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  MachineType: LENOVO 20C6A0DS00
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic.efi.signed 
root=UUID=9c7fde50-44fd-4663-900c-1446724ffc68 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: Upgraded to wily on 2015-11-06 (17 days ago)
  dmi.bios.date: 07/29/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: J9ET9AWW (2.20 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20C6A0DS00
  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:bvrJ9ET9AWW(2.20):bd07/29/2015:svnLENOVO:pn20C6A0DS00:pvrThinkPadEdgeE540:rvnLENOVO:rn20C6A0DS00:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20C6A0DS00
  dmi.product.version: ThinkPad Edge E540
  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.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel

[Touch-packages] [Bug 1539191] Re: dont know

2016-01-29 Thread Christopher M. Penalver
velena, 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.

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

Title:
  dont know

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  dont know

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-43.49~14.04.1-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-43-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Thu Jan 28 11:40:41 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
[8086:0f31] (rev 0e) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:21de]
  InstallationDate: Installed on 2015-09-17 (132 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-43-generic.efi.signed 
root=UUID=74586b3c-8bea-45c8-a91f-926d7e7f0265 ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.12
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 233F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 06.13
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.12:bd10/30/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr096A13405F00050660180:rvnHewlett-Packard:rn233F:rvr06.13:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 096A13405F00050660180
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~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 Jan 28 11:35:15 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5547 
   vendor CMN
  xserver.version: 2:1.17.1-0ubuntu3~trusty1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1539191/+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 1539154] Re: Will not boot normally

2016-01-29 Thread Christopher M. Penalver
James Redding, thank you for reporting this and helping make Ubuntu
better.

To clarify, could you please provide more detail regarding "will not
boot normally"?

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

Title:
  Will not boot normally

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Will not boot normally

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-49.55~14.04.1-generic 3.19.8-ckt12
  Uname: Linux 3.19.0-49-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  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: Thu Jan 28 07:56:03 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GF119 [GeForce GT 610] [10de:104a] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: eVga.com. Corp. Device [3842:2615]
  InstallationDate: Installed on 2016-01-26 (1 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 413c:2003 Dell Computer Corp. Keyboard
   Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-49-generic 
root=UUID=e1f024af-91cf-4f4e-a00f-d309b83cb78c ro rootflags=sync drm.debug=0xe 
plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/30/2006
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 6.00 PG
  dmi.board.name: KN8 SLI(NF-CK804)
  dmi.board.vendor: http://www.abit.com.tw/
  dmi.board.version: 1.x
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd05/30/2006:svn:pn:pvr:rvnhttp//www.abit.com.tw/:rnKN8SLI(NF-CK804):rvr1.x:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1~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 Jan 28 15:53:32 2016
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMicrosoft Microsoft 3-Button Mouse with IntelliEye(TM) MOUSE, 
id 8
   inputDell Dell USB Keyboard KEYBOARD, id 9
  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: Output DVI-I-1  
HDMI-1   VGA-1
  xserver.version: 2:1.17.1-0ubuntu3.1~trusty1
  xserver.video_driver: nouveau

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

2016-01-29 Thread Christopher M. Penalver
adam thye, thank you for reporting this and helping make Ubuntu better.

Could you please provide the full computer model as noted on the sticker
of the computer itself (not from the Bug Description)?

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

Title:
  Xorg-freeze

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  i have spend like 10 hours fixing this :( HELP PLEASE! :)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-60.80~14.04.1-generic 3.16.7-ckt22
  Uname: Linux 3.16.0-60-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Jan 28 17:49:24 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.248+bdcom, 3.16.0-30-generic, i686: installed
   bcmwl, 6.30.223.248+bdcom, 3.16.0-60-generic, i686: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Very infrequently
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96 [Mobility Radeon HD 
4650/5165] [1002:9480] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:3637]
  InstallationDate: Installed on 2015-07-26 (185 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Hewlett-Packard HP Pavilion dv6 Notebook PC
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-60-generic 
root=UUID=bba0fdc9-b3fe-4d87-b14f-2b97c79b1d34 ro splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/17/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.15
  dmi.board.name: 3637
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 33.23
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd05/17/2010:svnHewlett-Packard:pnHPPaviliondv6NotebookPC:pvr049C212413102:rvnHewlett-Packard:rn3637:rvr33.23:cvnHewlett-Packard:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv6 Notebook PC
  dmi.product.version: 049C212413102
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.libdrm2: libdrm2 2.4.64-1~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 Jan 28 17:27:18 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
  xserver.video_driver: radeon

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

2016-01-29 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 1528032 ***
https://bugs.launchpad.net/bugs/1528032

** This bug has been marked a duplicate of bug 1528032
   Xorg freeze

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

Title:
  Xorg freeze

Status in xorg package in Ubuntu:
  New

Bug description:
  firefox flach -fool screen

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-59.79~14.04.1-generic 3.16.7-ckt20
  Uname: Linux 3.16.0-59-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: X-Cinnamon
  Date: Wed Jan 27 20:54:29 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GpuHangFrequency: I don't know
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / 
R7 250X] [1002:683d] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e244]
  InstallationDate: Installed on 2015-05-19 (253 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-59-generic 
root=UUID=78b0b1ac-9887-40b9-851c-0aad32632288 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F6
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: F2A88X-D3H
  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.:bvrF6:bd04/09/2015:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A88X-D3H: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.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: Wed Jan 27 20:54:08 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1538676/+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 1538823] Re: Menu bar menu options are small and do not reflect system font changes

2016-01-29 Thread Christopher M. Penalver
Tony, thank you for reporting this and helping make Ubuntu better.

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

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

Title:
  Menu bar menu options are small and do not reflect system font changes

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Just upgraded to Ubuntu 15.10

  The individual menu bar menu options are very small.  I am not talking
  about the menu bar title or the menu names e.g. "File" "Edit" etc.,
  I'm talking about the individual options within each menu.  I expect
  the text of the menu items to be the same as other UI text, e.g. the
  Ubuntu Default font.

  Also, I would expect the size of the menu options text to change with
  the setting System Settings > Universal Access > Large Text but it
  does not.

  See attached image for two screen shots, one with Large Text disabled
  and one with it enabled.  The text "Contents", "Universal Access", and
  "Quit" is the text that I expect to be bigger, and that I expect to
  get larger when enabling the Large Text setting.

  Further, the size of the menu item text is not affected by any of the
  font settings exposed by the app "ubuntu-tweak" which lets you change
  the default font, etc.

  This problem exists whether the menu bar is pinned to the top of the
  screen, or to the title bar of the individual application windows.

  I think this is a bug in xorg, but I am not sure.

  lsb_release -rd
  Description:  Ubuntu 15.10
  Release:  15.10

  apt-cache policy xorg
  xorg:
Installed: 1:7.7+7ubuntu4
Candidate: 1:7.7+7ubuntu4
Version table:
   *** 1:7.7+7ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1538823/+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 1538555] Re: Intel Graphics don´t work

2016-01-29 Thread Christopher M. Penalver
John Hernandez, thank you for reporting this and helping make Ubuntu
better.

As per http://support.hp.com/us-en/drivers/selfservice/hp-pavilion-
dv6200-entertainment-notebook-pc-
series/2511221/model/3340136#Z7_3054ICK0K8UDA0AQC11TA930O2 an update to
your computer's buggy and outdated BIOS is available (F.2E). If you
update to this following https://help.ubuntu.com/community/BIOSUpdate
does it change anything?

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:
1) Please provide the output of the following terminal command (not perform an 
apport-collect):
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
2) Please make a comment specifically advising on if there was an improvement 
or not.
3) Please mark this report Status New. If it's not reproducible, please mark 
this as Invalid.

Thank you for your understanding.

** Tags removed: n.a
** Tags added: bios-outdated-f.2e

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

Title:
  Intel Graphics don´t work

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  The system unknow my lcd screen in my Pavlion dc6235us with VGA
  compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML
  Express Integrated Graphics Controller (rev 03).

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Wed Jan 27 08:24:38 2016
  DistUpgraded: Fresh install
  DistroCodename: n/a
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics 
Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:30bb]
 Subsystem: Hewlett-Packard Company Device [103c:30bb]
  InstallationDate: Installed on 2016-01-26 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release i386 
(20151021)
  MachineType: Hewlett-Packard HP Pavilion dv6000 (RP298UA#ABA)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic 
root=UUID=a7acbc25-5a5d-44cc-af92-8b6ce4b47cd0 ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No existe el archivo o el directorio: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/02/2007
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.16
  dmi.board.name: 30BB
  dmi.board.vendor: Quanta
  dmi.board.version: 66.37
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.16:bd02/02/2007:svnHewlett-Packard:pnHPPaviliondv6000(RP298UA#ABA):pvrRev1:rvnQuanta:rn30BB:rvr66.37:cvnQuanta:ct10:cvrN/A:
  dmi.product.name: HP Pavilion dv6000 (RP298UA#ABA)
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Wed Jan 27 08:02:39 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1

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

2016-01-29 Thread Christopher M. Penalver
leex, thank you for reporting this and helping make Ubuntu better.

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

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:
1) Please provide the output of the following terminal command (not perform an 
apport-collect):
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
2) Please make a comment specifically advising on if there was an improvement 
or not.
3) Please mark this report Status Confirmed. If it's not reproducible, please 
mark this as Invalid.

Thank you for your understanding.

** Tags added: bios-outdated-f7

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

Title:
  Xorg crash

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  freeze and Cranach x-server , work only teamwiever and  firefox

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-59.79~14.04.1-generic 3.16.7-ckt20
  Uname: Linux 3.16.0-59-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: X-Cinnamon
  Date: Fri Jan 22 21:05:58 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / 
R7 250X] [1002:683d] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e244]
  InstallationDate: Installed on 2015-05-19 (248 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-59-generic 
root=UUID=78b0b1ac-9887-40b9-851c-0aad32632288 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F6
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: F2A88X-D3H
  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.:bvrF6:bd04/09/2015:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A88X-D3H: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.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: Fri Jan 22 21:02:27 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1537163/+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 1539689] Re: package lvm2 2.02.133-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

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

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

Title:
  package lvm2 2.02.133-1ubuntu4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in lvm2 package in Ubuntu:
  Confirmed

Bug description:
  I was trying to upgrade the system to see new updates on the Ubuntu
  16.04. But it couldn't be finished because the operation stopped while
  upgrading lvm2. So I guess it broke the OS because I can't do the
  "apt-get upgrade" anymore.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: lvm2 2.02.133-1ubuntu4
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.366
  Date: Fri Jan 29 16:32:35 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  LiveMediaBuild: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160128)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.1.10
  SourcePackage: lvm2
  Title: package lvm2 2.02.133-1ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2016-01-29 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 1537163 ***
https://bugs.launchpad.net/bugs/1537163

** This bug has been marked a duplicate of bug 1537163
   Xorg crash

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

Title:
  Xorg crash

Status in xorg package in Ubuntu:
  New

Bug description:
  tiamwiever

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-59.79~14.04.1-generic 3.16.7-ckt20
  Uname: Linux 3.16.0-59-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: X-Cinnamon
  Date: Fri Jan 22 23:55:25 2016
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / 
R7 250X] [1002:683d] (prog-if 00 [VGA controller])
 Subsystem: PC Partner Limited / Sapphire Technology Device [174b:e244]
  InstallationDate: Installed on 2015-05-19 (248 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-59-generic 
root=UUID=78b0b1ac-9887-40b9-851c-0aad32632288 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/09/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F6
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: F2A88X-D3H
  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.:bvrF6:bd04/09/2015:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A88X-D3H: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.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: Fri Jan 22 23:55:02 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1537204/+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 1534929] Re: [USB-Audio - USB PnP Sound Device, playback] volume slider problem: USB headset playback suddenly drops to inaudible when volume is set below a certain level

2016-01-29 Thread Raymond
** Changed in: alsa-driver (Ubuntu)
   Status: New => Incomplete

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

Title:
  [USB-Audio - USB PnP Sound Device, playback] volume slider problem:
  USB headset playback suddenly drops to inaudible when volume is set
  below a certain level

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  With this headset:

  [ 9922.706941] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
  [ 9922.805274] usb 1-1.4: New USB device found, idVendor=1ea7, idProduct=0055
  [ 9922.805279] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
  [ 9922.805282] usb 1-1.4: Product: USB PnP Sound Device
  [ 9922.805284] usb 1-1.4: Manufacturer: C-Media Electronics Inc.  
  [ 9922.806688] input: C-Media Electronics Inc.   USB PnP Sound Device as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.3/input/input12
  [ 9922.806802] hid-generic 0003:1EA7:0055.0002: input,hidraw1: USB HID v1.00 
Device [C-Media Electronics Inc.   USB PnP Sound Device] on 
usb-:00:1a.0-1.4/input3
  [ 9922.872746] usbcore: registered new interface driver snd-usb-audio

  called "CSL Stormrider Wired Headset", playback becomes suddenly
  inaudible when the volume slider in the unity sound preferences
  (accessed via indicator → loudspeaker icon → sound settings) is set to
  below circa 40 %. Setting to above ~40 % restores playback volume to
  what you would expect.

  In alsamixer, the same problem occurs when going from volume level 02
  to volume level 01. At alsamixer level 02, the volume is about what
  you would expect when setting a volume slider to about 40 %.

  This is annoying since 40 % can already be rather loud.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-74-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jan 16 14:25:15 2016
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Integrated Rate Matching Hub - USB PnP Sound Device
  Symptom_Type: Volume slider, or mixer problems
  Title: [USB-Audio - USB PnP Sound Device, playback] volume slider problem
  UpgradeStatus: Upgraded to trusty on 2014-05-24 (602 days ago)
  dmi.bios.date: 12/10/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.60
  dmi.board.name: B75 Pro3
  dmi.board.vendor: ASRock
  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.:bvrP1.60:bd12/10/2012:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB75Pro3:rvr: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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1534929/+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 1539700] Re: Audio cd's play with background buzzing

2016-01-29 Thread Raymond
[15087.605353] ufs: ufs_fill_super(): bad magic number
[15087.607466] hfs: can't find a HFS filesystem on dev sda1
[15088.493763] EXT4-fs (sdb4): VFS: Can't find ext4 filesystem
[15088.494766] EXT4-fs (sdb4): VFS: Can't find ext4 filesystem
[15088.495725] EXT4-fs (sdb4): VFS: Can't find ext4 filesystem
[15088.496784] FAT-fs (sdb4): bogus number of reserved sectors
[15088.496787] FAT-fs (sdb4): Can't find a valid FAT filesystem
[15088.500312] XFS (sdb4): Invalid superblock magic number
[15088.502630] FAT-fs (sdb4): bogus number of reserved sectors
[15088.502633] FAT-fs (sdb4): Can't find a valid FAT filesystem
[15088.505591] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sdb4.
[15088.506810] hfsplus: unable to find HFS+ superblock

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

Title:
  Audio cd's play with background buzzing

Status in alsa-driver package in Ubuntu:
  New
Status in goobox package in Ubuntu:
  New
Status in rhythmbox package in Ubuntu:
  New

Bug description:
  Also affects cdplayer (goobox).
   Is not seen in audacious or vlc at all (using default audio of pulse
  Test case: insert audio cd, play in rhymbox or cdplayer
  What happens: significant background buzzing

  May be gstreamer issue?

  Attached is simple recording of what Rb is outputting.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-1.15-generic 4.4.0
  Uname: Linux 4.4.0-1-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  doug   1652 F pulseaudio
   /dev/snd/pcmC1D0p:   doug   1652 F...m pulseaudio
   /dev/snd/controlC1:  doug   1652 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Jan 29 12:00:33 2016
  InstallationDate: Installed on 2016-01-14 (14 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160114)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: High background noise, or volume is too low
  Title: [20217, Realtek ALC282, Speaker, Internal] Background noise or low 
volume
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1539700/+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 1525390] Re: [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A

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

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

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

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

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

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

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 removed: bios-outdated-4.0.1
** Tags added: latestbios-4.0.3

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

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

Title:
   [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on
  pipe A

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Dell 3552 Inspiron laptop, bought with Ubuntu 14.04LTS upgraded, to
  15.10.

  Every few minutes the following appears in the syslog:
  [ 6355.488381] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update 
failure on pipe A (start=1171 end=1172)

  Does not seem to be related to any specific user activity, though I note the 
Chrome 47 displays many graphical artifacts in images.
  Additionally, the below stack trace often appears:

  [ 1365.284232] perf interrupt took too long (2502 > 2500), lowering 
kernel.perf_event_max_sample_rate to 5
  [ 1599.998487] [ cut here ]
  [ 1599.998536] WARNING: CPU: 0 PID: 2333 at 
/build/linux-26_gwp/linux-4.2.0/drivers/gpu/drm/i915/intel_display.c:11102 
intel_check_page_flip+0xfc/0x110 [i915]()
  [ 1599.998539] Kicking stuck page flip: queued at 94224, now 94229
  [ 1599.998541] Modules linked in: ctr ccm ip6table_filter ip6_tables 
iptable_filter ip_tables x_tables pci_stub vboxpci(OE) vboxnetadp(OE) rfcomm 
vboxnetflt(OE) vboxdrv(OE) msr bnep binfmt_misc rtsx_usb_ms memstick 
snd_hda_codec_hdmi dell_led snd_hda_codec_realtek snd_hda_codec_generic btusb 
uvcvideo dell_wmi btrtl snd_hda_intel sparse_keymap btbcm videobuf2_vmalloc 
btintel videobuf2_memops snd_hda_codec videobuf2_core bluetooth v4l2_common 
snd_hda_core snd_hwdep arc4 videodev media snd_pcm dell_laptop dcdbas 
nls_iso8859_1 rtl8723be snd_seq_midi snd_seq_midi_event intel_rapl snd_rawmidi 
dell_smm_hwmon btcoexist rtl8723_common intel_powerclamp rtl_pci coretemp 
rtlwifi kvm_intel mac80211 kvm punit_atom_debug cfg80211 snd_seq input_leds 
joydev serio_raw snd_seq_device snd_timer lpc_ich snd mei_txe mei
  [ 1599.998609]  shpchp soundcore iosf_mbi i2c_designware_platform mac_hid 
i2c_designware_core dell_rbtn synaptics_i2c parport_pc ppdev lp parport autofs4 
jitterentropy_rng drbg ansi_cprng algif_skcipher af_alg dm_crypt rtsx_usb_sdmmc 
rtsx_usb crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper i915 cryptd psmouse i2c_algo_bit drm_kms_helper drm 
ahci libahci wmi sdhci_acpi video sdhci pinctrl_cherryview
  [ 1599.998649] CPU: 0 PID: 2333 Comm: Chrome_IOThread Tainted: G   OE 
  4.2.0-19-generic #23-Ubuntu
  [ 1599.998651] Hardware name: Dell Inc. Inspiron 15-3552/0CP33T, BIOS 3.0.3 
08/26/2015
  [ 1599.998654]   24a8568b 88017fc03ce8 
817e93f9
  [ 1599.998659]   88017fc03d40 88017fc03d28 
8107b3d6
  [ 1599.998663]  88017fc03d58 880035904800 8800e000 
8800359049a8
  [ 1599.998668] Call Trace:
  [ 1599.998670][] dump_stack+0x45/

[Touch-packages] [Bug 1305171] Re: duplicate file in packages login and passwd

2016-01-29 Thread Steve Langasek
The error in your log was:

dpkg: error processing 
/var/cache/apt/archives/login_1%3a4.1.4.2+svn3283-3ubuntu5.1_i386.deb 
(--unpack):
 trying to overwrite '/usr/share/man/fi', which is also in package passwd 
1:4.1.4.2+svn3283-3ubuntu5

If you still have this system, could you please attach the contents of
/usr/share/man/fi?  This error indicates that /usr/share/man/fi was a
file, when it should be a directory.

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

Title:
  duplicate file in packages login and passwd

Status in shadow package in Ubuntu:
  Confirmed

Bug description:
  This is the error I got from apt-get:

  http://paste.ubuntu.com/7226867/

  These are the package versions:

  http://paste.ubuntu.com/7226880/

  Solved by running "sudo dpkg --force-all -i
  /var/cache/apt/archives/login_1%3a4.1.4.2+svn3283-3ubuntu5.1_i386.deb;
  sudo apt-get -f install"

  
  Ubuntu 12.04.4 LTS
  --- 
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  DistroRelease: Ubuntu 12.04
  InstallationMedia:
   
  MarkForUpload: True
  Package: shadow (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Tags:  precise
  Uname: Linux 3.2.0-23-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1305171/+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 1072545] Re: package passwd 1:4.1.4.2+svn3283-3ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-01-29 Thread Steve Langasek
The error in your log was:

/var/lib/dpkg/info/passwd.postinst: line 19: /usr/local/bin/getent: No
such file or directory

This indicates that you had a locally-installed 'getent' command under
/usr/local/bin on your system that conflicted with the system 'getent'
command.  This is not a bug in Ubuntu.

** Changed in: shadow (Ubuntu)
   Status: New => Invalid

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

Title:
  package passwd 1:4.1.4.2+svn3283-3ubuntu5.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in shadow package in Ubuntu:
  Invalid

Bug description:
  This is happening:

  1. On everytime i boot ubuntu
  2. Whenever i try to install new packages

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: passwd 1:4.1.4.2+svn3283-3ubuntu5.1
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic-pae 3.2.30
  Uname: Linux 3.2.0-32-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu13
  AptOrdering: passwd: Configure
  Architecture: i386
  Date: Fri Oct 26 16:56:28 2012
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  SourcePackage: shadow
  Title: package passwd 1:4.1.4.2+svn3283-3ubuntu5.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1072545/+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 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-29 Thread Ryan Harper
Hi Nick,

We've not built a new NetworkManager package with the fix.  For now,
you'll need to downgrade your libnl-3 packages:

% apt-get install libnl-3-200=3.2.21-1 libnl-genl-3-200=3.2.21-1 libnl-
route-3-200=3.2.21-1

And you may need to apply a hold until a fix for NetworkManager can be
released.

% sudo apt-mark hold libnl-3-200 libnl-genl-3-200 libnl-route-3-200

And after the fix:

% sudo apt-mark auto libnl-3-200 libnl-genl-3-200 libnl-route-3-200

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

Title:
  libnl: fail to bind() netlink sockets

Status in libnl3 package in Ubuntu:
  Fix Released
Status in libnl3 source package in Trusty:
  Fix Committed
Status in libnl3 package in Debian:
  New

Bug description:
  [Impact]

   * Applications in Trusty using libnl-3-200 which frequently open and
 close netlink sockets can easily fail when attempting to bind the
 local socket.  The problem happens when libnl choose a port id
 already used by another application and subsequently libnl fails
 instead of trying another port id.
 
 The original bug was discovered when attempting to start a virtual
 machine under libvirt, which is a user of this library.

   * Backporting fixes from upstream release fixes a real bug in the
 current version of the library in Trusty.  The alternative is for all
 applications to manually manage their local port allocation, or as
 upstream has accepted allowing libnl to attempt to try for other
 local ports.

   * All patches applied are already accepted upstream and newer Ubuntu
 releases are not affected.

  [Test Case]

   * On a Trusty 14.04 system
 1. sudo apt-get install libnl-3-200 libnl-3-dev libnl-3-dev \
 libnl-genl-3-dev libnl-route-3-200 \
 make gcc build-essential libnl1
 2. download and unpack attachment: lp_1511735_test.tar
 3. Run testcases:

  % if ./example.sh; then echo "libnl OK"; else echo "libnl FAILED"; fi 
  gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3
  set manually the local port to 6975 (pid: 6974)
  local port has been set by the libnl to 6975 (pid: 6975)
  ERROR: genl_connect(): Object exists (local port: 6975, pid: 6975)
  libnl FAILED
  % python libnl3-test-rh1249158.py a b c d
  ulimit(NOFILE) = (2048, 4096)
  Test: PID=6978
  TEST (a)...
  Traceback (most recent call last):
File "libnl3-test-rh1249158.py", line 226, in 
  locals()["TEST_" + arg]()
File "libnl3-test-rh1249158.py", line 140, in TEST_a
  sk = nl_get_socket()
File "libnl3-test-rh1249158.py", line 115, in nl_get_socket
  raise IOError(-err, _nl_geterror())
  OSError: [Errno 6] b'Unspecific failure'

 4. After applying the updated packages:

  % if ./example.sh; then echo "libnl OK"; else echo "libnl FAILED"; fi
  gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3
  set manually the local port to 11295 (pid: 11294)
  local port has been set by the libnl to 2894081055 (pid: 11295)
  libnl OK
  % python libnl3-test-rh1249158.py a b c d
  ulimit(NOFILE) = (2048, 4096)
  Test: PID=11296
  TEST (a)...
  ...done
  TEST (b)...
  ...done
  TEST (c)...
  ...done
  TEST (d)...
  ...done

  [Regression Potential] 

   * There are quite a few high profile packages that depend on this package,
 notably libvirt and network-manager.  The complete list is here:

 # on Trusty
  % apt-rdepends -r libnl-3-200 | head -n 33
  libnl-3-200
Reverse Depends: batctl (>= 2013.4.0-2)
Reverse Depends: bmon (>= 1:3.1-1)
Reverse Depends: crda (>= 1.1.2-1ubuntu2)
Reverse Depends: hostapd (>= 1:2.1-0ubuntu1)
Reverse Depends: ipvsadm (>= 1:1.26-2ubuntu1)
Reverse Depends: iw (>= 3.4-1)
Reverse Depends: keepalived (>= 1:1.2.7-1ubuntu1)
Reverse Depends: kismet (>= 2013.03.R1b-3)
Reverse Depends: knemo (>= 0.7.6-2)
Reverse Depends: libfsobasics3 (>= 0.12.0-4)
Reverse Depends: libnetcf1 (>= 1:0.2.3-4ubuntu1)
Reverse Depends: libnl-3-200-dbg (= 3.2.21-1)
Reverse Depends: libnl-3-dev (= 3.2.21-1)
Reverse Depends: libnl-cli-3-200 (= 3.2.21-1)
Reverse Depends: libnl-genl-3-200 (= 3.2.21-1)
Reverse Depends: libnl-nf-3-200 (= 3.2.21-1)
Reverse Depends: libnl-route-3-200 (= 3.2.21-1)
Reverse Depends: libnl-utils (>= 3.2.21-1)
Reverse Depends: libnss-gw-name (>= 0.3-2)
Reverse Depends: libvirt-bin (>= 1.2.2-0ubuntu13)
Reverse Depends: libvirt0 (>= 1.2.2-0ubuntu13)
Reverse Depends: lowpan-test-tools (>= 0.3-1)
Reverse Depends: lowpan-tools (>= 0.3-1)
Reverse Depends: neard (>= 0.11

[Touch-packages] [Bug 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-01-29 Thread Ryan Harper
This bug is related to an attempted SRU for libnl here:

https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1511735

The updated package exposes a bug in NetworkManager, which we're testing
a fix:

https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1539634

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

Status in libnl3 package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

  After upgrading to 3.2.21-1ubuntu1 network-manager 0.9.8.8-0ubuntu7.2 
segfaults:
  [   21.367977] init: network-manager main process (1000) killed by SEGV signal
  [   21.367989] init: network-manager main process ended, respawning
  [   21.424932] init: network-manager main process (1060) killed by SEGV signal
  [   21.424943] init: network-manager main process ended, respawning
  [   21.451519] init: network-manager main process (1066) killed by SEGV signal
  [...]

  xxx@yyy:/tmp/bla# gdb /usr/sbin/NetworkManager CoreDump
  [...]
  Reading symbols from /usr/sbin/NetworkManager...(no debugging symbols 
found)...done.
  [New LWP 3550]
  [New LWP 3551]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  Core was generated by `NetworkManager'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0x00469fee in nm_netlink_monitor_attach ()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1539513/+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 1083706] Re: useradd: cannot lock /etc/passwd; try again later

2016-01-29 Thread Steve Langasek
*** This bug is a duplicate of bug 523896 ***
https://bugs.launchpad.net/bugs/523896

** This bug has been marked a duplicate of bug 523896
   useradd: cannot lock /etc/passwd; try again later.

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

Title:
  useradd: cannot lock /etc/passwd; try again later

Status in shadow package in Ubuntu:
  New

Bug description:
  Despues de la actualizacion de Ubuntu Precise Pangolin 12.04 apararece este 
error, por ejemplo al aplicar el xml  slideshow no permite efectuar las 
modificaciones para el fondo de pantalla, igual para el caso de funcionamiento 
de Simple LightDM, son los que he probado luego de la actualización y genera el 
error mencionado.
  Buscando asistencia en internet he encontrado el tema de los archivos .lock 
pero estos ni siquiera aparecen en la computadora en ninguna ubucación del 
sistema.
  Gracias.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1083706/+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 1099012] Re: ubuntu logs off after login

2016-01-29 Thread Steve Langasek
** Package changed: shadow (Ubuntu) => lightdm (Ubuntu)

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

Title:
  ubuntu logs off after login

Status in lightdm package in Ubuntu:
  New

Bug description:
  After I login using my gnome-panel classic setting i get a black
  screen then get booted back to the lightdm login

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: login 1:4.1.4.2+svn3283-3ubuntu7
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  Uname: Linux 3.2.0-32-generic i686
  ApportVersion: 2.6.1-0ubuntu9
  Architecture: i386
  Date: Sat Jan 12 18:26:36 2013
  InstallationDate: Installed on 2011-08-03 (528 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  MarkForUpload: True
  SourcePackage: shadow
  UpgradeStatus: Upgraded to quantal on 2012-10-19 (85 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1099012/+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 1249833] Re: (precise:27368): WARNING **: Serious fd usage error 22

2016-01-29 Thread Steve Langasek
I'm sorry, but the text of the error messages you reported appears to
have been garbled along the way.  As this bug report is now several
years old, I think the only thing we can reasonably do is close it as
invalid.

** Changed in: shadow (Ubuntu)
   Status: New => Invalid

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

Title:
  (precise:27368): WARNING **: Serious fd usage error 22

Status in shadow package in Ubuntu:
  Invalid

Bug description:
  (precise:27368): WARNING **: Failed to send buffer

  I was using Ubuntu 10.04 and was in the process of upgrading to 12.04
  The upgrde has stopped at this pount with 1 minute remaining in the "cleaning 
up" section. 
  TILINE) :
   File "/user/lib/python2.7/re.py", line 142, in search
return _compile(pattern, flags) . search (string)
  TypeError: expected string or buffer
  Xlib: extension "RANDR" missing on disply ":0.0".

  ** (firefox: 9508) : WARNING  **:  Couldn't register with accessibility bus: 
Did not reveive  reply. Possible causes include: the remote appliction did not 
send a reply, the message bus security policy bloced the reply, the reply 
timeout expired, or the network connection was broken. 
  ERROR: hook /usr/share/apport/report.py", line 719, in add_hooks_info
  symb[ 'add_info'] (self,ui)
  File "/usr/share/apport/general-hooks/unbuntu.py", line 52, in add_info
   check attachement_for_errors(report_log)
  File "/usr/share/apport/report.py" line 164check attachement_for_errors
   if attachement in report and re. search (grub error, report [attchement], 
re. MULTILINE
  File " .usr/lib/python2.7/re.py, line 142 in search return compile (pattern, 
flags). serch (string) or buffer
  ERROR: hook.usr/shre/pport/general-hooks.unbuntu.py crashed:
  Tracebck (most recent call list):
  (apport-gtk:10746) : Gdk-WRNING **: apport-gtk: Fatal 10 error 0 (Success) on 
X server : 0.0.
  [xcb] Unknown sequence number while processing queue
  [xcb] Most likely this is a multi-threaded client and XiniThreads has not 
been called
  [xcb] Aborting, sorry about that.
  python: ../../src/xcb_io.c:274: poll_for_event: Assertion 
'!xcb_xlib_threads_sequense_lost' failed
  [unknown sequence number while processing queue
  [xcb] Most likely this is a multi-threaded client and XiniThreads has not 
been called
  [xcb] Aborting, sorry about that.
  pythin: ../../src/xcb_io.c:274: poll_for_event: Assertion 
'!xcb_xlib_threads_sequense_lost' failed
  python: ../../src/xcb_io.c:274: poll_for_event: Assertion 
'!xcb_xlib_threads_sequense_lost' failed

  ** (precise: 27368): WARNING **: Serious fd usage error 22
  ** (preices: 27368): WARNING **: Failed to send buffer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1249833/+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 1287633] Re: login password entry problem

2016-01-29 Thread Steve Langasek
** Package changed: shadow (Ubuntu) => lightdm (Ubuntu)

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

Title:
  login password entry problem

Status in lightdm package in Ubuntu:
  New

Bug description:
  When I boot my laptop I reach the login screen of ubuntu 14.04.

  I have 3 login id's
  one of which is guest account.
  when I try to type the password in my regular login account the password 
field does not accept the entry. Then I chenge my language / keyboard settings 
in top right corner of the screen from english with rupee sign to english uk 
and back again to english with rupee sign it allows me to type the password in 
my password field. my password is all caps so i keep the caps lock on.
  i tried with caps lock on and off both but it allows only after tweaking the 
keybord settings.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: login 1:4.1.5.1-1ubuntu9
  ProcVersionSignature: Ubuntu 3.13.0-14.34-generic 3.13.5
  Uname: Linux 3.13.0-14-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Tue Mar  4 15:30:36 2014
  InstallationDate: Installed on 2012-03-24 (709 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120324)
  SourcePackage: shadow
  UpgradeStatus: Upgraded to trusty on 2014-01-30 (33 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1287633/+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 1316485] Re: package login 1:4.1.5.1-1.1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/man/man8/nologin.8.gz', which is also in package util-linux 2.24.1-1ubu

2016-01-29 Thread Steve Langasek
This appears to have been a transient error in the version of util-linux
in a prerelease version of Ubuntu 14.10.  The util-linux package in
xenial doesn't contain this file, nor does the util-linux package in
trusty. Marking resolved.

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

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

Title:
  package login 1:4.1.5.1-1.1ubuntu1 failed to install/upgrade: trying
  to overwrite '/usr/share/man/man8/nologin.8.gz', which is also in
  package util-linux 2.24.1-1ubuntu1

Status in shadow package in Ubuntu:
  Fix Released

Bug description:
  the error reportint window just suddenly appeared while the upgrade
  script run at the background and i browsed in chrome

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: login 1:4.1.5.1-1.1ubuntu1
  Uname: Linux 3.14.2-031402-generic x86_64
  ApportVersion: 2.14.2-0ubuntu2
  Architecture: amd64
  Date: Tue May  6 10:26:27 2014
  DuplicateSignature: package:login:1:4.1.5.1-1.1ubuntu1:trying to overwrite 
'/usr/share/man/man8/nologin.8.gz', which is also in package util-linux 
2.24.1-1ubuntu1
  ErrorMessage: trying to overwrite '/usr/share/man/man8/nologin.8.gz', which 
is also in package util-linux 2.24.1-1ubuntu1
  SourcePackage: shadow
  Title: package login 1:4.1.5.1-1.1ubuntu1 failed to install/upgrade: trying 
to overwrite '/usr/share/man/man8/nologin.8.gz', which is also in package 
util-linux 2.24.1-1ubuntu1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1316485/+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 1537394] Re: /etc/login.defs has Unicode apostrophe in comments

2016-01-29 Thread Steve Langasek
Would prefer that we not carry a delta to this core package for
something that is arguably not a bug (it's Ubuntu Studio Control's bug
that it can't handle unicode input).  Could you please forward this bug
upstream to Debian?

** Changed in: shadow (Ubuntu)
   Status: New => Triaged

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

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

Title:
  /etc/login.defs has Unicode apostrophe in comments

Status in shadow package in Ubuntu:
  Triaged

Bug description:
  Ubuntu Studio Controls crashed due to a character out of range.
  Further investigation showed that line 221 of /etc/login.defs  had a comment:

  # If set to yes, userdel will remove the user\u00B4s group if it
  contains no

  Changing it to:

  # If set to yes, userdel will remove the user's group if it contains
  no

  fixed the problem.

  $ lsb_release -rd
  Description:  Ubuntu 15.10
  Release:  15.10

  $ lsb_release -rd
  Description:  Ubuntu 15.10
  Release:  15.10
  root@acer:/etc# apt-cache policy login
  login:
Installed: 1:4.1.5.1-1.1ubuntu7
Candidate: 1:4.1.5.1-1.1ubuntu7
Version table:
   *** 1:4.1.5.1-1.1ubuntu7 0
  500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1537394/+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 1516618] Re: package login 1:4.1.5.1-1.1ubuntu4 failed to install/upgrade: unable to install new version of `/bin/su': Device or resource busy

2016-01-29 Thread Steve Langasek
This points to a filesystem problem, not to a bug in the shadow package.
If your filesystem is intact, you should never get a "device or resource
busy" error when unpacking a new package.

** Changed in: shadow (Ubuntu)
   Status: New => Invalid

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

Title:
  package login 1:4.1.5.1-1.1ubuntu4 failed to install/upgrade: unable
  to install new version of `/bin/su': Device or resource busy

Status in shadow package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 15.04

  The error occurred when updating Ubuntu using "sudo aptget-update;
  sudo apt-get upgrade".

  The output from the command is attached as a text file.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: login 1:4.1.5.1-1.1ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.7
  Architecture: amd64
  Date: Mon Nov 16 08:15:57 2015
  DpkgTerminalLog:
   Preparing to unpack .../login_1%3a4.1.5.1-1.1ubuntu4.1_amd64.deb ...
   Unpacking login (1:4.1.5.1-1.1ubuntu4.1) over (1:4.1.5.1-1.1ubuntu4) ...
   dpkg: error processing archive 
/var/cache/apt/archives/login_1%3a4.1.5.1-1.1ubuntu4.1_amd64.deb (--unpack):
unable to install new version of `/bin/su': Device or resource busy
  DuplicateSignature: package:login:1:4.1.5.1-1.1ubuntu4:unable to install new 
version of `/bin/su': Device or resource busy
  ErrorMessage: unable to install new version of `/bin/su': Device or resource 
busy
  InstallationDate: Installed on 2014-03-08 (617 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.2
  SourcePackage: shadow
  Title: package login 1:4.1.5.1-1.1ubuntu4 failed to install/upgrade: unable 
to install new version of `/bin/su': Device or resource busy
  UpgradeStatus: Upgraded to vivid on 2015-04-27 (202 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1516618/+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 1427807] Re: usermod's man refers to --*-sub-uids but accepts only --*-subuids

2016-01-29 Thread Steve Langasek
** Changed in: shadow (Ubuntu)
   Status: New => Triaged

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

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

Title:
  usermod's man refers to --*-sub-uids but accepts only --*-subuids

Status in shadow package in Ubuntu:
  Triaged

Bug description:
  The man page refers to sub-uids and sub-gids but those don't take any
  "-" between sub and [ug]ids. The help message conforms to what the
  command accepts though.

  $ man usermod | grep -F -- -sub
 -v, --add-sub-uids FIRST-LAST
 -V, --del-sub-uids FIRST-LAST
 This option may be specified multiple times to remove multiple 
ranges to a users account. When both --del-sub-uids and --add-sub-uids are 
specified remove of all subordinate uid ranges happens before any
 -w, --add-sub-gids FIRST-LAST
 -W, --del-sub-gids FIRST-LAST
 This option may be specified multiple times to remove multiple 
ranges to a users account. When both --del-sub-gids and --add-sub-gids are 
specified remove of all subordinate gid ranges happens before any

  $ usermod --help | grep -F -- -sub
-v, --add-subuids FIRST-LAST  add range of subordinate uids
-V, --del-subuids FIRST-LAST  remvoe range of subordinate uids
-w, --add-subgids FIRST-LAST  add range of subordinate gids
-W, --del-subgids FIRST-LAST  remvoe range of subordinate gids

  
  More info on the environment:

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  $ apt-cache policy passwd
  passwd:
Installed: 1:4.1.5.1-1ubuntu9
Candidate: 1:4.1.5.1-1ubuntu9
Version table:
   *** 1:4.1.5.1-1ubuntu9 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: passwd 1:4.1.5.1-1ubuntu9
  ProcVersionSignature: Ubuntu 3.13.0-46.77-generic 3.13.11-ckt15
  Uname: Linux 3.13.0-46-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Mar  3 13:37:50 2015
  InstallationDate: Installed on 2014-01-26 (400 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140124)
  SourcePackage: shadow
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1427807/+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 1539826] [NEW] initramfs-tools hook-functions error causes failure

2016-01-29 Thread Jay Vosburgh
Public bug reported:

The /usr/share/initramfs-tools/hook-functions contains what appears to be a 
variable name update (from root to dev_node) error.
It appears that one instance of root was not updated correctly; this causes 
mkinitramfs to fail with the error:

mkinitramfs: for device /dev/vda1 missing vda1 /sys/block/ entry
mkinitramfs: workaround is MODULES=most
mkinitramfs: Error please report the bug

A trivial patch that appears to resolve this is attached.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: initramfs-tools 0.120ubuntu7 [modified: 
usr/share/initramfs-tools/hook-functions]
ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
Uname: Linux 4.3.0-7-generic x86_64
ApportVersion: 2.19.4-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Jan 29 17:44:20 2016
InstallationDate: Installed on 2016-01-29 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160129)
PackageArchitecture: all
SourcePackage: initramfs-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Patch added: "hook-functions variable name fix"
   
https://bugs.launchpad.net/bugs/1539826/+attachment/4559496/+files/hook-functions.patch

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

Title:
  initramfs-tools hook-functions error causes failure

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  The /usr/share/initramfs-tools/hook-functions contains what appears to be a 
variable name update (from root to dev_node) error.
  It appears that one instance of root was not updated correctly; this causes 
mkinitramfs to fail with the error:

  mkinitramfs: for device /dev/vda1 missing vda1 /sys/block/ entry
  mkinitramfs: workaround is MODULES=most
  mkinitramfs: Error please report the bug

  A trivial patch that appears to resolve this is attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: initramfs-tools 0.120ubuntu7 [modified: 
usr/share/initramfs-tools/hook-functions]
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.4-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 17:44:20 2016
  InstallationDate: Installed on 2016-01-29 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160129)
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1539826/+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 1499305] Re: package passwd 1:4.1.5.1-1ubuntu9.1 failed to install/upgrade: cannot compute MD5 hash for file '/etc/init/passwd.conf': failed to read (Input/output error)

2016-01-29 Thread Steve Langasek
> passwd:1:4.1.5.1-1ubuntu9.1:cannot compute MD5 hash for file
'/etc/init/passwd.conf': failed to read (Input/output error)

This points to a disk failure, not a bug in the passwd package. Marking
invalid.

** Changed in: shadow (Ubuntu)
   Status: New => Invalid

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

Title:
  package passwd 1:4.1.5.1-1ubuntu9.1 failed to install/upgrade: cannot
  compute MD5 hash for file '/etc/init/passwd.conf': failed to read
  (Input/output error)

Status in shadow package in Ubuntu:
  Invalid

Bug description:
  no software installed from terminal or software centre

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: passwd 1:4.1.5.1-1ubuntu9.1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  Date: Thu Sep 24 07:29:05 2015
  DpkgTerminalLog: Setting up passwd (1:4.1.5.1-1ubuntu9.1) ...
  DuplicateSignature: package:passwd:1:4.1.5.1-1ubuntu9.1:cannot compute MD5 
hash for file '/etc/init/passwd.conf': failed to read (Input/output error)
  ErrorMessage: cannot compute MD5 hash for file '/etc/init/passwd.conf': 
failed to read (Input/output error)
  InstallationDate: Installed on 2015-09-23 (0 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: shadow
  Title: package passwd 1:4.1.5.1-1ubuntu9.1 failed to install/upgrade: cannot 
compute MD5 hash for file '/etc/init/passwd.conf': failed to read (Input/output 
error)
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.init.passwd.conf: [inaccessible: [Errno 5] 
Input/output error]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1499305/+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 873025] Re: shadow fails to cross-build

2016-01-29 Thread Steve Langasek
shadow still seems to fail to cross-build without help in Debian
unstable,

configure:14926: checking for DocBook XSL Stylesheets >= 1.70.1 in XML catalog
configure:14929: $XMLCATALOG --noout "$XML_CATALOG_FILE" 
"http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"; >&2
file:/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
configure:14932: $? = 0
configure:14934: result: found
configure:14956: error: cannot run test program while cross compiling

This appears to be a bug in the subuid support that's new upstream.

** Changed in: shadow (Ubuntu)
   Status: New => Triaged

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

Title:
  shadow fails to cross-build

Status in shadow package in Ubuntu:
  Triaged

Bug description:
  shadow fails to cross-build due to failing to find libpam

  checking for pam_start in -lpam... no
  configure: error: libpam not found
  make: *** [debian/stamp-autotools] Error 1
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  However, libpam0g and -dev cross-packages are installed:
  dpkg-cross -a armel -A -M -b -X multiarch-support -X debconf -X debconf-2.0 
-X libpam0g-util libpam0g_1.1.2-2ubuntu8_armel.deb 
libpam0g-dev_1.1.2-2ubuntu8_armel.deb
  Building libpam0g-dev-armel-cross_1.1.2-2ubuntu8_all.deb
  dpkg-deb: building package `libpam0g-dev-armel-cross' in 
`./libpam0g-dev-armel-cross_1.1.2-2ubuntu8_all.deb'.
  dpkg-cross: Multi-Arch package detected; processing anyway as 
--convert-mulitarch specified.
  Building libpam0g-armel-cross_1.1.2-2ubuntu8_all.deb
  dpkg-deb: building package `libpam0g-armel-cross' in 
`./libpam0g-armel-cross_1.1.2-2ubuntu8_all.deb'.

  sudo apt-get -y --allow-unauthenticated -o
  Dir::State::Lists=/home/wookey/testing/build/build/xdeb/lists.apt -o
  Dir::Cache::pkgcache=/home/wookey/testing/build/build/xdeb/pkgcache.bin
  -o
  Dir::Cache::srcpkgcache=/home/wookey/testing/build/build/xdeb/srcpkgcache.bin
  -o
  Dir::Etc::sourcelist=/home/wookey/testing/build/build/xdeb/sources.list
  --no-install-recommends install libpam0g-dev-armel-cross libselinux1
  -dev-armel-cross

  But for some reason that's not sufficient.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/873025/+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 1387669] Re: Dynamic part of MOTD out of date

2016-01-29 Thread Steve Langasek
*** This bug is a duplicate of bug 1368864 ***
https://bugs.launchpad.net/bugs/1368864

** This bug has been marked a duplicate of bug 1368864
   old motd is displayed on login

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

Title:
  Dynamic part of MOTD out of date

Status in shadow package in Ubuntu:
  New

Bug description:
  Hi,

  the fix applied for bug
  https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1169558 probably
  generated a new bug.

  The new bug is described here https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=757059

  And it also applies to me on Ubuntu 14.04.1.

  I think the fix described in Debian's BTS should be applied.

  This issue probably applies to the "shadow" (login) package also.

  Br,

  Cyrille

  ==

  support@sauron:/etc$ lsb_release -rd
  Description:Ubuntu 14.04.1 LTS
  Release:14.04
  support@sauron:/etc$ apt-cache policy openssh-server
  openssh-server:
Installed: 1:6.6p1-2ubuntu2
Candidate: 1:6.6p1-2ubuntu2
Version table:
   *** 1:6.6p1-2ubuntu2 0
  500 http://be.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:6.6p1-2ubuntu1 0
  500 http://be.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  support@sauron:/etc$

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1387669/+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 1536372] Re: Previews don't support two columns layout

2016-01-29 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-scope-click -
0.1.1+16.04.20160128-0ubuntu1

---
unity-scope-click (0.1.1+16.04.20160128-0ubuntu1) xenial; urgency=medium

  [ Pawel Stolowski ]
  * Support two column layouts in the previews. (LP: #1536372)

  [ Rodney Dawes ]
  * Avoid a race and crash by unlinking the callback inside the
callback. (LP: #1486287)
  * Only try to parse the JSON when we get a 200. (LP: #1531656)
  * Remove reference to click in translated strings. (LP: #1536252)

 -- Rodney Dawes   Thu, 28 Jan 2016 15:03:56
+

** Changed in: unity-scope-click (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Previews don't support two columns layout

Status in Canonical System Image:
  Confirmed
Status in canonical-pocket-desktop:
  Confirmed
Status in Ubuntu Rest Scopes:
  New
Status in Ubuntu UX:
  New
Status in unity-scope-click package in Ubuntu:
  Fix Released
Status in unity-scopes-api package in Ubuntu:
  Invalid

Bug description:
  Just try the previews using this scope on ore than 80gu width, like on
  a landscape tablet. We see one single column half side of the screen.
  It should use both columns to display content. Mediascanner scope (and
  Youtube too) for example are working as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1536372/+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 1539446] Re: Today scope hangs-on after OTA9 update

2016-01-29 Thread danilo
** Attachment added: "_usr_bin_system-settings.32011.crash"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559491/+files/_usr_bin_system-settings.32011.crash

** Attachment added: "_usr_bin_unity8-dash.32011.crash"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559492/+files/_usr_bin_unity8-dash.32011.crash

** Attachment added: "_usr_bin_unity8.32011.crash"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559493/+files/_usr_bin_unity8.32011.crash

** Attachment added: "_usr_bin_webbrowser-app.32011.crash"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559494/+files/_usr_bin_webbrowser-app.32011.crash

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

Title:
  Today scope hangs-on after OTA9 update

Status in Today Scope:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  really often  from Yesterday night (OTA9 updated at 11 p.m.) the Today
  scope freeze the screen and no other actiion is possibile to achieve.
  the system restart itself after 20-30 seconds .

  it happens especially  recalling the Today scope by sweeping from Rhs to Lhs  
to view the full  open scopes  on the screeen. 
  when you touch the Today scope to acces it (or, as well, if you touch the 
Ubuntu logo icon in the Unity view)  the scope open full screen and the device 
freeze.

  no more possibility to acces vertical "courtains" menu
  (notifications, blutooth, netwoorks a.s.o.)  neither  any of the other
  icons.

  If you send a call to the device SIM number,  you can ear (frpm the
  sender device speaker) the usual network ringigng tone, but nothing
  happens on the Ubuntu phone . After the self reboot, the lost call is
  correctly notified on the notification menu.

  device BQ E5 - Ubuntu 15.04 OTA9 (28/01/2016) -  UA001808

  available for testing and further info supply

  Regards and thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/today-scope/+bug/1539446/+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 1424625] Re: Cannot send SMS message when there is no network.

2016-01-29 Thread Bartosz Kosiorek
*** This bug is a duplicate of bug 1229950 ***
https://bugs.launchpad.net/bugs/1229950

We should store such SMS  as a Draft.
Sending it after network is available is very risky, as there could be Roaming 
enabled after getting network. 

** This bug has been marked a duplicate of bug 1229950
   [messaging-app]"draft" messages aren't saved

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

Title:
  Cannot send SMS message when there is no network.

Status in messaging-app package in Ubuntu:
  Confirmed

Bug description:
  I am unable to send a SMS message when there is no network (no coverage). I 
think that the System should save the message and automatically send the SMS 
when the telephone will find the coverage. It's very frustrating because to 
send a SMS in poorly coveraged area I have to wait a few minutes and try 
sending the message. 
  Device: MAKO, OS build number: 15, Ubuntu Image part: 20150129, Device Image 
part: 20150116

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1424625/+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 1442582] Re: Wait for reception to send texts, don't fail straight away!

2016-01-29 Thread Bartosz Kosiorek
*** This bug is a duplicate of bug 1229950 ***
https://bugs.launchpad.net/bugs/1229950

** This bug is no longer a duplicate of bug 1424625
   Cannot send SMS message when there is no network.
** This bug has been marked a duplicate of bug 1229950
   [messaging-app]"draft" messages aren't saved

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

Title:
  Wait for reception to send texts, don't fail straight away!

Status in messaging-app package in Ubuntu:
  New

Bug description:
  when I send a text and I don't have reception at the time, I don't
  want to wait around for reception before I manually resend it, I want
  the message to send automatically when I get reception.

  Id like to prepare a text and send it and let the phone manage that,
  this is a requisite of a smart-phone my phone knows I'm trying to send
  a text and should try and send the text when it can.

  Having to manually resend the text is not very "smart"
  Thanks, I'm reporting this bug on my BQ Aquarius!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1442582/+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 1539068] Re: My Music scope no longer shows "get started!"

2016-01-29 Thread Michi Henning
Right. But, on Macs, MTP isn't supported out of the box, so Mac users
will have to install additional software:
https://www.android.com/filetransfer/

We could use the concierge card for the music scope to mention this?

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

Title:
  My Music scope no longer shows "get started!"

Status in Canonical System Image:
  In Progress
Status in unity-scope-mediascanner package in Ubuntu:
  In Progress

Bug description:
  The My Music scope no longer shows the "get started!" splash screen.
  The "My Videos" scope still seems to work though.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539068/+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 1539068] Re: My Music scope no longer shows "get started!"

2016-01-29 Thread Michi Henning
So, I just tried this. The software fails to establish the USB
connection. Marcus, does it work for you on OS X?

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

Title:
  My Music scope no longer shows "get started!"

Status in Canonical System Image:
  In Progress
Status in unity-scope-mediascanner package in Ubuntu:
  In Progress

Bug description:
  The My Music scope no longer shows the "get started!" splash screen.
  The "My Videos" scope still seems to work though.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539068/+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 1539446] Today scope hangs-on after OTA9 update

2016-01-29 Thread danilo
2ND sending.

On Friday, 29 January 2016 15:08:47 CET, Kyle Nitzsche wrote:
> Hi Danilo - sorry you are having this problem and thanks for reporting
> it!
> 
> If you can get the following files and attach them to the bug, 
> this will help debug this issue:
> * /home/phablet/.cache/upstart/scope-registry.log
> * Any .crash files in /var/crash/
> 
> Because this occurs when swiping from one scope to another, I wonder
> whether this is a Unity8 problem, so I had added that to this bug.
> 
> I have not been able to reproduce this on a BQ 4.5. My today scope is:
> com.canonical.scopes.dashboard  4.1.0
> 
> 
> ** Also affects: unity8 (Ubuntu)
>Importance: Undecided
>Status: New
> 


-- 
Sent using Dekko from my Ubuntu phone device

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

Title:
  Today scope hangs-on after OTA9 update

Status in Today Scope:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  really often  from Yesterday night (OTA9 updated at 11 p.m.) the Today
  scope freeze the screen and no other actiion is possibile to achieve.
  the system restart itself after 20-30 seconds .

  it happens especially  recalling the Today scope by sweeping from Rhs to Lhs  
to view the full  open scopes  on the screeen. 
  when you touch the Today scope to acces it (or, as well, if you touch the 
Ubuntu logo icon in the Unity view)  the scope open full screen and the device 
freeze.

  no more possibility to acces vertical "courtains" menu
  (notifications, blutooth, netwoorks a.s.o.)  neither  any of the other
  icons.

  If you send a call to the device SIM number,  you can ear (frpm the
  sender device speaker) the usual network ringigng tone, but nothing
  happens on the Ubuntu phone . After the self reboot, the lost call is
  correctly notified on the notification menu.

  device BQ E5 - Ubuntu 15.04 OTA9 (28/01/2016) -  UA001808

  available for testing and further info supply

  Regards and thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/today-scope/+bug/1539446/+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 1539446] Today scope hangs-on after OTA9 update

2016-01-29 Thread danilo
Splitted sending. Dekko is hanging if too much files are attached to each 
message.
BR.
Danilo 

On Friday, 29 January 2016 15:08:47 CET, Kyle Nitzsche wrote:
> Hi Danilo - sorry you are having this problem and thanks for reporting
> it!
> 
> If you can get the following files and attach them to the bug, 
> this will help debug this issue:
> * /home/phablet/.cache/upstart/scope-registry.log
> * Any .crash files in /var/crash/
> 
> Because this occurs when swiping from one scope to another, I wonder
> whether this is a Unity8 problem, so I had added that to this bug.
> 
> I have not been able to reproduce this on a BQ 4.5. My today scope is:
> com.canonical.scopes.dashboard  4.1.0
> 
> 
> ** Also affects: unity8 (Ubuntu)
>Importance: Undecided
>Status: New
> 


-- 
Sent using Dekko from my Ubuntu phone device

** Attachment added: 
"_opt_click.ubuntu.com_com.ubuntu.telegram_2.0.4.0_lib_arm-linux-gnueabihf_bin_telegram.32011.crash"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559487/+files/_opt_click.ubuntu.com_com.ubuntu.telegram_2.0.4.0_lib_arm-linux-gnueabihf_bin_telegram.32011.crash

** Attachment added: 
"_opt_click.ubuntu.com_dekko.dekkoproject_0.5.8_lib_arm-linux-gnueabihf_bin_dekko.32011.crash"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559488/+files/_opt_click.ubuntu.com_dekko.dekkoproject_0.5.8_lib_arm-linux-gnueabihf_bin_dekko.32011.crash

** Attachment added: "_usr_bin_mediaplayer-app.32011.crash"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559489/+files/_usr_bin_mediaplayer-app.32011.crash

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

Title:
  Today scope hangs-on after OTA9 update

Status in Today Scope:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  really often  from Yesterday night (OTA9 updated at 11 p.m.) the Today
  scope freeze the screen and no other actiion is possibile to achieve.
  the system restart itself after 20-30 seconds .

  it happens especially  recalling the Today scope by sweeping from Rhs to Lhs  
to view the full  open scopes  on the screeen. 
  when you touch the Today scope to acces it (or, as well, if you touch the 
Ubuntu logo icon in the Unity view)  the scope open full screen and the device 
freeze.

  no more possibility to acces vertical "courtains" menu
  (notifications, blutooth, netwoorks a.s.o.)  neither  any of the other
  icons.

  If you send a call to the device SIM number,  you can ear (frpm the
  sender device speaker) the usual network ringigng tone, but nothing
  happens on the Ubuntu phone . After the self reboot, the lost call is
  correctly notified on the notification menu.

  device BQ E5 - Ubuntu 15.04 OTA9 (28/01/2016) -  UA001808

  available for testing and further info supply

  Regards and thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/today-scope/+bug/1539446/+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 1333522] Re: add README file

2016-01-29 Thread Bartosz Kosiorek
** Branch linked: lp:~gang65/messaging-app/messaging-app-readme

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

Title:
  add README file

Status in messaging-app package in Ubuntu:
  In Progress

Bug description:
  The project needs a README with at least:

  - what the project is
  - how to build it
  - how to test it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1333522/+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 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-01-29 Thread CrazySky
I think this help to prevent upgrade:

sudo apt-mark hold libnl-3-200 libnl-genl-3-200 libnl-route-3-200

until the bug was fixed.

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

Status in libnl3 package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

  After upgrading to 3.2.21-1ubuntu1 network-manager 0.9.8.8-0ubuntu7.2 
segfaults:
  [   21.367977] init: network-manager main process (1000) killed by SEGV signal
  [   21.367989] init: network-manager main process ended, respawning
  [   21.424932] init: network-manager main process (1060) killed by SEGV signal
  [   21.424943] init: network-manager main process ended, respawning
  [   21.451519] init: network-manager main process (1066) killed by SEGV signal
  [...]

  xxx@yyy:/tmp/bla# gdb /usr/sbin/NetworkManager CoreDump
  [...]
  Reading symbols from /usr/sbin/NetworkManager...(no debugging symbols 
found)...done.
  [New LWP 3550]
  [New LWP 3551]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  Core was generated by `NetworkManager'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0x00469fee in nm_netlink_monitor_attach ()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1539513/+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 1539446] Today scope hangs-on after OTA9 update

2016-01-29 Thread danilo
Hello, thank you for interest.
Hoping it could help.
Regards & thanks.
Danilo

On Friday, 29 January 2016 15:08:47 CET, Kyle Nitzsche wrote:
> Hi Danilo - sorry you are having this problem and thanks for reporting
> it!
> 
> If you can get the following files and attach them to the bug, 
> this will help debug this issue:
> * /home/phablet/.cache/upstart/scope-registry.log
> * Any .crash files in /var/crash/
> 
> Because this occurs when swiping from one scope to another, I wonder
> whether this is a Unity8 problem, so I had added that to this bug.
> 
> I have not been able to reproduce this on a BQ 4.5. My today scope is:
> com.canonical.scopes.dashboard  4.1.0
> 
> 
> ** Also affects: unity8 (Ubuntu)
>Importance: Undecided
>Status: New
> 


-- 
Sent using Dekko from my Ubuntu phone device

** Attachment added: "scope-registry.log.1.gz"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559475/+files/scope-registry.log.1.gz

** Attachment added: "scope-registry.log.2.gz"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559476/+files/scope-registry.log.2.gz

** Attachment added: "scope-registry.log.3.gz"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559477/+files/scope-registry.log.3.gz

** Attachment added: "scope-registry.log.4.gz"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559478/+files/scope-registry.log.4.gz

** Attachment added: "scope-registry.log.5.gz"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559479/+files/scope-registry.log.5.gz

** Attachment added: "scope-registry.log.6.gz"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559480/+files/scope-registry.log.6.gz

** Attachment added: "scope-registry.log.7.gz"
   
https://bugs.launchpad.net/bugs/1539446/+attachment/4559481/+files/scope-registry.log.7.gz

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

Title:
  Today scope hangs-on after OTA9 update

Status in Today Scope:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  really often  from Yesterday night (OTA9 updated at 11 p.m.) the Today
  scope freeze the screen and no other actiion is possibile to achieve.
  the system restart itself after 20-30 seconds .

  it happens especially  recalling the Today scope by sweeping from Rhs to Lhs  
to view the full  open scopes  on the screeen. 
  when you touch the Today scope to acces it (or, as well, if you touch the 
Ubuntu logo icon in the Unity view)  the scope open full screen and the device 
freeze.

  no more possibility to acces vertical "courtains" menu
  (notifications, blutooth, netwoorks a.s.o.)  neither  any of the other
  icons.

  If you send a call to the device SIM number,  you can ear (frpm the
  sender device speaker) the usual network ringigng tone, but nothing
  happens on the Ubuntu phone . After the self reboot, the lost call is
  correctly notified on the notification menu.

  device BQ E5 - Ubuntu 15.04 OTA9 (28/01/2016) -  UA001808

  available for testing and further info supply

  Regards and thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/today-scope/+bug/1539446/+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 1401136] Re: [messaging-app] selection toggle doesn't unselect items in main view

2016-01-29 Thread Bartosz Kosiorek
** Changed in: messaging-app (Ubuntu)
   Status: New => Confirmed

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

Title:
  [messaging-app] selection toggle doesn't unselect items in main view

Status in Ubuntu UX:
  Fix Committed
Status in messaging-app package in Ubuntu:
  Confirmed

Bug description:
  steps to reproduce
  build r172

  1. launch messaging app, make sure your landing view has several 
conversations stored
  2. long press on any list item
  3. check boxes appear next to the list items and you should be able to select 
them individually (try it out)
  4. now tap the "box + tick" icon in the header to select all items at the 
same time
  5. tap it again

  Actual result:
  The 2nd tap on the "box + tick" icon in the header does not unselect all list 
items as though. Ideally the icon in the header should toggle:
  a) square with tick = select all
  b) empty square = unselect all

  UX comment---
  Expected result:
  As you were able to select all items with one tap on the "box + tick" icon, a 
second tap should unselect them

  
  Currently it works correctly in the Address Book and Phone app, apart from 
changing icon in the header.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1401136/+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 1426553] Re: [messaging-app] Can't get rid of unread indicator

2016-01-29 Thread Bartosz Kosiorek
Hi Michael.
Do you have still such issue with OTA-9 ?

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

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

Title:
  [messaging-app] Can't get rid of unread indicator

Status in messaging-app package in Ubuntu:
  Incomplete

Bug description:
  This is on my dogfood phone, a mako running ubuntu-touch/stable.

  I was having a text conversation with someone, and I don't know how
  this happened, but now I see a permanent unread indicator of 1.
  Entering the chat view with them does not clear it.

  What logs would be useful?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1426553/+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 1492161] Re: Messaging app sluggish after OTA-6

2016-01-29 Thread Bartosz Kosiorek
*** This bug is a duplicate of bug 1488988 ***
https://bugs.launchpad.net/bugs/1488988

** This bug has been marked a duplicate of bug 1488988
   slow to load a thread

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

Title:
  Messaging app sluggish after OTA-6

Status in messaging-app package in Ubuntu:
  Incomplete

Bug description:
  Since OTA-6 on Bq Aquaris 4.5, the new messaging app is just
  unbearably slow. The app is very unresponsive and everything seems to
  take very long. Opening the app takes about 5 seconds, displaying
  contact names instead of numbers another 5 secs, opening a chat >=5
  secs, sending message after pressing button some 3 seconds etc.
  Sometimes the app sort of pauses while typing, then after a few
  seconds showing the characters that have been entered.

  Unfortunately, the latency in the app is so bad it is almost unusable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1492161/+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 1492161] Re: Messaging app sluggish after OTA-6

2016-01-29 Thread Tomas Öqvist
Hi, sorry, should have updated this long ago. This problem vanished
quite a while ago. Can't really remember which build though, I'm on rc-
proposed now.

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

Title:
  Messaging app sluggish after OTA-6

Status in messaging-app package in Ubuntu:
  Incomplete

Bug description:
  Since OTA-6 on Bq Aquaris 4.5, the new messaging app is just
  unbearably slow. The app is very unresponsive and everything seems to
  take very long. Opening the app takes about 5 seconds, displaying
  contact names instead of numbers another 5 secs, opening a chat >=5
  secs, sending message after pressing button some 3 seconds etc.
  Sometimes the app sort of pauses while typing, then after a few
  seconds showing the characters that have been entered.

  Unfortunately, the latency in the app is so bad it is almost unusable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1492161/+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 1539621] Re: Add an option to cancel pending snooze

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

** Changed in: indicator-datetime (Ubuntu)
   Status: New => Confirmed

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

Title:
  Add an option to cancel pending snooze

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Confirmed
Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1207772] Re: [Addres book] Date of birth field is missing

2016-01-29 Thread Bartosz Kosiorek
** Description changed:

  There is no Date of birth field on the contact view/edit page, as per
  visual design
  
- To implement that, first bug:
+ The SDK bug which was stopper for resolving that issue was already resolved: 
  https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1226329
- needs to be resolved
+ @Renato Could you please propose you branch for merge?
  
  --- UX comment --
  
  We provided UX and updated the visual design for guidance.
  Please see the visual design spec, pages 31 & 32 : 
https://docs.google.com/presentation/d/1XMHRg7T3KxMizExeRTmXJGar0WOUyBQ4A8lEMnQvcqA/edit#slide=id.g9971256b2_0_9

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

Title:
  [Addres book] Date of birth field is missing

Status in Ubuntu UX:
  Fix Committed
Status in address-book-app package in Ubuntu:
  In Progress

Bug description:
  There is no Date of birth field on the contact view/edit page, as per
  visual design

  The SDK bug which was stopper for resolving that issue was already resolved: 
  https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1226329
  @Renato Could you please propose you branch for merge?

  --- UX comment --

  We provided UX and updated the visual design for guidance.
  Please see the visual design spec, pages 31 & 32 : 
https://docs.google.com/presentation/d/1XMHRg7T3KxMizExeRTmXJGar0WOUyBQ4A8lEMnQvcqA/edit#slide=id.g9971256b2_0_9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1207772/+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 1226329] Re: [TextField] The placeholderText does not apper when inputMask is setted

2016-01-29 Thread Bartosz Kosiorek
I checked it and it seems that TextField with placeholderText is working
correctly when inputMask is set.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  [TextField] The placeholderText does not apper when inputMask  is
  setted

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  The inputMask makes the placehorlderText invisible even when the text
  property is empty.

  Example:
  TextInputDetail {
  height: units.gu(4)

  // this will never appears
  placeholderText: i18n.tr("Date of birth")
  inputMask: "09/09/"
  }

  
  WORKAROUND:
  TextInputDetail {
  height: units.gu(4)

  // this will never appears
  placeholderText: i18n.tr("Date of birth")
  inputMask: activeFocus ? "09/09/" : ""
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1226329/+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 1322275] Re: lightdm sessions started by dm-tool lock (or a session locker) never get closed

2016-01-29 Thread Matteo Panella
> Can you see if this solves the issue on your computers?

No luck here (Xubuntu 14.04), what actually did fix the issue was
installing the latest stable release of lightdm-gtk-indicator from the
upstream ppa. This caused a few hiccups with the Greybird theme, but at
least the ghost sessions are gone without any kind of workaround.

This is a glaring red sign that neither lightdm nor upstart are the
appropriate packages for this issue, but lightdm-gtk-greeter is.

Anyone proficient with bzr willing to perform a bisect between 2.0.1
(ppa - working) and 1.8.5 (trusty-updates, not working)?

** Also affects: lightdm-gtk-greeter (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  lightdm sessions started by dm-tool lock (or a session locker) never
  get closed

Status in Light Display Manager:
  New
Status in lightdm package in Ubuntu:
  Confirmed
Status in lightdm-gtk-greeter package in Ubuntu:
  New
Status in upstart package in Ubuntu:
  Confirmed

Bug description:
  dm-tool lock starts a new lightdm greeter (for unlocking) and a new
  logind session. After unlocking the greeter disappears, but the logind
  session never closes. loginctl session status c24 reports something
  like:

  c24 - lightdm (103)
 Since: Thu 2014-05-22 18:38:27 CEST; 30min ago
Leader: 7872
  Seat: seat0; vc8
   Display: :1
   Service: lightdm-greeter; type x11; class greeter
 State: closing
CGroup: systemd:/user/103.user/c24.session
└─7907 init --user --startup-event indicator-services-start

  This results in an accumulation of stale lightdm sessions after using
  e.g. a session locker for a while.

  I get this issue on a freshly installed and fully updated Xubuntu
  14.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1322275/+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 1492161] Re: Messaging app sluggish after OTA-6

2016-01-29 Thread Bartosz Kosiorek
Hi Tomas.
Do you have the same issue with OTA-9.
In OTA-9 the SDK was improved, so there should be improvement.

** Changed in: messaging-app (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Messaging app sluggish after OTA-6

Status in messaging-app package in Ubuntu:
  Incomplete

Bug description:
  Since OTA-6 on Bq Aquaris 4.5, the new messaging app is just
  unbearably slow. The app is very unresponsive and everything seems to
  take very long. Opening the app takes about 5 seconds, displaying
  contact names instead of numbers another 5 secs, opening a chat >=5
  secs, sending message after pressing button some 3 seconds etc.
  Sometimes the app sort of pauses while typing, then after a few
  seconds showing the characters that have been entered.

  Unfortunately, the latency in the app is so bad it is almost unusable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1492161/+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 1207772] Re: [Addres book] Date of birth field is missing

2016-01-29 Thread Bartosz Kosiorek
** Description changed:

  There is no Date of birth field on the contact view/edit page, as per
  visual design
+ 
+ To implement that, first bug:
+ https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1226329
+ needs to be resolved
  
  --- UX comment --
  
  We provided UX and updated the visual design for guidance.
  Please see the visual design spec, pages 31 & 32 : 
https://docs.google.com/presentation/d/1XMHRg7T3KxMizExeRTmXJGar0WOUyBQ4A8lEMnQvcqA/edit#slide=id.g9971256b2_0_9

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

Title:
  [Addres book] Date of birth field is missing

Status in Ubuntu UX:
  Fix Committed
Status in address-book-app package in Ubuntu:
  In Progress

Bug description:
  There is no Date of birth field on the contact view/edit page, as per
  visual design

  To implement that, first bug:
  https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1226329
  needs to be resolved

  --- UX comment --

  We provided UX and updated the visual design for guidance.
  Please see the visual design spec, pages 31 & 32 : 
https://docs.google.com/presentation/d/1XMHRg7T3KxMizExeRTmXJGar0WOUyBQ4A8lEMnQvcqA/edit#slide=id.g9971256b2_0_9

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1207772/+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 1247216] Re: Support for XMPP

2016-01-29 Thread Bartosz Kosiorek
** Changed in: messaging-app (Ubuntu)
   Status: In Progress => Confirmed

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

Title:
  Support for XMPP

Status in messaging-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Triaged

Bug description:
  Hi All,

  basically there are three things that block me to move to Ubuntu
  Touch. A missing spotify app (already in developement :) ), a missing
  mail app (planned for 14.04 :)  ) and finally a missing IM app --
  especially for XMPP.

  Thusly, I propose adding support for XMPP to the messaging-app. It
  already uses telepathy so we should be able to add this functionality.
  I would also be willing to work on this if somebody points me out
  where to start.

  I guess we would have to break this down into several work packages:
  setting up accounts, online/offline handling of friends, choosing
  protocols when composing a message etc. But first I would like to get
  some feedback if you would be okay with such a feature. Maybe it is
  already planned?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1247216/+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 1457424] Re: Please update icon (May 2015)

2016-01-29 Thread Bartosz Kosiorek
** Changed in: mediaplayer-app
   Status: In Progress => Fix Released

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

Title:
  Please update icon (May 2015)

Status in address-book-app:
  Fix Released
Status in camera-app:
  Fix Released
Status in Canonical System Image:
  Fix Released
Status in Dekko:
  Fix Released
Status in gallery-app:
  Fix Released
Status in mediaplayer-app:
  Fix Released
Status in messaging-app:
  In Progress
Status in Ubuntu Music App:
  Fix Released
Status in Ubuntu Notes app:
  Fix Released
Status in Ubuntu Calculator App:
  Fix Released
Status in Ubuntu Calendar App:
  Fix Released
Status in Ubuntu Clock App:
  Fix Released
Status in Ubuntu Shorts App:
  Fix Released
Status in Ubuntu theme:
  Fix Released
Status in Ubuntu Weather App:
  Fix Released
Status in webbrowser-app:
  Fix Released
Status in address-book-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Released
Status in gallery-app package in Ubuntu:
  Fix Released
Status in mediaplayer-app package in Ubuntu:
  Fix Released
Status in messaging-app package in Ubuntu:
  Fix Released
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-themes package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings source package in Vivid:
  New

Bug description:
  New icons are available. Please update app to new icon. Note the icon
  inside the app will need updating as well as the icon in the store
  (when uploaded).

  256x256 and 512x512 Icons attached in zip file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1457424/+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 1416261] Re: package dbus 1.8.12-1ubuntu1 failed to install/upgrade: triggers looping, abandoned

2016-01-29 Thread PatrickSCarroll
affects 16.04 upgrade, guess this distribution ain't getting released if
this won't get fixed.

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

Title:
  package dbus 1.8.12-1ubuntu1 failed to install/upgrade: triggers
  looping, abandoned

Status in dbus package in Ubuntu:
  Won't Fix

Bug description:
  i upgred and i get the error

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: dbus 1.8.12-1ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-11.12-generic 3.18.3
  Uname: Linux 3.18.0-11-generic i686
  ApportVersion: 2.15.1-0ubuntu4
  Architecture: i386
  Date: Fri Jan 30 08:40:40 2015
  DuplicateSignature: package:dbus:1.8.12-1ubuntu1:triggers looping, abandoned
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2014-10-03 (118 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Alpha i386 (20140923)
  SourcePackage: dbus
  Title: package dbus 1.8.12-1ubuntu1 failed to install/upgrade: triggers 
looping, abandoned
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1416261/+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 1491752] Re: Cant sent picture attached to text from Gallery

2016-01-29 Thread Bartosz Kosiorek
** Summary changed:

- Cant sent picture attached to text from Galory 
+ Cant sent picture attached to text from Gallery

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

Title:
  Cant sent picture attached to text from Gallery

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Hi, I am using the ubuntu MX4 with version 15.04 (r4) update. When I attached 
a picture using the galory app or file manager the text message fails to send 
(red text is shown "Failed"). I have tried pictures taken from the phone camera 
and other pictures but the same result. I called my provider Tesco and 
confirmed that I have picture messaging is enabled (it is). Can you please 
investigate. 
  Note, it would also be useful to attached documents etc.  

  General comment. I also find the default gray text very dim and difficult to 
read, once you navigate to the website (such as the BBC) the text is far 
better. This is not so good for a phone that's designed to be content based. 
  When the Ubuntu phone goes main stream in 2016 and the user wishes to add a 
background picture this will become a real problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1491752/+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 1495726] Re: Contacts sorted by first name instead of last name

2016-01-29 Thread Bartosz Kosiorek
*** This bug is a duplicate of bug 1439140 ***
https://bugs.launchpad.net/bugs/1439140

** This bug has been marked a duplicate of bug 1439140
   [Address Book] Display familly name first in the addressbook

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

Title:
  Contacts sorted by first name instead of last name

Status in address-book-app package in Ubuntu:
  New

Bug description:
  Tested on r25

  Contacts are sorted by first name instead of the usual last name.
  Plus, there's not even an option to try to sort them differently.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1495726/+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 1478673] Re: Add birthday to the contact details (and sync from google contacts)

2016-01-29 Thread Bartosz Kosiorek
*** This bug is a duplicate of bug 1207772 ***
https://bugs.launchpad.net/bugs/1207772

** This bug has been marked a duplicate of bug 1207772
   [Addres book] Date of birth field is missing

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

Title:
  Add birthday to the contact details (and sync from google contacts)

Status in Canonical System Image:
  Confirmed
Status in address-book-app package in Ubuntu:
  Triaged

Bug description:
  After importing contacts from Google, birthdays are not shown.
  Adding birthdays to contacts is not possible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478673/+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 1509957] Re: inadeqaute fields to populate in contact details

2016-01-29 Thread Bartosz Kosiorek
*** This bug is a duplicate of bug 1207772 ***
https://bugs.launchpad.net/bugs/1207772

** This bug is no longer a duplicate of bug 1478673
   Add birthday to the contact details (and sync from google contacts)
** This bug has been marked a duplicate of bug 1207772
   [Addres book] Date of birth field is missing

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

Title:
  inadeqaute fields to populate in contact details

Status in address-book-app package in Ubuntu:
  New

Bug description:
  If I add any new entry with name, number, email, there is no provision
  to enter the person's birthday & make it reflect in calendar.

  If there is provision that contact app can talk to calendar, it will
  be easy to set reminder for anniversary, birthday etc. Also I cannot
  choose any photograph for conatcts added newly or existing.

  Also I tried sending contact via Bluetooth from Asus Zenfone 5 to BQ
  Auaris E5 Ubuntu phone. But I cannot find where the contact went on my
  ubuntu phone!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1509957/+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 1539621] Re: Add an option to cancel pending snooze

2016-01-29 Thread Bill Filler
** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  Add an option to cancel pending snooze

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Confirmed
Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1539513] Re: networkmanager segfaults with 3.2.21-1ubuntu1

2016-01-29 Thread Michael Tsikerdekis
Same issue here. Proposed downgrade (#4) solved the problem.

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

Title:
  networkmanager segfaults with 3.2.21-1ubuntu1

Status in libnl3 package in Ubuntu:
  Confirmed

Bug description:
  Description:Ubuntu 14.04.3 LTS
  Release:14.04

  After upgrading to 3.2.21-1ubuntu1 network-manager 0.9.8.8-0ubuntu7.2 
segfaults:
  [   21.367977] init: network-manager main process (1000) killed by SEGV signal
  [   21.367989] init: network-manager main process ended, respawning
  [   21.424932] init: network-manager main process (1060) killed by SEGV signal
  [   21.424943] init: network-manager main process ended, respawning
  [   21.451519] init: network-manager main process (1066) killed by SEGV signal
  [...]

  xxx@yyy:/tmp/bla# gdb /usr/sbin/NetworkManager CoreDump
  [...]
  Reading symbols from /usr/sbin/NetworkManager...(no debugging symbols 
found)...done.
  [New LWP 3550]
  [New LWP 3551]
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  Core was generated by `NetworkManager'.
  Program terminated with signal SIGSEGV, Segmentation fault.
  #0  0x00469fee in nm_netlink_monitor_attach ()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnl3/+bug/1539513/+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 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-29 Thread Nick
Dear Ryan,
I am fighting with the same problem. So I also have to apply this patch to get 
my network working again.
Can you tell me wurde I can find these deb-packages?
Thank you very much in advance!
Nico

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

Title:
  libnl: fail to bind() netlink sockets

Status in libnl3 package in Ubuntu:
  Fix Released
Status in libnl3 source package in Trusty:
  Fix Committed
Status in libnl3 package in Debian:
  New

Bug description:
  [Impact]

   * Applications in Trusty using libnl-3-200 which frequently open and
 close netlink sockets can easily fail when attempting to bind the
 local socket.  The problem happens when libnl choose a port id
 already used by another application and subsequently libnl fails
 instead of trying another port id.
 
 The original bug was discovered when attempting to start a virtual
 machine under libvirt, which is a user of this library.

   * Backporting fixes from upstream release fixes a real bug in the
 current version of the library in Trusty.  The alternative is for all
 applications to manually manage their local port allocation, or as
 upstream has accepted allowing libnl to attempt to try for other
 local ports.

   * All patches applied are already accepted upstream and newer Ubuntu
 releases are not affected.

  [Test Case]

   * On a Trusty 14.04 system
 1. sudo apt-get install libnl-3-200 libnl-3-dev libnl-3-dev \
 libnl-genl-3-dev libnl-route-3-200 \
 make gcc build-essential libnl1
 2. download and unpack attachment: lp_1511735_test.tar
 3. Run testcases:

  % if ./example.sh; then echo "libnl OK"; else echo "libnl FAILED"; fi 
  gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3
  set manually the local port to 6975 (pid: 6974)
  local port has been set by the libnl to 6975 (pid: 6975)
  ERROR: genl_connect(): Object exists (local port: 6975, pid: 6975)
  libnl FAILED
  % python libnl3-test-rh1249158.py a b c d
  ulimit(NOFILE) = (2048, 4096)
  Test: PID=6978
  TEST (a)...
  Traceback (most recent call last):
File "libnl3-test-rh1249158.py", line 226, in 
  locals()["TEST_" + arg]()
File "libnl3-test-rh1249158.py", line 140, in TEST_a
  sk = nl_get_socket()
File "libnl3-test-rh1249158.py", line 115, in nl_get_socket
  raise IOError(-err, _nl_geterror())
  OSError: [Errno 6] b'Unspecific failure'

 4. After applying the updated packages:

  % if ./example.sh; then echo "libnl OK"; else echo "libnl FAILED"; fi
  gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3
  set manually the local port to 11295 (pid: 11294)
  local port has been set by the libnl to 2894081055 (pid: 11295)
  libnl OK
  % python libnl3-test-rh1249158.py a b c d
  ulimit(NOFILE) = (2048, 4096)
  Test: PID=11296
  TEST (a)...
  ...done
  TEST (b)...
  ...done
  TEST (c)...
  ...done
  TEST (d)...
  ...done

  [Regression Potential] 

   * There are quite a few high profile packages that depend on this package,
 notably libvirt and network-manager.  The complete list is here:

 # on Trusty
  % apt-rdepends -r libnl-3-200 | head -n 33
  libnl-3-200
Reverse Depends: batctl (>= 2013.4.0-2)
Reverse Depends: bmon (>= 1:3.1-1)
Reverse Depends: crda (>= 1.1.2-1ubuntu2)
Reverse Depends: hostapd (>= 1:2.1-0ubuntu1)
Reverse Depends: ipvsadm (>= 1:1.26-2ubuntu1)
Reverse Depends: iw (>= 3.4-1)
Reverse Depends: keepalived (>= 1:1.2.7-1ubuntu1)
Reverse Depends: kismet (>= 2013.03.R1b-3)
Reverse Depends: knemo (>= 0.7.6-2)
Reverse Depends: libfsobasics3 (>= 0.12.0-4)
Reverse Depends: libnetcf1 (>= 1:0.2.3-4ubuntu1)
Reverse Depends: libnl-3-200-dbg (= 3.2.21-1)
Reverse Depends: libnl-3-dev (= 3.2.21-1)
Reverse Depends: libnl-cli-3-200 (= 3.2.21-1)
Reverse Depends: libnl-genl-3-200 (= 3.2.21-1)
Reverse Depends: libnl-nf-3-200 (= 3.2.21-1)
Reverse Depends: libnl-route-3-200 (= 3.2.21-1)
Reverse Depends: libnl-utils (>= 3.2.21-1)
Reverse Depends: libnss-gw-name (>= 0.3-2)
Reverse Depends: libvirt-bin (>= 1.2.2-0ubuntu13)
Reverse Depends: libvirt0 (>= 1.2.2-0ubuntu13)
Reverse Depends: lowpan-test-tools (>= 0.3-1)
Reverse Depends: lowpan-tools (>= 0.3-1)
Reverse Depends: neard (>= 0.11-1)
Reverse Depends: neard-tools (>= 0.11-1)
Reverse Depends: network-manager (>= 0.9.8.8-0ubuntu7)
Reverse Depends: ntrack-module-libnl-0 (>= 016-1.2ubuntu2)
Reverse Depends: plainbox-provider-resource-generic (>= 0.3-1)

[Touch-packages] [Bug 1539621] Re: Add an option to cancel pending snooze

2016-01-29 Thread Bill Filler
So basically a snoozed alarm should stay in the indicator and clock app
after snoozing and be able to be cancelled at any time after that. It
shouldnt' disappear from indicator until it's actually done (i.e. user
presses ok and not snooze), but currently it does disappear.

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

Title:
  Add an option to cancel pending snooze

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Confirmed
Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1413818] Re: Notification sounds aren't being played back on E4.5 (ubuntu-push restricts directories and block custom sounds)

2016-01-29 Thread Kevin Bradley
Same here - E4.5 @ OTA-9 only plays telegram notifications if the
message tone is set to Xylo.

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

Title:
  Notification sounds aren't being played back on E4.5 (ubuntu-push
  restricts directories and block custom sounds)

Status in Canonical System Image:
  In Progress
Status in The Savilerow project:
  Confirmed
Status in ubuntu-push package in Ubuntu:
  Fix Committed
Status in ubuntu-touch-session package in Ubuntu:
  Confirmed

Bug description:
  This affects mostly the push notifications based alerts, SMS et.al.
  work fine.

  With export PULSE_PROP='media.role=alert'

  This has no audible output: paplay 
/usr/share/sounds/ubuntu/notifications/Slick.ogg
  This does:  paplay /usr/share/sounds/ubuntu/ringtones/Soul.ogg

  $ system-image-cli -i
  current build number: 14
  device name: mako
  channel: ubuntu-touch/stable
  alias: ubuntu-touch/ubuntu-rtm/14.09
  last update: 2015-01-16 13:12:29
  version version: 14
  version ubuntu: 20150116
  version device: 20141119
  version custom: mako-1.1

  The hunch is some buffering going on on the android side for short
  sound bytes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1413818/+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

2016-01-29 Thread Kevin Bradley
Upgraded to OTA-0 and still not working with my E4.5 and Toyota Avensis.

I have access to phones running the following OS:
1. Symbian
2.Android
3.iOS
4. Firefox OS
5. Ubuntu

All of them connect to the car bluetooth without issue, except Ubuntu.
It's been an issue for a year now.

Can we have a big push to sort this please?

I can help with testing.

-- 
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 1435040] Re: Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

2016-01-29 Thread Kevin Bradley
I meant OTA-9 BTW

-- 
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 1539612] Re: Is not possible start camera, screen freezing after OTA9

2016-01-29 Thread Miroslav Kotora
** Attachment added: "screenshot20160129_230204963.png"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539612/+attachment/4559437/+files/screenshot20160129_230204963.png

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

Title:
  Is not possible start camera, screen freezing after OTA9

Status in Canonical System Image:
  Incomplete
Status in camera-app package in Ubuntu:
  New

Bug description:
  it is not possible to make no images, screen freezes, the camera will
  not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539612/+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 1539612] Re: Is not possible start camera, screen freezing after OTA9

2016-01-29 Thread Miroslav Kotora
I have device Aquaris E4.5
Sorry, I do not know find attach the long
I sending you printscreens...

** Attachment added: "screenshot20160129_40486.png"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539612/+attachment/4559436/+files/screenshot20160129_40486.png

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

Title:
  Is not possible start camera, screen freezing after OTA9

Status in Canonical System Image:
  Incomplete
Status in camera-app package in Ubuntu:
  New

Bug description:
  it is not possible to make no images, screen freezes, the camera will
  not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539612/+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 1539621] Re: Add an option to cancel pending snooze

2016-01-29 Thread Bill Filler
I could think of two possible solutions:

1) in the indicator-datetime for the alarm there should be an action (perhaps 
via left/right swipe) to cancel the pending alarm
2) if you snooze the alarm, it should still show up as enabled in the clock app 
with an indication that it's going to sound again., and provide an option to 
cancel it. currently it shows up disabled. 

** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) => Charles Kerr (charlesk)

** Changed in: ubuntu-ux
 Assignee: (unassigned) => John Lea (johnlea)

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** 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 indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1539621

Title:
  Add an option to cancel pending snooze

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Confirmed
Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1539621] Re: Add an option to cancel pending snooze

2016-01-29 Thread Bill Filler
** Also affects: indicator-datetime (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-clock-app
   Importance: Medium => High

** Changed in: ubuntu-ux
   Importance: Undecided => High

** Changed in: indicator-datetime (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-clock-app
   Status: Incomplete => Confirmed

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

Title:
  Add an option to cancel pending snooze

Status in Canonical System Image:
  New
Status in Ubuntu Clock App:
  Confirmed
Status in Ubuntu UX:
  New
Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  It’s happened to me a few times that my alarm wakes me up in the
  morning, I tap the snooze button to sleep 10 minutes more, but end up
  getting up before then. In that case, it would be very handy to have
  an option to cancel the pending snooze so that the alarm doesn’t go
  off again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539621/+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 1450252] Re: Import from SIM disconnects from mobile networks and hangs forever

2016-01-29 Thread Bill Filler
** Changed in: address-book-app (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

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

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

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

Title:
  Import from SIM disconnects from mobile networks and hangs forever

Status in Canonical System Image:
  New
Status in address-book-app package in Ubuntu:
  Confirmed

Bug description:
  I tried to import contacts from one of my SIM cards.. It shows an
  activity indicator, then logs off both of my SIM cards from the
  network. After a while it seems to log one in again but then goes back
  offline, which seems to continue indefinitely thereafter.

  Krillin/ r198/ 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1450252/+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 1539701] Re: invalid resolution shown on front camera of Mx4

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

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

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

Title:
  invalid resolution shown on front camera of Mx4

Status in Canonical System Image:
  New
Status in camera-app package in Ubuntu:
  Confirmed

Bug description:
  Reported by  Krzysztof Tataradziński ktatar156@gmail.comconfirmed by
  me on ota9

  a) When I switched first time to front camera and go to resolution
  options I found that there was some '5:4' (or sth similar) option
  without (x.x MP) string chosen by default. I've changed into 7:4
  (2.1MP) and that 'old' '5:4' disappeared (sounds good) - point is that
  there should be any '5:4' option at default to choose in front camera.

  We need to eliminate the incorect resolution if it's not valid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539701/+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 1537428] Re: Confirmed Virus activity

2016-01-29 Thread Tyler Hicks
Hello and thanks for the report. You'll have to provide some more
details about why you think you have a security issue before we can act
on this report. After you've added more information, please reset the
bug status to "New'. Thanks!

** Information type changed from Private Security to Public Security

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

Title:
  Confirmed Virus activity

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Confirmed Virus activity

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun Jan 24 07:33:54 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:145d]
  InstallationDate: Installed on 2016-01-21 (2 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: ASUSTeK COMPUTER INC. X551CA
  ProcEnviron:
   LANGUAGE=en_IN:en
   PATH=(custom, no user)
   LANG=en_IN
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic.efi.signed 
root=UUID=645df3e8-7bdf-4ed0-8505-f5b94e0fecf8 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: 08/08/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X551CA.202
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X551CA
  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.:bvrX551CA.202:bd08/08/2013:svnASUSTeKCOMPUTERINC.:pnX551CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX551CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X551CA
  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.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Sun Jan 24 07:24:48 2016
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5543 
   vendor CMO
  xserver.version: 2:1.17.2-1ubuntu9.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1537428/+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 1537610] Re: Upstart cannot connect so no desktop is shown

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

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

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

Title:
  Upstart cannot connect so no desktop is shown

Status in upstart package in Ubuntu:
  Confirmed

Bug description:
  Attempt to login to ubuntu system and it fails, it shows the background but 
nothing else. Troubleshooting led me to look at .xsession-errors which pointed 
at upstart. Attempt to use upstart-udev-bridge on it's on and it says:
  upstart-udev-bridge: Could not connect to Upstart: Failed to connect to 
socket /com/ubuntu/upstart: Connection refused

  Systemd is the default and works like it is supposed to. I removed
  upstart and I can login again. However, that removes unity, ubuntu-
  desktop and a whole host of other useful things. It would be nice if I
  could have a solution to the login issues but I would settle for a
  general purge of upstart from every package.

  tail .xsession-errors
  openConnection: connect: No such file or directory
  cannot connect to brltty at :0
  upstart: Failed to spawn upstart-udev-bridge main process: unable to execute: 
No such file or directory
  upstart: unity-gtk-module pre-start process (2523) terminated with status 127
  upstart: dbus pre-start process (2534) terminated with status 127

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: upstart 1.13.2-0ubuntu16
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Sun Jan 24 20:06:25 2016
  InstallationDate: Installed on 2015-05-10 (260 days ago)
  InstallationMedia: Ubuntu-Server 15.04 "Vivid Vervet" - Release amd64 
(20150422)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: upstart
  UpgradeStatus: Upgraded to wily on 2015-10-26 (90 days ago)
  UpstartBugCategory: Session
  UpstartRunningSessionCount: 2
  UpstartRunningSystemVersion: Error: command ['initctl', '--system', 
'version'] failed with exit code 1: initctl: Name "com.ubuntu.Upstart" does not 
exist
  upstart.upstart-dbus-session-bridge.log: upstart-dbus-bridge: Unable to write 
pid file: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1537610/+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 1537409] Re: unmet dependencies

2016-01-29 Thread Tyler Hicks
** Information type changed from Private Security to Public

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

Title:
  unmet dependencies

Status in xorg package in Ubuntu:
  New

Bug description:
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   xserver-xorg-video-intel : Depends: xorg-video-abi-15
  Depends: xserver-xorg-core (>= 2:1.14.99.902)
  E: Unable to correct problems, you have held broken packages.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.19.0-47.53~14.04.1-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-47-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: KDE
  Date: Sat Jan 23 23:32:38 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-01-23 (0 days ago)
  InstallationMedia: Kubuntu 14.04.3 LTS "Trusty Tahr" - Beta i386 (20150805)
  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/1537409/+subscriptions

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


  1   2   3   4   >