[Touch-packages] [Bug 1450355] [NEW] statically linking libpthread is problematic

2015-04-30 Thread junyer
Public bug reported:

While investigating https://github.com/google/re2/issues/22, we
discovered that statically linking libpthread is problematic since
Ubuntu 14.10. I suspect that the TLS (Thread-Local Storage) is not
initialised properly, which results in hangs or crashes.

junyer@whalre:~$ lsb_release -rd
Description:Ubuntu 14.10
Release:14.10
junyer@whalre:~$ apt-cache policy libc6-dev
libc6-dev:
  Installed: 2.19-10ubuntu2.3
  Candidate: 2.19-10ubuntu2.3
  Version table:
 *** 2.19-10ubuntu2.3 0
500 http://au.archive.ubuntu.com/ubuntu/ utopic-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ utopic-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.19-10ubuntu2 0
500 http://au.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
junyer@whalre:~$

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

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

Title:
  statically linking libpthread is problematic

Status in eglibc package in Ubuntu:
  New

Bug description:
  While investigating https://github.com/google/re2/issues/22, we
  discovered that statically linking libpthread is problematic since
  Ubuntu 14.10. I suspect that the TLS (Thread-Local Storage) is not
  initialised properly, which results in hangs or crashes.

  junyer@whalre:~$ lsb_release -rd
  Description:  Ubuntu 14.10
  Release:  14.10
  junyer@whalre:~$ apt-cache policy libc6-dev
  libc6-dev:
Installed: 2.19-10ubuntu2.3
Candidate: 2.19-10ubuntu2.3
Version table:
   *** 2.19-10ubuntu2.3 0
  500 http://au.archive.ubuntu.com/ubuntu/ utopic-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ utopic-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.19-10ubuntu2 0
  500 http://au.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  junyer@whalre:~$

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

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


[Touch-packages] [Bug 1450355] Re: statically linking libpthread is problematic

2015-04-30 Thread junyer
junyer@whalre:~$ g++ -Wall -Werror foo.cc -o foo -lpthread
junyer@whalre:~$ ./foo 
foo: pthread_rwlock_init(lock, NULL): 0
foo: pthread_rwlock_wrlock(lock): 0
foo: pthread_rwlock_unlock(lock): 0
foo: pthread_rwlock_wrlock(lock): 0
foo: pthread_rwlock_unlock(lock): 0
foo: pthread_rwlock_destroy(lock): 0
junyer@whalre:~$ g++ -Wall -Werror foo.cc -o foo -static -lpthread
junyer@whalre:~$ ./foo 
foo: pthread_rwlock_init(lock, NULL): 0
foo: pthread_rwlock_wrlock(lock): 0
foo: pthread_rwlock_unlock(lock): 0
^C
junyer@whalre:~$ g++ -Wall -Werror foo.cc -o foo -static -Wl,--whole-archive 
-lpthread -Wl,--no-whole-archive
junyer@whalre:~$ ./foo 
foo: pthread_rwlock_init(lock, NULL): 0
foo: pthread_rwlock_wrlock(lock): 0
foo: pthread_rwlock_unlock(lock): 0
foo: pthread_rwlock_wrlock(lock): 0
foo: pthread_rwlock_unlock(lock): 0
foo: pthread_rwlock_destroy(lock): 0
junyer@whalre:~$ 


** Attachment added: example
   
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1450355/+attachment/4388114/+files/foo.cc

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

Title:
  statically linking libpthread is problematic

Status in eglibc package in Ubuntu:
  New

Bug description:
  While investigating https://github.com/google/re2/issues/22, we
  discovered that statically linking libpthread is problematic since
  Ubuntu 14.10. I suspect that the TLS (Thread-Local Storage) is not
  initialised properly, which results in hangs or crashes.

  junyer@whalre:~$ lsb_release -rd
  Description:  Ubuntu 14.10
  Release:  14.10
  junyer@whalre:~$ apt-cache policy libc6-dev
  libc6-dev:
Installed: 2.19-10ubuntu2.3
Candidate: 2.19-10ubuntu2.3
Version table:
   *** 2.19-10ubuntu2.3 0
  500 http://au.archive.ubuntu.com/ubuntu/ utopic-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ utopic-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.19-10ubuntu2 0
  500 http://au.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  junyer@whalre:~$

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

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


[Touch-packages] [Bug 1450358] [NEW] package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-04-30 Thread Jeet
Public bug reported:

When i try to install openssh server i see problem .. saying unknown
service ssh

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: openssh-server 1:6.6p1-2ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.8
AptOrdering:
 openssh-server: Install
 openssh-server: Configure
