[Touch-packages] [Bug 1450137] Re: Qt5 applications crash when switching screens

2015-05-12 Thread Timo Jyrinki
The bug https://bugs.kde.org/show_bug.cgi?id=345544 linked from
https://bugreports.qt.io/browse/QTBUG-45753 (linked from
https://codereview.qt-project.org/#/c/00/) has a claim from Stefan
that he doesn't see a particular crash anymore with Fedora's patched Qt.
The only relevant patch in that Fedora qtdeclarative seems to be this
same patch, so can maybe someone try to reproduce the crasher described
in that bug and then confirm it'd be fixed by the PPA?

That we way we could get at least one crasher fix in for starters.

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

Title:
  Qt5 applications crash when switching screens

Status in qtdeclarative-opensource-src package in Ubuntu:
  Incomplete
Status in qtdeclarative-opensource-src source package in Vivid:
  Confirmed
Status in qtdeclarative-opensource-src source package in Wily:
  Incomplete

Bug description:
  # Impact
  When switching screens (e. g. when putting the laptop onto the docking 
station the notebook screen is turned off and the external one is turned on) 
Qt5 applications (including plasmashell) quite often crash.

  # Test Case
  * Have two screens. One plugged-in one not
  * Run plasma 5
  * Plug-in second screen and wait 10 seconds
  * Unplug and wait 10 seconds
  * Plug-in and wait 10 seconds
  * Unplug and wait 10 seconds
  * ...

  # Regression Potential
  Worst case scenario an application using qquickscreen would slow down because 
of erroneous screen change singals being emitted too often per second. This 
would however only reveal a lower level issue in the foundations that 
ultimately needs to be fixed anyway. 

  # Other Info
  The upstream code review [1] explains the issue and solution pretty well.

  https://codereview.qt-project.org/#/c/00/

  
  - original report ---

  When switching screens (e. g. when putting the laptop onto the docking
  station the notebook screen is turned off and the external one is
  turned on) Qt5 applications (including plasmashell) quite often crash.
  This makes my laptop unusable, since I do that very frequently.

  The problem has already been described here: 
https://bugs.kde.org/show_bug.cgi?id=341497
  Apparently it is fixed in Qt 5.5

  I am running Kubuntu 15.04 64bit and libqt5gui5 5.4.1+dfsg-2ubuntu4.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1450137/+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 1453491] Re: Lockscreen will not unlock on the first try if the password has a capital letter as the first letter after the system resumes from suspend

2015-05-12 Thread Hugh Greenberg
I realized that step #1 won't demonstrate the bug. The password:
UBuntu11 will show the bug. I also realized that for step #2, you must
suspend by closing the lid. Pressing the suspend button will not
demonstrate the bug.

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

Title:
  Lockscreen will not unlock on the first try if the password has a
  capital letter as the first letter after the system resumes from
  suspend

Status in unity package in Ubuntu:
  New

Bug description:
  If my password has a capital letter, or any character that requires
  the shift key, as the first character in my password, then the
  lockscreen will not unlock on the first try after the system resumes
  from suspend. It will unlock at the second try.

  How to reproduce:

  1. Change your password to: Ubuntu
  2. Suspend your machine
  3. Resume your machine
  4. Enter your password
  5. The lockscreen will not unlock
  6. Enter your password again and your lockscreen will unlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1453491/+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 1452099] Re: unshare -r is broken

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package util-linux - 2.26.2-2ubuntu2

---
util-linux (2.26.2-2ubuntu2) wily; urgency=medium

  * Version the Breaks: cloud-utils as 0.27-0ubuntu16 now works with
util-linux 2.26, and also move it to cloud-guest-utils.

util-linux (2.26.2-2ubuntu1) wily; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
- Regularly trim SSDs automatically (core-1311-ssd-trimming):
  + Add debian/fstrim-all.cron: Call fstrim --all. Installed as
/etc/cron.weekly/fstrim.
- Upstart support:
  + Add hwclock{-save}.upstart, and install them in debian/rules.
  + Drop debian/hwclock.rules and hwclock.default.
- Add mountall-options.patch, see patch header.
- Add debian/libblkid1.maintscript to clean up /etc/blkid.conf on upgrade.
  This needs to be kept until after Ubuntu 16.04 LTS.
- Add libudev-dev build dependency for enabling LABEL information in lsblk
  (Closes: #776905)
  * This version fixes unshare -r (LP: #1452099)

 -- Martin Pitt martin.p...@ubuntu.com  Tue, 12 May 2015 05:42:07
+0200

** Changed in: util-linux (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  unshare -r is broken

Status in util-linux package in Ubuntu:
  Fix Released
Status in util-linux package in Debian:
  Fix Released

Bug description:
  After CVE-2014-8989 was fixed in Linux v3.19-rc1~41, ‘unshare -r’ no
  longer works.

  $ unshare -Ur
  unshare: write failed /proc/self/gid_map: Operation not permitted
  $ sudo -i
  # unshare -r
  unshare: write failed /proc/self/gid_map: Operation not permitted

  This was fixed in Debian’s util-linux 2.25.2-6.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1452099/+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 1450066] Re: IPv6 hop limit set to 0

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

** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

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

Title:
  IPv6 hop limit set to 0

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  On upgrading from Ubuntu 14.10 to 15.04 I found that my IPv6
  networking no longer worked. It turned out that this was because my
  hop limit was set to zero:

  # sysctl -a | fgrep eth0.hop_limit
  net.ipv6.conf.eth0.hop_limit = 0

  which in turn seems to have been cause by a known problem in the
  network manager:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756534
  https://bugzilla.gnome.org/show_bug.cgi?id=737252

  Since this has already been fixed in the GNOME project, can Ubuntu
  15.04 please take the upstream fix?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1450066/+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 1454092] [NEW] no sound

2015-05-12 Thread Ploesteanu Petronel
Public bug reported:

hello
no sound on ASRock B85KILLER mother board  
http://www.asrock.com/mb/Intel/Fatal1ty%20B85%20Killer/?cat=Specifications
Audio :
 7.1 CH HD Audio with Content Protection (Realtek ALC1150 Audio Codec)
- Premium Blu-ray Audio support
- Supports Purity Sound™
- 115dB SNR DAC with differential amplifier
- TI® NE5532 Premium Headset Amplifier (Supports up to 600 ohm headsets)
- Direct Drive Technology
- EMI shielding cover
- PCB isolate shielding
- Supports DTS Connect

WHAT CAN I DO ???
thanks

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue May 12 09:34:06 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 VMware SVGA II Adapter [15ad:0405] (prog-if 00 [VGA controller])
   Subsystem: VMware SVGA II Adapter [15ad:0405]
InstallationDate: Installed on 2015-05-12 (0 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
 Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: VMware, Inc. VMware Virtual Platform
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=6d2aae90-365f-4d62-acc4-b797ef688328 ro find_preseed=/preseed.cfg 
auto noprompt priority=critical locale=en_US quiet
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/20/2014
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.name: 440BX Desktop Reference Platform
dmi.board.vendor: Intel Corporation
dmi.board.version: None
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd05/20/2014:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
dmi.product.name: VMware Virtual Platform
dmi.product.version: None
dmi.sys.vendor: VMware, Inc.
version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1~ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Mon May 11 23:14:23 2015
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputVMware VMware Virtual USB Mouse MOUSE, id 7
 inputAT Translated Set 2 keyboard KEYBOARD, id 8
 inputImPS/2 Generic Wheel Mouse MOUSE, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: OutputVirtual2 
   Virtual3Virtual4Virtual5Virtual6Virtual7 
   Virtual8
xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
xserver.video_driver: vmware

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

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

Title:
  no sound

Status in xorg package in Ubuntu:
  New

Bug description:
  hello
  no sound on ASRock B85KILLER mother board  
http://www.asrock.com/mb/Intel/Fatal1ty%20B85%20Killer/?cat=Specifications
  Audio :
   7.1 CH HD Audio with Content Protection (Realtek ALC1150 Audio Codec)
  - Premium Blu-ray Audio support
  - Supports Purity Sound™
  - 115dB SNR DAC with differential amplifier
  - TI® NE5532 Premium Headset Amplifier (Supports up to 600 ohm headsets)
  - Direct Drive Technology
  - EMI shielding cover
  - PCB isolate shielding
  - Supports DTS Connect

  WHAT CAN I DO ???
  thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  

[Touch-packages] [Bug 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-12 Thread Pete Woods
Indeed, the notification service tracking is wobbly enough that when we
fixed the indicator's behaviour to clean up after itself on termination
(by closing the notification), subsequent runs could no-longer show
notifications.

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

Title:
  Sim blocked dialogue broken on starting phone

Status in the base for Ubuntu mobile products:
  New
Status in indicator-network package in Ubuntu:
  New

Bug description:
  STEPS:
  1. Start the phone with a sim you are prepared to scrap
  2. Input the incorrect sim pin 3 times
  3. Input the incorrect Puk code and new sim pin 10 times

  EXPECTED:
  I expect to see a page similar to the pin unlock page, only announcing that 
the sim is blocked.

  ACTUAL:
  See screenshots.

  I get a light grey page with the correct text and then I can't do
  anything with the phone.  I can't swipe the page away as there is no
  unity8, I can't swipe down the indcators or in the launcher so I'm
  stuck, I can't make an emergency call which makes this a critical ship
  blocker.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+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 1447756] Re: segfault in log.c code causes phone reboot loops

2015-05-12 Thread Ondrej Kubik
I think I have nailed it down now, here is brief description what is happening 
(if I read code right)
There seems to be race, when we get new log data for one of the jobs after job 
has been terminated, and while processing it we call log_io_reader and 
eventually log_file_write which will try to flash unflashed buffer to drive.
This succeeds, mind this is before we got disk writable signal.
Since it succeeds, unflashed-len becomes 0, but we don't remove that log 
instance from list of logs which needs to be flashed (log_unflushed_files).
So next time when we get signal that disk is writable, we try again to flash 
that log and BOOM it panics on assert checking that log has something to be 
flashed, but it was already flashed.


Actual change of unfleshed log len changes on line 562, that's where we shrink 
unflashed buffer by amount we managed to write to disk, which in our case if 
full len, making buffer after shrinking zero length.
So I can see at least three fixes:
1) we should after calling nih_io_buffer_shrink (log-unflushed, (size_t)wlen); 
try to check and if log-unflashed-len is 0, and if so  then remove it from 
the log_unflushed_files list.
2) we need to make log_clear_unflushed more tolerant to logs which has been 
already flushed successfully before reaching to this point.
3) we don't try to flash unfleshed buffers till we get disk writable signal

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

Title:
  segfault in log.c code causes phone reboot loops

Status in the base for Ubuntu mobile products:
  Fix Committed
Status in Upstart:
  New
Status in upstart package in Ubuntu:
  Confirmed

Bug description:
  We recently started getting reprots from phone users that their
  devices go into a reboot loop after changing the language or getting
  an OTA upgrade (either of both end with a reboot of the phone)

  after a bit of research we collected the log at
  http://pastebin.ubuntu.com/10872934/

  this shows a segfault of upstarts init binary in the log.c code:

  [6.999083]init: log.c:819: Assertion failed in log_clear_unflushed: 
log-unflushed-len
  [7.000279]init: Caught abort, core dumped
  [7.467176]Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x0600

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447756/+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 1454129] [NEW] package linux-image-3.13.0-51-generic 3.13.0-51.84 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127

2015-05-12 Thread Thomas Mainguy
Public bug reported:

New update in ubuntu 14.04 (ubuntu base).
Error apparently is that pulseaudio daemon is not running (it should be: 
listed in ps -A).

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-51-generic 3.13.0-51.84
ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  thomas 2435 F pulseaudio
 /dev/snd/controlC0:  thomas 2435 F pulseaudio
Date: Tue May 12 09:43:37 2015
DuplicateSignature: 
package:linux-image-3.13.0-51-generic:3.13.0-51.84:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 127
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 127
HibernationDevice: RESUME=UUID=e4742e08-3154-4e61-9a21-3f66629b8f78
InstallationDate: Installed on 2015-01-30 (101 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: Dell Inc. Studio 1747
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic 
root=UUID=41b40eed-4865-44c4-9aef-3701fbd87ff8 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
SourcePackage: initramfs-tools
Title: package linux-image-3.13.0-51-generic 3.13.0-51.84 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 127
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog: May 12 09:23:35 jian kernel: [ 3809.265303] 
systemd-hostnamed[3848]: Warning: nss-myhostname is not installed. Changing the 
local hostname might make it unresolveable. Please install nss-myhostname!
dmi.bios.date: 01/18/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.asset.tag: 1234567890
dmi.board.name: 0J509P
dmi.board.vendor: Dell Inc.
dmi.chassis.asset.tag: 1234567890
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd01/18/2010:svnDellInc.:pnStudio1747:pvr:rvnDellInc.:rn0J509P:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Studio 1747
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-package need-duplicate-check trusty

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

Title:
  package linux-image-3.13.0-51-generic 3.13.0-51.84 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 127

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  New update in ubuntu 14.04 (ubuntu base).
  Error apparently is that pulseaudio daemon is not running (it should be: 
listed in ps -A).

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-51-generic 3.13.0-51.84
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  thomas 2435 F pulseaudio
   /dev/snd/controlC0:  thomas 2435 F pulseaudio
  Date: Tue May 12 09:43:37 2015
  DuplicateSignature: 
package:linux-image-3.13.0-51-generic:3.13.0-51.84:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 127
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 127
  HibernationDevice: RESUME=UUID=e4742e08-3154-4e61-9a21-3f66629b8f78
  InstallationDate: Installed on 2015-01-30 (101 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Studio 1747
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic 
root=UUID=41b40eed-4865-44c4-9aef-3701fbd87ff8 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
  SourcePackage: initramfs-tools
  Title: package linux-image-3.13.0-51-generic 3.13.0-51.84 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 127
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog: May 12 09:23:35 jian kernel: [ 3809.265303] 
systemd-hostnamed[3848]: Warning: nss-myhostname is not installed. Changing the 
local hostname might make it unresolveable. Please install nss-myhostname!
  dmi.bios.date: 01/18/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  

[Touch-packages] [Bug 1277311] Re: can't open URL in text viewed in the message indicator

2015-05-12 Thread handsome_feng
** Branch linked: lp:~feng-kylin/unity8/OpenUrlInIndicator

** Branch linked: lp:~feng-kylin/ubuntu-settings-
components/addSupportToOpenUrlInIndicator

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

Title:
  can't open URL in text viewed in the message indicator

Status in ubuntu-settings-components package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  I received a text with a URL in it. In the messaging app, it is blue
  and I am able to tap it to open the browser, but in viewing the same
  message in the message indicator I am not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-settings-components/+bug/1277311/+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 1447984] Re: Sim blocked dialogue broken on starting phone

2015-05-12 Thread Pete Woods
It turns out the underlying cause of this was that the indicator was
going into an infinite loop and then terminating. The notification
service then doesn't track its clients well (at all) and doesn't clear
up the fullscreen notification when the indicator dies.

So far we have a fix for the infinite loop in the indicator. But next we
need to make some enhancements to the behaviour of the notification
service.

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

Title:
  Sim blocked dialogue broken on starting phone

Status in the base for Ubuntu mobile products:
  New
Status in indicator-network package in Ubuntu:
  New

Bug description:
  STEPS:
  1. Start the phone with a sim you are prepared to scrap
  2. Input the incorrect sim pin 3 times
  3. Input the incorrect Puk code and new sim pin 10 times

  EXPECTED:
  I expect to see a page similar to the pin unlock page, only announcing that 
the sim is blocked.

  ACTUAL:
  See screenshots.

  I get a light grey page with the correct text and then I can't do
  anything with the phone.  I can't swipe the page away as there is no
  unity8, I can't swipe down the indcators or in the launcher so I'm
  stuck, I can't make an emergency call which makes this a critical ship
  blocker.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447984/+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 1454129] Re: package linux-image-3.13.0-51-generic 3.13.0-51.84 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127

2015-05-12 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package linux-image-3.13.0-51-generic 3.13.0-51.84 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 127

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  New update in ubuntu 14.04 (ubuntu base).
  Error apparently is that pulseaudio daemon is not running (it should be: 
listed in ps -A).

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-51-generic 3.13.0-51.84
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  thomas 2435 F pulseaudio
   /dev/snd/controlC0:  thomas 2435 F pulseaudio
  Date: Tue May 12 09:43:37 2015
  DuplicateSignature: 