Architecture: amd64
Date: Thu Apr 30 13:31:30 2015
DuplicateSignature: package:openssh-server:1:6.6p1-2ubuntu2:subprocess 
installed post-installation script returned error exit status 2
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationDate: Installed on 2015-03-17 (43 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 255: 
Missing privilege separation directory: /var/run/sshd
SourcePackage: openssh
Title: package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

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

Title:
  package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

Status in openssh package in Ubuntu:
  New

Bug description:
  When i try to install openssh server i see problem .. saying unknown
  service ssh

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: openssh-server 1:6.6p1-2ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.8
  AptOrdering:
   openssh-server: Install
   openssh-server: Configure
  Architecture: amd64
  Date: Thu Apr 30 13:31:30 2015
  DuplicateSignature: package:openssh-server:1:6.6p1-2ubuntu2:subprocess 
installed post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  InstallationDate: Installed on 2015-03-17 (43 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 
255: Missing privilege separation directory: /var/run/sshd
  SourcePackage: openssh
  Title: package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1450355] Re: statically linking libpthread is problematic

2015-04-30 Thread junyer
Note that the third case worked because the use of `-Wl,--whole-archive
-lpthread -Wl,--no-whole-archive' is a workaround that evidently results
in the TLS (Thread-Local Storage) being initialised properly.

The root cause of this bug is currently uncertain, but
https://gcc.gnu.org/ml/gcc-help/2010-05/msg00029.html could be relevant.

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

Title:
  statically linking libpthread is problematic

Status in eglibc package in Ubuntu:
  New

Bug description:
  While investigating https://github.com/google/re2/issues/22, we
  discovered that statically linking libpthread is problematic since
  Ubuntu 14.10. I suspect that the TLS (Thread-Local Storage) is not
  initialised properly, which results in hangs or crashes.

  junyer@whalre:~$ lsb_release -rd
  Description:  Ubuntu 14.10
  Release:  14.10
  junyer@whalre:~$ apt-cache policy libc6-dev
  libc6-dev:
Installed: 2.19-10ubuntu2.3
Candidate: 2.19-10ubuntu2.3
Version table:
   *** 2.19-10ubuntu2.3 0
  500 http://au.archive.ubuntu.com/ubuntu/ utopic-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ utopic-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.19-10ubuntu2 0
  500 http://au.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  junyer@whalre:~$

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

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


[Touch-packages] [Bug 1450366] Re: package systemd 219-7ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-30 Thread Martin Pitt
Can you please copypaste the output of these two commands:

  sudo sh -ex /var/lib/dpkg/info/systemd.postinst triggered  
/usr/lib/systemd/catalog; echo $?
  sudo sh -ex /var/lib/dpkg/info/systemd.postinst triggered  /etc/init.d; echo 
$?

at least one of them should fail, otherwise you are in a situation where
this doesn't reproduce. if they both succeed, can you please wait until
you hit this again on a package upgrade, and then run these two
commands?

If one of them fails, please also do

  sudo journalctl  /tmp/journal.txt

and attach /tmp/journal.txt here. Thanks!

** Changed in: systemd (Ubuntu)
   Status: New = Incomplete

** Summary changed:

- package systemd 219-7ubuntu4 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
+ package systemd 219-7ubuntu4 failed to install/upgrade: connection expired 
in trigger

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

Title:
  package systemd 219-7ubuntu4 failed to install/upgrade: connection
  expired in trigger

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  It appears often.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  Date: Mon Apr 27 09:45:44 2015
  DuplicateSignature: package:systemd:219-7ubuntu4:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-12-04 (146 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 
(20140722.2)
  MachineType: ASUSTeK COMPUTER INC. X200CA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=1d5b1ee4-5cd0-4eb8-a442-8cbfb09f489f ro quiet splash 
resume=UUID=adc22ecb-e721-4037-9cfe-55e8ade59719 vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: systemd
  Title: package systemd 219-7ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (3 days ago)
  dmi.bios.date: 07/11/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200CA.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200CA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200CA.203:bd07/11/2013:svnASUSTeKCOMPUTERINC.:pnX200CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200CA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Touch-packages] [Bug 1450229] Re: avatar in notification has wrong aspect ratio

2015-04-30 Thread Sebastien Bacher
** Package changed: indicator-messages (Ubuntu) = unity8 (Ubuntu)

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

Title:
  avatar in notification has wrong aspect ratio

Status in the base for Ubuntu mobile products:
  New
Status in unity-notifications package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  the avatar thumbnail is wrong in the notifciation bubble and doesn't
  have correct aspect ration.

  Steps to reproduce

  1) take a picture on the phone and associate with a contact that will text 
the phone
  2) text the phone from the contact that has the avatar

  Expected results:
  notification bubble will show properly scaled avatar

  Actual results:
  avatar is not scaled correctly

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

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


[Touch-packages] [Bug 1450366] Re: package systemd 219-7ubuntu4 failed to install/upgrade: connection expired in trigger

2015-04-30 Thread Martin Pitt
By the way, you also have a misconfigured /etc/fstab or /etc/crypttab:

abr 30 10:27:41 hostname systemd[1]: Timed out waiting for device 
dev-disk-by\x2duuid-adc22ecb\x2de721\x2d4037\x2d9cfe\x2d55e8ade59719.device.
abr 30 10:27:41 hostname systemd[1]: Dependency failed for 
/dev/disk/by-uuid/adc22ecb-e721-4037-9cfe-55e8ade59719.
abr 30 10:27:41 hostname systemd[1]: Dependency failed for Swap.
abr 30 10:27:41 hostname systemd[1]: Job 
dev-disk-by\x2did-usb\x2dTOSHIBA_TransMemory_7E230BFF8E4FCEB15F0734D6\x2d0:0\x2dpart1.device/start
 timed out.
abr 30 10:27:41 hostname systemd[1]: Timed out waiting for device 
dev-disk-by\x2did-usb\x2dTOSHIBA_TransMemory_7E230BFF8E4FCEB15F0734D6\x2d0:0\x2dpart1.device.
abr 30 10:27:41 hostname systemd[1]: Dependency failed for 
/mnt/usb-TOSHIBA_TransMemory_7E230BFF8E4FCEB15F0734D6-0:0-part1.

Can you please attach /etc/fstab, /etc/crypttab, and give the output of
sudo blkid? (This might very well cause this bug)

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

Title:
  package systemd 219-7ubuntu4 failed to install/upgrade: connection
  expired in trigger

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  It appears often.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  Date: Mon Apr 27 09:45:44 2015
  DuplicateSignature: package:systemd:219-7ubuntu4:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-12-04 (146 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 
(20140722.2)
  MachineType: ASUSTeK COMPUTER INC. X200CA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=1d5b1ee4-5cd0-4eb8-a442-8cbfb09f489f ro quiet splash 
resume=UUID=adc22ecb-e721-4037-9cfe-55e8ade59719 vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: systemd
  Title: package systemd 219-7ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (3 days ago)
  dmi.bios.date: 07/11/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200CA.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200CA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200CA.203:bd07/11/2013:svnASUSTeKCOMPUTERINC.:pnX200CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200CA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Touch-packages] [Bug 1450328] [NEW] Reply to a SMS from indicator, launch messaging-app, the message is still shown as unread.

2015-04-30 Thread Wenfang Si
Public bug reported:

arale r129
--server https://sis.capomastro.canonical.com touch --device arale --channel 
ubuntu-touch/tangxi-vivid-proposed

Steps
1. send a SMS to ubuntu phone 
2. slide down the message indicator, tap on the message and quick reply to it
3. launch messaging-app

Result
The message received just now was still marked as unread message. (little 
green number '1')

Expect
The message should be Read status

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

** Attachment added: msg_shownAsUnread.png
   
https://bugs.launchpad.net/bugs/1450328/+attachment/4388060/+files/msg_shownAsUnread.png

** Summary changed:

- Reply to a SMS from indicator, launch messaging-app, the message is still 
shown as unread in messaging-app. 
+ Reply to a SMS from indicator, launch messaging-app, the message is still 
shown as unread.

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

Title:
  Reply to a SMS from indicator, launch messaging-app, the message is
  still shown as unread.

Status in messaging-app package in Ubuntu:
  New

Bug description:
  arale r129
  --server https://sis.capomastro.canonical.com touch --device arale --channel 
ubuntu-touch/tangxi-vivid-proposed

  Steps
  1. send a SMS to ubuntu phone 
  2. slide down the message indicator, tap on the message and quick reply to 
it
  3. launch messaging-app

  Result
  The message received just now was still marked as unread message. (little 
green number '1')

  Expect
  The message should be Read status

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

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


[Touch-packages] [Bug 1450352] [NEW] Autopilot failures with Qt 5.5

2015-04-30 Thread Timo Jyrinki
Public bug reported:

Many autopilot tests are failing when run with Qt 5.5. This should be
investigated.

More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting

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


** Tags: qt5.5

** Attachment added: ap-2015_04_29-17_39_33-ubuntuuitoolkit-1-012.tests
   
https://bugs.launchpad.net/bugs/1450352/+attachment/4388105/+files/ap-2015_04_29-17_39_33-ubuntuuitoolkit-1-012.tests

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

Title:
  Autopilot failures with Qt 5.5

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

Bug description:
  Many autopilot tests are failing when run with Qt 5.5. This should be
  investigated.

  More information about Qt 5.5 at
  https://wiki.ubuntu.com/Touch/QtTesting

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

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


[Touch-packages] [Bug 1445540] Re: GTK draws its own (double) window decorations under Mir

2015-04-30 Thread Sebastien Bacher
** Changed in: gtk+3.0 (Ubuntu)
   Status: New = Triaged

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided = High

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

Title:
  GTK draws its own (double) window decorations under Mir

Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  GTK draws its own window decorations under Mir.

  This is not ideal. It should default to letting the shell decorate all
  windows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1445540/+subscriptions

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


[Touch-packages] [Bug 1432613] Re: Facebook and MSN messengers shutting down (third-party client access)

2015-04-30 Thread Iain Lane
** Changed in: ubuntu-system-settings-online-accounts (Ubuntu Trusty)
   Status: New = Won't Fix

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu Utopic)
   Status: New = Won't Fix

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu Vivid)
   Status: New = Won't Fix

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

Title:
  Facebook and MSN messengers shutting down (third-party client access)

Status in Online Accounts: Account plugins:
  In Progress
Status in Webapps Team Task Tracking Project:
  Confirmed
Status in account-plugins package in Ubuntu:
  New
Status in empathy package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in account-plugins source package in Trusty:
  New
Status in empathy source package in Trusty:
  New
Status in ubuntu-system-settings-online-accounts source package in Trusty:
  Won't Fix
Status in account-plugins source package in Utopic:
  New
Status in empathy source package in Utopic:
  New
Status in ubuntu-system-settings-online-accounts source package in Utopic:
  Won't Fix
Status in account-plugins source package in Vivid:
  New
Status in empathy source package in Vivid:
  New
Status in ubuntu-system-settings-online-accounts source package in Vivid:
  Won't Fix

Bug description:
  The march towards a future of silos carries on.

  https://developers.facebook.com/docs/chat - the XMPP gateway for
  Facebook will shut down on April 30.

  http://ismsndeadyet.com/ - Microsoft are removing MSN endpoints.

  I guess we need to correspondingly remove IM support for these
  services  SRU it back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1432613/+subscriptions

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


[Touch-packages] [Bug 1450325] [NEW] /usr/bin/apt-get:11:ConfigValueInSubTree:pkgDepCache::MarkInstall:pkgDepCache::MarkInstall:pkgDepCache::MarkInstall:doAutoInstall

2015-04-30 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding apt.  This problem was most recently seen with version
1.0.1ubuntu2.7, the problem page at
https://errors.ubuntu.com/problem/854d2ed5e61bf3647f46bb17bb41958c97c4f58d
contains more details.

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


** Tags: precise trusty

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

Title:
  /usr/bin/apt-
  
get:11:ConfigValueInSubTree:pkgDepCache::MarkInstall:pkgDepCache::MarkInstall:pkgDepCache::MarkInstall:doAutoInstall

Status in apt package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding apt.  This problem was most recently seen with version
  1.0.1ubuntu2.7, the problem page at
  https://errors.ubuntu.com/problem/854d2ed5e61bf3647f46bb17bb41958c97c4f58d
  contains more details.

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

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


[Touch-packages] [Bug 1445540] Re: GTK draws its own (double) window decorations under Mir

2015-04-30 Thread Daniel van Vugt
Clarification: By decorations I mean the physical window extents and
not shadows.

AFAIK we have no plan to allow for client-side shadows (ie. rendering
beyond the physical snapping extents of the window).

Of course Mir can't know if you're painting shadows or not. Just your
window placement will look wrong if you do that bit yourself.

Server-side shadows will look more consistent (in size and gradient) and
allow us to do proper 3D shadows in future too.

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

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

Title:
  GTK draws its own (double) window decorations under Mir

Status in Mir:
  New
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  GTK draws its own window decorations under Mir.

  This is not ideal. It should default to letting the shell decorate all
  windows.

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

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


[Touch-packages] [Bug 1445540] Re: GTK draws its own (double) window decorations under Mir

2015-04-30 Thread Daniel van Vugt
Sure Mir will/should support client-side decorations.

The best suggestion I have right now is:
  1. You set mir_surface_type_freestyle
  2. Wait for Mir shells to honour the surface type and not wrap extra 
decorations around it.

In future we might have some additional attribute you could set for
client-side decorations instead of mir_surface_type_freestyle. Not
sure...

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

Title:
  GTK draws its own (double) window decorations under Mir

Status in Mir:
  New
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  GTK draws its own window decorations under Mir.

  This is not ideal. It should default to letting the shell decorate all
  windows.

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

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


[Touch-packages] [Bug 1450366] Re: package systemd 219-7ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-30 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 systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1450366

Title:
  package systemd 219-7ubuntu4 failed to install/upgrade: connection
  expired in trigger

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  It appears often.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  Date: Mon Apr 27 09:45:44 2015
  DuplicateSignature: package:systemd:219-7ubuntu4:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-12-04 (146 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 
(20140722.2)
  MachineType: ASUSTeK COMPUTER INC. X200CA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=1d5b1ee4-5cd0-4eb8-a442-8cbfb09f489f ro quiet splash 
resume=UUID=adc22ecb-e721-4037-9cfe-55e8ade59719 vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: systemd
  Title: package systemd 219-7ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (3 days ago)
  dmi.bios.date: 07/11/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200CA.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200CA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200CA.203:bd07/11/2013:svnASUSTeKCOMPUTERINC.:pnX200CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200CA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Touch-packages] [Bug 1445540] Re: GTK draws its own (double) window decorations under Mir

2015-04-30 Thread Daniel van Vugt
Added a Mir task - we need to honour the surface type and avoid title
bars on certain types.

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

Title:
  GTK draws its own (double) window decorations under Mir

Status in Mir:
  New
Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  GTK draws its own window decorations under Mir.

  This is not ideal. It should default to letting the shell decorate all
  windows.

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

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


[Touch-packages] [Bug 1450358] Re: package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-04-30 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 openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1450358

Title:
  package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

Status in openssh package in Ubuntu:
  New

Bug description:
  When i try to install openssh server i see problem .. saying unknown
  service ssh

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: openssh-server 1:6.6p1-2ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.8
  AptOrdering:
   openssh-server: Install
   openssh-server: Configure
  Architecture: amd64
  Date: Thu Apr 30 13:31:30 2015
  DuplicateSignature: package:openssh-server:1:6.6p1-2ubuntu2:subprocess 
installed post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  InstallationDate: Installed on 2015-03-17 (43 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 
255: Missing privilege separation directory: /var/run/sshd
  SourcePackage: openssh
  Title: package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1425379] Re: touch browser crashes when invoking contextual menu in landscape orientation

2015-04-30 Thread Jean-Baptiste Lallement
** Description changed:

  copy text works fine in portrait, crashes in landscape..
  
  to reproduce exactly, was looking up how to sync my google calendar on
  https://help.ubuntu.com/community/SyncEvolution
  
  tried to copy one of the text boxes containing terminal commands -
  crashes every time in landscape mode
+ 
+ TEST CASE
+ 1. Launch the web browser and open the amazon.com
+ 2. Rotate the device to landscape orientation
+ 3. Tap on the screen and hold your finger for a while
+ 
+ ACTUAL RESULT
+ Observe that webbrowser-app disappeared (closed or crashed)
+ 
+ EXPECTED RESULT 
+ No Crash
  
  ---
  
  1 - OS version 15.04 r111 (has been occurring over several updates though)
  1a- installed on nexus 4 via multirom
  
  2 - webbrowser-app version 0.23+15.04.20150217.1-0ubuntu1
  
  3 - i expected to get the selected text copied to the clipboard so i
  could paste it into the terminal
  
  4 - browser shut down and i was returned to the apps launcher

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

Title:
  touch browser crashes when invoking contextual menu in landscape
  orientation

Status in Web Browser App:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  copy text works fine in portrait, crashes in landscape..

  to reproduce exactly, was looking up how to sync my google calendar on
  https://help.ubuntu.com/community/SyncEvolution

  tried to copy one of the text boxes containing terminal commands -
  crashes every time in landscape mode

  TEST CASE
  1. Launch the web browser and open the amazon.com
  2. Rotate the device to landscape orientation
  3. Tap on the screen and hold your finger for a while

  ACTUAL RESULT
  Observe that webbrowser-app disappeared (closed or crashed)

  EXPECTED RESULT 
  No Crash

  ---

  1 - OS version 15.04 r111 (has been occurring over several updates though)
  1a- installed on nexus 4 via multirom

  2 - webbrowser-app version 0.23+15.04.20150217.1-0ubuntu1

  3 - i expected to get the selected text copied to the clipboard so i
  could paste it into the terminal

  4 - browser shut down and i was returned to the apps launcher

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

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


[Touch-packages] [Bug 1445540] Re: GTK draws its own (double) window decorations under Mir

2015-04-30 Thread Lars Uebernickel
Many gtk applications are moving towards client side decorations in
order to put widgets into their title bars. We'd like to stop patching
them (upstream or downstream) with the move to Mir and Unity 8, as that
is a break in design anyways and many of the newly designed default
applications will use client side decorations as well.

Do we really still need the csd/ssd duality or could we just let all
apps draw their decorations themselves?

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

Title:
  GTK draws its own (double) window decorations under Mir

Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  GTK draws its own window decorations under Mir.

  This is not ideal. It should default to letting the shell decorate all
  windows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1445540/+subscriptions

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


[Touch-packages] [Bug 1301015] Re: Networking does not restart

2015-04-30 Thread booch
This is unacceptable and disturbing change.
In Ubuntu 14.04 still work upstart and not systemd. 

I don't see even one reason, why init script shouldn't work properly. 
More than this, I don't see any reason, why there is no comment or warning when 
I use /etc/init.d/netwroking restart 
Simply empty output. This is disgusting.


** Changed in: ifupdown (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  Networking does not restart

Status in ifupdown package in Ubuntu:
  Invalid

Bug description:
  In Ubuntu Server 14.04 it appears it is not possible to restart
  networking. This is fresh install from ISO.

  wirehive@ubuntu:~$ sudo /etc/init.d/networking restart
  wirehive@ubuntu:~$ echo $?
  1
  wirehive@ubuntu:~$ sudo service networking restart
  stop: Job failed while stopping
  start: Job is already running: networking
  wirehive@ubuntu:~$ sudo bash -x /etc/init.d/networking restart
  + PATH=/sbin:/bin
  + RUN_DIR=/run/network
  + IFSTATE=/run/network/ifstate
  + STATEDIR=/run/network/state
  + '[' -x /sbin/ifup ']'
  + '[' -x /sbin/ifdown ']'
  + . /lib/lsb/init-functions
  +++ run-parts --lsbsysinit --list /lib/lsb/init-functions.d
  ++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2/dev/null)'
  ++ '[' -r /lib/lsb/init-functions.d/20-left-info-blocks ']'
  ++ . /lib/lsb/init-functions.d/20-left-info-blocks
  ++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2/dev/null)'
  ++ '[' -r /lib/lsb/init-functions.d/50-ubuntu-logging ']'
  ++ . /lib/lsb/init-functions.d/50-ubuntu-logging
  +++ LOG_DAEMON_MSG=
  ++ FANCYTTY=
  ++ '[' -e /etc/lsb-base-logging.sh ']'
  ++ true
  + CONFIGURE_INTERFACES=yes
  + EXCLUDE_INTERFACES=
  + VERBOSE=no
  + '[' -f /etc/default/networking ']'
  + verbose=
  + '[' no = yes ']'
  + case $1 in
  + init_is_upstart
  + '[' -x /sbin/initctl ']'
  + /bin/grep -q upstart
  + /sbin/initctl version
  + return 0
  + exit 1
  wirehive@ubuntu:~$ sudo bash -x service networking restart
  ++ basename service
  + VERSION='service ver. 0.91-ubuntu1'
  ++ basename service
  + USAGE='Usage: service  option  | --status-all | [ service_name [ command 
| --full-restart ] ]'
  + SERVICE=
  + ACTION=
  + SERVICEDIR=/etc/init.d
  + OPTIONS=
  + '[' 2 -eq 0 ']'
  + cd /
  + '[' 2 -gt 0 ']'
  + case ${1} in
  + '[' -z '' -a 2 -eq 1 -a networking = --status-all ']'
  + '[' 2 -eq 2 -a restart = --full-restart ']'
  + '[' -z '' ']'
  + SERVICE=networking
  + shift
  + '[' 1 -gt 0 ']'
  + case ${1} in
  + '[' -z networking -a 1 -eq 1 -a restart = --status-all ']'
  + '[' 1 -eq 2 -a '' = --full-restart ']'
  + '[' -z networking ']'
  + '[' -z '' ']'
  + ACTION=restart
  + shift
  + '[' 0 -gt 0 ']'
  + '[' -r /etc/init/networking.conf ']'
  + which initctl
  + grep -q upstart
  + initctl version
  + case ${ACTION} in
  + stop networking
  stop: Job failed while stopping
  + :
  + exec start networking
  start: Job is already running: networking
  wirehive@ubuntu:~$

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

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


[Touch-packages] [Bug 1450255] Re: SIM switchers should display carrier names

2015-04-30 Thread Sebastien Bacher
You can give a name to the SIMs in the settings, did you try to do that?

** Project changed: address-book-app = address-book-app (Ubuntu)

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New = Incomplete

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

Title:
  SIM switchers should display carrier names

Status in address-book-app package in Ubuntu:
  New
Status in dialer-app package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  Right now whenever I need to pick a SIM card somewhere it says SIM 1
  and SIM 2. That means I need to look up what the respective cards
  are on a regular basis to be sure which is which - there's no way I
  will remember this, not to mention when traveling I change cards and
  it's paramount for me to know what card is in there and not
  accidentally use the wrong one.

  SIM switchers should display the names of the carriers rather than
  mere numbers.

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

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


[Touch-packages] [Bug 1439554] Re: Calendar app is not syncing anymore.

2015-04-30 Thread Dubstar_04
Confirmed with OS Build r21, Aquaris 4.5 Ubuntu Edition, Calendar
version : 0.4.627

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

Title:
  Calendar app is not syncing anymore.

Status in Calendar application for Ubuntu devices:
  Confirmed
Status in qtorganizer5-eds package in Ubuntu:
  Confirmed

Bug description:
  For two days already I always get an error message when trying to sync my 
calendar app manually, no events are synced with google-calendar anymore.
  calendar-app-log shows:

  UbuntuWindow::handleSurfaceFocusChange(focused=true)
  UbunutClipboard - Got invalid serialized mime data. Ignoring it.
  UbuntuWindow::handleSurfaceFocusChange(focused=false)

  It shows these three lines over and over again. I already tried to
  readd the google account, reinstalled the app, reset the phone to
  manufacturers default. Contacts do sync normal though, google calendar
  in webapp works. Calendar is allowed to access google-account within
  calendar app and account settings.  Worked well until march 31st
  though.

  app-version 0.4.600, 0.4.627
  os-build 20, 21

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

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


[Touch-packages] [Bug 1450346] [NEW] Camera black with Qt 5.5

2015-04-30 Thread Timo Jyrinki
Public bug reported:

The camera app is simply black on Qt 5.5.

More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting
--- 
ApportVersion: 2.17.2-0ubuntu1
Architecture: armhf
DistroRelease: Ubuntu 15.04
InstallationDate: Installed on 2015-04-28 (2 days ago)
InstallationMedia: Ubuntu 15.04 - armhf (20150428-033424)
Package: qtvideo-node
PackageArchitecture: armhf
Tags: third-party-packages vivid
Uname: Linux 3.4.0-6-mako armv7l
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video
_MarkForUpload: True

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

** Affects: qtvideo-node (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected qt5.5 third-party-packages vivid

** Also affects: qtvideo-node (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: apport-collected third-party-packages vivid

** Description changed:

  The camera app is simply black on Qt 5.5.
  
  More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1
+ Architecture: armhf
+ DistroRelease: Ubuntu 15.04
+ InstallationDate: Installed on 2015-04-28 (2 days ago)
+ InstallationMedia: Ubuntu 15.04 - armhf (20150428-033424)
+ Package: qtvideo-node
+ PackageArchitecture: armhf
+ Tags: third-party-packages vivid
+ Uname: Linux 3.4.0-6-mako armv7l
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video
+ _MarkForUpload: True

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

Title:
  Camera black with Qt 5.5

Status in camera-app package in Ubuntu:
  New
Status in qtvideo-node package in Ubuntu:
  New

Bug description:
  The camera app is simply black on Qt 5.5.

  More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: armhf
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-04-28 (2 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150428-033424)
  Package: qtvideo-node
  PackageArchitecture: armhf
  Tags: third-party-packages vivid
  Uname: Linux 3.4.0-6-mako armv7l
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video
  _MarkForUpload: True

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

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


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

2015-04-30 Thread Timo Jyrinki
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1450346/+attachment/4388100/+files/Dependencies.txt

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

Title:
  Camera black with Qt 5.5

Status in camera-app package in Ubuntu:
  New
Status in qtvideo-node package in Ubuntu:
  New

Bug description:
  The camera app is simply black on Qt 5.5.

  More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: armhf
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-04-28 (2 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150428-033424)
  Package: qtvideo-node
  PackageArchitecture: armhf
  Tags: third-party-packages vivid
  Uname: Linux 3.4.0-6-mako armv7l
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video
  _MarkForUpload: True

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

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


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

2015-04-30 Thread Timo Jyrinki
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1450346/+attachment/4388101/+files/ProcEnviron.txt

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

Title:
  Camera black with Qt 5.5

Status in camera-app package in Ubuntu:
  New
Status in qtvideo-node package in Ubuntu:
  New

Bug description:
  The camera app is simply black on Qt 5.5.

  More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: armhf
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-04-28 (2 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150428-033424)
  Package: qtvideo-node
  PackageArchitecture: armhf
  Tags: third-party-packages vivid
  Uname: Linux 3.4.0-6-mako armv7l
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video
  _MarkForUpload: True

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

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


[Touch-packages] [Bug 1450346] SystemImageInfo.txt

2015-04-30 Thread Timo Jyrinki
apport information

** Attachment added: SystemImageInfo.txt
   
https://bugs.launchpad.net/bugs/1450346/+attachment/4388102/+files/SystemImageInfo.txt

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

Title:
  Camera black with Qt 5.5

Status in camera-app package in Ubuntu:
  New
Status in qtvideo-node package in Ubuntu:
  New

Bug description:
  The camera app is simply black on Qt 5.5.

  More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: armhf
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-04-28 (2 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150428-033424)
  Package: qtvideo-node
  PackageArchitecture: armhf
  Tags: third-party-packages vivid
  Uname: Linux 3.4.0-6-mako armv7l
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video
  _MarkForUpload: True

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

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


[Touch-packages] [Bug 1450346] Re: Camera black with Qt 5.5

2015-04-30 Thread Timo Jyrinki
** Attachment added: media-hub.log
   
https://bugs.launchpad.net/ubuntu/+source/qtvideo-node/+bug/1450346/+attachment/4388103/+files/media-hub.log

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

Title:
  Camera black with Qt 5.5

Status in camera-app package in Ubuntu:
  New
Status in qtvideo-node package in Ubuntu:
  New

Bug description:
  The camera app is simply black on Qt 5.5.

  More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: armhf
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-04-28 (2 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150428-033424)
  Package: qtvideo-node
  PackageArchitecture: armhf
  Tags: third-party-packages vivid
  Uname: Linux 3.4.0-6-mako armv7l
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video
  _MarkForUpload: True

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

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


[Touch-packages] [Bug 1450346] Re: Camera black with Qt 5.5

2015-04-30 Thread Timo Jyrinki
** Attachment added: application-click-com.ubuntu.camera_camera_3.0.0.544.log
   
https://bugs.launchpad.net/ubuntu/+source/qtvideo-node/+bug/1450346/+attachment/4388104/+files/application-click-com.ubuntu.camera_camera_3.0.0.544.log

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

Title:
  Camera black with Qt 5.5

Status in camera-app package in Ubuntu:
  New
Status in qtvideo-node package in Ubuntu:
  New

Bug description:
  The camera app is simply black on Qt 5.5.

  More information about Qt 5.5 at https://wiki.ubuntu.com/Touch/QtTesting
  --- 
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: armhf
  DistroRelease: Ubuntu 15.04
  InstallationDate: Installed on 2015-04-28 (2 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150428-033424)
  Package: qtvideo-node
  PackageArchitecture: armhf
  Tags: third-party-packages vivid
  Uname: Linux 3.4.0-6-mako armv7l
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm autopilot cdrom dialout dip plugdev sudo tty video
  _MarkForUpload: True

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

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


[Touch-packages] [Bug 1450355] Re: statically linking libpthread is problematic

2015-04-30 Thread junyer
Note that the second case hung and thus required me to hit Ctrl-C.

The proximate cause seems to be that the TID (Thread ID) in the TLS
(Thread-Local Storage) is not initialised properly:

1. The first pthread_rwlock_wrlock() call sets __writer to the TID, which is 0.
2. The first pthread_rwlock_unlock() call thinks that we had a reader lock 
because __writer is 0, so it decrements __nr_readers from 0 to 4294967295.
3. The second pthread_rwlock_wrlock() call hangs because it's waiting forever 
to be woken by a reader that never existed.

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

Title:
  statically linking libpthread is problematic

Status in eglibc package in Ubuntu:
  New

Bug description:
  While investigating https://github.com/google/re2/issues/22, we
  discovered that statically linking libpthread is problematic since
  Ubuntu 14.10. I suspect that the TLS (Thread-Local Storage) is not
  initialised properly, which results in hangs or crashes.

  junyer@whalre:~$ lsb_release -rd
  Description:  Ubuntu 14.10
  Release:  14.10
  junyer@whalre:~$ apt-cache policy libc6-dev
  libc6-dev:
Installed: 2.19-10ubuntu2.3
Candidate: 2.19-10ubuntu2.3
Version table:
   *** 2.19-10ubuntu2.3 0
  500 http://au.archive.ubuntu.com/ubuntu/ utopic-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ utopic-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   2.19-10ubuntu2 0
  500 http://au.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  junyer@whalre:~$

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

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


[Touch-packages] [Bug 1445540] Re: GTK draws its own (double) window decorations under Mir

2015-04-30 Thread Sebastien Bacher
** Changed in: gtk+3.0 (Ubuntu)
   Importance: High = Wishlist

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

Title:
  GTK draws its own (double) window decorations under Mir

Status in gtk+3.0 package in Ubuntu:
  Triaged

Bug description:
  GTK draws its own window decorations under Mir.

  This is not ideal. It should default to letting the shell decorate all
  windows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1445540/+subscriptions

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


[Touch-packages] [Bug 1447056] Re: Favourite scopes forcefully refreshed when opened from Manage Dash

2015-04-30 Thread Pawel Stolowski
Ok, replied in the MP and approved.

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

Title:
  Favourite scopes forcefully refreshed when opened from Manage Dash

Status in unity-scopes-shell package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Steps:
  * swipe left/right through all favourite scopes to trigger a refresh where 
needed
  * bottom-swipe to Manage Dash
  * select one of the favourite scopes

  Expected:
  * the scope is opened pre-populated

  Current:
  * the scope is refreshed on open

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity8 8.02+15.04.20150409.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 22 11:46:36 2015
  SourcePackage: unity8
  SystemImageInfo:
   current build number: 0
   device name: 
   channel: daily
   last update: Unknown
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1447056/+subscriptions

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


[Touch-packages] [Bug 1316518] Re: [900X3G, Realtek ALC282, Mic, Internal] inverted mic not working

2015-04-30 Thread Mathew Hodson
** CVE removed: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-8134

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

Title:
  [900X3G, Realtek ALC282, Mic, Internal] inverted mic not working

Status in alsa-driver package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Internal Mic of Samsung Ativ book 9 (NP900X3G) is not supported
  properly.

  Stereo recording in audacity records sound from mic in L channel and only 
loud noise in R channel (phase inverted?)
  Muting R channel, and setting L channel to around 16%, in pavucontrol allows 
to record audio, but in poor quality.

  alsa-info.sh output: http://www.alsa-
  project.org/db/?f=064f0b536a1b068efd30d58c2641b5ec2348f059

  Ubuntu Gnome 14.04

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sarah  2014 F pulseaudio
    sarah  8509 F alsamixer
   /dev/snd/controlC0:  sarah  2014 F pulseaudio
  CurrentDesktop: GNOME
  Date: Tue May  6 11:55:36 2014
  InstallationDate: Installed on 2014-04-29 (6 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:PCH failed
  Symptom_Card: Internes Audio - HDA Intel PCH
  Symptom_Jack: Mic, Internal
  Symptom_Type: None of the above
  Title: [900X3G, Realtek ALC282, Mic, Internal] Recording problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/14/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P04ADU.023.140414.PS
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP900X3G-K02DE
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SAMSUNG_SW_REVISION_1234567890ABCD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP04ADU.023.140414.PS:bd04/14/2014:svnSAMSUNGELECTRONICSCO.,LTD.:pn900X3G:pvrP04ADU:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP900X3G-K02DE:rvrSAMSUNG_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: 900X3G
  dmi.product.version: P04ADU
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  --- 
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  sarah  2004 F pulseaudio
   /dev/snd/controlC1:  sarah  2004 F pulseaudio
  CurrentDesktop: GNOME
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=b4bd3914-d1c4-40f0-ba32-fb19aa9af13c
  InstallationDate: Installed on 2014-04-29 (27 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 900X3G
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=92ac4966-692f-4e06-a1dd-da069008e861 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  StagingDrivers: rts5139
  Tags:  trusty trusty staging
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/14/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P04ADU.023.140414.PS
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NP900X3G-K02DE
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SAMSUNG_SW_REVISION_1234567890ABCD
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP04ADU.023.140414.PS:bd04/14/2014:svnSAMSUNGELECTRONICSCO.,LTD.:pn900X3G:pvrP04ADU:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP900X3G-K02DE:rvrSAMSUNG_SW_REVISION_1234567890ABCD:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: 900X3G
  dmi.product.version: P04ADU
  dmi.sys.vendor: SAMSUNG ELECTRONICS 

[Touch-packages] [Bug 1450366] [NEW] package systemd 219-7ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-30 Thread arocamor01
Public bug reported:

It appears often.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: systemd 219-7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic i686
ApportVersion: 2.17.2-0ubuntu1
Architecture: i386
Date: Mon Apr 27 09:45:44 2015
DuplicateSignature: package:systemd:219-7ubuntu4:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2014-12-04 (146 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 (20140722.2)
MachineType: ASUSTeK COMPUTER INC. X200CA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=1d5b1ee4-5cd0-4eb8-a442-8cbfb09f489f ro quiet splash 
resume=UUID=adc22ecb-e721-4037-9cfe-55e8ade59719 vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: systemd
Title: package systemd 219-7ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to vivid on 2015-04-26 (3 days ago)
dmi.bios.date: 07/11/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X200CA.203
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X200CA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200CA.203:bd07/11/2013:svnASUSTeKCOMPUTERINC.:pnX200CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X200CA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: apport-package i386 package-from-proposed vivid

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

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

Status in systemd package in Ubuntu:
  New

Bug description:
  It appears often.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  Date: Mon Apr 27 09:45:44 2015
  DuplicateSignature: package:systemd:219-7ubuntu4:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2014-12-04 (146 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release i386 
(20140722.2)
  MachineType: ASUSTeK COMPUTER INC. X200CA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=1d5b1ee4-5cd0-4eb8-a442-8cbfb09f489f ro quiet splash 
resume=UUID=adc22ecb-e721-4037-9cfe-55e8ade59719 vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: systemd
  Title: package systemd 219-7ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (3 days ago)
  dmi.bios.date: 07/11/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: X200CA.203
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: X200CA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX200CA.203:bd07/11/2013:svnASUSTeKCOMPUTERINC.:pnX200CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.name: X200CA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

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


[Touch-packages] [Bug 1450393] [NEW] wpa_supplicant high cpu load after going to Promiscuous Mode

2015-04-30 Thread Jim Beam
Public bug reported:

i ran kismet and it wont see any networks, but wpa_supplicant will go
into rage mode and consume much cpu time.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: wpasupplicant 2.1-0ubuntu7.1
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
Date: Thu Apr 30 11:37:22 2015
EcryptfsInUse: Yes
ExecutablePath: /sbin/wpa_supplicant
InstallationDate: Installed on 2011-10-13 (1294 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANG=de_DE.UTF-8
 PATH=(custom, no user)
SourcePackage: wpa
UpgradeStatus: Upgraded to vivid on 2015-04-23 (6 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  wpa_supplicant high cpu load after going to Promiscuous Mode

Status in wpa package in Ubuntu:
  New

Bug description:
  i ran kismet and it wont see any networks, but wpa_supplicant will go
  into rage mode and consume much cpu time.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: wpasupplicant 2.1-0ubuntu7.1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Thu Apr 30 11:37:22 2015
  EcryptfsInUse: Yes
  ExecutablePath: /sbin/wpa_supplicant
  InstallationDate: Installed on 2011-10-13 (1294 days ago)
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   LANG=de_DE.UTF-8
   PATH=(custom, no user)
  SourcePackage: wpa
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (6 days ago)

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

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


[Touch-packages] [Bug 1450396] [NEW] Systemd prevents computer from staying suspended

2015-04-30 Thread Jan Rathmann
Public bug reported:

Hello,

using Suspend-to-RAM on my system has stopped working reliably on Vivid
when booting with Systemd. When I try to suspend my PC the following
happens:

- PC turns off
- PC unwantedly wakes up (turns on) by itself again. This time span until it 
turns on again can reach from a second (almost immediately) until two or three 
minutes.
- In a few cases (25%), the PC stays suspended properly.

A way to workaround this problem is to boot my PC with Upstart instead
of Systemd, then this problem never happens (and has never happened in
any of the previous Ubuntu versions since 2008). Thus it seems to be a
bug somehow related to Systemd.

Other steps I have tried to solve the problem (without any success):

- Checking BIOS settings, all options are set that way that the PC should never 
wake up by any event other than pressing the power button.
- Checking by running cat /proc/acpi/wakeup | grep enabled if any device 
could cause wake up events. This lists my USB controller, but deactivating it 
(with commands like echo USB0  /proc/acpi/wakeup) had no success on the 
problem. Also suspend while running Upstart works fine despite the USB 
controller listed as enabled.

In the system logs I could see no hint what causes the undesired wake-
ups.

Allthough there is one factor which seems to have a certain influence:
If I close programs like Pidgin, Skype or Firefox that cause continuous
network traffic, the chance is higher that my PC will stay suspened
(while runinng Systemd).

Kind regards,
Jan

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: systemd 219-7ubuntu3
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Apr 30 11:24:46 2015
InstallationDate: Installed on 2015-04-16 (13 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150415)
MachineType: Gigabyte Technology Co., Ltd. P35-DS3
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.19.0-15-generic 
root=/dev/mapper/internal--ssd-root ro rootflags=subvol=@ quiet splash
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/10/2008
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F13
dmi.board.name: P35-DS3
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.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: P35-DS3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug vivid

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

Title:
  Systemd prevents computer from staying suspended

Status in systemd package in Ubuntu:
  New

Bug description:
  Hello,

  using Suspend-to-RAM on my system has stopped working reliably on
  Vivid when booting with Systemd. When I try to suspend my PC the
  following happens:

  - PC turns off
  - PC unwantedly wakes up (turns on) by itself again. This time span until it 
turns on again can reach from a second (almost immediately) until two or three 
minutes.
  - In a few cases (25%), the PC stays suspended properly.

  A way to workaround this problem is to boot my PC with Upstart instead
  of Systemd, then this problem never happens (and has never happened in
  any of the previous Ubuntu versions since 2008). Thus it seems to be a
  bug somehow related to Systemd.

  Other steps I have tried to solve the problem (without any success):

  - Checking BIOS settings, all options are set that way that the PC should 
never wake up by any event other than pressing the power button.
  - Checking by running cat /proc/acpi/wakeup | grep enabled if any device 
could cause wake up events. This lists my USB controller, but deactivating it 
(with commands like echo USB0  /proc/acpi/wakeup) had no success on the 
problem. Also suspend while running Upstart works fine despite the USB 
controller listed as enabled.

  In the system logs I could see no hint what causes the undesired wake-
  ups.

  Allthough there is one factor which seems to have a certain influence:
  If I close programs like Pidgin, Skype or Firefox that cause
  continuous network traffic, the chance is higher that my PC will stay
  suspened (while runinng Systemd).

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1

[Touch-packages] [Bug 1450406] [NEW] Ubuntu:15.04 dmesg failure acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM

2015-04-30 Thread Nagamani Anthati
*** This bug is a duplicate of bug 1450409 ***
https://bugs.launchpad.net/bugs/1450409

Private bug reported:

Steps to reproduce:
 1.Install 15.04 OS on any Gen9 server.
 2.Unlock root
 3.check dmesg | grep -i fail

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

** Information type changed from Public to Private

** This bug has been marked a duplicate of private bug 1450409

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

Title:
  Ubuntu:15.04 dmesg failure acpi PNP0A03:00: _OSC failed
  (AE_NOT_FOUND); disabling ASPM

Status in ifupdown package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
   1.Install 15.04 OS on any Gen9 server.
   2.Unlock root
   3.check dmesg | grep -i fail

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

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


[Touch-packages] [Bug 1450402] [NEW] apt-get update produce very huge result

2015-04-30 Thread Nikolay Morozov
Public bug reported:

Very huge result in apt-get update i stoped when there was 50GB 

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: apt 1.0.9.7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
NonfreeKernelModules: sobol
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Apr 30 13:03:23 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-10-17 (194 days ago)
InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140723)
SourcePackage: apt
UpgradeStatus: Upgraded to vivid on 2015-04-29 (0 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  apt-get update produce very huge result

Status in apt package in Ubuntu:
  New

Bug description:
  Very huge result in apt-get update i stoped when there was 50GB 

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apt 1.0.9.7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: sobol
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Apr 30 13:03:23 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-10-17 (194 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140723)
  SourcePackage: apt
  UpgradeStatus: Upgraded to vivid on 2015-04-29 (0 days ago)

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

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


[Touch-packages] [Bug 1450402] Re: apt-get update produce very huge result

2015-04-30 Thread Nikolay Morozov
nmorozov@nmorozov:~$ sudo apt-get update
[sudo] password for nmorozov: 
Ign http://ru.archive.ubuntu.com vivid InRelease
Ign http://ru.archive.ubuntu.com vivid-updates InRelease
Ign http://ru.archive.ubuntu.com vivid-backports InRelease
Hit http://ru.archive.ubuntu.com vivid Release.gpg
Get:1 http://ru.archive.ubuntu.com vivid-updates Release.gpg [933 B]
Hit http://ru.archive.ubuntu.com vivid-backports Release.gpg
Ign http://security.ubuntu.com vivid-security InRelease
Hit http://ru.archive.ubuntu.com vivid Release
Get:2 http://ru.archive.ubuntu.com vivid-updates Release [63,5 kB]
Hit http://ru.archive.ubuntu.com vivid-backports Release   
Get:3 http://security.ubuntu.com vivid-security Release.gpg [933 B]
Get:4 http://ru.archive.ubuntu.com vivid/main amd64 Packages [1 B]
Get:5 http://security.ubuntu.com vivid-security Release [63,5 kB]
Get:6 http://security.ubuntu.com vivid-security/main amd64 Packages [16,9 kB]
Get:7 http://security.ubuntu.com vivid-security/restricted amd64 Packages [28 B]
Get:8 http://security.ubuntu.com vivid-security/universe amd64 Packages [6 863 
B]
Get:9 http://security.ubuntu.com vivid-security/multiverse amd64 Packages [28 B]
Get:10 http://security.ubuntu.com vivid-security/main i386 Packages [16,9 kB]  
Get:11 http://security.ubuntu.com vivid-security/restricted i386 Packages [28 B]
Get:12 http://security.ubuntu.com vivid-security/universe i386 Packages [6 854 
B]
Get:13 http://security.ubuntu.com vivid-security/multiverse i386 Packages [28 B]
Get:14 http://security.ubuntu.com vivid-security/main Translation-en [1 B] 
Get:15 http://ru.archive.ubuntu.com vivid/main amd64 Packages [1 B]
Get:16 http://ru.archive.ubuntu.com vivid/main amd64 Packages [1 B]
Get:17 http://ru.archive.ubuntu.com vivid/main amd64 Packages [1 B] 

Get:18 http://ru.archive.ubuntu.com vivid/main amd64 Packages [1 B] 

Get:19 http://ru.archive.ubuntu.com vivid/main amd64 Packages [1 B] 

100% [19 Packages 1 364 kB/1 364 kB 100%] [14 Translation-en 55,0 GB/55,0 GB 
100%]^C

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

Title:
  apt-get update produce very huge result

Status in apt package in Ubuntu:
  New

Bug description:
  Very huge result in apt-get update i stoped when there was 50GB 

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apt 1.0.9.7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: sobol
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Apr 30 13:03:23 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-10-17 (194 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140723)
  SourcePackage: apt
  UpgradeStatus: Upgraded to vivid on 2015-04-29 (0 days ago)

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

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


[Touch-packages] [Bug 1450358] Re: package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-04-30 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

** Changed in: openssh (Ubuntu)
   Status: New = Incomplete

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

Title:
  package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

Status in openssh package in Ubuntu:
  Incomplete

Bug description:
  When i try to install openssh server i see problem .. saying unknown
  service ssh

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: openssh-server 1:6.6p1-2ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.8
  AptOrdering:
   openssh-server: Install
   openssh-server: Configure
  Architecture: amd64
  Date: Thu Apr 30 13:31:30 2015
  DuplicateSignature: package:openssh-server:1:6.6p1-2ubuntu2:subprocess 
installed post-installation script returned error exit status 2
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  InstallationDate: Installed on 2015-03-17 (43 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 
255: Missing privilege separation directory: /var/run/sshd
  SourcePackage: openssh
  Title: package openssh-server 1:6.6p1-2ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1432613] Re: Facebook and MSN messengers shutting down (third-party client access)

2015-04-30 Thread Iain Lane
** Changed in: account-plugins (Ubuntu Vivid)
   Status: New = In Progress

** Changed in: empathy (Ubuntu Vivid)
   Status: New = In Progress

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

Title:
  Facebook and MSN messengers shutting down (third-party client access)

Status in Online Accounts: Account plugins:
  In Progress
Status in Webapps Team Task Tracking Project:
  Confirmed
Status in account-plugins package in Ubuntu:
  In Progress
Status in empathy package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in account-plugins source package in Trusty:
  New
Status in empathy source package in Trusty:
  New
Status in ubuntu-system-settings-online-accounts source package in Trusty:
  Won't Fix
Status in account-plugins source package in Utopic:
  New
Status in empathy source package in Utopic:
  New
Status in ubuntu-system-settings-online-accounts source package in Utopic:
  Won't Fix
Status in account-plugins source package in Vivid:
  In Progress
Status in empathy source package in Vivid:
  In Progress
Status in ubuntu-system-settings-online-accounts source package in Vivid:
  Won't Fix

Bug description:
  The march towards a future of silos carries on.

  https://developers.facebook.com/docs/chat - the XMPP gateway for
  Facebook will shut down on April 30.

  http://ismsndeadyet.com/ - Microsoft are removing MSN endpoints.

  I guess we need to correspondingly remove IM support for these
  services  SRU it back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1432613/+subscriptions

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


[Touch-packages] [Bug 1450427] [NEW] Message history not showing contact names just numbers

2015-04-30 Thread Jonathan Cave
Public bug reported:

Version: ubuntu-touch/devel-proposed/krillin.en r97 vegetahd

Steps to reproduce:
 * freshly flashed device
 * set up some contacts on the phone (mine were sync'ed from google)
 * open messaging
 * new message
 * type in name in address - pulled from address book
 * send a SMS
 * go to Messages page

Expected result:
 - previous message listed under contact name

Actual result:
 - listed using mobile number

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

** Also affects: messaging-app
   Importance: Undecided
   Status: New

** No longer affects: messaging-app

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

Title:
  Message history not showing contact names just numbers

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Version: ubuntu-touch/devel-proposed/krillin.en r97 vegetahd

  Steps to reproduce:
   * freshly flashed device
   * set up some contacts on the phone (mine were sync'ed from google)
   * open messaging
   * new message
   * type in name in address - pulled from address book
   * send a SMS
   * go to Messages page

  Expected result:
   - previous message listed under contact name

  Actual result:
   - listed using mobile number

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

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


[Touch-packages] [Bug 1417826] Re: display acting up. overlay .. ?

2015-04-30 Thread Christopher M. Penalver
Morten Hundevad, does this issue occur in you are using either nouveau
or just the integrated card (i.e. disable discrete card in BIOS)?

** Tags added: 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/1417826

Title:
   display acting up. overlay .. ?

Status in xorg package in Ubuntu:
  Expired

Bug description:
  display acting up.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Er et filkatalog: 
'/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.9.1 (Ubuntu 4.9.1-16ubuntu6)
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Feb  4 01:29:47 2015
  DistUpgraded: 2014-11-11 23:22:24,600 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0571]
   NVIDIA Corporation GF116M [GeForce GT 555M/635M] [10de:124d] (rev a1) 
(prog-if 00 [VGA controller])
     Subsystem: Dell GeForce GT 555M [1028:0571]
  InstallationDate: Installed on 2014-10-11 (115 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Dell System XPS L702X
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=81abd60b-9317-4293-accd-cf625ddbaa45 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-11-11 (84 days ago)
  dmi.bios.date: 09/07/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 0XN71K
  dmi.board.vendor: Dell Inc.
  dmi.board.version: FAB1
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd09/07/2012:svnDellInc.:pnDellSystemXPSL702X:pvr:rvnDellInc.:rn0XN71K:rvrFAB1:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L702X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Feb  3 20:36:12 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5920
   vendor CMO
  xserver.version: 2:1.16.0-1ubuntu1.2

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

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


[Touch-packages] [Bug 1441849] Re: Update force_release for Dell Latitudes

2015-04-30 Thread Martin Pitt
It has been a week in -proposed without regression reports, and this is
a simple and obvious keymap change. As per
https://wiki.ubuntu.com/StableReleaseUpdates#udev_keymaps I mark this as
verified.

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

** Changed in: systemd (Ubuntu Trusty)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  Update force_release for Dell Latitudes

Status in systemd package in Ubuntu:
  Fix Committed
Status in udev package in Ubuntu:
  Invalid
Status in udev source package in Precise:
  Triaged
Status in systemd source package in Trusty:
  Triaged
Status in systemd source package in Vivid:
  Fix Committed

Bug description:
  Wireless HW switch on Dell Latitude notebooks generate key press event
  via AT Translated Set 2 keyboard, but does *not* generate release key
  event. This means that operating systems and applications see key
  still pressed.

  Scan code of that problematic key is 136 (0x88).

  Fixing this problem can be done via force_release option of atkbd
  kernel driver (by adding 136 scan code to list)

  Kernel developers told me that now only userspace (udev package)
  maintains list of those problematic scan codes and so udev needs to be
  extended/patched to add new values to atkbd kernel driver at runtime.
  See: https://lkml.org/lkml/2015/4/5/157

  Currenly there is file /lib/udev/keymaps/force-release/dell-touchpad
  which contains some force_release scan code for all dell latitude
  notebooks handled by file /lib/udev/rules.d/95-keyboard-force-
  release.rules by rule:

  ENV{DMI_VENDOR}==Dell Inc.,
  ATTR{[dmi/id]product_name}==*Latitude*|*Precision*, RUN+=keyboard-
  force-release.sh $devpath dell-touchpad

  Can you extend either /lib/udev/keymaps/force-release/dell-touchpad or
  /lib/udev/rules.d/95-keyboard-force-release.rules to include also scan
  code 136 (0x88)? Because without is there are problems with HW
  wireless switch!

  This problem was tested on Ubuntu 12.04.5 LTS Precise release.

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

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


[Touch-packages] [Bug 1450427] Re: Message history not showing contact names just numbers

2015-04-30 Thread Jonathan Cave
** 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 messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1450427

Title:
  Message history not showing contact names just numbers

Status in the base for Ubuntu mobile products:
  New
Status in messaging-app package in Ubuntu:
  New

Bug description:
  Version: ubuntu-touch/devel-proposed/krillin.en r97 vegetahd

  Steps to reproduce:
   * freshly flashed device
   * set up some contacts on the phone (mine were sync'ed from google)
   * open messaging
   * new message
   * type in name in address - pulled from address book
   * send a SMS
   * go to Messages page

  Expected result:
   - previous message listed under contact name

  Actual result:
   - listed using mobile number

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

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


[Touch-packages] [Bug 1434202] Re: package whoopsie 0.2.47 failed to install/upgrade: le sous-processus nouveau script pre-removal a retourné une erreur de sortie d'état 100

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

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

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

Title:
  package whoopsie 0.2.47 failed to install/upgrade: le sous-processus
  nouveau script pre-removal a retourné une erreur de sortie d'état 100

Status in whoopsie package in Ubuntu:
  Confirmed

Bug description:
  after upgrade from 12.04 to 15.04 manually

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: whoopsie 0.2.47
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  .var.log.upstart.whoopsie.log:
   whoopsie stop/pre-start, process 950
   wait-for-state stop/waiting
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  Date: Thu Mar 19 16:52:09 2015
  DuplicateSignature: package:whoopsie:0.2.47:le sous-processus nouveau script 
pre-removal a retourné une erreur de sortie d'état 100
  ErrorMessage: le sous-processus nouveau script pre-removal a retourné une 
erreur de sortie d'état 100
  InstallationDate: Installed on 2014-02-27 (385 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140224)
  RelatedPackageVersions: apport-noui N/A
  SourcePackage: whoopsie
  Title: package whoopsie 0.2.47 failed to install/upgrade: le sous-processus 
nouveau script pre-removal a retourné une erreur de sortie d'état 100
  UpgradeStatus: No upgrade log present (probably fresh install)
  upstart.whoopsie.override: manual

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

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


[Touch-packages] [Bug 1417826] Re: display acting up. overlay .. ?

2015-04-30 Thread Morten Hundevad
i still ahve this behaviror in 15.04

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

Title:
   display acting up. overlay .. ?

Status in xorg package in Ubuntu:
  Expired

Bug description:
  display acting up.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Er et filkatalog: 
'/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.9.1 (Ubuntu 4.9.1-16ubuntu6)
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Feb  4 01:29:47 2015
  DistUpgraded: 2014-11-11 23:22:24,600 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0571]
   NVIDIA Corporation GF116M [GeForce GT 555M/635M] [10de:124d] (rev a1) 
(prog-if 00 [VGA controller])
     Subsystem: Dell GeForce GT 555M [1028:0571]
  InstallationDate: Installed on 2014-10-11 (115 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Dell System XPS L702X
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=81abd60b-9317-4293-accd-cf625ddbaa45 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-11-11 (84 days ago)
  dmi.bios.date: 09/07/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 0XN71K
  dmi.board.vendor: Dell Inc.
  dmi.board.version: FAB1
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd09/07/2012:svnDellInc.:pnDellSystemXPSL702X:pvr:rvnDellInc.:rn0XN71K:rvrFAB1:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L702X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Feb  3 20:36:12 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5920
   vendor CMO
  xserver.version: 2:1.16.0-1ubuntu1.2

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

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


[Touch-packages] [Bug 1445239] Re: apt's lists/partial fills disk

2015-04-30 Thread Andreas Brudin
I have the same problems, using the Swedish update servers. I booted my
computer and leaved it for lunch, and when I came back the CPU was
running at 100% (http by apt). I kept it running for a while, and then I
starting investigating this issue. I checked my
/var/lib/apt/lists/partial/ and noticed that I had a file there over
100G big and growing all the time, so I rebooted, deleted the file and
changed to the principal servers.

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

Title:
  apt's lists/partial fills disk

Status in APT:
  New
Status in apt package in Ubuntu:
  Incomplete

Bug description:
  Since I upgraded to vivid, apt fills the disk space at
  /var/lib/apt/lists/partial. This was triggered by the automatic update
  every day, and as a solution I killed the processes named `http`
  spawned by apt, and removed the offending file from lists/partial
  manually. Until now, `apt-get update` and `apt-get upgrade` had been
  working. However, today, when I tried `apt-get update`, it got stuck
  in some file, continuously increasing its size when at 100%.

  I tried inspecting the file to see if there is a repetition of data,
  and there seems to be, as I have suspected.

  First of all, the file is it.archive.ubuntu
  .com_ubuntu_dists_vivid_main_binary-i386_Packages.bz2 this time, but
  I'm not sure if the previous time it was also this file.

  I used `tail` and `hexdump` to figure out whether a certain pattern
  shows up in the file. Here are some examples:

  $ tail -c 20 
it.archive.ubuntu.com_ubuntu_dists_vivid_main_binary-i386_Packages.bz2 | 
hexdump | grep '\bbdf\'
  c80 8d9e 63ad bbdf 40a7 3f3e 2b4a 9b95 aa5a
  0010c80 8d9e 63ad bbdf 40a7 3f3e 2b4a 9b95 aa5a
  0020c80 8d9e 63ad bbdf 40a7 3f3e 2b4a 9b95 aa5a
  0030c80 8d9e 63ad bbdf 40a7 3f3e 2b4a 9b95 aa5a

  $ tail -c 20 
it.archive.ubuntu.com_ubuntu_dists_vivid_main_binary-i386_Packages.bz2 | 
hexdump | grep '\9b95\'
  c80 8d9e 63ad bbdf 40a7 3f3e 2b4a 9b95 aa5a
  0010c80 8d9e 63ad bbdf 40a7 3f3e 2b4a 9b95 aa5a
  0020c80 8d9e 63ad bbdf 40a7 3f3e 2b4a 9b95 aa5a
  0030c80 8d9e 63ad bbdf 40a7 3f3e 2b4a 9b95 aa5a

  $ tail -c 20 
it.archive.ubuntu.com_ubuntu_dists_vivid_main_binary-i386_Packages.bz2 | 
hexdump | grep '\1234\'
  0002630 fd50 b08d 7082 1234 85b3 a61e 2921 e0cd
  0012630 fd50 b08d 7082 1234 85b3 a61e 2921 e0cd
  0022630 fd50 b08d 7082 1234 85b3 a61e 2921 e0cd

  $ tail -c 20 
it.archive.ubuntu.com_ubuntu_dists_vivid_main_binary-i386_Packages.bz2 | 
hexdump | grep '\76a8\'
  000fa90 747d 76a8 078a 67b6 60d9 83f5 5ff3 787c
  001fa90 747d 76a8 078a 67b6 60d9 83f5 5ff3 787c
  002fa90 747d 76a8 078a 67b6 60d9 83f5 5ff3 787c

  As you can see, it seems that after the error, a certain pattern seems
  to repeat every exactly 0x1 bytes. I attached a copy of those
  0x1 bytes that keep repeating (from an arbitrary offset).

  ---

  $ lsb_release -rd
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04

  $ apt-cache policy apt
  apt:
Installed: 1.0.9.7ubuntu4
Candidate: 1.0.9.7ubuntu4
Version table:
   *** 1.0.9.7ubuntu4 0
  500 http://it.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  ---

  Do let me know if I can test further to see what could be wrong. I'll
  keep an eye next times the behavior repeat to make sure the file is
  the same / the pattern is the same and I'll report back. If you think
  the problem could be the Italy server, let me know and I'll try with a
  different one.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apt 1.0.9.7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Apr 17 00:04:05 2015
  SourcePackage: apt
  UpgradeStatus: Upgraded to vivid on 2015-03-28 (19 days ago)

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

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


[Touch-packages] [Bug 1417826] Re: display acting up. overlay .. ?

2015-04-30 Thread Morten Hundevad
I am on mobile and  ot home but I can try and do update as you request
when I get home.

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

Title:
   display acting up. overlay .. ?

Status in xorg package in Ubuntu:
  Expired

Bug description:
  display acting up.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Er et filkatalog: 
'/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.9.1 (Ubuntu 4.9.1-16ubuntu6)
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Feb  4 01:29:47 2015
  DistUpgraded: 2014-11-11 23:22:24,600 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0571]
   NVIDIA Corporation GF116M [GeForce GT 555M/635M] [10de:124d] (rev a1) 
(prog-if 00 [VGA controller])
     Subsystem: Dell GeForce GT 555M [1028:0571]
  InstallationDate: Installed on 2014-10-11 (115 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Dell System XPS L702X
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=81abd60b-9317-4293-accd-cf625ddbaa45 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-11-11 (84 days ago)
  dmi.bios.date: 09/07/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 0XN71K
  dmi.board.vendor: Dell Inc.
  dmi.board.version: FAB1
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd09/07/2012:svnDellInc.:pnDellSystemXPSL702X:pvr:rvnDellInc.:rn0XN71K:rvrFAB1:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L702X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Feb  3 20:36:12 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5920
   vendor CMO
  xserver.version: 2:1.16.0-1ubuntu1.2

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

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


[Touch-packages] [Bug 1417826] Re: display acting up. overlay .. ?

2015-04-30 Thread Morten Hundevad
I am using a laptop do only have one card,  I am using nvidia driver
because I need 3d acceleration.

I have to use comprez (may be wrong spelling)

To manually definitely dual screen layout, if I remove this manually
configured layout it fails. Constant.

With fix in place I sometimes get odd behavior where both screens are on
the same monitor and it scrolls sideways.  (this could of cause be error
in my manually config method)

Do this awnser you'r question?

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

Title:
   display acting up. overlay .. ?

Status in xorg package in Ubuntu:
  Expired

Bug description:
  display acting up.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Er et filkatalog: 
'/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.9.1 (Ubuntu 4.9.1-16ubuntu6)
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Feb  4 01:29:47 2015
  DistUpgraded: 2014-11-11 23:22:24,600 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0571]
   NVIDIA Corporation GF116M [GeForce GT 555M/635M] [10de:124d] (rev a1) 
(prog-if 00 [VGA controller])
     Subsystem: Dell GeForce GT 555M [1028:0571]
  InstallationDate: Installed on 2014-10-11 (115 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Dell System XPS L702X
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=81abd60b-9317-4293-accd-cf625ddbaa45 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-11-11 (84 days ago)
  dmi.bios.date: 09/07/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 0XN71K
  dmi.board.vendor: Dell Inc.
  dmi.board.version: FAB1
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd09/07/2012:svnDellInc.:pnDellSystemXPSL702X:pvr:rvnDellInc.:rn0XN71K:rvrFAB1:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L702X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Feb  3 20:36:12 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5920
   vendor CMO
  xserver.version: 2:1.16.0-1ubuntu1.2

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

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


[Touch-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-30 Thread Iain Lane
14.04 package uploaded

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

Title:
  GTK3 can't resize treeviewcolumn

Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 source package in Trusty:
  In Progress
Status in gtk+3.0 source package in Utopic:
  In Progress

Bug description:
  there's a bug in gtk+ 3.10 and 3.12 (Ubuntu 14.04 and 14.10) which prevents 
user from resizing a column in TreeView.
  In the sample code below, when started, try to resize the 'File Name' column 
so the Size in bytes' column would go out of the view - right now it's not 
possible. It was working with gtk2 and it's working with gtk 3.14. 

  Please use sample code from attachement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1448969/+subscriptions

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


[Touch-packages] [Bug 1390012] Re: /etc/init.d/ssh stop does not stop ssh server processes on 14.04

2015-04-30 Thread Robie Basak
*** This bug is a duplicate of bug 1273462 ***
https://bugs.launchpad.net/bugs/1273462

This sounds like a duplicate of bug 1273462 to me.

** This bug has been marked a duplicate of bug 1273462
   Users can mistakenly run init.d scripts and cause problems if an equivalent 
upstart job already exists

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

Title:
  /etc/init.d/ssh stop does not stop ssh server processes on 14.04

Status in openssh package in Ubuntu:
  Confirmed

Bug description:
  Running /etc/init.d/ssh stop does not result in ssh server being
  stopped. Running service ssh stop works fine.

  As a result, running /etc/init.d/ssh restart does not restart sshd
  so new settings from sshd_config won't be loaded.

  Using service ssh restart works fine, but ideally using the init
  script should still work as long as it's still there.

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

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


[Touch-packages] [Bug 1450462] [NEW] package bluetooth-touch (not installed) failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2015-04-30 Thread Lukasz Grzesik
Public bug reported:

Small mess with GPG keys and some unconfigured packages.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: bluetooth-touch (not installed)
Uname: Linux 3.19.3-031903-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
Date: Thu Apr 30 12:41:49 2015
DuplicateSignature: package:bluetooth-touch:(not installed):podproces 
zainstalowany skrypt post-installation zwrócił kod błędu 1
ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod 
błędu 1
InstallationDate: Installed on 2014-10-16 (195 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20141016)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: bluetooth-touch
Title: package bluetooth-touch (not installed) failed to install/upgrade: 
podproces zainstalowany skrypt post-installation zwrócił kod błędu 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bluetooth-touch (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package vivid

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

Title:
  package bluetooth-touch (not installed) failed to install/upgrade:
  podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

Status in bluetooth-touch package in Ubuntu:
  New

Bug description:
  Small mess with GPG keys and some unconfigured packages.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: bluetooth-touch (not installed)
  Uname: Linux 3.19.3-031903-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Thu Apr 30 12:41:49 2015
  DuplicateSignature: package:bluetooth-touch:(not installed):podproces 
zainstalowany skrypt post-installation zwrócił kod błędu 1
  ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod 
błędu 1
  InstallationDate: Installed on 2014-10-16 (195 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20141016)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: bluetooth-touch
  Title: package bluetooth-touch (not installed) failed to install/upgrade: 
podproces zainstalowany skrypt post-installation zwrócił kod błędu 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1450462] Re: package bluetooth-touch (not installed) failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2015-04-30 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 bluetooth-touch in Ubuntu.
https://bugs.launchpad.net/bugs/1450462

Title:
  package bluetooth-touch (not installed) failed to install/upgrade:
  podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

Status in bluetooth-touch package in Ubuntu:
  New

Bug description:
  Small mess with GPG keys and some unconfigured packages.

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: bluetooth-touch (not installed)
  Uname: Linux 3.19.3-031903-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  Date: Thu Apr 30 12:41:49 2015
  DuplicateSignature: package:bluetooth-touch:(not installed):podproces 
zainstalowany skrypt post-installation zwrócił kod błędu 1
  ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod 
błędu 1
  InstallationDate: Installed on 2014-10-16 (195 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20141016)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: bluetooth-touch
  Title: package bluetooth-touch (not installed) failed to install/upgrade: 
podproces zainstalowany skrypt post-installation zwrócił kod błędu 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1364872] Re: The gdbserver is not available on the device image

2015-04-30 Thread Marcus Tomlinson
This seriously needs to be fixed asap. You can't expect developers to
install the gdbserver manually via adb :(

** 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 ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1364872

Title:
  The gdbserver is not available on the device image

Status in the base for Ubuntu mobile products:
  New
Status in ubuntu-touch-meta package in Ubuntu:
  Confirmed

Bug description:
  To enable debugging of applications with C++ code the target device
  must have gdbserver package installed.

  Right now for that the app developers need to turn the device writable
  and manually install the gdbserver package.

  It would be much more convinient and secure to keep the device
  readonly and have the gdbserver pre-installed on the device.

  The disk space should not be a concern  as all installed files from
  the package use up 215KB (binary - 190KB + doc - 20KB   + manpage -
  5KB)

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

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


[Touch-packages] [Bug 1219337] Re: Users can change the clock without authenticating, allowing them to locally exploit sudo.

2015-04-30 Thread Marc Deslauriers
Yes, the tty numbers and inodes reset when you reboot. That is why sudo
has an init script that forcibly expires all the timestamp files when
you reboot.

Without rebooting, the tty, inode, sid should change for every terminal
you open.

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

Title:
  Users can change the clock without authenticating, allowing them to
  locally exploit sudo.

Status in GNOME Control Center:
  Unknown
Status in sudo:
  Unknown
Status in Unity:
  Invalid
Status in policykit-desktop-privileges package in Ubuntu:
  Opinion
Status in sudo package in Ubuntu:
  Triaged
Status in policykit-desktop-privileges source package in Precise:
  Opinion
Status in sudo source package in Precise:
  Triaged
Status in policykit-desktop-privileges source package in Trusty:
  Opinion
Status in sudo source package in Trusty:
  Triaged
Status in policykit-desktop-privileges source package in Utopic:
  Opinion
Status in sudo source package in Utopic:
  Triaged
Status in policykit-desktop-privileges source package in Vivid:
  Opinion
Status in sudo source package in Vivid:
  Triaged

Bug description:
  Under unity and cinnamon, it is possible for a user to turn off
  network-syncronized time and then change the time on the system. It is
  also possible to cat /var/log/auth.log and find the last time a user
  authenticated with sudo, along with which pty they used. If a user had
  used a terminal and successfully authenticated with sudo anytime in
  the past, and left the sudo file in /var/lib/sudo/username/, a
  malicious user could walk up to an unlocked, logged in machine and
  gain sudo without knowing the password for the computer.

  To do this, a user would only need to launch a few terminals, figure
  out which pty they were on via tty, find the an instance in
  /var/log/auth.log where sudo was used on that PTY, and set the clock
  to that time. Once this is done, they can run (for example) sudo -s
  and have a full access terminal.

  1) This has been observed on Ubuntu 13.04, and may work on other versions.
  2) This may have an effect on various window managers, but I confirmed it on 
Unity and Cinnamon
  3) I expected to have to authenticate when I changed the time and date, as I 
do on Gnome and KDE. I also expected to be denied permission to auth.log
  4) I was able to change the system time to whatever I wanted, and view 
auth.log. This was sufficient to access sudo without having to type my password.

  Note: This bug also affects any version of OS X, though the mechanism
  is different. Some versions don't require you to authenticate to
  change the time through the GUI, but some do. No version I've seen
  requires authentication to use the systemsetup command, which can
  alter the time from the command line. This may be an overall bug in
  sudo. Why can I bypass security by changing the time?!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1219337/+subscriptions

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


[Touch-packages] [Bug 1450024] [NEW] vivid ubiquity dns resolution

2015-04-30 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

vivid preseed install with ubiquity has no dns resolution, so mirror is
not refreshed and wget is not working in success_command. Ubuntu 14.10
is working ok.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ubiquity-2.21.25 vivid
-- 
vivid ubiquity dns resolution
https://bugs.launchpad.net/bugs/1450024
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to network-manager 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 1366241] Re: [P35V2, Realtek ALC282, Speaker, Internal] No sound at all after laptop suspended

2015-04-30 Thread Patrick van der Leer
I have an XMG C504 which is the same as the P35V2 rebranded, see
http://askubuntu.com/questions/517578/no-sound-after-suspend-standby

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

Title:
  [P35V2, Realtek ALC282, Speaker, Internal] No sound at all after
  laptop suspended

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  Speaker audio no longer works after suspend and resume on my laptop.
  The sound icon in the desktop sound settings does not appear muted and
  toggling the mute setting does not restore the speaker audio.
  *However* I can restore speaker audio by muting the audio and then
  increasing the audio volume from a muted state. This works when using
  the audio function keys on my laptop, I haven't tried achieving the
  same thing through the GUI. Strangely simply toggling mute doesn't
  restore speaker audio, neither does just fiddling with volume, I have
  to increase the volume from a muted state.

  Additionally headphone audio doesn't appear to have any problems, it
  continues to work after a suspend.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cam2374 F pulseaudio
   /dev/snd/pcmC1D0c:   cam2374 F...m pulseaudio
   /dev/snd/controlC0:  cam2374 F pulseaudio
  CurrentDesktop: Unity
  Date: Sat Sep  6 11:57:12 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-08-30 (6 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cam2374 F pulseaudio
   /dev/snd/pcmC1D0c:   cam2374 F...m pulseaudio
   /dev/snd/controlC0:  cam2374 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [P35V2, Realtek ALC282, Speaker, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/14/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: FB0A
  dmi.board.asset.tag: NONE
  dmi.board.name: P35V2
  dmi.board.vendor: GIGABYTE
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrFB0A:bd07/14/2014:svnGIGABYTE:pnP35V2:pvr1.0:rvnGIGABYTE:rnP35V2:rvr1.0:cvnToBeFilledByO.E.M.:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: P35V2
  dmi.product.version: 1.0
  dmi.sys.vendor: GIGABYTE

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

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


[Touch-packages] [Bug 1450044] Re: On laptop on card AMD, screen brightness backlight isn't memorized between sessions (systemd-backlight)

2015-04-30 Thread Tamir
 Are you using the free driver or the AMD proprietary one?
On the laptop is only free driver supplied with kernel 3.19.

 If you press the brightness keys, do you get a notification bubble for that 
 which shows the current value?
Yes, a notice displayed on the current value of the brightness of the screen.
The output (grep -r . /sys/class/backlight/*) is attached.

** Attachment added: grep -r
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1450044/+attachment/4388279/+files/grep%20-r

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

Title:
  On laptop on card AMD, screen brightness backlight isn't memorized
  between sessions (systemd-backlight)

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  HOW TO REPRODUCE:
    1. Boot a laptop (on example my laptop on base Dual core AMD A6-4400M APU 
with Radeon HD Graphics 7670m) with Ubuntu 15.04 (systemd).
    2. Set a different screen backlight brightness level.
    3. Reboot.

  RESULT:
    Backlight is not memorized.

  Description laptop:
  CPU~Dual core AMD A6-4400M APU with Radeon HD Graphics (-MCP-) 
speed/max~2000/2700 MHz Kernel~3.19.0-15-generic x86_64 Up~1:19 
Mem~1798.2/3724.2MB HDD~500.1GB(10.5% used) Procs~208 Client~Shell inxi~2.2.16
  iv@iv-pc:~$  inxi -v5
  System:Host: iv-pc Kernel: 3.19.0-15-generic x86_64 (64 bit gcc: 4.9.2)
     Desktop: Unity 7.3.2 (Gtk 3.14.12-0ubuntu2)
     Distro: Ubuntu 15.04 vivid
  Machine:   System: SAMSUNG product: 355V4C/356V4C/3445VC/3545VC v: 
P09AAN.031.CP
     Mobo: SAMSUNG model: NP355V5X-S01RU v: BOARD 00
     Bios: American Megatrends v: P09AAN date: 07/04/2013
  CPU:   Dual core AMD A6-4400M APU with Radeon HD Graphics (-MCP-) cache: 
2048 KB
     flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 
10780
     clock speeds: max: 2700 MHz 1: 2700 MHz 2: 2400 MHz
  Memory:Using dmidecode: you must be root to run dmidecode
  Graphics:  Card-1: Advanced Micro Devices [AMD/ATI] Trinity [Radeon HD 7520G]
     bus-ID: 00:01.0
     Card-2: Advanced Micro Devices [AMD/ATI] Thames [Radeon HD 
7500M/7600M Series]
     bus-ID: 01:00.0
     Display Server: X.Org 1.17.1 drivers: ati,radeon (unloaded: 
fbdev,vesa)
     Resolution: 1366x768@60.1hz
     GLX Renderer: Gallium 0.4 on AMD ARUBA
     GLX Version: 3.0 Mesa 10.5.2 Direct Rendering: Yes

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu3
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 29 17:16:22 2015
  InstallationDate: Installed on 2015-04-29 (0 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 355V4C/356V4C/3445VC/3545VC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=3cdab672-0213-4aa9-8bb8-6b5a44b121b9 ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] Нет такого файла или каталога: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P09AAN
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NP355V5X-S01RU
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: BOARD REVISION 00
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP09AAN:bd07/04/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn355V4C/356V4C/3445VC/3545VC:pvrP09AAN.031.CP:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP355V5X-S01RU:rvrBOARDREVISION00:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 355V4C/356V4C/3445VC/3545VC
  dmi.product.version: P09AAN.031.CP
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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

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


[Touch-packages] [Bug 1343020] Re: Realtek ALC889A No sound output

2015-04-30 Thread Bernard Helyer
Yeah, I've got a MacBook 5,2 too, and I can't make ALSA drive the
headphone jack at all. The hdajackretask rerouting to the line-in (then
plug the headphones in there) workaround that Tobias suggested is indeed
very hacky, but does work.

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

Title:
  Realtek ALC889A No sound output

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I checked whole Google for this problem and tried very many things to
  solve it. Alsamixer does recognise if I plug in the headphones and
  does automute the speaker-sound but there is no sound on the
  headphones. The speakers work well. I installed some extern drivers by
  Realtek but this crashed the whole sound and I did a fresh
  installation of Ubuntu 14.04. The only thing I changed now is alsa-
  base.conf, I added the recommended line options snd-hda-intel
  model=mb5 for my Macbook.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tobias 1922 F pulseaudio
tobias14404 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Jul 17 01:29:33 2014
  InstallationDate: Installed on 2014-07-16 (0 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:NVidia failed
  Symptom_Card: Internes Audio - HDA NVidia
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tobias 1922 F pulseaudio
tobias14404 F pulseaudio
  Symptom_Jack: Green Headphone Out, Rear
  Symptom_Type: No sound at all
  Title: [MacBook5,2, Realtek ALC889A, Green Headphone Out, Rear] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/16/09
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MB52.88Z.0088.B05.090416
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-F22788AA
  dmi.board.vendor: Apple Inc.
  dmi.chassis.asset.tag: Asset Tag#
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-F22788AA
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMB52.88Z.0088.B05.090416:bd04/16/09:svnAppleInc.:pnMacBook5,2:pvr1.0:rvnAppleInc.:rnMac-F22788AA:rvr:cvnAppleInc.:ct10:cvrMac-F22788AA:
  dmi.product.name: MacBook5,2
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  mtime.conffile..etc.modprobe.d.alsa.base.conf: 2014-07-16T22:29:29.018786

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

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


[Touch-packages] [Bug 1450255] Re: SIM switchers should display carrier names

2015-04-30 Thread Christian Dywan
That I did not know. That's a nice work-around then until it works out
of the box.

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Incomplete = 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/1450255

Title:
  SIM switchers should display carrier names

Status in address-book-app package in Ubuntu:
  New
Status in dialer-app package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New

Bug description:
  Right now whenever I need to pick a SIM card somewhere it says SIM 1
  and SIM 2. That means I need to look up what the respective cards
  are on a regular basis to be sure which is which - there's no way I
  will remember this, not to mention when traveling I change cards and
  it's paramount for me to know what card is in there and not
  accidentally use the wrong one.

  SIM switchers should display the names of the carriers rather than
  mere numbers.

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

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


[Touch-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-30 Thread Iain Lane
 14.10 too

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

Title:
  GTK3 can't resize treeviewcolumn

Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 source package in Trusty:
  In Progress
Status in gtk+3.0 source package in Utopic:
  In Progress

Bug description:
  there's a bug in gtk+ 3.10 and 3.12 (Ubuntu 14.04 and 14.10) which prevents 
user from resizing a column in TreeView.
  In the sample code below, when started, try to resize the 'File Name' column 
so the Size in bytes' column would go out of the view - right now it's not 
possible. It was working with gtk2 and it's working with gtk 3.14. 

  Please use sample code from attachement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1448969/+subscriptions

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


[Touch-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-30 Thread Lars Uebernickel
** Description changed:

- there's a bug in gtk+ 3.10 and 3.12 (Ubuntu 14.04 and 14.10) which prevents 
user from resizing a column in TreeView.
- In the sample code below, when started, try to resize the 'File Name' column 
so the Size in bytes' column would go out of the view - right now it's not 
possible. It was working with gtk2 and it's working with gtk 3.14. 
+ This is a regression from 3.8 present until 3.12 (it is fixed on 3.14+).
  
- Please use sample code from attachement
+ Two issues regarding tree view columns:
+ 
+ 1. When columns in a tree view are set to be resizeable and the
+ horizontal scrollbar is shown, they cannot be resized.
+ 
+ 2. When columns are of fixed width, the horizontal scrollbar is not
+ visible when it should be.
+ 
+ The proposed fix is to backport a couple of reverts from gtk+ 3.14.
+ 
+ [Test Case]
+ 
+ For 1) Open nautilus and change it to list mode (Ctrl+1). Resize the
+ window so that the horizontal scroll bar appears. The name column is not
+ resizeable but should be with this fix applied.
+ 
+ For 2) Open gtk3-demo (from gtk-3-examples) and run the Tree Store
+ demo (under Tree View). Resize the window so that content on the right
+ gets hidden. No horizontal scrollbar becomes visible unless this fix is
+ applied.
+ 
+ [Regression Potential]
+ 
+ Any application using gtk's tree view with visible columns is
+ potentially affected. However, resizing columns is not a common
+ operation and horizontal scrollbars should rarely be visible.

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

Title:
  GTK3 can't resize treeviewcolumn

Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 source package in Trusty:
  In Progress
Status in gtk+3.0 source package in Utopic:
  In Progress

Bug description:
  This is a regression from 3.8 present until 3.12 (it is fixed on
  3.14+).

  Two issues regarding tree view columns:

  1. When columns in a tree view are set to be resizeable and the
  horizontal scrollbar is shown, they cannot be resized.

  2. When columns are of fixed width, the horizontal scrollbar is not
  visible when it should be.

  The proposed fix is to backport a couple of reverts from gtk+ 3.14.

  [Test Case]

  For 1) Open nautilus and change it to list mode (Ctrl+1). Resize the
  window so that the horizontal scroll bar appears. The name column is
  not resizeable but should be with this fix applied.

  For 2) Open gtk3-demo (from gtk-3-examples) and run the Tree Store
  demo (under Tree View). Resize the window so that content on the
  right gets hidden. No horizontal scrollbar becomes visible unless this
  fix is applied.

  [Regression Potential]

  Any application using gtk's tree view with visible columns is
  potentially affected. However, resizing columns is not a common
  operation and horizontal scrollbars should rarely be visible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1448969/+subscriptions

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


[Touch-packages] [Bug 1417826] Re: display acting up. overlay .. ?

2015-04-30 Thread Christopher M. Penalver
Morten Hundevad:

Do this awnser you'r question?

Unfortunately, not at all.

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

Title:
   display acting up. overlay .. ?

Status in xorg package in Ubuntu:
  Expired

Bug description:
  display acting up.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Er et filkatalog: 
'/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.9.1 (Ubuntu 4.9.1-16ubuntu6)
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.7-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Feb  4 01:29:47 2015
  DistUpgraded: 2014-11-11 23:22:24,600 DEBUG enabling apt cron job
  DistroCodename: utopic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
     Subsystem: Dell Device [1028:0571]
   NVIDIA Corporation GF116M [GeForce GT 555M/635M] [10de:124d] (rev a1) 
(prog-if 00 [VGA controller])
     Subsystem: Dell GeForce GT 555M [1028:0571]
  InstallationDate: Installed on 2014-10-11 (115 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. Dell System XPS L702X
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=81abd60b-9317-4293-accd-cf625ddbaa45 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to utopic on 2014-11-11 (84 days ago)
  dmi.bios.date: 09/07/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A19
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 0XN71K
  dmi.board.vendor: Dell Inc.
  dmi.board.version: FAB1
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd09/07/2012:svnDellInc.:pnDellSystemXPSL702X:pvr:rvnDellInc.:rn0XN71K:rvrFAB1:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L702X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Tue Feb  3 20:36:12 2015
  xserver.configfile: /etc/X11/xorg.conf
  xserver.errors:

  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5920
   vendor CMO
  xserver.version: 2:1.16.0-1ubuntu1.2

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

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


[Touch-packages] [Bug 1432613] Re: Facebook and MSN messengers shutting down (third-party client access)

2015-04-30 Thread Iain Lane
These are all uploaded. mardy, could you please push lp:~laney/account-
plugins/lp1432613-{trusty,utopic,vivid} to the stable branches for those
releases please?

** Description changed:

+ [ Description ]
+ 
+ Facebook messenger and Windows Live messenger don't work any more
+ because Facebook  Microsoft removed third-party support for them.
+ 
+ [ Fix  QA ]
+ 
+ Stop supporting IM accounts for these clients. For both creation 
+ continued use.
+ 
+ Verify that if you add a WLM or FB account in online accounts, empathy
+ doesn't try to connect to it.
+ 
+ account-plugins-windows-live shouldn't be pulled in by default any
+ more (check a trusty daily which is built with proposed).
+ 
+ [ Regression potential ]
+ 
+ This is a regression, in that we stop supporting some account types.
+ We don't have a choice about this.
+ 
+ [ Original description ]
+ 
  The march towards a future of silos carries on.
  
  https://developers.facebook.com/docs/chat - the XMPP gateway for
  Facebook will shut down on April 30.
  
  http://ismsndeadyet.com/ - Microsoft are removing MSN endpoints.
  
  I guess we need to correspondingly remove IM support for these services
   SRU it back.

** Changed in: empathy (Ubuntu Utopic)
   Status: New = In Progress

** Changed in: empathy (Ubuntu Trusty)
   Status: New = In Progress

** Changed in: account-plugins (Ubuntu Utopic)
   Status: New = In Progress

** Changed in: account-plugins (Ubuntu Trusty)
   Status: New = In Progress

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

Title:
  Facebook and MSN messengers shutting down (third-party client access)

Status in Online Accounts: Account plugins:
  In Progress
Status in Webapps Team Task Tracking Project:
  Confirmed
Status in account-plugins package in Ubuntu:
  In Progress
Status in empathy package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  New
Status in account-plugins source package in Trusty:
  In Progress
Status in empathy source package in Trusty:
  In Progress
Status in ubuntu-system-settings-online-accounts source package in Trusty:
  Won't Fix
Status in account-plugins source package in Utopic:
  In Progress
Status in empathy source package in Utopic:
  In Progress
Status in ubuntu-system-settings-online-accounts source package in Utopic:
  Won't Fix
Status in account-plugins source package in Vivid:
  In Progress
Status in empathy source package in Vivid:
  In Progress
Status in ubuntu-system-settings-online-accounts source package in Vivid:
  Won't Fix

Bug description:
  [ Description ]

  Facebook messenger and Windows Live messenger don't work any more
  because Facebook  Microsoft removed third-party support for them.

  [ Fix  QA ]

  Stop supporting IM accounts for these clients. For both creation 
  continued use.

  Verify that if you add a WLM or FB account in online accounts, empathy
  doesn't try to connect to it.

  account-plugins-windows-live shouldn't be pulled in by default any
  more (check a trusty daily which is built with proposed).

  [ Regression potential ]

  This is a regression, in that we stop supporting some account types.
  We don't have a choice about this.

  [ Original description ]

  The march towards a future of silos carries on.

  https://developers.facebook.com/docs/chat - the XMPP gateway for
  Facebook will shut down on April 30.

  http://ismsndeadyet.com/ - Microsoft are removing MSN endpoints.

  I guess we need to correspondingly remove IM support for these
  services  SRU it back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1432613/+subscriptions

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


[Touch-packages] [Bug 1364872] Re: The gdbserver is not available on the device image

2015-04-30 Thread Ted Gould
** Branch linked: lp:~ted/ubuntu-seeds/gdbserver

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

Title:
  The gdbserver is not available on the device image

Status in the base for Ubuntu mobile products:
  New
Status in ubuntu-touch-meta package in Ubuntu:
  Confirmed

Bug description:
  To enable debugging of applications with C++ code the target device
  must have gdbserver package installed.

  Right now for that the app developers need to turn the device writable
  and manually install the gdbserver package.

  It would be much more convinient and secure to keep the device
  readonly and have the gdbserver pre-installed on the device.

  The disk space should not be a concern  as all installed files from
  the package use up 215KB (binary - 190KB + doc - 20KB   + manpage -
  5KB)

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

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


[Touch-packages] [Bug 1448800] Re: iproute2 version in vivid vervet

2015-04-30 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu 
better.
to 
As Vivid is now released and this is a new feature, it seems unlikely that 
we'll be able to update this package in Vivid. See 
https://wiki.ubuntu.com/StableReleaseUpdates for policy and rationale. But we 
can track the update to a newer version of iproute2 in the development release 
in this bug.

** Tags added: upgrade-software-version

** Summary changed:

- iproute2 version in vivid vervet
+ Please update iproute2 to the latest version

** Changed in: iproute2 (Ubuntu)
   Status: New = Triaged

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

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

Title:
  Please update iproute2 to the latest version

Status in iproute2 package in Ubuntu:
  Triaged

Bug description:
  That iproute2 version does not match kernel version 3.19 prevents
  users from using new features in kernel 3.19 such as ipvlan.

  jeffl@ubuntu:~$ cat /etc/lsb-release
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=15.04
  DISTRIB_CODENAME=vivid
  DISTRIB_DESCRIPTION=Ubuntu 15.04
  jeffl@ubuntu:~$ uname -a
  Linux ubuntu 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
  jeffl@ubuntu:~$ dpkg -l | grep iproute2
  ii  iproute23.16.0-2ubuntu1  amd64
networking and traffic control tools
  jeffl@ubuntu:~$

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

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


[Touch-packages] [Bug 1012081] Re: util-linux needs updating to 2.24.2

2015-04-30 Thread Hartwig Kolbe
In 12.10 to 14.04, I was using several ntfs partitions which got auto-mounted 
by fstab entries, using 
...uid=1000,gid=1000,x-gvfs-show,x-gvfs-name=something. 
With a new PC I installed 14.04.2 64bit, and use ext4 for these shared disks.
Unfortunately, doing so had me hit by this bug. Since auto-mounting is 
necessary, I tried to find a solution which took me to this thread.
Well, I tried to use the updated util-linux from the above mentioned ppa by 
Ivan Larionov.
The fstab entries done by the gnome-disk-utility v 3.10.0 which comes with 
14.04.2 are still causing problems at boot.
After some try and error I found that the entry in fstab needs to be 
...comment=x-gvfs-show... as opposed to ...x-gvfs-show... entered by the 
gnome-disk-utility when Show in user interface is checked.

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

Title:
  util-linux needs updating to 2.24.2

Status in util-linux package in Ubuntu:
  Fix Released
Status in util-linux source package in Raring:
  Won't Fix
Status in util-linux package in Debian:
  Fix Released

Bug description:
  Applications in the default desktop - specifically gnome-disk-utility
  - depend on behaviour only introduced in util-linux 2.21+.
  Specifically if you select Show in user interface in mount options,
  it adds the mount option x-gvfs-show to the mount options in
  /etc/fstab. Mounting of this mount point then fails because the option
  is unrecognised.

  Also reported bug from the other point of view in bug #1011257

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: util-linux 2.20.1-1ubuntu3
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  Date: Tue Jun 12 12:38:02 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: util-linux
  UpgradeStatus: Upgraded to quantal on 2012-06-09 (3 days ago)

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

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


[Touch-packages] [Bug 1372051] Re: ntp postinst user/group add commands are not idempotent

2015-04-30 Thread Robie Basak
Importance - Low as this appears to only affect one user and so I think
probably applies to only unusual system configurations. If we find
otherwise we can always bump it.

** Summary changed:

- do release upgrade failed at ntp, configure step
+ ntp postinst user/group add commands are not idempotent

** No longer affects: ubuntu-release-upgrader (Ubuntu)

** Changed in: ntp (Ubuntu)
   Importance: Undecided = Low

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

Title:
  ntp postinst user/group add commands are not idempotent

Status in ntp package in Ubuntu:
  New

Bug description:
  At do release upgrade from 12.04.05 to 14.04.01, the ntp package failed:
  Errors were encountered while processing:
   ntp
  Error in function: 

  
  A fatal error occurred 

  Please report this as a bug and include the files 
  /var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in 
  your report. The upgrade has aborted. 
  Your original sources.list was saved in 
  /etc/apt/sources.list.distUpgrade. 

  SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)


  Could not install the upgrades

  The upgrade has aborted. Your system could be in an unusable state. A 
  recovery will run now (dpkg --configure -a). 

  Please report this bug in a browser at 
  http://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+filebug 
  and attach the files in /var/log/dist-upgrade/ to the bug report. 
  installArchives() failed 

  Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2) ...
  dpkg: error processing package ntp (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   ntp

  Upgrade complete

  The upgrade has completed but there were errors during the upgrade 
  process. 


  In /var/lib/dpkg/info/ntp.postinst the add group / adduser commands fail due 
to already existing group / user.
  Appended “ || /bin/true” to those lines, and “dpkg —configure ntp” succeeded.

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

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


[Touch-packages] [Bug 1430744] Re: Word gets lost if changing layout whilst still in preedit

2015-04-30 Thread Davide Alberelli
I sent this email on the ubuntu-phone mailing list today, before noticing this 
bug:

bq device, r21.
I have 4 keyboard layouts set (Italian, English, German and Emoji). I am not 
always aware of the last language I used, so sometimes I start typing and then 
notice that the language of the hints is different from the one I need.

I have two options:
1) finish the word, so the autocorrect changes it to what it thinks that is 
right, then erase it, change language and type it again.
2) press (or long press) the World icon to change language, this will erase 
the word that I wrote, then I have to type the word again.

What I would expect is that using option 2) the word does not get
erased, but simply the hints change to the ones in the language that I
select (We are all used to this behaviour on Android, as well as on our
computers).

Germans know how long a word can be and how annoying this can be,
especially if you are not texting but writing something in a form in the
browser or writing an email.

And indeed the worst things happen when you are typing fast, because sometimes 
this button gets pressed instead of the space bar (because the latter is 
objectively short), so your word gets erased and the language changes without 
any advice.



If you switch to another language (maybe not the Emoji layout) the word should 
_not_ be committed, just the hints should be different.

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

Title:
  Word gets lost if changing layout whilst still in preedit

Status in Ubuntu Keyboard:
  Fix Released
Status in ubuntu-keyboard package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce

  1) Type Hello but don't press space

  2) Switch to the Emoji layout

  Expected result

  Hello should be committed

  Actual result

  Hello disappears.

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

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


[Touch-packages] [Bug 1450448] [NEW] kinfocenter crash

2015-04-30 Thread spear
Public bug reported:

since the upgrade to 15.04 when you open kinfocenter in kde and click on open 
gl you get an application crash - the console output will say
$ kinfocenter
Failed to establish shared memory mapping, will fallback to private memory -- 
memory usage will increase
kf5.kiconthemes: Theme tree: (Breeze)
kf5.kservice.sycoca: Trying to open ksycoca from /home/dave/.cache/ksycoca5
QObject::connect: No such signal 
QAction::triggered(Qt::MouseButtons,Qt::KeyboardModifiers)
QObject::connect:  (sender name:   'search')
Error: glXMakeCurrent failed

the last line is of importance - after that kinfocenter crashes but
doesnt close - it hangs ...

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
Uname: Linux 3.19.0-15-generic x86_64
ApportVersion: 2.17.2-0ubuntu1
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Apr 30 14:04:49 2015
InstallationDate: Installed on 2009-12-21 (1955 days ago)
InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to vivid on 2015-04-23 (6 days ago)

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


** Tags: amd64 apport-bug freeze kubuntu third-party-packages 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/1450448

Title:
  kinfocenter crash

Status in xorg package in Ubuntu:
  New

Bug description:
  since the upgrade to 15.04 when you open kinfocenter in kde and click on open 
gl you get an application crash - the console output will say
  $ kinfocenter
  Failed to establish shared memory mapping, will fallback to private memory -- 
memory usage will increase
  kf5.kiconthemes: Theme tree: (Breeze)
  kf5.kservice.sycoca: Trying to open ksycoca from /home/dave/.cache/ksycoca5
  QObject::connect: No such signal 
QAction::triggered(Qt::MouseButtons,Qt::KeyboardModifiers)
  QObject::connect:  (sender name:   'search')
  Error: glXMakeCurrent failed

  the last line is of importance - after that kinfocenter crashes but
  doesnt close - it hangs ...

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Apr 30 14:04:49 2015
  InstallationDate: Installed on 2009-12-21 (1955 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (6 days ago)

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

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


[Touch-packages] [Bug 1450255] Re: SIM switchers should display carrier names

2015-04-30 Thread Sebastien Bacher
settings is a configuration UI, what do you expect us to provide more?
out of the box is not a setting thing, configuration is...

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New = Incomplete

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

Title:
  SIM switchers should display carrier names

Status in address-book-app package in Ubuntu:
  New
Status in dialer-app package in Ubuntu:
  New
Status in messaging-app package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete

Bug description:
  Right now whenever I need to pick a SIM card somewhere it says SIM 1
  and SIM 2. That means I need to look up what the respective cards
  are on a regular basis to be sure which is which - there's no way I
  will remember this, not to mention when traveling I change cards and
  it's paramount for me to know what card is in there and not
  accidentally use the wrong one.

  SIM switchers should display the names of the carriers rather than
  mere numbers.

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

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


[Touch-packages] [Bug 1450179] Re: manpage of cut should explain how to read from stdin

2015-04-30 Thread Pádraig Brady
It is described in the man page, though not at a standard or appropriate 
location.
I'll fix this upstream

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

** Changed in: coreutils (Ubuntu)
 Assignee: (unassigned) = Pádraig Brady (p-draigbrady)

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

Title:
  manpage of cut should explain how to read from stdin

Status in coreutils package in Ubuntu:
  In Progress

Bug description:
  It's a crucial usecase.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: coreutils 8.23-3ubuntu1
  Uname: Linux 4.0.0-04-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 29 22:00:24 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-04-02 (26 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: coreutils
  SystemImageInfo:
   current build number: 0
   device name: 
   channel: daily
   last update: Unknown
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1448775] Re: Unable to login after upgrade from 14.10 to 15.04 possible XOrg crash

2015-04-30 Thread Jakub Nietrzeba
Tried, same effect. Compiz will crash at every one login attempt. Is
there a way to fire compiz with debugging in such situation?

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

Title:
  Unable to login after upgrade from 14.10 to 15.04 possible XOrg crash

Status in Compiz:
  New
Status in unity package in Ubuntu:
  New

Bug description:
  After upgrade from working machine with 14.10 to 15.10 I'm unable to
  login. Right after password screen I see loading of desktop and I'm
  returned to password prompt again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,imgpng,unitymtgrabhandles,move,compiztoolbox,place,grid,wall,vpswitch,regex,resize,gnomecompat,snap,session,animation,expo,workarounds,ezoom,fade,scale,unityshell]
  Date: Sun Apr 26 23:07:55 2015
  DistUpgraded: 2015-04-26 22:20:44,130 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.26: added
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   NVIDIA Corporation GT218M [GeForce 315M] [10de:0a7a] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: Toshiba America Info Systems GeForce 315M [1179:fd71]
  InstallationDate: Installed on 2014-11-07 (170 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: TOSHIBA SATELLITE C670-10V
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=28cea712-ba61-42af-a038-545501a067f8 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (0 days ago)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.40
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: TKBSC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.40
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.40:bd04/20/2011:svnTOSHIBA:pnSATELLITEC670-10V:pvrPSC3QE-00700JPL:rvnTOSHIBA:rnTKBSC:rvr1.40:cvnTOSHIBA:ct9:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE C670-10V
  dmi.product.version: PSC3QE-00700JPL
  dmi.sys.vendor: TOSHIBA
  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~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Sun Apr 26 23:07:32 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: nouveau

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

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


[Touch-packages] [Bug 1450024] Re: vivid ubiquity dns resolution

2015-04-30 Thread Phillip Susi
** Package changed: ubiquity (Ubuntu) = network-manager (Ubuntu)

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

Title:
  vivid ubiquity dns resolution

Status in network-manager package in Ubuntu:
  New

Bug description:
  vivid preseed install with ubiquity has no dns resolution, so mirror
  is not refreshed and wget is not working in success_command. Ubuntu
  14.10 is working ok.

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

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


[Touch-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-30 Thread Iain Lane
It's fixed in bzr. See the linked branch.

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

Title:
  GTK3 can't resize treeviewcolumn

Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 source package in Trusty:
  In Progress
Status in gtk+3.0 source package in Utopic:
  In Progress

Bug description:
  there's a bug in gtk+ 3.10 and 3.12 (Ubuntu 14.04 and 14.10) which prevents 
user from resizing a column in TreeView.
  In the sample code below, when started, try to resize the 'File Name' column 
so the Size in bytes' column would go out of the view - right now it's not 
possible. It was working with gtk2 and it's working with gtk 3.14. 

  Please use sample code from attachement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1448969/+subscriptions

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


[Touch-packages] [Bug 1219337] Re: Users can change the clock without authenticating, allowing them to locally exploit sudo.

2015-04-30 Thread Marc Deslauriers
Hi Mark,

In your first hexdump, this is what those values represent:

00013 = id of the device the tty is on
34816 = device id of the tty file
3 = inode of the tty file
01000 = uid of the tty file
5 = gid of the tty file
31291 = sid

The id of the device the tty is on is known. So is the uid and gid.
The device id of the tty file can be found in auth.log.

So that leaves the inode of the tty file and the sid.

You need to be able to open a new tty and hit the same tty number, the
same sid and the same inode, and you need to do it blindly without
knowing in advance what the inode and the sid were.

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

Title:
  Users can change the clock without authenticating, allowing them to
  locally exploit sudo.

Status in GNOME Control Center:
  Unknown
Status in sudo:
  Unknown
Status in Unity:
  Invalid
Status in policykit-desktop-privileges package in Ubuntu:
  Opinion
Status in sudo package in Ubuntu:
  Triaged
Status in policykit-desktop-privileges source package in Precise:
  Opinion
Status in sudo source package in Precise:
  Triaged
Status in policykit-desktop-privileges source package in Trusty:
  Opinion
Status in sudo source package in Trusty:
  Triaged
Status in policykit-desktop-privileges source package in Utopic:
  Opinion
Status in sudo source package in Utopic:
  Triaged
Status in policykit-desktop-privileges source package in Vivid:
  Opinion
Status in sudo source package in Vivid:
  Triaged

Bug description:
  Under unity and cinnamon, it is possible for a user to turn off
  network-syncronized time and then change the time on the system. It is
  also possible to cat /var/log/auth.log and find the last time a user
  authenticated with sudo, along with which pty they used. If a user had
  used a terminal and successfully authenticated with sudo anytime in
  the past, and left the sudo file in /var/lib/sudo/username/, a
  malicious user could walk up to an unlocked, logged in machine and
  gain sudo without knowing the password for the computer.

  To do this, a user would only need to launch a few terminals, figure
  out which pty they were on via tty, find the an instance in
  /var/log/auth.log where sudo was used on that PTY, and set the clock
  to that time. Once this is done, they can run (for example) sudo -s
  and have a full access terminal.

  1) This has been observed on Ubuntu 13.04, and may work on other versions.
  2) This may have an effect on various window managers, but I confirmed it on 
Unity and Cinnamon
  3) I expected to have to authenticate when I changed the time and date, as I 
do on Gnome and KDE. I also expected to be denied permission to auth.log
  4) I was able to change the system time to whatever I wanted, and view 
auth.log. This was sufficient to access sudo without having to type my password.

  Note: This bug also affects any version of OS X, though the mechanism
  is different. Some versions don't require you to authenticate to
  change the time through the GUI, but some do. No version I've seen
  requires authentication to use the systemsetup command, which can
  alter the time from the command line. This may be an overall bug in
  sudo. Why can I bypass security by changing the time?!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1219337/+subscriptions

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


[Touch-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gtk/ubuntugtk3trusty

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

Title:
  GTK3 can't resize treeviewcolumn

Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 source package in Trusty:
  In Progress
Status in gtk+3.0 source package in Utopic:
  In Progress

Bug description:
  there's a bug in gtk+ 3.10 and 3.12 (Ubuntu 14.04 and 14.10) which prevents 
user from resizing a column in TreeView.
  In the sample code below, when started, try to resize the 'File Name' column 
so the Size in bytes' column would go out of the view - right now it's not 
possible. It was working with gtk2 and it's working with gtk 3.14. 

  Please use sample code from attachement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1448969/+subscriptions

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


[Touch-packages] [Bug 1427076] Re: [Ubuntu 15.10] Add Power LE support to libseccomp

2015-04-30 Thread Robie Basak
** Changed in: libseccomp (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: libseccomp (Ubuntu)
   Status: New = Triaged

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

Title:
  [Ubuntu 15.10] Add  Power LE support to libseccomp

Status in libseccomp package in Ubuntu:
  Triaged

Bug description:
  == Comment: #0 - George C. Wilson gcwil...@us.ibm.com - 2015-01-28
  10:13:19 ==

  seccomp mode 2 involves the parsing of BPF (Berkeley Packet Filter)
  configuration files to define system call filtering.  Mode 2 is not
  currently supported on Power; this feature covers the addition of this
  support, which likely includes updates to the kernel and to
  libseccomp.

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

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


[Touch-packages] [Bug 1448800] Re: Please update iproute2 to the latest version

2015-04-30 Thread Jeff Loughridge
Sounds good. Thanks, Robie.

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

Title:
  Please update iproute2 to the latest version

Status in iproute2 package in Ubuntu:
  Triaged

Bug description:
  That iproute2 version does not match kernel version 3.19 prevents
  users from using new features in kernel 3.19 such as ipvlan.

  jeffl@ubuntu:~$ cat /etc/lsb-release
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=15.04
  DISTRIB_CODENAME=vivid
  DISTRIB_DESCRIPTION=Ubuntu 15.04
  jeffl@ubuntu:~$ uname -a
  Linux ubuntu 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux
  jeffl@ubuntu:~$ dpkg -l | grep iproute2
  ii  iproute23.16.0-2ubuntu1  amd64
networking and traffic control tools
  jeffl@ubuntu:~$

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

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


[Touch-packages] [Bug 1450448] Re: kinfocenter crash

2015-04-30 Thread spear
** Description changed:

- since the upgrade to 15.04 when you open kinfocenter in kde and click on open 
gl error the console output will say 
- $ kinfocenter 
+ since the upgrade to 15.04 when you open kinfocenter in kde and click on open 
gl you get an application crash - the console output will say
+ $ kinfocenter
  Failed to establish shared memory mapping, will fallback to private memory -- 
memory usage will increase
  kf5.kiconthemes: Theme tree: (Breeze)
  kf5.kservice.sycoca: Trying to open ksycoca from /home/dave/.cache/ksycoca5
  QObject::connect: No such signal 
QAction::triggered(Qt::MouseButtons,Qt::KeyboardModifiers)
  QObject::connect:  (sender name:   'search')
  Error: glXMakeCurrent failed
  
  the last line is of importance - after that kinfocenter crashes but
  doesnt close - it hangs ...
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Apr 30 14:04:49 2015
  InstallationDate: Installed on 2009-12-21 (1955 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (6 days ago)

** Description changed:

  since the upgrade to 15.04 when you open kinfocenter in kde and click on open 
gl you get an application crash - the console output will say
  $ kinfocenter
  Failed to establish shared memory mapping, will fallback to private memory -- 
memory usage will increase
  kf5.kiconthemes: Theme tree: (Breeze)
  kf5.kservice.sycoca: Trying to open ksycoca from /home/dave/.cache/ksycoca5
  QObject::connect: No such signal 
QAction::triggered(Qt::MouseButtons,Qt::KeyboardModifiers)
  QObject::connect:  (sender name:   'search')
  Error: glXMakeCurrent failed
  
  the last line is of importance - after that kinfocenter crashes but
  doesnt close - it hangs ...
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Apr 30 14:04:49 2015
  InstallationDate: Installed on 2009-12-21 (1955 days ago)
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: Upgraded to vivid on 2015-04-23 (6 days ago)
+ 
+ 
+ $ glxinfo 
+ name of display: :0
+ display: :0  screen: 0
+ direct rendering: Yes
+ server glx vendor string: SGI
+ server glx version string: 1.4
+ server glx extensions:
+ GLX_ARB_create_context, GLX_ARB_create_context_profile, 
+ GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
+ GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, 
+ GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
+ GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
+ GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, 
+ GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control
+ client glx vendor string: Mesa Project and SGI
+ client glx version string: 1.4
+ client glx extensions:
+ GLX_ARB_create_context, GLX_ARB_create_context_profile, 
+ GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
+ GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
+ GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
+ GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
+ GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
+ GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
+ GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
+ GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
+ GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
+ GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
+ GLX_SGI_swap_control, GLX_SGI_video_sync
+ GLX version: 1.4
+ GLX extensions:
+ GLX_ARB_create_context, GLX_ARB_create_context_profile, 
+ GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, 
+ GLX_ARB_get_proc_address, GLX_ARB_multisample, 
+ GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, 
+ GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
+ GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
+ GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
+ GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
+ GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
+ GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
+ GLX_SGI_swap_control, GLX_SGI_video_sync
+ OpenGL vendor string: 

[Touch-packages] [Bug 1219337] Re: Users can change the clock without authenticating, allowing them to locally exploit sudo.

2015-04-30 Thread Mark Smith
Notice that only the SID changed though.  That gives me a 1 in 32k
chance, and I can generate them basically at will with setsid. In my
testing so far, the inode of the TTY file for /dev/pts/0 has stayed 3
across several reboots. If it doesn't change, then it is moot from a
security standpoint.

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

Title:
  Users can change the clock without authenticating, allowing them to
  locally exploit sudo.

Status in GNOME Control Center:
  Unknown
Status in sudo:
  Unknown
Status in Unity:
  Invalid
Status in policykit-desktop-privileges package in Ubuntu:
  Opinion
Status in sudo package in Ubuntu:
  Triaged
Status in policykit-desktop-privileges source package in Precise:
  Opinion
Status in sudo source package in Precise:
  Triaged
Status in policykit-desktop-privileges source package in Trusty:
  Opinion
Status in sudo source package in Trusty:
  Triaged
Status in policykit-desktop-privileges source package in Utopic:
  Opinion
Status in sudo source package in Utopic:
  Triaged
Status in policykit-desktop-privileges source package in Vivid:
  Opinion
Status in sudo source package in Vivid:
  Triaged

Bug description:
  Under unity and cinnamon, it is possible for a user to turn off
  network-syncronized time and then change the time on the system. It is
  also possible to cat /var/log/auth.log and find the last time a user
  authenticated with sudo, along with which pty they used. If a user had
  used a terminal and successfully authenticated with sudo anytime in
  the past, and left the sudo file in /var/lib/sudo/username/, a
  malicious user could walk up to an unlocked, logged in machine and
  gain sudo without knowing the password for the computer.

  To do this, a user would only need to launch a few terminals, figure
  out which pty they were on via tty, find the an instance in
  /var/log/auth.log where sudo was used on that PTY, and set the clock
  to that time. Once this is done, they can run (for example) sudo -s
  and have a full access terminal.

  1) This has been observed on Ubuntu 13.04, and may work on other versions.
  2) This may have an effect on various window managers, but I confirmed it on 
Unity and Cinnamon
  3) I expected to have to authenticate when I changed the time and date, as I 
do on Gnome and KDE. I also expected to be denied permission to auth.log
  4) I was able to change the system time to whatever I wanted, and view 
auth.log. This was sufficient to access sudo without having to type my password.

  Note: This bug also affects any version of OS X, though the mechanism
  is different. Some versions don't require you to authenticate to
  change the time through the GUI, but some do. No version I've seen
  requires authentication to use the systemsetup command, which can
  alter the time from the command line. This may be an overall bug in
  sudo. Why can I bypass security by changing the time?!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1219337/+subscriptions

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


[Touch-packages] [Bug 1219337] Re: Users can change the clock without authenticating, allowing them to locally exploit sudo.

2015-04-30 Thread Mark Smith
To clarify: I reboot, log in, open gnome-terminal.  The tty is always
/dev/pts/0, and ls -i /dev/pts/0 shows an inode of 3. This occurs even
if I shut down and power back on, though admittedly in a VM.

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

Title:
  Users can change the clock without authenticating, allowing them to
  locally exploit sudo.

Status in GNOME Control Center:
  Unknown
Status in sudo:
  Unknown
Status in Unity:
  Invalid
Status in policykit-desktop-privileges package in Ubuntu:
  Opinion
Status in sudo package in Ubuntu:
  Triaged
Status in policykit-desktop-privileges source package in Precise:
  Opinion
Status in sudo source package in Precise:
  Triaged
Status in policykit-desktop-privileges source package in Trusty:
  Opinion
Status in sudo source package in Trusty:
  Triaged
Status in policykit-desktop-privileges source package in Utopic:
  Opinion
Status in sudo source package in Utopic:
  Triaged
Status in policykit-desktop-privileges source package in Vivid:
  Opinion
Status in sudo source package in Vivid:
  Triaged

Bug description:
  Under unity and cinnamon, it is possible for a user to turn off
  network-syncronized time and then change the time on the system. It is
  also possible to cat /var/log/auth.log and find the last time a user
  authenticated with sudo, along with which pty they used. If a user had
  used a terminal and successfully authenticated with sudo anytime in
  the past, and left the sudo file in /var/lib/sudo/username/, a
  malicious user could walk up to an unlocked, logged in machine and
  gain sudo without knowing the password for the computer.

  To do this, a user would only need to launch a few terminals, figure
  out which pty they were on via tty, find the an instance in
  /var/log/auth.log where sudo was used on that PTY, and set the clock
  to that time. Once this is done, they can run (for example) sudo -s
  and have a full access terminal.

  1) This has been observed on Ubuntu 13.04, and may work on other versions.
  2) This may have an effect on various window managers, but I confirmed it on 
Unity and Cinnamon
  3) I expected to have to authenticate when I changed the time and date, as I 
do on Gnome and KDE. I also expected to be denied permission to auth.log
  4) I was able to change the system time to whatever I wanted, and view 
auth.log. This was sufficient to access sudo without having to type my password.

  Note: This bug also affects any version of OS X, though the mechanism
  is different. Some versions don't require you to authenticate to
  change the time through the GUI, but some do. No version I've seen
  requires authentication to use the systemsetup command, which can
  alter the time from the command line. This may be an overall bug in
  sudo. Why can I bypass security by changing the time?!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1219337/+subscriptions

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


[Touch-packages] [Bug 1448775] Re: Unable to login after upgrade from 14.10 to 15.04 possible XOrg crash

2015-04-30 Thread Andrea Azzarone
Can you try to boot with upstart? You should be able to do that from
grub.

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

Title:
  Unable to login after upgrade from 14.10 to 15.04 possible XOrg crash

Status in Compiz:
  New
Status in unity package in Ubuntu:
  New

Bug description:
  After upgrade from working machine with 14.10 to 15.10 I'm unable to
  login. Right after password screen I see loading of desktop and I'm
  returned to password prompt again.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,imgpng,unitymtgrabhandles,move,compiztoolbox,place,grid,wall,vpswitch,regex,resize,gnomecompat,snap,session,animation,expo,workarounds,ezoom,fade,scale,unityshell]
  Date: Sun Apr 26 23:07:55 2015
  DistUpgraded: 2015-04-26 22:20:44,130 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.26: added
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   NVIDIA Corporation GT218M [GeForce 315M] [10de:0a7a] (rev a2) (prog-if 00 
[VGA controller])
 Subsystem: Toshiba America Info Systems GeForce 315M [1179:fd71]
  InstallationDate: Installed on 2014-11-07 (170 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: TOSHIBA SATELLITE C670-10V
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=28cea712-ba61-42af-a038-545501a067f8 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UpgradeStatus: Upgraded to vivid on 2015-04-26 (0 days ago)
  dmi.bios.date: 04/20/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.40
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: TKBSC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: 1.40
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.40:bd04/20/2011:svnTOSHIBA:pnSATELLITEC670-10V:pvrPSC3QE-00700JPL:rvnTOSHIBA:rnTKBSC:rvr1.40:cvnTOSHIBA:ct9:cvrToBeFilledByO.E.M.:
  dmi.product.name: SATELLITE C670-10V
  dmi.product.version: PSC3QE-00700JPL
  dmi.sys.vendor: TOSHIBA
  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~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Sun Apr 26 23:07:32 2015
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3
  xserver.video_driver: nouveau

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

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


[Touch-packages] [Bug 1219337] Re: Users can change the clock without authenticating, allowing them to locally exploit sudo.

2015-04-30 Thread Marc Deslauriers
You could probably write a script that attempts to brute force low-digit
sids and inodes when you supply a tty number. That should be possible.

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

Title:
  Users can change the clock without authenticating, allowing them to
  locally exploit sudo.

Status in GNOME Control Center:
  Unknown
Status in sudo:
  Unknown
Status in Unity:
  Invalid
Status in policykit-desktop-privileges package in Ubuntu:
  Opinion
Status in sudo package in Ubuntu:
  Triaged
Status in policykit-desktop-privileges source package in Precise:
  Opinion
Status in sudo source package in Precise:
  Triaged
Status in policykit-desktop-privileges source package in Trusty:
  Opinion
Status in sudo source package in Trusty:
  Triaged
Status in policykit-desktop-privileges source package in Utopic:
  Opinion
Status in sudo source package in Utopic:
  Triaged
Status in policykit-desktop-privileges source package in Vivid:
  Opinion
Status in sudo source package in Vivid:
  Triaged

Bug description:
  Under unity and cinnamon, it is possible for a user to turn off
  network-syncronized time and then change the time on the system. It is
  also possible to cat /var/log/auth.log and find the last time a user
  authenticated with sudo, along with which pty they used. If a user had
  used a terminal and successfully authenticated with sudo anytime in
  the past, and left the sudo file in /var/lib/sudo/username/, a
  malicious user could walk up to an unlocked, logged in machine and
  gain sudo without knowing the password for the computer.

  To do this, a user would only need to launch a few terminals, figure
  out which pty they were on via tty, find the an instance in
  /var/log/auth.log where sudo was used on that PTY, and set the clock
  to that time. Once this is done, they can run (for example) sudo -s
  and have a full access terminal.

  1) This has been observed on Ubuntu 13.04, and may work on other versions.
  2) This may have an effect on various window managers, but I confirmed it on 
Unity and Cinnamon
  3) I expected to have to authenticate when I changed the time and date, as I 
do on Gnome and KDE. I also expected to be denied permission to auth.log
  4) I was able to change the system time to whatever I wanted, and view 
auth.log. This was sufficient to access sudo without having to type my password.

  Note: This bug also affects any version of OS X, though the mechanism
  is different. Some versions don't require you to authenticate to
  change the time through the GUI, but some do. No version I've seen
  requires authentication to use the systemsetup command, which can
  alter the time from the command line. This may be an overall bug in
  sudo. Why can I bypass security by changing the time?!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1219337/+subscriptions

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


[Touch-packages] [Bug 1448969] Re: GTK3 can't resize treeviewcolumn

2015-04-30 Thread Marcin Szałowicz
it seems that this patch breaks the tests:

TEST: tree-relationships... (pid=26294)
  /a11y/tree/focus:FAIL
GTester: last random seed: R02S144251430f6c8f22272d1068c646ed59
(pid=26315)
  /a11y/tree/relations:FAIL
GTester: last random seed: R02S66403bd46325510041b96fa65ba6bc8e
(pid=26331)

tbh not sure why :/

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

Title:
  GTK3 can't resize treeviewcolumn

Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 source package in Trusty:
  In Progress
Status in gtk+3.0 source package in Utopic:
  In Progress

Bug description:
  there's a bug in gtk+ 3.10 and 3.12 (Ubuntu 14.04 and 14.10) which prevents 
user from resizing a column in TreeView.
  In the sample code below, when started, try to resize the 'File Name' column 
so the Size in bytes' column would go out of the view - right now it's not 
possible. It was working with gtk2 and it's working with gtk 3.14. 

  Please use sample code from attachement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1448969/+subscriptions

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


[Touch-packages] [Bug 1447056] Re: Favourite scopes forcefully refreshed when opened from Manage Dash

2015-04-30 Thread Pawel Stolowski
** Changed in: unity-scopes-shell (Ubuntu)
   Status: New = Invalid

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

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

Title:
  Favourite scopes forcefully refreshed when opened from Manage Dash

Status in unity-scopes-shell package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  In Progress

Bug description:
  Steps:
  * swipe left/right through all favourite scopes to trigger a refresh where 
needed
  * bottom-swipe to Manage Dash
  * select one of the favourite scopes

  Expected:
  * the scope is opened pre-populated

  Current:
  * the scope is refreshed on open

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity8 8.02+15.04.20150409.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 22 11:46:36 2015
  SourcePackage: unity8
  SystemImageInfo:
   current build number: 0
   device name: 
   channel: daily
   last update: Unknown
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1447056/+subscriptions

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


[Touch-packages] [Bug 1450229] Re: avatar in notification has wrong aspect ratio

2015-04-30 Thread Michał Sawicz
** Package changed: unity-notifications (Ubuntu) = ubuntu-settings-
components (Ubuntu)

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

Title:
  avatar in notification has wrong aspect ratio

Status in the base for Ubuntu mobile products:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  the avatar thumbnail is wrong in the notifciation bubble and doesn't
  have correct aspect ration.

  Steps to reproduce

  1) take a picture on the phone and associate with a contact that will text 
the phone
  2) text the phone from the contact that has the avatar

  Expected results:
  notification bubble will show properly scaled avatar

  Actual results:
  avatar is not scaled correctly

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

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


[Touch-packages] [Bug 1381742] Re: Indicator is not visible with location enabled

2015-04-30 Thread Charles Kerr
Does this problem persist now that the fix for bug #1435141 has been
released?

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

Title:
  Indicator is not visible with location enabled

Status in Indicator Location:
  Confirmed
Status in indicator-location package in Ubuntu:
  Confirmed
Status in platform-api package in Ubuntu:
  New

Bug description:
  I found this while testing silo #4 with krillin image #106 of
  14.09-proposed.

  I had the location enabled, and restarted. As you can see on the
  screenshot, after the restart the location is still enabled but the
  indicator is not visible.

  When I disabled the location detection, it appeared again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-location/+bug/1381742/+subscriptions

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


[Touch-packages] [Bug 1450013] Re: dbus puts system to sleep every 30 seconds

2015-04-30 Thread Art Dab
I changed systemd for upstart , but the problem persists .

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

Title:
  dbus puts system to sleep every 30 seconds

Status in dbus package in Ubuntu:
  Confirmed

Bug description:
  After upgrading from 14.10 to 15.04, I found that the system was going
  to sleep every 30 seconds. This behavior does not manifest once I log
  into the graphical desktop (Lubuntu), but if I switch over to a
  virtual console, it manifests again.

  A temporary fix has been to make /sys/power/state non-writable.

  At first, I believed the problem was with systemd, but the problem
  continues after switching to upstart.

  I believe the problem is in the dbus package, because I see this every
  30 seconds in /var/log/syslog, coinciding with the laptop going to
  sleep:

  Apr 29 07:46:58 socrates dbus[701]: [system] Activating service 
name='org.freedesktop.systemd1' (using servicehelper)
  Apr 29 07:46:58 socrates dbus[701]: [system] Successfully activated service 
'org.freedesktop.systemd1'
  Apr 29 07:46:58 socrates kernel: [  529.289164] init: anacron main process 
(17760) killed by TERM signal
  Apr 29 07:47:01 socrates anacron[18796]: Anacron 2.3 started on 2015-04-29
  Apr 29 07:47:01 socrates anacron[18796]: Will run job `cron.daily' in 5 min.
  Apr 29 07:47:01 socrates anacron[18796]: Will run job `cron.weekly' in 10 min.
  Apr 29 07:47:01 socrates anacron[18796]: Jobs will be executed sequentially
  Apr 29 07:47:30 socrates acpid: client connected from 19009[0:0]
  Apr 29 07:47:30 socrates acpid: 1 client rule loaded

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: dbus 1.8.12-1ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic i686
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Wed Apr 29 07:53:42 2015
  InstallationDate: Installed on 2010-04-30 (1824 days ago)
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: dbus
  UpgradeStatus: Upgraded to vivid on 2015-04-27 (1 days ago)

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

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


[Touch-packages] [Bug 1219337] Re: Users can change the clock without authenticating, allowing them to locally exploit sudo.

2015-04-30 Thread Mark Smith
Yup, I think so. while true; do setsid something to run sudo; done; or
the like. In my tests rolling through then all took about 5 minutes, and
that was in a crappy VM with 1 core and 30% CPU being used by compiz. I
haven't gotten it to pop an escalated shell yet, but I'll poke at it
more tonight after work.

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

Title:
  Users can change the clock without authenticating, allowing them to
  locally exploit sudo.

Status in GNOME Control Center:
  Unknown
Status in sudo:
  Unknown
Status in Unity:
  Invalid
Status in policykit-desktop-privileges package in Ubuntu:
  Opinion
Status in sudo package in Ubuntu:
  Triaged
Status in policykit-desktop-privileges source package in Precise:
  Opinion
Status in sudo source package in Precise:
  Triaged
Status in policykit-desktop-privileges source package in Trusty:
  Opinion
Status in sudo source package in Trusty:
  Triaged
Status in policykit-desktop-privileges source package in Utopic:
  Opinion
Status in sudo source package in Utopic:
  Triaged
Status in policykit-desktop-privileges source package in Vivid:
  Opinion
Status in sudo source package in Vivid:
  Triaged

Bug description:
  Under unity and cinnamon, it is possible for a user to turn off
  network-syncronized time and then change the time on the system. It is
  also possible to cat /var/log/auth.log and find the last time a user
  authenticated with sudo, along with which pty they used. If a user had
  used a terminal and successfully authenticated with sudo anytime in
  the past, and left the sudo file in /var/lib/sudo/username/, a
  malicious user could walk up to an unlocked, logged in machine and
  gain sudo without knowing the password for the computer.

  To do this, a user would only need to launch a few terminals, figure
  out which pty they were on via tty, find the an instance in
  /var/log/auth.log where sudo was used on that PTY, and set the clock
  to that time. Once this is done, they can run (for example) sudo -s
  and have a full access terminal.

  1) This has been observed on Ubuntu 13.04, and may work on other versions.
  2) This may have an effect on various window managers, but I confirmed it on 
Unity and Cinnamon
  3) I expected to have to authenticate when I changed the time and date, as I 
do on Gnome and KDE. I also expected to be denied permission to auth.log
  4) I was able to change the system time to whatever I wanted, and view 
auth.log. This was sufficient to access sudo without having to type my password.

  Note: This bug also affects any version of OS X, though the mechanism
  is different. Some versions don't require you to authenticate to
  change the time through the GUI, but some do. No version I've seen
  requires authentication to use the systemsetup command, which can
  alter the time from the command line. This may be an overall bug in
  sudo. Why can I bypass security by changing the time?!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1219337/+subscriptions

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


[Touch-packages] [Bug 1450024] Re: vivid ubiquity dns resolution

2015-04-30 Thread ubuntushop
Some additional information:
Starting a preseed install with ubuntu 14.10 with ubiquity, the networkmanager 
shows a auto dhcp connection that is ok.

In a preseed ubiquity install ubuntu 15.04, the networkmanager shows a
manual connection with a correct Ip address(same as the 14.10
installer), and a good netmask of 255.255.255.0, but no gateway and dns
servers ip's.

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

Title:
  vivid ubiquity dns resolution

Status in network-manager package in Ubuntu:
  New

Bug description:
  vivid preseed install with ubiquity has no dns resolution, so mirror
  is not refreshed and wget is not working in success_command. Ubuntu
  14.10 is working ok.

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

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


[Touch-packages] [Bug 1449809] Re: Unity Panel permanently displays File Edit View Bookmarks Help when Adwaita or High Contrast themes are used.

2015-04-30 Thread Andrea Azzarone
** Also affects: unity
   Importance: Undecided
   Status: New

** Changed in: unity
   Status: New = Triaged

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

** Changed in: unity
   Importance: Undecided = Medium

** Changed in: unity
 Assignee: (unassigned) = Andrea Azzarone (azzar1)

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) = Andrea Azzarone (azzar1)

** Changed in: unity
Milestone: None = 7.3.3

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

Title:
  Unity Panel permanently displays File Edit View Bookmarks Help when
  Adwaita or High Contrast themes are used.

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

Bug description:
  This Bug does not affect the Window Title or Menus from successfully
  appearing, but they overlay the File Edit View Bookmarks Help in a
  visible manner, making it difficult to use (especially for High
  Contrast).  I have returned Unity and Compiz back to default settings
  and tried again, this bug reappears when changing the theme to either
  Adwaita or High Contrast.  I Can currently make this error less
  noticeable by adjusting Panel opacity using UnSettings or DConf, as it
  blurs the lettering and make the panel usable for High Contrast.

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

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


[Touch-packages] [Bug 1449626] Re: /usr/lib/powerpc64le-linux-gnu/libxslt.so.1: invalid ELF header

2015-04-30 Thread Brian Murray
** Tags added: ppc64le trusty

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

Title:
   /usr/lib/powerpc64le-linux-gnu/libxslt.so.1: invalid ELF header

Status in libxslt package in Ubuntu:
  Confirmed

Bug description:
  This was reported on a power8 system (ppc64el arch).

  The system was deployed from MAAS 1.7.2+bzr3355-0ubuntu1~trusty1 and
  is running Ubuntu 14.04.2 on ppc64le arch.

  14:37  roadmr leftyfb: can you apt-get install xsltproc
  14:37  roadmr leftyfb: then run xsltproc --dumpextensions ?
  14:38  leftyfb ubuntu@powereight:~$ xsltproc --dumpextensions
  14:38  leftyfb xsltproc: error while loading shared libraries:
   /usr/lib/powerpc64le-linux-gnu/libxslt.so.1: invalid ELF

  
  That's a minimal reproduction case with xsltproc. The original report was 
filed on another application which links against libxslt.so.1 
(https://bugs.launchpad.net/plainbox/+bug/1449176).

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

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


[Touch-packages] [Bug 1301015] Re: Networking does not restart

2015-04-30 Thread Benjamin Xiao
@booch, I am confused why you marked this as Invalid if you think that
the script should work...

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

Title:
  Networking does not restart

Status in ifupdown package in Ubuntu:
  Invalid

Bug description:
  In Ubuntu Server 14.04 it appears it is not possible to restart
  networking. This is fresh install from ISO.

  wirehive@ubuntu:~$ sudo /etc/init.d/networking restart
  wirehive@ubuntu:~$ echo $?
  1
  wirehive@ubuntu:~$ sudo service networking restart
  stop: Job failed while stopping
  start: Job is already running: networking
  wirehive@ubuntu:~$ sudo bash -x /etc/init.d/networking restart
  + PATH=/sbin:/bin
  + RUN_DIR=/run/network
  + IFSTATE=/run/network/ifstate
  + STATEDIR=/run/network/state
  + '[' -x /sbin/ifup ']'
  + '[' -x /sbin/ifdown ']'
  + . /lib/lsb/init-functions
  +++ run-parts --lsbsysinit --list /lib/lsb/init-functions.d
  ++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2/dev/null)'
  ++ '[' -r /lib/lsb/init-functions.d/20-left-info-blocks ']'
  ++ . /lib/lsb/init-functions.d/20-left-info-blocks
  ++ for hook in '$(run-parts --lsbsysinit --list /lib/lsb/init-functions.d 
2/dev/null)'
  ++ '[' -r /lib/lsb/init-functions.d/50-ubuntu-logging ']'
  ++ . /lib/lsb/init-functions.d/50-ubuntu-logging
  +++ LOG_DAEMON_MSG=
  ++ FANCYTTY=
  ++ '[' -e /etc/lsb-base-logging.sh ']'
  ++ true
  + CONFIGURE_INTERFACES=yes
  + EXCLUDE_INTERFACES=
  + VERBOSE=no
  + '[' -f /etc/default/networking ']'
  + verbose=
  + '[' no = yes ']'
  + case $1 in
  + init_is_upstart
  + '[' -x /sbin/initctl ']'
  + /bin/grep -q upstart
  + /sbin/initctl version
  + return 0
  + exit 1
  wirehive@ubuntu:~$ sudo bash -x service networking restart
  ++ basename service
  + VERSION='service ver. 0.91-ubuntu1'
  ++ basename service
  + USAGE='Usage: service  option  | --status-all | [ service_name [ command 
| --full-restart ] ]'
  + SERVICE=
  + ACTION=
  + SERVICEDIR=/etc/init.d
  + OPTIONS=
  + '[' 2 -eq 0 ']'
  + cd /
  + '[' 2 -gt 0 ']'
  + case ${1} in
  + '[' -z '' -a 2 -eq 1 -a networking = --status-all ']'
  + '[' 2 -eq 2 -a restart = --full-restart ']'
  + '[' -z '' ']'
  + SERVICE=networking
  + shift
  + '[' 1 -gt 0 ']'
  + case ${1} in
  + '[' -z networking -a 1 -eq 1 -a restart = --status-all ']'
  + '[' 1 -eq 2 -a '' = --full-restart ']'
  + '[' -z networking ']'
  + '[' -z '' ']'
  + ACTION=restart
  + shift
  + '[' 0 -gt 0 ']'
  + '[' -r /etc/init/networking.conf ']'
  + which initctl
  + grep -q upstart
  + initctl version
  + case ${ACTION} in
  + stop networking
  stop: Job failed while stopping
  + :
  + exec start networking
  start: Job is already running: networking
  wirehive@ubuntu:~$

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

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


[Touch-packages] [Bug 1219337] Re: Users can change the clock without authenticating, allowing them to locally exploit sudo.

2015-04-30 Thread Mark Smith
 Without rebooting, the tty, inode, sid should change for every
terminal you open.

When I tried this on 15.04, the tty and inode didnt: only the SID
changed. Closing a gnome-terminal and reopening it got the same tty and
SID. For *additional* terminals, they got new ttys and inodes, but if
you close the one on /dev/pty/0 the file will dissapear. The next gnome-
terminal you launch will be on /dev/pty/0 with the same inode as the old
one you closed. Can you confirm?

Apologies for any typos, I'm on my phone.

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

Title:
  Users can change the clock without authenticating, allowing them to
  locally exploit sudo.

Status in GNOME Control Center:
  Unknown
Status in sudo:
  Unknown
Status in Unity:
  Invalid
Status in policykit-desktop-privileges package in Ubuntu:
  Opinion
Status in sudo package in Ubuntu:
  Triaged
Status in policykit-desktop-privileges source package in Precise:
  Opinion
Status in sudo source package in Precise:
  Triaged
Status in policykit-desktop-privileges source package in Trusty:
  Opinion
Status in sudo source package in Trusty:
  Triaged
Status in policykit-desktop-privileges source package in Utopic:
  Opinion
Status in sudo source package in Utopic:
  Triaged
Status in policykit-desktop-privileges source package in Vivid:
  Opinion
Status in sudo source package in Vivid:
  Triaged

Bug description:
  Under unity and cinnamon, it is possible for a user to turn off
  network-syncronized time and then change the time on the system. It is
  also possible to cat /var/log/auth.log and find the last time a user
  authenticated with sudo, along with which pty they used. If a user had
  used a terminal and successfully authenticated with sudo anytime in
  the past, and left the sudo file in /var/lib/sudo/username/, a
  malicious user could walk up to an unlocked, logged in machine and
  gain sudo without knowing the password for the computer.

  To do this, a user would only need to launch a few terminals, figure
  out which pty they were on via tty, find the an instance in
  /var/log/auth.log where sudo was used on that PTY, and set the clock
  to that time. Once this is done, they can run (for example) sudo -s
  and have a full access terminal.

  1) This has been observed on Ubuntu 13.04, and may work on other versions.
  2) This may have an effect on various window managers, but I confirmed it on 
Unity and Cinnamon
  3) I expected to have to authenticate when I changed the time and date, as I 
do on Gnome and KDE. I also expected to be denied permission to auth.log
  4) I was able to change the system time to whatever I wanted, and view 
auth.log. This was sufficient to access sudo without having to type my password.

  Note: This bug also affects any version of OS X, though the mechanism
  is different. Some versions don't require you to authenticate to
  change the time through the GUI, but some do. No version I've seen
  requires authentication to use the systemsetup command, which can
  alter the time from the command line. This may be an overall bug in
  sudo. Why can I bypass security by changing the time?!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1219337/+subscriptions

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


[Touch-packages] [Bug 1450255] Re: SIM switchers should display carrier names

2015-04-30 Thread Alberto Mardegan
It would be nice if the configuration UI allowed to set names to the
SIMs (as it does now), but had also a useful default name in case the
user doesn't change the name.

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

Title:
  SIM switchers should display carrier names

Status in address-book-app package in Ubuntu:
  Confirmed
Status in dialer-app package in Ubuntu:
  Confirmed
Status in messaging-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  Right now whenever I need to pick a SIM card somewhere it says SIM 1
  and SIM 2. That means I need to look up what the respective cards
  are on a regular basis to be sure which is which - there's no way I
  will remember this, not to mention when traveling I change cards and
  it's paramount for me to know what card is in there and not
  accidentally use the wrong one.

  SIM switchers should display the names of the carriers rather than
  mere numbers.

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

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


[Touch-packages] [Bug 1450489] [NEW] Non-existing executable causes bash to crash

2015-04-30 Thread Till Halbach
Public bug reported:

The following line causes the bash to crash consistently.

foo.sh  /dev/null 

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: bash 4.3-7ubuntu1.5
ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Apr 30 16:13:18 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-11-21 (524 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: bash
UpgradeStatus: Upgraded to trusty on 2014-05-26 (339 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Non-existing executable causes bash to crash

Status in bash package in Ubuntu:
  New

Bug description:
  The following line causes the bash to crash consistently.

  foo.sh  /dev/null 

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: bash 4.3-7ubuntu1.5
  ProcVersionSignature: Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 30 16:13:18 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2013-11-21 (524 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: bash
  UpgradeStatus: Upgraded to trusty on 2014-05-26 (339 days ago)

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

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


[Touch-packages] [Bug 1450255] Re: SIM switchers should display carrier names

2015-04-30 Thread Alberto Mardegan
** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  SIM switchers should display carrier names

Status in address-book-app package in Ubuntu:
  Confirmed
Status in dialer-app package in Ubuntu:
  Confirmed
Status in messaging-app package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed

Bug description:
  Right now whenever I need to pick a SIM card somewhere it says SIM 1
  and SIM 2. That means I need to look up what the respective cards
  are on a regular basis to be sure which is which - there's no way I
  will remember this, not to mention when traveling I change cards and
  it's paramount for me to know what card is in there and not
  accidentally use the wrong one.

  SIM switchers should display the names of the carriers rather than
  mere numbers.

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

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


[Touch-packages] [Bug 1436908] Re: [launcher] Show overlay icon for sound in launcher

2015-04-30 Thread Vesa Rautiainen
From UX point of view having a speaker icon on top of launcher icon
doesn't really give much value to the user.  It would just take away
from our app icon designs and make the launcher more cluttered. There
are already multiple possible indicators appearing on top of an icons
(progress bar, count emblem) and this would be just one more. And it's
not even very important one.

If you can come up with a very good use case when that information is
crucial I'm of course willing to reconsider.

** Changed in: ubuntu-ux
   Importance: Undecided = Wishlist

** Changed in: ubuntu-ux
   Status: Triaged = Won't Fix

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

Title:
  [launcher] Show overlay icon for sound in launcher

Status in Ubuntu UX bugs:
  Won't Fix
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  This is a feature request.

  It would be very useful if an app making sound would get a speaker
  overlay icon in the launcher, like what happens on chrome tabs.

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

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


[Touch-packages] [Bug 1450046] Re: times out on missing swap partition

2015-04-30 Thread Martin Pitt
 cryptswap1 /dev/sda5 /dev/urandom swap,cipher=aes-cbc-essiv:sha256

There we go -- you configured a partition which apparently doesn't exist
any more (according to blkid). Please remove this from /etc/crypttab and
everything should be in order again.

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

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

Title:
  times out on missing swap partition

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  Ubuntu 15.04 amd64 (updated from 14.04 LTS through 14.10)

  
  Since update the boot hang in the colored screen with running dots for around 
2 minutes, there is no hdd action within this time. At shutdown the same time 
with running dots. At logout the desktop wallpaper is shown for same time until 
the login manager reappears.

  Here is some dmesg output with jump in the timing.
  [   12.827534] audit: type=1400 audit(1430316383.567:11): apparmor=STATUS 
oper
  ation=profile_load profile=unconfined name=sanitized_helper pid=753 
comm=
  apparmor_parser
  [  101.334063] cfg80211: Calling CRDA to update world regulatory domain
  [  101.355195] cfg80211: World regulatory domain updated:
  [  101.355199] cfg80211:  DFS Master region: unset
  [  101.355201] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gai
  n, max_eirp), (dfs_cac_time)

  And some info from systemd

  systemd-analyze blame
7.408s NetworkManager-wait-online.service
1.282s systemd-udev-settle.service
 782ms click-system-hooks.service
 588ms user@1000.service
 553ms gpu-manager.service
 467ms winbind.service
 463ms nmbd.service
 434ms 
dev-disk-by\x2duuid-a28c290e\x2daba6\x2d4dd1\x2da6ff\x2d9e5f185
 425ms samba-ad-dc.service
 385ms systemd-cryptsetup@cryptswap2.service
 377ms ModemManager.service
 375ms NetworkManager.service
 321ms binfmt-support.service
 289ms 
systemd-fsck@dev-disk-by\x2duuid-fa79ecc8\x2d9a7b\x2d4d4d\x2db2

  New in login manager is a dialog showing that the network connection
  was lost, this is a desktop pc with fixed gb ethernet. This kind of
  bug only appears at the desktop, both laptop updated same way and time
  are not affected.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: systemd 219-7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Apr 29 16:19:57 2015
  EcryptfsInUse: Yes
  MachineType: Gigabyte Technology Co., Ltd. GA-MA770T-UD3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-15-generic 
root=UUID=a28c290e-aba6-4dd1-a6ff-9e5f1850e576 ro quiet splash 
elevator=deadline vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/22/2011
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F10
  dmi.board.name: GA-MA770T-UD3
  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.:bvrF10:bd03/22/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA770T-UD3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA770T-UD3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA770T-UD3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


  1   2   3   4   >