package:linux-image-3.13.0-51-generic:3.13.0-51.84:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 127
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 127
  HibernationDevice: RESUME=UUID=e4742e08-3154-4e61-9a21-3f66629b8f78
  InstallationDate: Installed on 2015-01-30 (101 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Studio 1747
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-49-generic 
root=UUID=41b40eed-4865-44c4-9aef-3701fbd87ff8 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
  SourcePackage: initramfs-tools
  Title: package linux-image-3.13.0-51-generic 3.13.0-51.84 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 127
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog: May 12 09:23:35 jian kernel: [ 3809.265303] 
systemd-hostnamed[3848]: Warning: nss-myhostname is not installed. Changing the 
local hostname might make it unresolveable. Please install nss-myhostname!
  dmi.bios.date: 01/18/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.asset.tag: 1234567890
  dmi.board.name: 0J509P
  dmi.board.vendor: Dell Inc.
  dmi.chassis.asset.tag: 1234567890
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd01/18/2010:svnDellInc.:pnStudio1747:pvr:rvnDellInc.:rn0J509P:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: Studio 1747
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1454129/+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 1450066] Re: IPv6 hop limit set to 0

2015-05-12 Thread Borut Mrak
Please please cherry pick the patch from gnome bugzilla and apply it to
vivid

http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=6a79acb0

This bug makes most IPv6 connections unusable without manual
intervention (either setting the hop limit on each router that does not
set that in RAs - most!) or manually changing the limit after every
connection.

I wouldn't say it's critical (most of us still have IPv4 access too :),
but it's definitely a High importance bug.

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

Title:
  IPv6 hop limit set to 0

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  On upgrading from Ubuntu 14.10 to 15.04 I found that my IPv6
  networking no longer worked. It turned out that this was because my
  hop limit was set to zero:

  # sysctl -a | fgrep eth0.hop_limit
  net.ipv6.conf.eth0.hop_limit = 0

  which in turn seems to have been cause by a known problem in the
  network manager:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756534
  https://bugzilla.gnome.org/show_bug.cgi?id=737252

  Since this has already been fixed in the GNOME project, can Ubuntu
  15.04 please take the upstream fix?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1450066/+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 837557] Re: fraudulent DigiNotar certificate issuance

2015-05-12 Thread Justin Means
** Changed in: ca-certificates (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) = (unassigned)

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

Title:
  fraudulent DigiNotar certificate issuance

Status in ca-certificates package in Ubuntu:
  Fix Released
Status in chromium-browser package in Ubuntu:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released
Status in nss package in Ubuntu:
  Fix Released
Status in qt4-x11 package in Ubuntu:
  Fix Released
Status in seamonkey package in Ubuntu:
  Confirmed
Status in thunderbird package in Ubuntu:
  Fix Released
Status in xulrunner-1.9.2 package in Ubuntu:
  Invalid
Status in ca-certificates source package in Lucid:
  Fix Released
Status in chromium-browser source package in Lucid:
  Fix Released
Status in firefox source package in Lucid:
  Fix Released
Status in nss source package in Lucid:
  Fix Released
Status in qt4-x11 source package in Lucid:
  Fix Released
Status in seamonkey source package in Lucid:
  Won't Fix
Status in thunderbird source package in Lucid:
  Fix Released
Status in xulrunner-1.9.2 source package in Lucid:
  Fix Released
Status in ca-certificates source package in Maverick:
  Fix Released
Status in chromium-browser source package in Maverick:
  Fix Released
Status in firefox source package in Maverick:
  Fix Released
Status in nss source package in Maverick:
  Fix Released
Status in qt4-x11 source package in Maverick:
  Fix Released
Status in seamonkey source package in Maverick:
  Won't Fix
Status in thunderbird source package in Maverick:
  Fix Released
Status in xulrunner-1.9.2 source package in Maverick:
  Fix Released
Status in ca-certificates source package in Natty:
  Fix Released
Status in chromium-browser source package in Natty:
  Fix Released
Status in firefox source package in Natty:
  Fix Released
Status in nss source package in Natty:
  Fix Released
Status in qt4-x11 source package in Natty:
  Fix Released
Status in seamonkey source package in Natty:
  Won't Fix
Status in thunderbird source package in Natty:
  Fix Released
Status in xulrunner-1.9.2 source package in Natty:
  Fix Released
Status in ca-certificates source package in Oneiric:
  Fix Released
Status in chromium-browser source package in Oneiric:
  Fix Released
Status in firefox source package in Oneiric:
  Fix Released
Status in nss source package in Oneiric:
  Fix Released
Status in qt4-x11 source package in Oneiric:
  Fix Released
Status in seamonkey source package in Oneiric:
  Won't Fix
Status in thunderbird source package in Oneiric:
  Fix Released
Status in xulrunner-1.9.2 source package in Oneiric:
  Invalid
Status in ca-certificates package in Debian:
  Fix Released

Bug description:
  USN Information: This is being tracked in USN-1197-*

  NOTE: The Firefox update causes a regression for certain Dutch sites which is 
being tracked in Bug #838322.
  NOTE #2: The current update for Thunderbird still shows the DigiNotar Root CA 
as trusted in the certificate manager.  This is due to Thunderbird using the 
system version of NSS. In this initial update, Thunderbird will actively 
distrust any certificate signed by the DigiNotar Root CA.  Future updates will 
properly show the root CA as distrusted in the certificate manager.

  WORKAROUND (from blog post):
  http://support.mozilla.com/en-US/kb/deleting-diginotar-ca-cert

  -

  http://blog.mozilla.com/security/2011/08/29/fraudulent-google-com-
  certificate/

  Qt 4.7 blog post: http://labs.qt.nokia.com/2011/09/07/what-the-
  diginotar-security-breach-means-for-qt-users-continued/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/837557/+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 1451955] Re: 15.04 do not boot starting version 219

2015-05-12 Thread abdulqayyum
Moreover as recovery mode open only TTYL. I can not do everything from
terminal. I can not restrict myself to nano. I can enter gui using
start. Which allows me to open terminal and chrome but not gedit. Except
ls there is no way to access files. I can not use mouse except in nano
scroll works! Sidebar and unity shell is not present. As in previous
release I had kde that dominated and effected gnome and unity desktop.
Turned boot to kde icon. So I found during file attachment in Gmail that
file Explorer or nautilus icons all look like kde even though terminal
and wallpaper is default unity. So I was curious about this. Moreover I
was unable to find how to repair Ubuntu like it happens in Windows.

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

Title:
  15.04 do not boot starting version 219

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I upgraded from 14.04 to 14.10 it was ok. I then upgraded to 15.04 using 
do-release-upgrade. Upgrade is complete as if I run it again in recovery mode. 
System return no recent upgrades. After upgrade I can not boot my system screen 
shows : Starting version 219
  error usb file 'descriptor' not found (I think so) . I some time use recovery 
mode but that can not be for ever. How can I repair ? what is the cause? I have 
seen error 219 at many places but as I am new to linux ,only an year . so I am 
not aware of it. please tell me how to proceed next 

  Dual boot: I have another problem in 14.04 I was using Grub it
  upgraded so but during 15.04 upgrade I don't know how I selected
  lightdm. My win 7 is working well

  Ram 4 Gb
  Ubuntu 14.04 LTS to 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1451955/+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 1454322] [NEW] Add flake8 and qmlmin to make check

2015-05-12 Thread Christian Dywan
Public bug reported:

A frequent source of failure that's probably accumulating to quite a bit of 
overhead in CI runs is flake8 errors. Less so are obvious syntax or type errors 
in QML at runtime, nevertheless it would seem like a good idea to verify that.
I'm proposing to add these to make check so they can be caught much earlier on 
the developer's machine.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Add flake8 and qmlmin to make check

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  A frequent source of failure that's probably accumulating to quite a bit of 
overhead in CI runs is flake8 errors. Less so are obvious syntax or type errors 
in QML at runtime, nevertheless it would seem like a good idea to verify that.
  I'm proposing to add these to make check so they can be caught much earlier 
on the developer's machine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1454322/+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 1331952] Re: [setup] UI language should follow SIM card preferred language

2015-05-12 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Andrea Cimitan (cimi)

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

Title:
  [setup] UI language should follow SIM card preferred language

Status in Ubuntu UX bugs:
  Triaged
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Test steps:
  1. Insert a SIM card with preferred language Finnish
  2. Boot the phone
  Expected result: UI language is Finnish
  Actual result: UI language is English. Finnish or other languages can be 
manually selected from the settings UI.

  The SIM card's list of preferred languages is correctly given by oFono:
  dbus-send --print-reply --system --dest=org.ofono /ril_0 
org.ofono.SimManager.GetProperties

dict entry(
   string PreferredLanguages
   variant array [
 string fi
 string sv
 string en
  ]
)

  A technical reference is ETSI TS 102 221, section 13.3 EF_PL
  (Preferred Languages). But this is also a business requirement for OEM
  and operator partners.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1331952/+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 1438273] Re: USSD has stopped working

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package telephony-service -
0.1+15.04.20150430.1-0ubuntu1

---
telephony-service (0.1+15.04.20150430.1-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Gustavo Pichorim Boiko ]
  * Add an initial set of tests to make sure USSD is working.
  * Make it possible to clear the notifications. This is intended to be
used by application tests.

  [ Tiago Salem Herrmann ]
  * Add an USSDManager instance to each OfonoAccountEntry. (LP:
#1438273)

telephony-service (0.1+15.04.20150421-0ubuntu1) vivid; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Add unit tests for the ToneGenerator class. added:
tests/libtelephonyservice/ToneGeneratorMock.cpp
tests/libtelephonyservice/ToneGeneratorTest.cpp

  [ You-Sheng Yang ]
  * Class ToneGenerator creates a oneshot timer to keep track of when to
send a StopTone req after successfully sending a StartEventTone one.
However, when playDTMFTone() is called the second time within the
timeout interval (0.2s), it's currently completely ignored and no
tone will ever be generated. As a result, when someone presses
dialpad buttons very quickly, some of them sound missed because not
each of them is accompanied by a DTMF tone. (LP: #1403600)

telephony-service (0.1+15.04.20150416.2-0ubuntu1) vivid; urgency=medium

  [ Gustavo Pichorim Boiko ]
  * Another attempt to fix the failures that happen only on jenkins.

  [ Tiago Salem Herrmann ]
  * Add sanity check to ofono-setup. (LP: #1439566)

 -- CI Train Bot ci-train-...@canonical.com  Thu, 30 Apr 2015 15:55:24
+

** Changed in: telephony-service (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  USSD has stopped working

Status in telephony-service package in Ubuntu:
  Fix Released

Bug description:
  Entering a USSD code in dialler-app does not work anymore: the code is
  apparently when pressing the dial button, but there is no reply.

  However,

  /usr/share/ofono/scripts/send-ussd /ril_X code

  seems to work just fine.

  Image:

  $ system-image-cli -i
  current build number: 167
  device name: krillin
  channel: ubuntu-touch/vivid-proposed
  last update: 2015-03-30 10:06:57
  version version: 167
  version ubuntu: 20150330
  version device: 20150310-ae1ddec
  version custom: 20150330

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1438273/+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 1442851] Re: Setting labels ellipsized on phone screen in portrait orientation

2015-05-12 Thread Olivier Tilloy
** Tags added: settings

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

Title:
  Setting labels ellipsized on phone screen in portrait orientation

Status in Ubuntu UX bugs:
  Triaged
Status in Web Browser App:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  As shown on the attached screenshot, the rows #2 and #3 of the settings 
screen have a text that doesn't fit on the screen.
  The only way to see what these options mean is to switch the phone to 
landscape orientation.

  A different UI component should be used for these two options, one
  that allows the user to see the full text of what he's enabling or
  disabling.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1442851/+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 1454312] Re: tst_components_benchmark::benchmark_creation_components Test data requested, but no testdata available.

2015-05-12 Thread Christian Dywan
Data points:

The test uses a variable defined to point at the build dir that's used by no 
other test.
dir.setPath(UBUNTU_COMPONENT_PATH);

The issues look to have started when the following branch was merged without a 
test run on auto landing.
https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/separate-uitk-versions/+merge/257455

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

Title:
  tst_components_benchmark::benchmark_creation_components  Test data
  requested, but no testdata available.

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  tst_components_benchmark: * Start testing of tst_components_benchmark 
*
  tst_components_benchmark: Config: Using QtTest library 5.4.1, Qt 5.4.1 
(arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 
4.9.2)
  tst_components_benchmark: PASS   : tst_components_benchmark::initTestCase()
  tst_components_benchmark: QDEBUG : 
tst_components_benchmark::benchmark_creation_components() Found 0 tests.
  tst_components_benchmark: QFATAL : 
tst_components_benchmark::benchmark_creation_components() ASSERT failure in 
QTest::fetchData(): Test data requested, but no testdata available., file 
qtestcase.cpp, line 2044
  tst_components_benchmark: FAIL!  : 
tst_components_benchmark::benchmark_creation_components() Received a fatal 
error.
  tst_components_benchmark:Loc: [Unknown file(0)]
  tst_components_benchmark: Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted
  tst_components_benchmark: * Finished testing of 
tst_components_benchmark *
  tst_components_benchmark: Exited with status 6
  tst_components_benchmark: Shutting down

  This is currently failing all branches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1454312/+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 1331952] [NEW] [system settings] UI language should follow SIM card preferred language

2015-05-12 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Test steps:
1. Insert a SIM card with preferred language Finnish
2. Boot the phone
Expected result: UI language is Finnish
Actual result: UI language is English. Finnish or other languages can be 
manually selected from the settings UI.

The SIM card's list of preferred languages is correctly given by oFono:
dbus-send --print-reply --system --dest=org.ofono /ril_0 
org.ofono.SimManager.GetProperties

  dict entry(
 string PreferredLanguages
 variant array [
   string fi
   string sv
   string en
]
  )

A technical reference is ETSI TS 102 221, section 13.3 EF_PL (Preferred
Languages). But this is also a business requirement for OEM and operator
partners.

** Affects: ubuntu-ux
 Importance: Medium
 Assignee: Andreea Pirvu (andreea-pirvu)
 Status: Triaged

** Affects: unity8 (Ubuntu)
 Importance: Low
 Status: Confirmed

-- 
[system settings] UI language should follow SIM card preferred language
https://bugs.launchpad.net/bugs/1331952
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to unity8 in Ubuntu.

-- 
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 1446499] Re: Updating scope from store removes it from favorites

2015-05-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed = Fix Released

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

Title:
  Updating scope from store removes it from favorites

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Today Scope:
  Invalid
Status in unity-scope-click package in Ubuntu:
  Invalid
Status in unity-scopes-api package in Ubuntu:
  Fix Committed
Status in unity-scopes-shell package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Invalid
Status in unity-scopes-api package in Ubuntu RTM:
  Invalid
Status in unity-scopes-shell package in Ubuntu RTM:
  Fix Released

Bug description:
  Using retail bq e4.5
  Saw an update for Today scope in the store today, so updated.
  After the Today scope was updated, I can no longer see the Today scope on my 
phone. 

  * No today scope running
  * No today scope listed from bottom edge.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1446499/+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 1433563] Re: QAudioRecorder recording hangs

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package qtmultimedia-opensource-src -
5.4.1-1ubuntu2

---
qtmultimedia-opensource-src (5.4.1-1ubuntu2) vivid; urgency=medium

  * debian/patches/debian/patches/qgstreamercapturesession_avoid_race_eos.patch:
- Avoid races when sending EOS, making sure pipeline is in playing state
  first (LP: #1433563)
 -- Ricardo Salveti de Araujo ricardo.salv...@canonical.com   Sun, 19 Apr 
2015 20:13:29 -0300

** Changed in: qtmultimedia-opensource-src (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  QAudioRecorder recording hangs

Status in the base for Ubuntu mobile products:
  Confirmed
Status in gst-plugins-good0.10 package in Ubuntu:
  Fix Released
Status in qtmultimedia-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  Recording audio with QAudioRecorder intermittently fails for me.
  Another user even reported that it only works 1 out of 5-10 times.

  QAudioRecorder seems to hang on requesting the audio to be recorded
  (status QMediaRecortder::StartingStatus). When it actually works, it
  properly goes from starting to recording and then it's possible to
  record audio and playback.

  QAudioRecorder has an error() method, but it returns
  QMediaRecorder::NoError

  Since it was confirmed by two people (victorp, karni) we suspect it's
  a bug in the middleware rather than the apps.

  A test click has been sent to Ricardo's e-mail by Victor.

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 20
  device name: krillin
  channel: (the BQ channel)
  last update: 2015-02-26 17:06:15
  version version: 20
  version ubuntu: 20150219
  version device: 20150225-b67e0b6
  version custom: 20150216-561-29-186

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1433563/+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 1450568] Re: Requests are not cleared if a client dies unexpectedly and drops from the bus

2015-05-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed = Fix Released

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

Title:
  Requests are not cleared if a client dies unexpectedly and drops from
  the bus

Status in the base for Ubuntu mobile products:
  Fix Released
Status in PowerD:
  In Progress
Status in powerd package in Ubuntu:
  Fix Released

Bug description:
  Power requests (wakelocks) are not released if the owner process
  unexpectedly exits and drops off the bus. This causes a stale request
  that holds the device awake, which can result in extreme battery
  drain.

  For example, the vibration sensor can unexpectedly die while holding a
  vibration/alarm lock and at the point the phone would never again
  suspend.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1450568/+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 1439566] Re: Multiple telepathy accounts being created

2015-05-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed = Fix Released

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

Title:
  Multiple telepathy accounts being created

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Dialer app for Ubuntu Touch:
  Invalid
Status in telephony-service package in Ubuntu:
  Fix Released
Status in telephony-service package in Ubuntu RTM:
  Fix Released

Bug description:
  I'm am getting very strange errors when dialling calls (two of which are 
illustrated in the attached video).
  Dialling a call does one of the following:

  1 - seems to think I have two active calls going and presents the UI
  that would allow me to convert hem into a conference call

  2 - results in all numbers disappearing from the screen and the call
  actually failing

  3 - places the call correctly but the hangup button does not appear
  resulting in no way of hanging up the call

  I've attached the movie showing issues 1  2.

  I am on RTM proposed r261

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1439566/+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 1438662] Re: Calendar sync is not happening

2015-05-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed = Fix Released

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

Title:
  Calendar sync is not happening

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Sync monitor for Ubuntu Touch:
  Invalid
Status in syncevolution package in Ubuntu:
  Fix Released
Status in syncevolution package in Ubuntu RTM:
  Fix Released

Bug description:
  STEPS:
  1. Install calendar
  2. Step up your google account
  3. Enable accounts to use calendar
  4. Tap on the sync option in Calendar

  EXPECTED:
  I expect it to update my calendar and notifications

  ACTUAL:
  In .cache/upstart/sync-monitor.log I see lots of
  error : error code from SyncEvolution remote, status 400: 
updateAllSubItems REPORT 'list items': bad HTTP status: status 1.1, code 400, 
class 4, Bad Request and   error : error code from SyncEvolution remote, 
status 400: REPORT 'meta data': bad HTTP status: status 1.1, code 400, class 
4, Bad Request and sync doesn't happen

  We are assuming this is a change on googles side that affects us on
  both vivid and rtm.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1438662/+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 1444947] Re: Keyboard crashes if provided invalid surrounding data from a client

2015-05-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed = Fix Released

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

Title:
  Keyboard crashes if provided invalid surrounding data from a client

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Ubuntu Keyboard:
  Fix Released
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released
Status in ubuntu-keyboard package in Ubuntu RTM:
  Fix Released

Bug description:
  Steps to reproduce

  1) Open the twitter login page in the browser

  2) Type your username

  3) Click on the password field
  (Note the field will not show that it has focus or echo characters as you 
type. If you click again it will gain focus and the issue doesn't occur)

  4) Type hello123, only 123 will be entered due to another bug

  5) Press backspace

  Expected result

  Text will change to 12

  Actual result

  Keyboard segfaults due to Oxide claiming that there are 8 characters
  in the surrounding text when there are only 3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1444947/+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 1417776] Re: Make the launchEmbeddedUI API more flexible in the kind of params that it passes down to the UI

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-webapps-qml -
0.1+15.04.20150422-0ubuntu1

---
unity-webapps-qml (0.1+15.04.20150422-0ubuntu1) vivid; urgency=medium

  [ Alexandre Abreu ]
  * Improve paramater passing to launchEmbedded UI (LP: #1417776)

  [ CI Train Bot ]
  * New rebuild forced.

unity-webapps-qml (0.1+15.04.20150409-0ubuntu1) vivid; urgency=medium

  [ Daniel Holbach ]
  * Add ./update-docs script, which can needs to be run locally, as not all
dependencies of yuidocs are in the archive yet.
The API docs are added to unity-webapps-qml-doc, which will make it easier
for us to update developer.ubuntu.com/api.

  [ CI Train Bot ]
  * New rebuild forced.

unity-webapps-qml (0.1+15.04.20150319-0ubuntu1) vivid; urgency=medium

  [ Alexandre Abreu ]
  * Add tools API that exposed helpers to webaps

  [ CI Train Bot ]
  * New rebuild forced.

unity-webapps-qml (0.1+15.04.20150304-0ubuntu1) vivid; urgency=medium

  [ Alberto Mardegan ]
  * Bindings for the OnlineAccounts.Client module (LP: #1427649)

  [ CI Train Bot ]
  * New rebuild forced.

unity-webapps-qml (0.1+15.04.20150109-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Alexandre Abreu ]
  * When using a webapp-properties file for an unamed webapp the user
script does not get injected. (LP: #1409051)

unity-webapps-qml (0.1+15.04.20141202-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Alexandre Abreu ]
  * Make sure that the content hub bindings are fail safe since the
content hub package is a suggests (which is fine since it is not
there by default on desktop). (LP: #1395524)
  * The content hub has been updated with some changes that caused the
getPeers() fonction to break on the HTML5 API side.

unity-webapps-qml (0.1+15.04.20141126.1-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Alexandre Abreu ]
  * Improve testability for the desktop webapp search path

unity-webapps-qml (0.1+15.04.20141122-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Alexandre Abreu ]
  * Port qml bindings to oxide (LP: #1374100)

unity-webapps-qml (0.1+15.04.20141103.1-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Alexandre Abreu ]
  * Add small guard before url navigation (LP: #1378437)

unity-webapps-qml (0.1+14.10.20140813-0ubuntu2) utopic; urgency=low

  * debian/control:
- update libqt5webkit5-qmlwebkitplugin - qml-module-qtwebkit
  (fixes a multiarch install failure)

unity-webapps-qml (0.1+14.10.20140813-0ubuntu1) utopic; urgency=low

  [ Ken VanDine ]
  * handle qtdeclarative5-ubuntu-content1 package rename

unity-webapps-qml (0.1+14.10.20140731-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Alexandre Abreu ]
  * Simplify the click webapp definition for things like overrides etc.

unity-webapps-qml (0.1+14.10.20140718.1-0ubuntu1) utopic; urgency=low

  [ Alexandre Abreu ]
  * Add bidirectional callback support between js - qml,

unity-webapps-qml (0.1+14.10.20140709-0ubuntu1) utopic; urgency=low

  [ Alexandre Abreu ]
  * Fix issue with qmlplugindump using 100% cpu Fix and expanded AP
tests to properly test the installed webapps case (LP: #1300957)

unity-webapps-qml (0.1+14.10.20140626.1-0ubuntu1) utopic; urgency=low

  [ Ken VanDine ]
  * add content share

  [ Alexandre Abreu ]
  * add content share

unity-webapps-qml (0.1+14.10.20140620-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Olivier Tilloy ]
  * Do not override existing message handlers. Oxide has this nice
feature that it automatically attaches the instantiated message
handler to the webview anyway, so this line was useless. (LP:
#1323735)

unity-webapps-qml (0.1+14.10.20140520-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Alexandre Abreu ]
  * Bindings for the download manager (LP: #1295842)

unity-webapps-qml (0.1+14.10.20140514.2-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Alexandre Abreu ]
  * Cleanup the structure of the QML bindings to make it clearer. No
Changes in functionality all features are still working  same, This
is an updated version of: https://code.launchpad.net/~abreu-
alexandre/unity-webapps-qml/restructure-cleanup-bindings-qml-
structure/+merge/208148 with the latest changes that got in in
between (LP: #1288801)
  * Simplifies the manifest.json handling in some instances. More
precisely when one is using a custom model search path for the
webapp lookup, some restrictions are being put on what is expected
to be found in the folder among which: a common/ subfolder (even if
the webapp doesnt require one),. one or more unity-webapps-* folders
with manifest.json  *.user.js files in it,. More over the manifest
files do require user 

[Touch-packages] [Bug 1436427] Re: Turning off WiFi doesn't set a route after the modem connects data

2015-05-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed = Fix Released

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

Title:
  Turning off WiFi doesn't set a route after the modem connects data

Status in the base for Ubuntu mobile products:
  Fix Released
Status in network-manager package in Ubuntu:
  Incomplete
Status in ofono package in Ubuntu:
  Fix Released
Status in network-manager package in Ubuntu RTM:
  Incomplete
Status in ofono package in Ubuntu RTM:
  Fix Released

Bug description:
  I just switched off WiFi in order to test if the device switches
  successfully to a mobile data connection. After disabling WiFi the
  indicator showed H in no time. So it would seem all is fine. I
  opened the browser and no data went through.

  Here's the output of ip route and list-contexts:

  phablet@ubuntu-phablet:~$ sudo ip route
  [sudo] password for phablet: 
  phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/list-contexts 
  [ /ril_1 ]
  [ /ril_0 ]
  [ /ril_0/context1 ]
  Name = E-Plus Web GPRS
  Settings = { Netmask=255.255.255.0 Address=10.121.30.213 
Interface=ccmni0 Method=static DomainNameServers=212.23.103.8,212.23.103.9, 
Gateway=10.121.30.213 }
  Username = eplus
  IPv6.Settings = { }
  Protocol = ip
  Active = 1
  Password = internet
  Type = internet
  AccessPointName = internet.eplus.de

  [ /ril_0/context2 ]
  IPv6.Settings = { }
  Name = E-Plus MMS
  MessageProxy = 212.23.97.153:5080
  MessageCenter = http://mms/eplus/
  Username = mms
  Settings = { }
  Protocol = ip
  Active = 0
  Password = eplus
  Type = mms
  AccessPointName = mms.eplus.de

  [ /ril_0/context3 ]
  Name = ___ubuntu_custom_apn_internet
  Settings = { }
  Username = 
  IPv6.Settings = { }
  Protocol = ip
  Active = 0
  Password = 
  Type = internet
  AccessPointName = 

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 21
  device name: krillin
  channel: ubuntu-touch/rc/bq-aquaris.en
  last update: 2015-03-13 17:11:07
  version version: 21
  version ubuntu: 20150312
  version device: 20150310-3201c0a
  version custom: 20150216-561-29-186

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1436427/+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 1256576] Re: Ubuntu 12.04 LTS: OpenSSL downlevel version is 1.0.0, and does not support TLS 1.2

2015-05-12 Thread Jeffrey Walton
This can now be closed due to USN-2606-1
(http://www.ubuntu.com/usn/usn-2606-1/).

Good work. I'm glad to see TLS 1.2 is now available to LTS.

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

Title:
  Ubuntu 12.04 LTS: OpenSSL downlevel version is 1.0.0, and does not
  support TLS 1.2

Status in openssl package in Ubuntu:
  Fix Released

Bug description:
  The long term support version of Ubuntu 12.04 provides OpenSSL 1.0.0.
  A wireshark trace shows the version of OpenSSL used by Ubuntu does not
  support TLS 1.2. According to the change logs, TLS 1.2 support was
  added 14 March 2012. The change log can be found at
  http://www.openssl.org/news/changelog.html, and the TLS additions can
  be found under the heading Changes between 1.0.0h and 1.0.1.

  $ ldd /usr/lib/x86_64-linux-gnu/libssl.so
  linux-vdso.so.1 =  (0x7fffd9d84000)
  libcrypto.so.1.0.0 = /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
  (0x7f1e0691e000)
  libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f1e0655e000)
  libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f1e06359000)
  libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7f1e06142000)
  /lib64/ld-linux-x86-64.so.2 (0x7f1e06f6d000)

  ***

  OpenSSL 1.0.1 is compatible with 1.0.0. From the OpenSSL FAQ
  (http://www.openssl.org/support/faq.html):

  8. How does the versioning scheme work?

  After the release of OpenSSL 1.0.0 the versioning scheme changed.
  Letter releases (e.g. 1.0.1a) can only contain bug and security fixes
  and no new features. Minor releases change the last number (e.g.
  1.0.2) and can contain new features that retain binary compatibility.
  Changes to the middle number are considered major releases and neither
  source nor binary compatibility is guaranteed.

  **

  By the way, its nearly impossible to file a bug report through the
  launch pad. The maze that's been created is impossible to navigate,
  and its worse than one of those phone menu systems. I had to look up
  the URL to file at http://www.cryptopp.com/wiki/Talk:Linux. Great job
  to the designers of the system. Its probably the same idiots who
  thought a tablet manager was a great idea on the desktop..

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1256576/+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 1450568] Re: Requests are not cleared if a client dies unexpectedly and drops from the bus

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package powerd - 0.16+15.04.20150507-0ubuntu1

---
powerd (0.16+15.04.20150507-0ubuntu1) vivid; urgency=medium

  [ Ricardo Mendoza ]
  * Watch com.canonical.Unity.Screen vanishing from the bus (USC/Unity8
not running) to hold a lock until either we poweroff, or Unity
returns. Also, add a delay for clearing requests from dead bus names
(LP: #1452300) (LP: #1452300)

 -- CI Train Bot ci-train-...@canonical.com  Thu, 07 May 2015 22:33:15
+

** Changed in: powerd (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 powerd in Ubuntu.
https://bugs.launchpad.net/bugs/1450568

Title:
  Requests are not cleared if a client dies unexpectedly and drops from
  the bus

Status in the base for Ubuntu mobile products:
  Fix Committed
Status in PowerD:
  In Progress
Status in powerd package in Ubuntu:
  Fix Released

Bug description:
  Power requests (wakelocks) are not released if the owner process
  unexpectedly exits and drops off the bus. This causes a stale request
  that holds the device awake, which can result in extreme battery
  drain.

  For example, the vibration sensor can unexpectedly die while holding a
  vibration/alarm lock and at the point the phone would never again
  suspend.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1450568/+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 1452300] Re: Reboot takes too long

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package powerd - 0.16+15.04.20150507-0ubuntu1

---
powerd (0.16+15.04.20150507-0ubuntu1) vivid; urgency=medium

  [ Ricardo Mendoza ]
  * Watch com.canonical.Unity.Screen vanishing from the bus (USC/Unity8
not running) to hold a lock until either we poweroff, or Unity
returns. Also, add a delay for clearing requests from dead bus names
(LP: #1452300) (LP: #1452300)

 -- CI Train Bot ci-train-...@canonical.com  Thu, 07 May 2015 22:33:15
+

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

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

Title:
  Reboot takes too long

Status in the base for Ubuntu mobile products:
  New
Status in powerd package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Incomplete
Status in powerd source package in Vivid:
  New
Status in powerd package in Ubuntu RTM:
  Fix Released

Bug description:
  Test case.
  - Make sure phone is not plugged in.
  - In the greeter screen, long press power button to display power dialog.
  - Tap to reboot.

  Expected result.
  - Must take similar time than stable.

  Actual result.
  - Stable takes 30 seconds to show the bq white screen.
  - 274 takes bewteen than 2 and 3 minutes to show the bq screen.

  syslog:

  May  6 14:16:35 ubuntu-phablet rsyslogd: [origin software=rsyslogd 
swVersion=7.4.4 x-pid=816 x-info=http://w
  ww.rsyslog.com] exiting on signal 15.
  May  6 14:20:05 ubuntu-phablet rsyslogd: [origin software=rsyslogd 
swVersion=7.4.4 x-pid=817 x-info=http://w
  ww.rsyslog.com] start

  current build number: 274
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1452300/+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 1443971] Re: Call waiting - wrong call hung up

2015-05-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed = Fix Released

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

Title:
  Call waiting - wrong call hung up

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Dialer app for Ubuntu Touch:
  Fix Released
Status in dialer-app package in Ubuntu:
  Fix Released
Status in dialer-app package in Ubuntu RTM:
  Fix Released

Bug description:
  Version: ubuntu-touch/rc/bq-aquaris.en r22 krillin

  Steps to reproduce:
   * Ensure call waiting enabled on DUT
   * Call the DUT from phone X
   * Accept the call, verify established
   * Call the DUT from phone Y
   * Accept the call, verify new call to Y established, phone X on hold
   * Hit Switch Call button
   * Verify back to talking to phone X
   * Hit the hang up button

  Expected result:
   - Call with Phone X ended
   - Call with Phone Y maintained

  Actual result:
   - Call with Phone Y ended
   - Call with Phone X maintained

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1443971/+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 1364452] Re: People's own phone number isn't where they expect to find it

2015-05-12 Thread Renato Araujo Oliveira Filho
** Changed in: address-book-app
   Importance: Undecided = Medium

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

Title:
  People's own phone number isn't where they expect to find it

Status in Address Book App:
  New
Status in Ubuntu UX bugs:
  Fix Committed
Status in address-book-app package in Ubuntu:
  Triaged
Status in ubuntu-system-settings package in Ubuntu:
  Triaged

Bug description:
  Twenty people were given an Ubuntu phone and asked to find their own
  phone number. (10 were iPhone users, 8 Android, 1 Windows Phone, and 1
  feature phone user.)

  The first place they looked:
  - 9 in the Contacts app
  - 5 in System Settings Phone screen
  - 3 in System Settings About screen
  - 2 in the Dialer app contacts screen
  - 1 in System Settings Cellular screen.

  So, our current placement of the phone number in the About screen
  (bug 1221908) is suboptimal.

  Instead it should be in the Contacts app, and possibly in the Phone
  screen.

  Where the phone is dual SIM, both phone numbers should be shown.

  This first needs design work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1364452/+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 190294] Re: gpg spams the terminal with passphrase message

2015-05-12 Thread Bug Watch Updater
** Changed in: gnupg
   Status: Confirmed = Fix Released

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

Title:
  gpg spams the terminal with passphrase message

Status in GNU Privacy Guard:
  Fix Released
Status in gnupg package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gnupg

  For some reason gpg insists on spamming the console with this useless message:
  ---
  $ gpg --quiet --no-use-agent --sign --passphrase XXX -u YYY --output SIG 
FILE  /dev/null

  You need a passphrase to unlock the secret key for
  user: YYY
  1024-bit DSA key, ID FFD40F72, created 2007-12-01

  
  This is despite the fact that:
  a) the passphrase is given on the command line (yeah, I know, it's OK here)
  b) I told it to be quiet
  c) I told it not to use the agent
  d) I redirected both outputs to /dev/null
  e) it doesn't actually _ask_ for the password (see point a) and the signing 
works.

  I don't even know _how_ it does that with the outputs redirected.
  Anyway, this is really annoying in scripts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnupg/+bug/190294/+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 1360210] Re: [address book app] search field does not always use the whole width of header

2015-05-12 Thread Renato Araujo Oliveira Filho
** Changed in: address-book-app
   Status: New = Fix Released

** Changed in: address-book-app (Ubuntu)
   Status: New = Fix Released

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

Title:
  [address book app] search field does not always use the whole width of
  header

Status in Address Book App:
  Fix Released
Status in Ubuntu UX bugs:
  Fix Committed
Status in address-book-app package in Ubuntu:
  Fix Released

Bug description:
  This bug is tricky to reproduce because it seems to appear randomly.

  Open the address book app and tap the SEARCH icon in the top right
  corner. Many times the input field will use the whole width of the
  header. Sometimes, however, it won't.

  Please make sure this won't happen and the invoked input field always
  uses the whole space available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1360210/+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 1453820] Re: App selection broken (select after Right-To-Left Swipe)

2015-05-12 Thread Michael Zanetti
Hello Ruben, thanks for the bug report. Does this happen all the time
for you? When it happens again, could you please check if it is really
only the right edge spread? Do that by locking and unlocking the screen
with the power button and then try swiping the greeter from right to
left. Does that still work?

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

Title:
  App selection broken (select after Right-To-Left Swipe)

Status in unity8 package in Ubuntu:
  New

Bug description:
  Device: BQ Aquaris 4.5
  Version: Ubuntu 14.10 R21
  OTA Version

  Describtion: 
  When doing right to left swipe shows running apps. The list should be 
scrollable by swiping and the apps should be focusable by touching its image 
from that list.

  Expectation:
  When swiping the running App list, the list should scroll the bitmaps of 
actual running apps. When touching an App from that list, that App should get 
focused and activated. When swiping an App image up or down, the App should get 
killed.

  Observation:
  Listing is not movable by swiping. When trying to scroll/swipe through list, 
the last application is focused.
  It is not possible to close apps by swiping up/down an App image.
  Switching the Apps by selecting App Icons in the Unity launcher is working as 
expected. Apps are responsive and working as expected.
  Swipe left to right works as expected, phone switches to formner App.

  UseCase:
  Was viewing calendar app. Then trying to switch to other app. Phone keeps in 
that state

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1453820/+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 1335761] Re: [Dash] Activating a preview with a scope URI for the current scope doesn't send you back to the results view

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-scopes-shell -
0.5.4+15.04.20150429-0ubuntu1

---
unity-scopes-shell (0.5.4+15.04.20150429-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Pawel Stolowski ]
  * Emit showDash() signal if canned query is executed for current
scope. (LP: #1335761)
  * Reset user data set with previously executed canned query when shell
calls setSearchQuery() (i.e.user typed a new search). (LP: #1449928)

 -- CI Train Bot ci-train-...@canonical.com  Wed, 29 Apr 2015 11:44:18
+

** Changed in: unity-scopes-shell (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 unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1335761

Title:
  [Dash] Activating a preview with a scope URI for the current scope
  doesn't send you back to the results view

Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu RTM:
  Invalid

Bug description:
  You'll have to compile (prototype) the Youtube scope from source
  (https://launchpad.net/unity-scope-youtube/), as it's not in distro
  yet.

  Basically the workflow is:
  1) Search for something that has a result with a scope URI for the current 
scope. In the case of Youtube, search for queenofficial to get Queen's music 
channel.
  2) Preview the first item (the channel itself), and click the search button.
  3) This runs a new query for the current scope, but doesn't switch away from 
the preview view).
  4) You will see a preview of the first video in the new results list.

  Like when searching other scopes, the view should be returned to the
  results list, instead of saying in the preview view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1335761/+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 1300565] Re: please syntax highlight debdiff files

2015-05-12 Thread Jordi Mallach
Fixed in 2.4.1-1.

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

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

Title:
  please syntax highlight debdiff files

Status in nano package in Ubuntu:
  Fix Released

Bug description:
  nano source highlights diff and patch files.  It would be nice if it
  did the same with debdiff files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1300565/+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 880105] Re: apt's sources syntax highlighting

2015-05-12 Thread Jordi Mallach
This should be fixed in 2.4.1-1, now in the development distribution.

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

Title:
  apt's sources syntax highlighting

Status in nano package in Ubuntu:
  New

Bug description:
  Ubuntu version: 11.10
  Package version: 2.2.6-1

  Bug:
  Syntax highlighting does not work for files in /etc/apt/sources.list.d/

  Fix: in /usr/share/nano/debian.nanorc update syntax line
  syntax apt/sources.list sources\.list(\.old|~)?$ 
apt/sources.list.d/.+\.list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/880105/+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 953875] Re: Encrypted swap no longer mounted at bootup

2015-05-12 Thread sudodus
Cryptswap works with only encrypted home with cryptswap.

Is it by intention, that there is regular swap in a system with both
encrypted disk and encrypted home? In that case I think it is better to
keep it like it was long ago and also in Vivid when it started to work
again. Think of the case of two or more users of the computer:
information can leak via swap between the users, if it is standard swap.

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

Title:
  Encrypted swap no longer mounted at bootup

Status in eCryptfs:
  Fix Released
Status in systemd:
  Fix Released
Status in ecryptfs-utils package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released
Status in ecryptfs-utils source package in Vivid:
  Fix Released
Status in systemd source package in Vivid:
  Fix Released
Status in ubiquity source package in Vivid:
  Fix Released
Status in systemd package in Debian:
  Fix Released

Bug description:
  SUMMARY
  ===
  During installation with encrypt my home folder mode, a broken 
/etc/crypttab gets created which defines a non-existing swap device (usually 
cryptswap1) with a UUID. This will also be put into /etc/fstab. As after 
installation the UUID does not exist, such systems don't have any actual swap.

  UPGRADE FIX
  ===
  An upgrade to Ubuntu 15.04 (vivid) will detect and comment out these broken 
swap devices from /etc/fstab and /etc/crypttab. If you actually want  to use 
those, do these steps:

   - Find the swap device that was meant to be used in sudo fdisk -l (it 
should say Linux swap in the last column), remember the device name 
(something like /dev/sda5)
   - Find the UUID in /etc/crypttab (the long alphanumeric ID after UUID=)
   - Run sudo mkswap -U 1234... /dev/sda5, replacing 1234 with the above 
UUID, and /dev/sda5 with the device name from step 1.
   - Edit /etc/crypttab to append ,offset=1024 in the fourth (last) column of 
the cryptswap1 line; ensure that there is *no space* between the 
cipher=aes-cbc-essiv:sha256 and the appended option. If there is a leading 
# in the file, remove that too.
   - If there is a leading # in /etc/fstab in the line starting with 
/dev/mapper/cryptswap1 line, remove that.
   - Run sudo update-initramfs -u.

  
  ORIGINAL REPORT
  ===

  Clean install of 12.04 and with encrypted home for my user. Did all
  updates and now the bootup hangs waiting for swap to become available
  and it never seems to ever finish. The 200GB SSD below is my boot
  drive and root filesystem.

  alan@mesh:~$ sudo swapon -a
  [sudo] password for alan:
  swapon: /dev/mapper/cryptswap1: stat failed: No such file or directory

  alan@mesh:~$ grep swap /etc/fstab
  # swap was on /dev/sdg5 during installation
  #UUID=22d3f7f0-f715-4582-81ba-dcbd4cdd1495 noneswapsw 
 0   0
  /dev/mapper/cryptswap1 none swap sw 0 0

  alan@mesh:~$ sudo fdisk -l

  Disk /dev/sda: 115.0 GB, 115033153536 bytes
  255 heads, 63 sectors/track, 13985 cylinders, total 224674128 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x000ba2ed

     Device Boot  Start End  Blocks   Id  System
  /dev/sda1   *2048  206847  1024007  HPFS/NTFS/exFAT
  /dev/sda2  206848   224671743   1122324487  HPFS/NTFS/exFAT

  Disk /dev/sdb: 200.0 GB, 200049647616 bytes
  255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0xf0fa0806

     Device Boot  Start End  Blocks   Id  System
  /dev/sdb12048   349304831   1746513927  HPFS/NTFS/exFAT
  /dev/sdb2   374722558   390721535 79994895  Extended
  /dev/sdb3   *   349304832   37472051112707840   83  Linux
  /dev/sdb5   374722560   390721535 7999488   82  Linux swap / Solaris

  Partition table entries are not in disk order

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libecryptfs0 96-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Tue Mar 13 09:56:56 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120215)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: ecryptfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 

[Touch-packages] [Bug 1433563] Re: QAudioRecorder recording hangs

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package gst-plugins-good0.10 -
0.10.31-3+nmu1ubuntu7

---
gst-plugins-good0.10 (0.10.31-3+nmu1ubuntu7) vivid; urgency=medium

  * debian/patches/0001-pulsesrc-improve-clock-handling.patch:
- Cherry-pick from upstream to fix deadlock when recording
  (LP: #1433563)
 -- Ricardo Salveti de Araujo ricardo.salv...@canonical.com   Sun, 19 Apr 
2015 20:02:41 -0300

** Changed in: gst-plugins-good0.10 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  QAudioRecorder recording hangs

Status in the base for Ubuntu mobile products:
  Confirmed
Status in gst-plugins-good0.10 package in Ubuntu:
  Fix Released
Status in qtmultimedia-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  Recording audio with QAudioRecorder intermittently fails for me.
  Another user even reported that it only works 1 out of 5-10 times.

  QAudioRecorder seems to hang on requesting the audio to be recorded
  (status QMediaRecortder::StartingStatus). When it actually works, it
  properly goes from starting to recording and then it's possible to
  record audio and playback.

  QAudioRecorder has an error() method, but it returns
  QMediaRecorder::NoError

  Since it was confirmed by two people (victorp, karni) we suspect it's
  a bug in the middleware rather than the apps.

  A test click has been sent to Ricardo's e-mail by Victor.

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 20
  device name: krillin
  channel: (the BQ channel)
  last update: 2015-02-26 17:06:15
  version version: 20
  version ubuntu: 20150219
  version device: 20150225-b67e0b6
  version custom: 20150216-561-29-186

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1433563/+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 1331952] Re: [system settings] UI language should follow SIM card preferred language

2015-05-12 Thread Matthew Paul Thomas
This behavior is specifically mentioned in a draft I've seen of a spec
for the first-run setup. But that setup is not part of System Settings
any more, it's part of Unity.

** Changed in: ubuntu-ux
 Assignee: Matthew Paul Thomas (mpt) = Andreea Pirvu (andreea-pirvu)

** Package changed: ubuntu-system-settings (Ubuntu) = unity8 (Ubuntu)

** Summary changed:

- [system settings] UI language should follow SIM card preferred language
+ [setup] UI language should follow SIM card preferred language

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

Title:
  [setup] UI language should follow SIM card preferred language

Status in Ubuntu UX bugs:
  Triaged
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Test steps:
  1. Insert a SIM card with preferred language Finnish
  2. Boot the phone
  Expected result: UI language is Finnish
  Actual result: UI language is English. Finnish or other languages can be 
manually selected from the settings UI.

  The SIM card's list of preferred languages is correctly given by oFono:
  dbus-send --print-reply --system --dest=org.ofono /ril_0 
org.ofono.SimManager.GetProperties

dict entry(
   string PreferredLanguages
   variant array [
 string fi
 string sv
 string en
  ]
)

  A technical reference is ETSI TS 102 221, section 13.3 EF_PL
  (Preferred Languages). But this is also a business requirement for OEM
  and operator partners.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1331952/+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 1451955] Re: 15.04 do not boot starting version 219

2015-05-12 Thread abdulqayyum
I have attached all three things you asked for. Moreover I was unable to boot 
from upstart, I used recovery mode 3.19 Linux. Please solve my problem.  I 
forget to tell you, I have gnome kde cinnamon and xfce desktops. And exact 
wording of my error message is : 
starting version 219
Error opening USB 'descriptor'  file 

** Tags added: systemd-boot

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

Title:
  15.04 do not boot starting version 219

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I upgraded from 14.04 to 14.10 it was ok. I then upgraded to 15.04 using 
do-release-upgrade. Upgrade is complete as if I run it again in recovery mode. 
System return no recent upgrades. After upgrade I can not boot my system screen 
shows : Starting version 219
  error usb file 'descriptor' not found (I think so) . I some time use recovery 
mode but that can not be for ever. How can I repair ? what is the cause? I have 
seen error 219 at many places but as I am new to linux ,only an year . so I am 
not aware of it. please tell me how to proceed next 

  Dual boot: I have another problem in 14.04 I was using Grub it
  upgraded so but during 15.04 upgrade I don't know how I selected
  lightdm. My win 7 is working well

  Ram 4 Gb
  Ubuntu 14.04 LTS to 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1451955/+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 1432857] Re: No way to pass a 'state' parameter

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package signon-plugin-oauth2 -
0.22+15.04.20150417-0ubuntu1

---
signon-plugin-oauth2 (0.22+15.04.20150417-0ubuntu1) vivid; urgency=medium

  [ Alberto Mardegan ]
  * New upstream release
- Return the list of granted permissions to the client
- Require Qt5 for building
- Use a state parameter to protect against CSRF (LP: #1432857)

  [ CI Train Bot ]
  * New rebuild forced.
 -- CI Train Bot ci-train-...@canonical.com   Fri, 17 Apr 2015 14:56:51 +

** Changed in: signon-plugin-oauth2 (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  No way to pass a 'state' parameter

Status in Webapps Team Task Tracking Project:
  Fix Committed
Status in signon-plugin-oauth2 package in Ubuntu:
  Fix Released

Bug description:
  Some API's (specifically Linkedin) require that State be passed, but
  there is currently no way to do that

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1432857/+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 1449928] Re: Navigation breaks after selecting artist card in My Music

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-scopes-shell -
0.5.4+15.04.20150429-0ubuntu1

---
unity-scopes-shell (0.5.4+15.04.20150429-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Pawel Stolowski ]
  * Emit showDash() signal if canned query is executed for current
scope. (LP: #1335761)
  * Reset user data set with previously executed canned query when shell
calls setSearchQuery() (i.e.user typed a new search). (LP: #1449928)

 -- CI Train Bot ci-train-...@canonical.com  Wed, 29 Apr 2015 11:44:18
+

** Changed in: unity-scopes-shell (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-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1449928

Title:
  Navigation breaks after selecting artist card in My Music

Status in the base for Ubuntu mobile products:
  New
Status in Unity Media Scanner Scope:
  In Progress
Status in unity-scope-mediascanner package in Ubuntu:
  New
Status in unity-scopes-shell package in Ubuntu:
  Fix Released

Bug description:
  1. Make sure you have some music files on the phone. Go to My Music scope
  2. Tap an artist card - a large artist card is displayed and albums and 
tracks of selected artist is displayed.

  Expected in addition:
  a back button is displayed so that user can go back to the surfacing results 
page. Search entry box is populated with selected artist.

  Actual behavior:
  there is no back button. The only way to get back is to pull-to-refresh.

  Note: this only affects vivid. RTM image is not affected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1449928/+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 1447756] Re: segfault in log.c code causes phone reboot loops

2015-05-12 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed = In Progress

** Changed in: canonical-devices-system-image
Milestone: ww19-ota = ww22-2015

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

Title:
  segfault in log.c code causes phone reboot loops

Status in the base for Ubuntu mobile products:
  In Progress
Status in Upstart:
  In Progress
Status in upstart package in Ubuntu:
  In Progress

Bug description:
  We recently started getting reprots from phone users that their
  devices go into a reboot loop after changing the language or getting
  an OTA upgrade (either of both end with a reboot of the phone)

  after a bit of research we collected the log at
  http://pastebin.ubuntu.com/10872934/

  this shows a segfault of upstarts init binary in the log.c code:

  [6.999083]init: log.c:819: Assertion failed in log_clear_unflushed: 
log-unflushed-len
  [7.000279]init: Caught abort, core dumped
  [7.467176]Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x0600

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447756/+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 1454375] [NEW] Workaround phone reboot loops

2015-05-12 Thread Pat McGowan
Public bug reported:

Bug #1447756 tracks the real fix

** Affects: canonical-devices-system-image
 Importance: High
 Status: Invalid

** Changed in: upstart (Ubuntu)
   Status: Fix Released = Invalid

** Package changed: upstart (Ubuntu) = canonical-devices-system-image

** Changed in: canonical-devices-system-image
Milestone: None = ww19-ota

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

Title:
  Workaround phone reboot loops

Status in the base for Ubuntu mobile products:
  Invalid

Bug description:
  Bug #1447756 tracks the real fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1454375/+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 1364632] Re: [address-book] Too much deadspace when no contacts exist

2015-05-12 Thread Renato Araujo Oliveira Filho
** Changed in: address-book-app
   Importance: Undecided = Medium

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

Title:
  [address-book] Too much deadspace when no contacts exist

Status in Address Book App:
  New
Status in Ubuntu UX bugs:
  Fix Committed
Status in address-book-app package in Ubuntu:
  New

Bug description:
  http://i.imgur.com/MXjHiT9.png

  Hypothetically; I do not know whether there is an error, or whether
  its loading my contacts, or whether I have to start from scratch.
  Putting a label No contacts perhaps would suffice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1364632/+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 1447756] Re: segfault in log.c code causes phone reboot loops

2015-05-12 Thread James Hunt
lp:~jamesodhunt/upstart/bug-1447756-the-actual-fix contains the fix and
a new test (which correctly fails with the current lp:upstart but passes
with the fix in that branch).

The code has been tested on a failing device and a server system. I am
currently testing on a non-failing krillin device. I understand Ondra is
going to test on a couple of other devices that exhibit this bug to
further sanity check the code.

Once all these tests pass I'll raise an MP for the branch above to get
it merged to lp:upstart.

We'll then need to cherry pick the fix into both vivid and wily.

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

Title:
  segfault in log.c code causes phone reboot loops

Status in the base for Ubuntu mobile products:
  Fix Committed
Status in Upstart:
  In Progress
Status in upstart package in Ubuntu:
  In Progress

Bug description:
  We recently started getting reprots from phone users that their
  devices go into a reboot loop after changing the language or getting
  an OTA upgrade (either of both end with a reboot of the phone)

  after a bit of research we collected the log at
  http://pastebin.ubuntu.com/10872934/

  this shows a segfault of upstarts init binary in the log.c code:

  [6.999083]init: log.c:819: Assertion failed in log_clear_unflushed: 
log-unflushed-len
  [7.000279]init: Caught abort, core dumped
  [7.467176]Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x0600

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

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396455/+files/WifiSyslog.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:

To 

[Touch-packages] [Bug 1201528] UdevLog.txt

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396454/+files/UdevLog.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:

To manage 

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

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1201528/+attachment/4396453/+files/UdevDb.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:

To manage 

Re: [Touch-packages] [Bug 1241101]

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

Status in Eclipse:
  Confirmed
Status in gtk+2.0 package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Invalid
Status in gtk+2.0 package in Suse:
  New

Bug description:
  Running smartgit 4.6.4 on 13.10 64 bits. After registering the
  product, smartgit crash when trying to open a new repository. Java
  error log :

  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7fa59061f9c0, pid=12494, tid=140349308167936
  #
  # JRE version: 7.0_25-b30
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libglib-2.0.so.0+0x389c0]  g_str_hash+0x0

  I tried different version of Java (Oracle v7 and v6 jre) with same
  result. Also, Eclipse display blank menus so there's a general java
  problem with displays.

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse/+bug/1241101/+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 1454396] [NEW] Sync x264 2:0.146.2538+git121396c-1 (universe) from Debian experimental (main)

2015-05-12 Thread Rico Tzschichholz
Public bug reported:

Please sync x264 2:0.146.2538+git121396c-1 (universe) from Debian
experimental (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * AArch64 build fix is included in debian

Changelog entries since current wily version
2:0.142.2495+git6a301b6-1ubuntu1:

x264 (2:0.146.2538+git121396c-1) experimental; urgency=medium

  [ Rico Tzschichholz ]
  * Update to new upstream snapshot
  * Imported Upstream version 0.146.2538+git121396c
  * Fix the build on AArch64 (Thanks to Matthias Klose)

  [ Sebastian Ramacher ]
  * debian/copyright:
- Fix path to gas-processor.pl.
- Update copyright years.
- Remove unused paragraph.

 -- Rico Tzschichholz ric...@ubuntu.com  Mon, 11 May 2015 12:34:22
+0200

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

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

Title:
  Sync x264 2:0.146.2538+git121396c-1 (universe) from Debian
  experimental (main)

Status in x264 package in Ubuntu:
  New

Bug description:
  Please sync x264 2:0.146.2538+git121396c-1 (universe) from Debian
  experimental (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* AArch64 build fix is included in debian

  Changelog entries since current wily version
  2:0.142.2495+git6a301b6-1ubuntu1:

  x264 (2:0.146.2538+git121396c-1) experimental; urgency=medium

[ Rico Tzschichholz ]
* Update to new upstream snapshot
* Imported Upstream version 0.146.2538+git121396c
* Fix the build on AArch64 (Thanks to Matthias Klose)

[ Sebastian Ramacher ]
* debian/copyright:
  - Fix path to gas-processor.pl.
  - Update copyright years.
  - Remove unused paragraph.

   -- Rico Tzschichholz ric...@ubuntu.com  Mon, 11 May 2015 12:34:22
  +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x264/+bug/1454396/+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 1374028] Re: [address-book] contact detail view content too close to SURU divider

2015-05-12 Thread Renato Araujo Oliveira Filho
This is a bug on ubuntu SDK and page header. Adding Ubuntu UI toolkit in
the Affects list.

** Also affects: ubuntu-ui-toolkit
   Importance: Undecided
   Status: New

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

Title:
  [address-book] contact detail view content too close to SURU divider

Status in Address Book App:
  New
Status in Ubuntu UI Toolkit:
  New
Status in Ubuntu UX bugs:
  Fix Committed
Status in address-book-app package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Open Address Book app
  2. Tap on a list item (contact)
  3. Tap again on the person icon which appears to the right
  4. Actual result: contact detail view opens and it seems that the content is 
shifted up, thumbnail is too close to SURU divider. Scroll down, and content 
shifts into correct position. The thumbnail has now a different spacing from 
the SURU divider. 

  5. Expected result: The contacts detail view page shouldn't scroll if
  the content fits into view. When opening the detail page, the correct
  spacing is after the scroll down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1374028/+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 1201528] ProcEnviron.txt

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396449/+files/ProcEnviron.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:


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

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396450/+files/ProcInterrupts.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 

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

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396451/+files/ProcModules.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:


[Touch-packages] [Bug 1201528] PulseList.txt

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396452/+files/PulseList.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:

To 

[Touch-packages] [Bug 1428046] Re: switch on the printer makes cupsd use 100% cpu

2015-05-12 Thread Till Kamppeter
Please run the following commands in a terminal window:

sudo ls -la /etc/cups
sudo ls -la /etc/cups/ppd
sudo ls -la /etc/cups/ppd/Deskjet-F4200.ppd

and post your results here.

Then run the command

sudo chmod -R go+rX /etc/cups/ppd

Does this solve your problem?


** Changed in: cups (Ubuntu)
   Status: Triaged = Incomplete

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

Title:
  switch on the printer makes cupsd use 100% cpu

Status in CUPS - Common Unix Printing System:
  New
Status in cups package in Ubuntu:
  Incomplete

Bug description:
  switch on the printer makes cupsd -f  use 100% cpu

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: cups 2.0.2-1ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CupsErrorLog:
   
  CurrentDesktop: GNOME
  Date: Wed Mar  4 10:17:23 2015
  InstallationDate: Installed on 2015-03-03 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Alpha amd64 (20150224)
  Lpstat: device for Deskjet-F4200: 
usb://HP/Deskjet%20F4200%20series?serial=CN8722C0N405BRinterface=1
  MachineType: Acer Extensa 5220
  Papersize: a4
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  PpdFiles: Error: command ['fgrep', '-H', '*NickName', 
'/etc/cups/ppd/Deskjet-F4200.ppd'] failed with exit code 2: grep: 
/etc/cups/ppd/Deskjet-F4200.ppd: Permission denied
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-7-generic 
root=UUID=59aa0f7e-2009-4f6f-a012-c878b87efd02 ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/03/2008
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.35
  dmi.board.name: Columbia
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.asset.tag: None
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.35:bd07/03/2008:svnAcer:pnExtensa5220:pvr0100:rvnAcer:rnColumbia:rvrRev:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5220
  dmi.product.version: 0100
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/cups/+bug/1428046/+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 1316873] Re: Left mouse button stops working

2015-05-12 Thread Eyal Zekaria
I experience the exact same thing as @nicandris described.
I'm on Xubuntu 14.04 on a thinkpad, the left trackpoint mouse button stops 
working from time to time and messing with the scroller and clicking the keys 
randomly seems to fix it.

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

Title:
  Left mouse button stops working

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  This  problem has plagued me for a few years across different laptops
  and Ubuntu versions. Current I am experiencing this on a Dell Inspiron
  15z running Ubuntu 14.04 LTS.

  It typically starts after I have used the chat or call feature in
  gmail, by clicking on the phone icon in the left chat margin. I am a
  Firefox user and have not tested this with chrome etc. It has not
  happened if i dont install google-talkplugin so it is quite possible
  that the plugin is to blame.

  Symptom
  ===
  The left mouse button on all attached mice - USB , Trackpad and touch - will 
not do anything  however the right mouse button continues to work.  This 
happens to all applications and also to the desktop. The keyboard continues to 
function as normal.

  When this occurs , my solution is to Alt-F4 close all windows and log
  out of the X session. When I re-login the left mouse button works as
  normal.

  
  This is an irritant and work disruptor as I have to save all browser and 
desktop applications to  safe state before I logout to reset the mouse. I will 
appreciate any soltion or workaround.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Tue May  6 21:41:29 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:058f]
  InstallationDate: Installed on 2014-04-17 (19 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: Dell Inc. Inspiron 5523
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=f5004b03-b37f-4733-88a8-51c6f3bd0a4d ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/18/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0GKGJG
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A05
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd05/18/2013:svnDellInc.:pnInspiron5523:pvrNotSpecified:rvnDellInc.:rn0GKGJG:rvrA05:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron 5523
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue May  6 21:20:40 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5558 
   vendor CMN
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1316873/+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 1442851] Re: Setting labels ellipsized on phone screen in portrait orientation

2015-05-12 Thread Olivier Tilloy
Thanks for your input mpt. Some comments:

 If they are retained, both these settings should be checkboxes

That’s interesting, I wasn’t aware of this distinction. It makes sense
to me, once explained. Is this documented somewhere?
https://design.ubuntu.com/apps/building-blocks/selection doesn’t seem to
mention when to use one or the other (and by the way the image for the
checkbox component is wrong.


 But these settings just happen to be using the wrong control anyway.

Let’s use this bug report to track this.


 Abolish the Restore previous session at startup setting,
 making the browser always behave that way.

It has always been the default behaviour (and there was a time when
there was no setting for this), but some users complained that they
wanted the opposite behaviour, where they mostly use the browser for
throwaway sessions, and re-opening previously open tabs uses up data
when undesired. Which is why that setting way introduced.


 Abolish the Allow opening new tabs in [the] background setting.

I tend to agree with you on this, but this was explicitly requested by
Giorgio back in the days, with a different default for desktop (on) and
mobile (off). I’d be more than happy to remove the setting and have the
contextual action always there. James, could you maybe comment on this?
(Olga, would you mind re-assigning to James? I can’t do it myself)

** Changed in: webbrowser-app
   Status: New = Confirmed

** Changed in: webbrowser-app
   Importance: Undecided = Medium

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

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

Title:
  Setting labels ellipsized on phone screen in portrait orientation

Status in Ubuntu UX bugs:
  Triaged
Status in Web Browser App:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  As shown on the attached screenshot, the rows #2 and #3 of the settings 
screen have a text that doesn't fit on the screen.
  The only way to see what these options mean is to switch the phone to 
landscape orientation.

  A different UI component should be used for these two options, one
  that allows the user to see the full text of what he's enabling or
  disabling.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1442851/+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 1409230] Re: [address-book-app] cannot partially delete address

2015-05-12 Thread Renato Araujo Oliveira Filho
** Changed in: address-book-app
   Importance: Undecided = Medium

** Changed in: address-book-app
 Assignee: (unassigned) = Renato Araujo Oliveira Filho (renatofilho)

** Changed in: address-book-app
   Status: New = Triaged

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

Title:
  [address-book-app] cannot partially delete address

Status in Address Book App:
  Triaged
Status in Ubuntu UX bugs:
  Fix Committed
Status in address-book-app package in Ubuntu:
  Confirmed

Bug description:
  In the phone contacts app, one type of field is a mailing address.
  It's a compound field with areas for city, street, country, etc...
  These fields are editable, but I've found that I cannot delete part of
  an address (for example, city) unless I delete the entire address
  record and create a new one minus that one piece.

  This was on krillin rtm image 188.

  To reproduce this bug:
  1. Create a contact.
  2. Add an address field to the contact, and fill out all sub-fields.
  3. Save the contact.
  4. Go back to edit the contact.
  5. Tap one of the address sub-fields, then tap the X which appears to the 
right.
  6. Attempt to save the contact with the checkmark icon.
  7. Look at the contact details to see if it updated.

  Expected results: The contact's address should no longer have the
  removed field.

  Actual results: The contact's address remains the same as before.

  Additionally, when I went back to reproduce this issue on the same
  contact (I fully deleted the address field, saved, then came back and
  added a new one), the contacts app crashed while trying to save with a
  new address.  This might provide a hint about what failed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-app/+bug/1409230/+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 1443178] Re: Accounts Service always relies on language fallback if never set by the user

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package accountsservice - 0.6.37-1ubuntu11

---
accountsservice (0.6.37-1ubuntu11) wily; urgency=medium

  * debian/patches/0010-set-language.patch:
Use static variables inside user_get_fallback_value() to prevent
execution of expensive code at each invocation (LP: #1443178).

 -- Gunnar Hjalmarsson gunna...@ubuntu.com  Tue, 12 May 2015 16:17:00
+0200

** Changed in: accountsservice (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Accounts Service always relies on language fallback if never set by
  the user

Status in the base for Ubuntu mobile products:
  New
Status in accountsservice package in Ubuntu:
  Fix Released
Status in accountsservice source package in Trusty:
  In Progress
Status in accountsservice source package in Vivid:
  In Progress

Bug description:
  trusty and vivid SRU requests
  =

  [Impact]

  Until a user has set the language or regional formats explicitly,
  accountsservice makes the system default values available. The code
  for 'calculating' the system defaults is expensive, and it's triggered
  frequently. The case in the original description of this bug report is
  one example of bad performance for this reason. Another example is a
  system with many users (see e.g. bug #1350393).

  This upload adds a couple of static variables inside the function in
  question, to avoid that the expensive code is executed at each
  invocation. Under certain conditions this improves the performance
  significantly.

  [Test Case]

  Hmm.. There is no easy use case to reproduce the bug. The original
  description below gives a hint.

  [Regression Potential]

  On a multi-user system, if the system defaults in /etc/default/locale
  are changed, accountsservice will keep providing the old system
  default values until the system is rebooted. (Previously it took
  effect instantly.) I think the advantages with the proposed change
  outweigh this subtle change in behavior (which hardly anyone will
  notice anyway).

  Can't think of anything besides that.

  [Original description]

  current build number: 169
  device name: mako
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-04-12 20:38:14
  version version: 169
  version ubuntu: 20150412
  version device: 20150210
  version custom: 20150412

  This causes a bad side effect when changing volume via indicator-
  sound, as that will cause a sync to accountsservice in order to sync
  the volume. Once that sync happens, it will request the user
  properties, and in case the user doesn't have a valid language at
  /var/lib/AccountsService/users/user, it will always rely on the
  fallback, which would be fine if calculating the fallback wasn't 't so
  cpu or i/o intensive (and that happens multiple times).

  As a test, just flash latest vivid image on mako, don't set any
  language when the wizard shows up, run top and then change the volume
  by pressing volume up/down. This is what I see with mako:

   PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND
  2609 phablet   20   0  499660 121220  52688 S   7.6  6.5   0:41.69 unity8
  5600 phablet   20   03676   1760   1288 R   6.0  0.1   0:00.19 
language-option
  1312 root  20   0  211532  15572  11344 S   1.9  0.8   0:07.25 
unity-system-co
  1316 phablet   20   0   36532   3792   2928 S   1.3  0.2   0:01.66 
accounts-daemon

  And the reason why:
  src/user.c
  ...
  static void
  user_get_property (GObject*object,
     guint   param_id,
     GValue *value,
     GParamSpec *pspec)
  {
  User *user = USER (object);
  ...
  case PROP_LANGUAGE:
  if (user-language)
  g_value_set_string (value, user-language);
  else
  g_value_set_string (value, user_get_fallback_value 
(user, Language));
  break;
  case PROP_FORMATS_LOCALE:
  if (user-formats_locale)
  g_value_set_string (value, user-formats_locale);
  else
  g_value_set_string (value, user_get_fallback_value 
(user, FormatsLocale));
  break;

  user_set_property never gets called unless the user changes the system
  language from system-settings or wizard.

  Once you change the language, it will set a valid language at
  /var/lib/AccountsService/users/user, causing this behavior to stop.

  Another bad side effect of this issue is that it takes quite a while
  for accountsservice to reply back to indicator-sound when the sync
  happens, possibly causing sync aborts (as indicator-sound only waits 1
  second before triggering 

[Touch-packages] [Bug 1445380] Re: Cannot send MMS when cellular data is not enabled

2015-05-12 Thread Tony Espy
A few comments/questions:

 - what does Android do, does it temporarily enable data for the sole
purpose of uploading a MMS payload?

 - what about receiving, does Android allow receiving a MMS when mobile
data is disabled?

 - iOS8 doesn't allow a MMS message to be sent if mobile data is
disabled.  I didn't check the receive case, however note the user
experience is pretty much the same as ours, a failure indication is
shown in Messages, but no real explanation given.

 - it might be a good short term enhancement to add a more meaningful
error popup to the messaging app when mobile data is disabled, or better
yet disallow the user to tap the camera icon in this state.

 - I'm not sure I agree with the statement that received MMS messages
are free, I think this is dependent on the carrier, and is one of the
reasons some phones have the ability to defer downloads of MMS content.

For now, I've confirmed and changed the importance to Wishlist.

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

Title:
  Cannot send MMS when cellular data is not enabled

Status in messaging-app package in Ubuntu:
  Confirmed
Status in nuntium package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed

Bug description:
  It is not possible to send an MMS in case cellular data is disabled.
  This might look as an invalid bug because MMS needs cellular data to
  work, but it is not that obvious. For instance, in Android you can
  send/receive an MMS even when you have set cellular data to off.

  The rationale behind this is that MMS and internet traffic are
  tariffed differently. You do not pay for receiving an MMS, just when
  you send, which is your decision, so you can always control how much
  money do you spend on MMS and you can have it enabled always (same as
  SMS). However, all internet data you send or recieve is tariffied.
  Therefore, Android in fact interprets the cellular data setting as
  *internet data* on or off. We should probably do the same.

  An interesting side case is roaming. When MMS started there were many
  complains about being abroad, receiving an MMS and then get a
  expensive bill showing you connected to data while abroad. So we
  should consider data roaming off as cellular data off for both
  internet and MMS data.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1445380/+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 1292396] Re: After upgrade Unity session is broken

2015-05-12 Thread as
Take on look here : https://bugs.launchpad.net/unity/+bug/1453522

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

Title:
  After upgrade Unity session is broken

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

Bug description:
  After yesterdays upgrade, when I log in into default session (Unity),
  there was no Panel, no Launcher, no windows decorations. there was
  Yesterday's upgrade was related to Unity packadges, so after reboot I
  logged into Gnome Flashback session - works as expected. Reboot - and
  there is no Unity session in Unity Greeter. I logged again into
  Flashback and launch Synaptic. I saw, that Unity package wasn't even
  installed, so I installed it - Unity session shows up in Greeter, but
  thaths all, still no Panel, no Launcher, etc. In CCSM Unity plugin was
  uncheck. I was able to launch window decorations, but launching Unity
  plugin caused CCSC crash. In another try there was info, that launch
  of Unity plugin is in conflict with Window Decorations plugin, but
  somehow launching Unity plugin does nothing, but Compiz crash
  (https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1292393).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.1.2+14.04.20140313-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
  Uname: Linux 3.13.0-17-generic i686
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,resize,gnomecompat,regex,imgpng,move,commands,mousepoll,vpswitch,animation,place,wall,unitymtgrabhandles,grid,wobbly,fade,expo,workarounds,session,scale,ezoom]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Mar 14 08:26:59 2014
  DistUpgraded: 2013-11-26 21:17:59,613 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS880 [Radeon HD 4200] [1002:9710] 
(prog-if 00 [VGA controller])
 Subsystem: Micro-Star International Co., Ltd. Device [1462:7576]
  MachineType: MICRO-STAR INTERNATIONAL CO.,LTD MS-7576
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-17-generic 
root=UUID=23985ff5-112f-4dab-9da1-5c21397013fe ro splash quiet vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2013-11-26 (107 days ago)
  dmi.bios.date: 11/27/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V3.9
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 785G-E53 (MS-7576)
  dmi.board.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV3.9:bd11/27/2010:svnMICRO-STARINTERNATIONALCO.,LTD:pnMS-7576:pvr1.0:rvnMICRO-STARINTERNATIONALCO.,LTD:rn785G-E53(MS-7576):rvr1.0:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvr1.0:
  dmi.product.name: MS-7576
  dmi.product.version: 1.0
  dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO.,LTD
  version.compiz: compiz 1:0.9.11+14.04.20140310-0ubuntu1
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Mar 14 08:13:38 2014
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMicrosoft Microsoft® 2.4GHz Transceiver v8.0 KEYBOARD, id 8
   inputMicrosoft Microsoft® 2.4GHz Transceiver v8.0 KEYBOARD, id 9
   inputMicrosoft Microsoft® 2.4GHz Transceiver v8.0 KEYBOARD, id 10
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.0-1ubuntu7
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1292396/+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 1301699] Re: Indicators do not show in Pantheon

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

** Changed in: indicator-network (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/1301699

Title:
  Indicators do not show in Pantheon

Status in elementary OS:
  Fix Released
Status in Application Indicators:
  New
Status in The Date and Time Indicator:
  New
Status in The Session Menu:
  New
Status in Sound Menu:
  New
Status in indicator-datetime package in Ubuntu:
  Fix Released
Status in indicator-network package in Ubuntu:
  Confirmed
Status in indicator-sound package in Ubuntu:
  Fix Released
Status in indicator-session source package in Trusty:
  Fix Released

Bug description:
  [Impact]

  It looks like OnlyShowIn=Unity;GNOME; has been added to indicator-
  datetime, indicator-session, and indicator-sound

  We should provide a patch to add Pantheon to that list.

  [Test Case]

  (1) install the Pantheon desktop sesssion (eg. Elementary OS) and log in
  (2) verify the appropriate indicator (for this case, session indicator) 
appears
  (3) install the Unity 7 desktop session and log in
  (4) verify the indicator still appears

  [Regression Potential]

  A typo in the modified .desktop file could cause the indicator to not
  appear in a Ubuntu session such as Unity 7 or Gnome Flashback.

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1301699/+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 1452386] Re: [gst-hybris] Support COLOR_QCOM_FormatYVU420SemiPlanar32m color format.

2015-05-12 Thread Jim Hodapp
** Changed in: gst-plugins-bad1.0 (Ubuntu)
   Status: New = In Progress

** Changed in: gst-plugins-bad1.0 (Ubuntu)
 Assignee: (unassigned) = Jim Hodapp (jhodapp)

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

Title:
  [gst-hybris] Support COLOR_QCOM_FormatYVU420SemiPlanar32m color
  format.

Status in gst-plugins-bad1.0 package in Ubuntu:
  In Progress

Bug description:
  COLOR_QCOM_FormatYVU420SemiPlanar32m is essentially
  GST_VIDEO_FORMAT_NV12, but with stride and plane heights aligned to
  32. Adding support is as simple as adding android-gst color format
  mapping, and using same code as COLOR_QCOM_FormatYUV420SemiPlanar to
  handle software conversion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1452386/+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 1445380] Re: Cannot send MMS when cellular data is not enabled

2015-05-12 Thread Tony Espy
** Changed in: ofono (Ubuntu)
   Status: New = Confirmed

** Changed in: nuntium (Ubuntu)
   Status: New = Confirmed

** Changed in: nuntium (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: ofono (Ubuntu)
   Importance: Undecided = Wishlist

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

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

** Changed in: messaging-app (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Cannot send MMS when cellular data is not enabled

Status in messaging-app package in Ubuntu:
  Confirmed
Status in nuntium package in Ubuntu:
  Confirmed
Status in ofono package in Ubuntu:
  Confirmed

Bug description:
  It is not possible to send an MMS in case cellular data is disabled.
  This might look as an invalid bug because MMS needs cellular data to
  work, but it is not that obvious. For instance, in Android you can
  send/receive an MMS even when you have set cellular data to off.

  The rationale behind this is that MMS and internet traffic are
  tariffed differently. You do not pay for receiving an MMS, just when
  you send, which is your decision, so you can always control how much
  money do you spend on MMS and you can have it enabled always (same as
  SMS). However, all internet data you send or recieve is tariffied.
  Therefore, Android in fact interprets the cellular data setting as
  *internet data* on or off. We should probably do the same.

  An interesting side case is roaming. When MMS started there were many
  complains about being abroad, receiving an MMS and then get a
  expensive bill showing you connected to data while abroad. So we
  should consider data roaming off as cellular data off for both
  internet and MMS data.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1445380/+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 1201528] IwConfig.txt

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396444/+files/IwConfig.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:

To 

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

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1201528/+attachment/4396446/+files/Lspci.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:

To manage 

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

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: JournalErrors.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396445/+files/JournalErrors.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 

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

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1201528/+attachment/4396447/+files/Lsusb.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:

To manage 

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

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396448/+files/ProcCpuinfo.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:


[Touch-packages] [Bug 953875] Re: Encrypted swap no longer mounted at bootup

2015-05-12 Thread sudodus
There was only a temporary glitch in yesterday's build. Cryptswap works
again in today's daily build  :-)

The Lubuntu test-case with encrypted disk and encrypted home with
cryptswap works again.

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

Title:
  Encrypted swap no longer mounted at bootup

Status in eCryptfs:
  Fix Released
Status in systemd:
  Fix Released
Status in ecryptfs-utils package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released
Status in ecryptfs-utils source package in Vivid:
  Fix Released
Status in systemd source package in Vivid:
  Fix Released
Status in ubiquity source package in Vivid:
  Fix Released
Status in systemd package in Debian:
  Fix Released

Bug description:
  SUMMARY
  ===
  During installation with encrypt my home folder mode, a broken 
/etc/crypttab gets created which defines a non-existing swap device (usually 
cryptswap1) with a UUID. This will also be put into /etc/fstab. As after 
installation the UUID does not exist, such systems don't have any actual swap.

  UPGRADE FIX
  ===
  An upgrade to Ubuntu 15.04 (vivid) will detect and comment out these broken 
swap devices from /etc/fstab and /etc/crypttab. If you actually want  to use 
those, do these steps:

   - Find the swap device that was meant to be used in sudo fdisk -l (it 
should say Linux swap in the last column), remember the device name 
(something like /dev/sda5)
   - Find the UUID in /etc/crypttab (the long alphanumeric ID after UUID=)
   - Run sudo mkswap -U 1234... /dev/sda5, replacing 1234 with the above 
UUID, and /dev/sda5 with the device name from step 1.
   - Edit /etc/crypttab to append ,offset=1024 in the fourth (last) column of 
the cryptswap1 line; ensure that there is *no space* between the 
cipher=aes-cbc-essiv:sha256 and the appended option. If there is a leading 
# in the file, remove that too.
   - If there is a leading # in /etc/fstab in the line starting with 
/dev/mapper/cryptswap1 line, remove that.
   - Run sudo update-initramfs -u.

  
  ORIGINAL REPORT
  ===

  Clean install of 12.04 and with encrypted home for my user. Did all
  updates and now the bootup hangs waiting for swap to become available
  and it never seems to ever finish. The 200GB SSD below is my boot
  drive and root filesystem.

  alan@mesh:~$ sudo swapon -a
  [sudo] password for alan:
  swapon: /dev/mapper/cryptswap1: stat failed: No such file or directory

  alan@mesh:~$ grep swap /etc/fstab
  # swap was on /dev/sdg5 during installation
  #UUID=22d3f7f0-f715-4582-81ba-dcbd4cdd1495 noneswapsw 
 0   0
  /dev/mapper/cryptswap1 none swap sw 0 0

  alan@mesh:~$ sudo fdisk -l

  Disk /dev/sda: 115.0 GB, 115033153536 bytes
  255 heads, 63 sectors/track, 13985 cylinders, total 224674128 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0x000ba2ed

     Device Boot  Start End  Blocks   Id  System
  /dev/sda1   *2048  206847  1024007  HPFS/NTFS/exFAT
  /dev/sda2  206848   224671743   1122324487  HPFS/NTFS/exFAT

  Disk /dev/sdb: 200.0 GB, 200049647616 bytes
  255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
  Units = sectors of 1 * 512 = 512 bytes
  Sector size (logical/physical): 512 bytes / 512 bytes
  I/O size (minimum/optimal): 512 bytes / 512 bytes
  Disk identifier: 0xf0fa0806

     Device Boot  Start End  Blocks   Id  System
  /dev/sdb12048   349304831   1746513927  HPFS/NTFS/exFAT
  /dev/sdb2   374722558   390721535 79994895  Extended
  /dev/sdb3   *   349304832   37472051112707840   83  Linux
  /dev/sdb5   374722560   390721535 7999488   82  Linux swap / Solaris

  Partition table entries are not in disk order

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libecryptfs0 96-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Tue Mar 13 09:56:56 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120215)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: ecryptfs-utils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/953875/+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 1449928] Re: Navigation breaks after selecting artist card in My Music

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-scope-mediascanner -
0.2+15.04.20150429-0ubuntu1

---
unity-scope-mediascanner (0.2+15.04.20150429-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Pawel Stolowski ]
  * Display special 'Get started...' card when no local music / videos
is present in mediascanner db. Display camera app icon when no local
videos are available in videoaggregator.
  * Use recently introduced canned query user data to indicate it's a
special type of search, and pass artist name via regular search
query string. (LP: #1449928)

 -- CI Train Bot ci-train-...@canonical.com  Wed, 29 Apr 2015 11:43:58
+

** Changed in: unity-scope-mediascanner (Ubuntu)
   Status: New = Fix Released

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

Title:
  Navigation breaks after selecting artist card in My Music

Status in the base for Ubuntu mobile products:
  New
Status in Unity Media Scanner Scope:
  In Progress
Status in unity-scope-mediascanner package in Ubuntu:
  Fix Released
Status in unity-scopes-shell package in Ubuntu:
  Fix Released

Bug description:
  1. Make sure you have some music files on the phone. Go to My Music scope
  2. Tap an artist card - a large artist card is displayed and albums and 
tracks of selected artist is displayed.

  Expected in addition:
  a back button is displayed so that user can go back to the surfacing results 
page. Search entry box is populated with selected artist.

  Actual behavior:
  there is no back button. The only way to get back is to pull-to-refresh.

  Note: this only affects vivid. RTM image is not affected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1449928/+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 1447376] Re: obexd fails to stop

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-touch-session -
0.108+15.04.20150512-0ubuntu1

---
ubuntu-touch-session (0.108+15.04.20150512-0ubuntu1) vivid; urgency=medium

  [ Martin Pitt ]
  * Stop assuming that init is upstart, to fix session startup failure
with systemd-sysv. (LP: #1451784)

 -- CI Train Bot ci-train-...@canonical.com  Tue, 12 May 2015 12:54:24
+

** Changed in: ubuntu-touch-session (Ubuntu)
   Status: New = Fix Released

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

Title:
  obexd fails to stop

Status in the base for Ubuntu mobile products:
  New
Status in ubuntu-touch-session package in Ubuntu:
  Fix Released

Bug description:
  Current obexd job fails to stop/restart, as the upstart job is
  expecting daemon instead of fork.

  This affect the shutdown process.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1447376/+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 1450790] Re: Phone with an APN specifying Username/Password, not re-connecting to mobile data until rebooting

2015-05-12 Thread Tony Espy
Changed ofono task to Invalid, as the bug is confirmed to be network-
manager only.

** Changed in: canonical-devices-system-image
   Status: New = In Progress

** Changed in: ofono (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Phone with an APN specifying Username/Password, not re-connecting to
  mobile data until rebooting

Status in the base for Ubuntu mobile products:
  In Progress
Status in network-manager package in Ubuntu:
  In Progress
Status in ofono package in Ubuntu:
  Invalid

Bug description:
  Whenever I walk out of WiFi range, my phone does not connect to mobile
  data. Toggling flight mode does not help. I have to reboot the phone.
  When then I finally manage to connect after rebooting, if the signal
  strength drops and the phone would want to switch from 3G to 2G, it
  disconnects and I have to reboot again to get mobile data.

  $ system-image-cli -i
  current build number: 200
  device name: krillin
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-04-30 11:07:21
  version version: 200
  version ubuntu: 20150429
  version device: 20150326-f0c5ba5
  version custom: 20150429

  Attached you'll find the output of the forensics script

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1450790/+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 1451788] Re: no modems under systemd

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc-android-config - 0.221

---
lxc-android-config (0.221) vivid; urgency=medium

  * Add lib/systemd/system/ofono.service.d/lxc-android-config.conf:
systemd counterpart of etc/init/ofono.override. Fixes telephony/mobile
data under systemd. (LP: #1451788)
  * Add lib/systemd/system/rild.service: systemd counterpart of
etc/init/rild.conf. (LP: #1451790)

 -- Martin Pitt martin.p...@ubuntu.com  Tue, 12 May 2015 14:46:35
+0200

** Changed in: lxc-android-config (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  no modems under systemd

Status in lxc-android-config package in Ubuntu:
  Fix Released

Bug description:
  Under systemd-sysv, current ubuntu-touch has no modems/mobile
  data/telephony.

  That's because there is no systemd counterpart for
  /etc/init/ofono.override.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/1451788/+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 1451790] Re: needs systemd unit for /etc/init/rild.conf

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc-android-config - 0.221

---
lxc-android-config (0.221) vivid; urgency=medium

  * Add lib/systemd/system/ofono.service.d/lxc-android-config.conf:
systemd counterpart of etc/init/ofono.override. Fixes telephony/mobile
data under systemd. (LP: #1451788)
  * Add lib/systemd/system/rild.service: systemd counterpart of
etc/init/rild.conf. (LP: #1451790)

 -- Martin Pitt martin.p...@ubuntu.com  Tue, 12 May 2015 14:46:35
+0200

** Changed in: lxc-android-config (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  needs systemd unit for /etc/init/rild.conf

Status in lxc-android-config package in Ubuntu:
  Fix Released

Bug description:
  subject says it all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/1451790/+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 1451784] Re: ubuntu-touch-session fails to start under systemd

2015-05-12 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-touch-session -
0.108+15.04.20150512-0ubuntu1

---
ubuntu-touch-session (0.108+15.04.20150512-0ubuntu1) vivid; urgency=medium

  [ Martin Pitt ]
  * Stop assuming that init is upstart, to fix session startup failure
with systemd-sysv. (LP: #1451784)

 -- CI Train Bot ci-train-...@canonical.com  Tue, 12 May 2015 12:54:24
+

** Changed in: ubuntu-touch-session (Ubuntu Wily)
   Status: Fix Committed = Fix Released

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

Title:
  ubuntu-touch-session fails to start under systemd

Status in ubuntu-touch-session package in Ubuntu:
  Fix Released
Status in ubuntu-touch-session source package in Vivid:
  Fix Released
Status in ubuntu-touch-session source package in Wily:
  Fix Released

Bug description:
  When running ubuntu touch under systemd (with systemd-sysv installed),
  lightdm crashes as it fails to start the session.

  $ cat .xsession-errors
  init: unrecognized option '--user'

  Simple fix in /usr/bin/ubuntu-touch-session (init → upstart), now
  unity8 starts fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-session/+bug/1451784/+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 1450642] Re: seccomp missing many new syscalls

2015-05-12 Thread Chris J Arges
Hello Jamie, or anyone else affected,

Accepted libseccomp into vivid-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/libseccomp/2.1.1-1ubuntu1~vivid2 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: libseccomp (Ubuntu Vivid)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  seccomp missing many new syscalls

Status in Snappy Ubuntu:
  In Progress
Status in libseccomp package in Ubuntu:
  Fix Released
Status in libseccomp source package in Vivid:
  Fix Committed
Status in libseccomp source package in Wily:
  Fix Released

Bug description:
  [Impact]
  Several syscalls were discovered to be missing when using the launcher on 
snappy. These should be added so we may properly support seccomp filtering.

  [Test Case]
  seccomp itself has a comprehensive testsuite, and while it doesn't fail the 
build, regressions can be seen by looking at the build log. Eg:

  Regression Test Summary
  tests run: 6494
  tests skipped: 52
  tests passed: 6494
  tests failed: 0
  tests errored: 0

  
  Furthermore, on a snappy system, perform:
  $ sudo snappy install hello-world
  $ hello-world.env

  It should show the environment. On an arm system with 2.1.1-1 from the 
archive, this will fail due to a seccomp denial:
  audit: type=1326 audit(1430766107.122:16): auid=1000 uid=1000 gid=1000 ses=15 
pid=1491 comm=env exe=/bin/bash sig=31 arch=4028 syscall=983045 
compat=0 ip=0xb6fb0bd6 code=0x0

  (note, snappy images have a ppa fix for this, see notes below).

  
  To test the segfault fix, do:
  $ scmp_sys_resolver 1024
  Segmentation fault

  It should return:
  $ scmp_sys_resolver 1024
  UNKNOWN

  
  For the new 3.19 syscalls:
  $ scmp_sys_resolver getrandom
  -1

  it should return something like (actual number depends on arch, this is on 
armhf):
  $ scmp_sys_resolver getrandom
  384


  autopkgtests for libseccomp have been added as part of this update to verify 
that the library recognizes all the syscalls from 3.19 and the private 
syscalls. These tests can be run like so (assuming you are in the unpacked 
source and the binaries are in ../binary):
  $ export REL=vivid
  $ adt-run `for i in ../binary/*.deb ; do echo -n -B $i  ; done` --source 
../source/*.dsc --log-file /tmp/adt.out --- adt-virt-schroot 
autopkgtest-$REL-amd64 || echo ** AUTOPKGTESTS FAILED

  Alternatively, if you don't have autopkgtest setup, you can do:
  $ apt-get install dpkg-dev build-essential linux-libc-dev libseccomp-dev 
seccomp
  $ export ADTTMP=/tmp/foo ; mkdir -p $ADTTMP ; sh ./debian/tests/test-filter
  ...
  PASS
  $ export ADTTMP=/tmp/foo ; mkdir -p $ADTTMP ; sh 
./debian/tests/test-scmp_sys_resolver
  ...
  PASS

  
  Lastly, seccomp is used by lxc. lxc can be tested by using the test case as 
outlined in step 4 of 
https://wiki.ubuntu.com/Process/Merges/TestPlans/AppArmor#Desktop_only.

  
  [Regression Potential]
  If the above tests, regression potential is considered low. Unknown syscalls 
will continue to be handled as before.


  Description of changes:
  add finit_module:
  
https://github.com/seccomp/libseccomp/commit/64152018ffdf971efefd84466db4a92002bb8b15

  sync the syscall table entries - 3.16
  
https://github.com/seccomp/libseccomp/commit/9186136be7696ed63a8ddc06c9b397057abc5c75
  
https://github.com/seccomp/libseccomp/commit/3f319a9a5bc2e32f5a3c296fb0476c040b6f46c4
  
https://github.com/seccomp/libseccomp/commit/689f19e7488535c775c1db415b8d9895905ef8dd
  
https://github.com/seccomp/libseccomp/commit/ac6802b300922ef2ad3e95e2c80f89b575073aeb
  
https://github.com/seccomp/libseccomp/commit/c6205d9600983aa3fa68ca952b7624f2fec86718
  
https://github.com/seccomp/libseccomp/commit/76739812a3e23182504cde43403ddb9921e0e05a

  sync the syscall table entries - 3.17
  
https://github.com/seccomp/libseccomp/commit/6354f8cab5ac82a8d567005e58a9e7ff9dd843a9

  sync the syscall table entries - 3.19
  
https://github.com/seccomp/libseccomp/commit/7b80fb2fb683cafaf5dc9ff7692437ba86e598a3

  This should also 

[Touch-packages] [Bug 1451024] Re: Ubuntu phone: Changed (viewport?) resolution in the last core update

2015-05-12 Thread Olivier Tilloy
** Also affects: oxide
   Importance: Undecided
   Status: New

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

Title:
  Ubuntu phone: Changed (viewport?) resolution in the last core update

Status in Oxide Webview:
  New
Status in oxide-qt package in Ubuntu:
  Incomplete
Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Hi!
  After the last core update, 2 weeks ago, a few webapps have problems with the 
resolution.
  By example 'messenger' and 'the circle game'. 
  Thanks in advance

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1451024/+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 1201528] Re: [INTEL DP55WG, Realtek ALC889] - Audio Playback Unavailable

2015-05-12 Thread Natalia Bidart
apport information

** Tags added: apport-collected vivid

** Description changed:

  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound while
  the system was in quantal, so no idea if the bug was present there as
  well.
  
  The symptom is:
  
  * after some period of sound usage, playback stops working
  
  What I mean with sound usage is:
  
  I tried having a meeting with: mumble, skype, and google hangout, and in
  all three cases, audio input/outout will work just fine for ~5 minutes,
  and the playback just dies (people tell me they keep listening to me, so
  mic works fine).
  
  The only way to solve this is by rebooting. After one of the reboots, I
  was able to play a 20 minute video with mplayer with no further issue.
  Then opened skype and after ~3-5 minute talk, audio playback died again.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  nessita   13188 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.04
+ HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
+ InstallationDate: Installed on 2014-05-11 (366 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
+ Package: linux (not installed)
+ ProcFB: 0 nouveaufb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
+ ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-16-generic N/A
+  linux-backports-modules-3.19.0-16-generic  N/A
+  linux-firmware 1.143
+ RfKill:
+  
+ Tags:  vivid vivid vivid vivid
+ Uname: Linux 3.19.0-16-generic x86_64
+ UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
+ UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 08/05/2009
+ dmi.bios.vendor: Intel Corp.
+ dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: DP55WG
+ dmi.board.vendor: Intel Corporation
+ dmi.board.version: AAE57269-404
+ dmi.chassis.type: 2
+ dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396441/+files/AlsaInfo.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  

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

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1201528/+attachment/4396443/+files/CurrentDmesg.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:


[Touch-packages] [Bug 1201528] CRDA.txt

2015-05-12 Thread Natalia Bidart
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1201528/+attachment/4396442/+files/CRDA.txt

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

Title:
  [INTEL DP55WG,Realtek ALC889] - Audio Playback Unavailable

Status in alsa-driver package in Ubuntu:
  Expired
Status in linux package in Ubuntu:
  Incomplete
Status in alsa-driver source package in Raring:
  Won't Fix
Status in linux source package in Raring:
  Invalid
Status in alsa-driver source package in Saucy:
  Won't Fix
Status in linux source package in Saucy:
  Won't Fix
Status in alsa-driver source package in Vivid:
  New
Status in linux source package in Vivid:
  New

Bug description:
  This is a fresh upgrade to raring. During the weekend, I updated from
  precise to quantal, and from there to raring. I did not use sound
  while the system was in quantal, so no idea if the bug was present
  there as well.

  The symptom is:

  * after some period of sound usage, playback stops working

  What I mean with sound usage is:

  I tried having a meeting with: mumble, skype, and google hangout, and
  in all three cases, audio input/outout will work just fine for ~5
  minutes, and the playback just dies (people tell me they keep
  listening to me, so mic works fine).

  The only way to solve this is by rebooting. After one of the reboots,
  I was able to play a 20 minute video with mplayer with no further
  issue. Then opened skype and after ~3-5 minute talk, audio playback
  died again.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
  Uname: Linux 3.8.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita2627 F pulseaudio
  Date: Mon Jul 15 14:40:20 2013
  InstallationDate: Installed on 2011-12-20 (572 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(2029.1)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:MID failed
  Symptom_AlsaPlaybackTestStderr:
   W r i t e   e r r o r :   - 5 , I n p u t / o u t p u t   e r r o r 
x r u n _ r e c o v e r y   f a i l e d :   - 5 , I n p u t / o u t p u t   
e r r o r 
T r a n s f e r   f a i l e d :   O p e r a t i o n   n o t   p e r m i t t 
e d
  Symptom_Card: Built-in Audio - HDA Intel MID
  Symptom_Jack: Green Headphone Out, Front
  Symptom_Type: None of the above
  Title: [, Realtek ALC889, Green Headphone Out, Front] Playback problem
  UpgradeStatus: Upgraded to raring on 2013-07-13 (2 days ago)
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nessita   13188 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=bd987ac2-eb4b-43e7-881b-4cf2b5078e4b
  InstallationDate: Installed on 2014-05-11 (366 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  Package: linux (not installed)
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=e91bd3a4-787b-404b-9f19-aa6dcbe707b0 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143
  RfKill:
   
  Tags:  vivid vivid vivid vivid
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: Upgraded to vivid on 2015-03-11 (61 days ago)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/05/2009
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: KGIBX10J.86A.3206.2009.0805.1855
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DP55WG
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAE57269-404
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrKGIBX10J.86A.3206.2009.0805.1855:bd08/05/2009:svn:pn:pvr:rvnIntelCorporation:rnDP55WG:rvrAAE57269-404:cvn:ct2:cvr:

To manage 

[Touch-packages] [Bug 1241101]

2015-05-12 Thread Marc-andre-laperle
(In reply to Simone Perriello from comment #39)
 For me, no one of the suggested workarounds work. I tried with export
 SWT_GTK3=0 or export SWT_GTK3=1, but every time I move the mouse pointer on
 ProjectBuild Working Set Eclipse crashes with the following 

Have you tried UBUNTU_MENUPROXY=0 ?

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

Status in Eclipse:
  Confirmed
Status in gtk+2.0 package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Invalid
Status in gtk+2.0 package in Suse:
  New

Bug description:
  Running smartgit 4.6.4 on 13.10 64 bits. After registering the
  product, smartgit crash when trying to open a new repository. Java
  error log :

  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7fa59061f9c0, pid=12494, tid=140349308167936
  #
  # JRE version: 7.0_25-b30
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libglib-2.0.so.0+0x389c0]  g_str_hash+0x0

  I tried different version of Java (Oracle v7 and v6 jre) with same
  result. Also, Eclipse display blank menus so there's a general java
  problem with displays.

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse/+bug/1241101/+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 1436064] Re: SIM-PIN has to be entered every time after leaving the airplanemode

2015-05-12 Thread Tony Espy
Updated the ofono task to Invalid, and added a task for indicator-
network.

** Changed in: ofono (Ubuntu)
   Status: New = Confirmed

** Changed in: ofono (Ubuntu)
   Status: Confirmed = Incomplete

** Also affects: indicator-network (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ofono (Ubuntu)
   Status: Incomplete = Invalid

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

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

Title:
  SIM-PIN has to be entered every time after leaving the airplanemode

Status in the base for Ubuntu mobile products:
  New
Status in Usability Bugs in Ubuntu Phone:
  New
Status in indicator-network package in Ubuntu:
  New
Status in ofono package in Ubuntu:
  Invalid

Bug description:
  
  Every time after leaving the air-plane mode you are forced to enter the 
SIM-Pin.

  While changing frequently between on-line and off-line this is
  annoying.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1436064/+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 1448747] Re: Auto screen lock doesnt work

2015-05-12 Thread Shoham Peller
After debugging a bit, the bug seems in gnome. The code successfully runs:
g_settings_set (self-priv-lock_settings, lock-delay, u, delay);
and in the shell I can indeed see:
$ gsettings get org.gnome.desktop.screensaver lock-delay
uint32 30

So maybe there's something wrong with gnome? Or maybe gnome can't lock
the unity session?

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

Title:
  Auto screen lock doesnt work

Status in xorg package in Ubuntu:
  New

Bug description:
  Under System Settings - Brightness  Lock, I set the Lock to be ON,
  and the Lock Screen After to 30 seconds (see attached screenshot),
  But the screen doesn't lock after 30 seconds, or never.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Apr 26 20:56:18 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard: NVIDIA Corporation GT215 [GeForce GT 240] [10de:0ca3] (rev a2) 
(prog-if 00 [VGA controller])
  InstallationDate: Installed on 2014-11-05 (172 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Gigabyte Technology Co., Ltd. H55M-UD2H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=df2c797a-098e-4429-8213-9df0751f2de2 ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/20/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F11
  dmi.board.name: H55M-UD2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF11:bd08/20/2010:svnGigabyteTechnologyCo.,Ltd.:pnH55M-UD2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnH55M-UD2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: H55M-UD2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Apr 26 20:17:25 2015
  xserver.configfile: default
  xserver.errors:
   open /dev/fb0: No such file or directory
   Server terminated successfully (0). Closing log file.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1448747/+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 1378177] Re: Turn screen off when invactive timeout doesn't work

2015-05-12 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1377847 ***
https://bugs.launchpad.net/bugs/1377847

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity-settings-daemon (Ubuntu)
   Status: New = Confirmed

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

Title:
  Turn screen off when invactive timeout doesn't work

Status in Unity:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  I left my laptop open and running tonight when away. When I returned
  1.5 hours later, my screen was still on, all black except for a white
  mouse pointer.

  I locked the screen with the windows+L combo and walked away when the
  lock screen displayed properly.

  The Brightness  Lock section of the control panel shows Turn
  screen off when inactive for: 5 minutes. Lock is turned on, Lock
  screen after: 5 minutes, and Require my password when waking from
  suspend.

  I didn't suspend, and I manually locked before leaving.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Oct  6 21:42:24 2014
  InstallationDate: Installed on 2012-10-18 (718 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-12 (178 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1378177/+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 1454173] Re: systemd creashes by simple typo

2015-05-12 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** 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 systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1454173

Title:
  systemd creashes by simple typo

Status in systemd package in Ubuntu:
  New

Bug description:
  We simple crash systemd by

  
  # cat /etc/systemd/system/crash.service 
  [Unit]
  Description = Crash Me

  [Service]

  ExecStartPre =- /usr/bin/printf pre
  ExecStart= /usr/bin/printf  MAIN

  
  # systemctl daemon-reload
  # systemctl start crash

  Broadcast message from systemd-journald@infra2 (Tue 2015-05-12
  09:28:18 UTC):

  systemd[1]: Caught ABRT, dumped core as pid 4471.

  
  Broadcast message from systemd-journald@infra2 (Tue 2015-05-12 09:28:18 UTC):

  systemd[1]: Freezing execution.

  Failed to start crash.service: Connection reset by peer

  
  Jeah.
  It is all because of the Typo in ExecStartPre.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1454173/+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 1454416] Re: WiFi connect dialog does not allow pasting of password

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

** Changed in: unity8 (Ubuntu)
   Status: New = Confirmed

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

Title:
  WiFi connect dialog does not allow pasting of password

Status in Ubuntu UX bugs:
  New
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Reproduce:
  1. Trigger a Connect to WiFi dialog by tapping a secure WiFi network with 
no stored secrets
  2. Try pasting something into the password field

  What happens:
  Nothing

  What should happen:
  You should be able to paste text into the password field

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1454416/+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 1454404] [NEW] ACPI PCC Probe Failed

2015-05-12 Thread Terrell Phillips
Public bug reported:

I am running upgrade full version of Ubuntu 15.04 from 14.10 on a Dell
XPS-12 laptop.   A few months ago, I joined a Linux user group who
helped me rid my laptop of a blue screen Microsoft Windows 8.1 Operating
system and install Ubuntu 14.10.  This laptop has a cinnamon desktop
GUI.  I have been told that I must put up with the Dell HDD password
dialog box on startups before I can start to enter my Ubuntu login
prompt screen. The initial boot up message of ACPI PCC Probe failed
occurs prior to my Dell HDD password dialog box logon password window.
I will be happy to help you any way I can.  I know how to access The
Terminal and can do some basic navigation.  However, I'm not too
thrilled about my Linux user group's low level of involvement with
Newbies.  I wish I could get the level of training I received many years
ago sitting in a classroom learning to use the Apple computer.  Back in
2002, I took an introductory Red Hat Linux 6.5 2-day course at Kennesaw
State University and loved it!  Wish that level of live classroom
computer training was in place with Ubuntu!  Anyway, I'll help any way I
can.   This laptop is for learning, and if further issues occur, I can
always use my other Windows 7 Professional Dell XPS 9100 Tower to
communicate with you if necessary.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Tue May 12 15:55:00 2015
DistUpgraded: 2015-05-06 10:09:12,951 DEBUG enabling apt cron job
DistroCodename: vivid
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: Dell Device [1028:0589]
InstallationDate: Installed on 2015-01-25 (107 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
MachineType: Dell Inc. XPS 12 9Q23
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=72de4673-bf84-4fb6-811c-ca4ec1a76467 ro splash quiet nopat
SourcePackage: xorg
UpgradeStatus: Upgraded to vivid on 2015-05-06 (6 days ago)
dmi.bios.date: 12/07/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.name: 089J4R
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A05
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd12/07/2012:svnDellInc.:pnXPS129Q23:pvrA05:rvnDellInc.:rn089J4R:rvrA00:cvnDellInc.:ct8:cvrA05:
dmi.product.name: XPS 12 9Q23
dmi.product.version: A05
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Tue May 12 15:53:23 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 957 
 vendor LGD
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug ubuntu vivid

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

Title:
  ACPI PCC Probe Failed

Status in xorg package in Ubuntu:
  New

Bug description:
  I am running upgrade full version of Ubuntu 15.04 from 14.10 on a Dell
  XPS-12 laptop.   A few months ago, I joined a Linux user group who
  helped me rid my laptop of a blue screen Microsoft Windows 8.1
  Operating system and install Ubuntu 14.10.  This laptop has a cinnamon
  desktop GUI.  I have been told that I must put up with the Dell HDD
  password dialog box on startups before I can start to enter my Ubuntu
  login prompt screen. The initial boot up message of ACPI PCC Probe
  failed occurs prior to my Dell HDD password dialog box logon password
  window.  I will be happy to help you any way I can.  I know how to
  access The Terminal and can do some basic navigation.  However, I'm
  not 

[Touch-packages] [Bug 1439267] Re: EAP-SIM is not implemented

2015-05-12 Thread Tony Espy
I can confirm that WiFi EAP-SIM support is not supported by Ubuntu.

I changed this Importance to 'Wishlist' as this is a missing feature,
not a bug.

Without in-depth analysis, at minimum this would require support in
network-manager ( both the core WiFi code and ofono integration logic )
and possibly ofono as well.

** Changed in: ofono (Ubuntu)
   Importance: Undecided = Wishlist

** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

-  EAP-SIM is not implemented
+ WiFi EAP-SIM authentication is not supported

** Changed in: network-manager (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  WiFi EAP-SIM authentication is not supported

Status in network-manager package in Ubuntu:
  New
Status in ofono package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  I, and others got the Bq Aquaris e4.5 Ubuntu Edition.
  We are in France.
  We suscribed to the provider free mobile ( http://mobile.free.fr )

  We didn't found how to set up EAP-SIM, that lead us to think it is not
  implemented yet.

  Documentation about the service : (fr)
  http://mobile.free.fr/assistance/262.html

  There is a plenty of FreeWiFi_Secure in France, that provide the
  WiFi instead of the 3/4G resulting when auto connecting to it for the
  customer to not burn all the data/month of its contract. I bet other
  provider in other country 'offer' service like this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1439267/+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 1418626] Re: Embedded YouTube videos stuttering and not playing back smoothly

2015-05-12 Thread Niklas Wenzel
Anything new here? I watched a movie on YouTube yesterday and due to the 
stuttering it took me two hours instead of the movie's normal length of one and 
a half hours.
This makes Youtube quite useless on my phone right now...

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

Title:
  Embedded YouTube videos stuttering and not playing back smoothly

Status in Oxide Webview:
  New
Status in Web Browser App:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Confirmed
Status in webbrowser-app package in Ubuntu RTM:
  Confirmed

Bug description:
  Related to bug https://bugs.launchpad.net/webbrowser-app/+bug/1417258.

  Embedded youtube videos, like this:
  
http://m.bleacherreport.com/articles/2352016-papa-johns-airs-wrong-commercial-congratulates-seahawks-after-super-bowl

  or this:
  http://pages.ebay.com/shoptheworld/

  do not play back correctly. They exhibit stuttering and stopping, with
  oxide-renderer process using over 100% CPU.

  This was worked around on YouTube.com (and webapp) by using overriden
  UA string which makes YouTube send us a stream that we can playback
  smoothly. But this UA string is not presented to embedded videos
  within other sites.

  We should figure out how we can send the UA override to embedded
  videos (if possible), and if not what change could we make to our
  default UA string such that YouTube gives us content that we can
  render more efficiently.

  Other ideas?

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1418626/+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 1378177] Re: Turn screen off when invactive timeout doesn't work

2015-05-12 Thread Shoham Peller
*** This bug is a duplicate of bug 1377847 ***
https://bugs.launchpad.net/bugs/1377847

** This bug has been marked a duplicate of bug 1377847
   unity screen saver no longer blanks nor locks automatically

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

Title:
  Turn screen off when invactive timeout doesn't work

Status in Unity:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete
Status in unity-settings-daemon package in Ubuntu:
  Confirmed

Bug description:
  I left my laptop open and running tonight when away. When I returned
  1.5 hours later, my screen was still on, all black except for a white
  mouse pointer.

  I locked the screen with the windows+L combo and walked away when the
  lock screen displayed properly.

  The Brightness  Lock section of the control panel shows Turn
  screen off when inactive for: 5 minutes. Lock is turned on, Lock
  screen after: 5 minutes, and Require my password when waking from
  suspend.

  I didn't suspend, and I manually locked before leaving.

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Mon Oct  6 21:42:24 2014
  InstallationDate: Installed on 2012-10-18 (718 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-12 (178 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1378177/+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 1448747] Re: Auto screen lock doesnt work

2015-05-12 Thread Shoham Peller
*** This bug is a duplicate of bug 1377847 ***
https://bugs.launchpad.net/bugs/1377847

** This bug has been marked a duplicate of bug 1377847
   unity screen saver no longer blanks nor locks automatically

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

Title:
  Auto screen lock doesnt work

Status in xorg package in Ubuntu:
  New

Bug description:
  Under System Settings - Brightness  Lock, I set the Lock to be ON,
  and the Lock Screen After to 30 seconds (see attached screenshot),
  But the screen doesn't lock after 30 seconds, or never.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Apr 26 20:56:18 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard: NVIDIA Corporation GT215 [GeForce GT 240] [10de:0ca3] (rev a2) 
(prog-if 00 [VGA controller])
  InstallationDate: Installed on 2014-11-05 (172 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Gigabyte Technology Co., Ltd. H55M-UD2H
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=df2c797a-098e-4429-8213-9df0751f2de2 ro quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/20/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F11
  dmi.board.name: H55M-UD2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF11:bd08/20/2010:svnGigabyteTechnologyCo.,Ltd.:pnH55M-UD2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnH55M-UD2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: H55M-UD2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Apr 26 20:17:25 2015
  xserver.configfile: default
  xserver.errors:
   open /dev/fb0: No such file or directory
   Server terminated successfully (0). Closing log file.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.15.1-0ubuntu2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1448747/+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 1454416] [NEW] WiFi connect dialog does not allow pasting of password

2015-05-12 Thread Jonas G. Drange
Public bug reported:

Reproduce:
1. Trigger a Connect to WiFi dialog by tapping a secure WiFi network with no 
stored secrets
2. Try pasting something into the password field

What happens:
Nothing

What should happen:
You should be able to paste text into the password field

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

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

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

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

Title:
  WiFi connect dialog does not allow pasting of password

Status in Ubuntu UX bugs:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Reproduce:
  1. Trigger a Connect to WiFi dialog by tapping a secure WiFi network with 
no stored secrets
  2. Try pasting something into the password field

  What happens:
  Nothing

  What should happen:
  You should be able to paste text into the password field

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1454416/+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 1454312] Re: tst_components_benchmark::benchmark_creation_components Test data requested, but no testdata available.

2015-05-12 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  tst_components_benchmark::benchmark_creation_components  Test data
  requested, but no testdata available.

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  tst_components_benchmark: * Start testing of tst_components_benchmark 
*
  tst_components_benchmark: Config: Using QtTest library 5.4.1, Qt 5.4.1 
(arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 
4.9.2)
  tst_components_benchmark: PASS   : tst_components_benchmark::initTestCase()
  tst_components_benchmark: QDEBUG : 
tst_components_benchmark::benchmark_creation_components() Found 0 tests.
  tst_components_benchmark: QFATAL : 
tst_components_benchmark::benchmark_creation_components() ASSERT failure in 
QTest::fetchData(): Test data requested, but no testdata available., file 
qtestcase.cpp, line 2044
  tst_components_benchmark: FAIL!  : 
tst_components_benchmark::benchmark_creation_components() Received a fatal 
error.
  tst_components_benchmark:Loc: [Unknown file(0)]
  tst_components_benchmark: Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted
  tst_components_benchmark: * Finished testing of 
tst_components_benchmark *
  tst_components_benchmark: Exited with status 6
  tst_components_benchmark: Shutting down

  This is currently failing all branches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1454312/+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 1454312] Re: tst_components_benchmark::benchmark_creation_components Test data requested, but no testdata available.

2015-05-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/whereDidMyBenchGo

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

Title:
  tst_components_benchmark::benchmark_creation_components  Test data
  requested, but no testdata available.

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  tst_components_benchmark: * Start testing of tst_components_benchmark 
*
  tst_components_benchmark: Config: Using QtTest library 5.4.1, Qt 5.4.1 
(arm-little_endian-ilp32-eabi-hardfloat shared (dynamic) release build; by GCC 
4.9.2)
  tst_components_benchmark: PASS   : tst_components_benchmark::initTestCase()
  tst_components_benchmark: QDEBUG : 
tst_components_benchmark::benchmark_creation_components() Found 0 tests.
  tst_components_benchmark: QFATAL : 
tst_components_benchmark::benchmark_creation_components() ASSERT failure in 
QTest::fetchData(): Test data requested, but no testdata available., file 
qtestcase.cpp, line 2044
  tst_components_benchmark: FAIL!  : 
tst_components_benchmark::benchmark_creation_components() Received a fatal 
error.
  tst_components_benchmark:Loc: [Unknown file(0)]
  tst_components_benchmark: Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted
  tst_components_benchmark: * Finished testing of 
tst_components_benchmark *
  tst_components_benchmark: Exited with status 6
  tst_components_benchmark: Shutting down

  This is currently failing all branches.

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